messages from 2014-11-24 21:49:26 to 2014-11-25 16:45:41 UTC [more...]
Patch to fix scheduling while atomic splat
2014-11-25 16:45 UTC
[PATCH v4 12/42] virtio_net: v1.0 endianness
2014-11-25 16:44 UTC (21+ messages)
` [PATCH v4 20/42] virtio_net: pass vi around
` [PATCH v4 21/42] virtio_net: get rid of virtio_net_hdr/skb_vnet_hdr
` [PATCH v4 22/42] virtio_net: stricter short buffer length checks
` [PATCH v4 23/42] virtio_net: bigger header when VERSION_1 is set
` [PATCH v4 24/42] virtio_net: enable v1.0 support
` [PATCH v4 25/42] vhost: add memory access wrappers
` [PATCH v4 26/42] vhost/net: force len for TX to host endian
` [PATCH v4 27/42] vhost: virtio 1.0 endian-ness support
` [PATCH v4 28/42] vhost: make features 64 bit
` [PATCH v4 29/42] vhost/net: virtio 1.0 byte swap
` [PATCH v4 30/42] vhost/net: larger header for virtio 1.0
` [PATCH v4 31/42] vhost/net: enable "
` [PATCH v4 32/42] vhost/net: suppress compiler warning
` [PATCH v4 33/42] tun: move internal flag defines out of uapi
` [PATCH v4 35/42] tun: add VNET_LE flag
` [PATCH v4 34/42] tun: drop most type defines
` [PATCH v4 36/42] tun: TUN_VNET_LE support, fix sparse warnings for virtio headers
` [PATCH v4 37/42] macvtap: TUN_VNET_HDR support
` [PATCH v4 41/42] vhost/scsi: partial virtio 1.0 support
` [PATCH v4 42/42] af_packet: virtio 1.0 stubs
[patch net-next v3 00/17] introduce rocker switch driver with hardware accelerated datapath api - phase 1: bridge fdb offload
2014-11-25 16:43 UTC (57+ messages)
` [patch net-next v3 01/17] bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusion
` [patch net-next v3 02/17] net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
` [patch net-next v3 03/17] net: rename netdev_phys_port_id to more generic name
` [patch net-next v3 04/17] net: introduce generic switch devices support
` [patch net-next v3 05/17] rtnl: expose physical switch id for particular device
` [patch net-next v3 06/17] net-sysfs: "
` [patch net-next v3 07/17] rocker: introduce rocker switch driver
` [patch net-next v3 08/17] bridge: call netdev_sw_port_stp_update when bridge port STP status changes
` [patch net-next v3 09/17] bridge: add API to notify bridge driver of learned FBD on offloaded device
` [patch net-next v3 10/17] rocker: implement rocker ofdpa flow table manipulation
` [patch net-next v3 11/17] rocker: implement L2 bridge offloading
` [patch net-next v3 12/17] rocker: implement ndo_fdb_dump
` [patch net-next v3 13/17] bridge: move private brport flags to if_bridge.h so port drivers can use flags
` [patch net-next v3 14/17] bridge: add new brport flag LEARNING_SYNC
` [patch net-next v3 15/17] bridge: add new hwmode swdev
` [patch net-next v3 16/17] bridge: add brport flags to dflt bridge_getlink
` [patch net-next v3 17/17] rocker: add ndo_bridge_setlnk/getlink support for learning policy
[PATCH 0/2 3.18] Fixes for Bug #88811
2014-11-25 16:32 UTC (3+ messages)
` [PATCH 1/2 3.18] rtlwifi: rtl8821ae: Fix 5G detection problem
` [PATCH 2/2 3.18] rtlwifi: Change order in device startup
[PATCH net-next 0/3] sch_fq: segment too big GSO packets
2014-11-25 16:31 UTC (6+ messages)
` [PATCH net-next 1/3] sch_fq: add skb_is_too_big() helper
` [PATCH net-next 2/3] sch_fq: add __fq_enqueue() helper
` [PATCH net-next 3/3] sch_fq: segment too big GSO packets
[PATCH v5 0/4] arch: Add lightweight memory barriers for coherent memory access
2014-11-25 16:26 UTC (4+ messages)
` [PATCH v5 2/4] arch: Add lightweight memory barriers dma_rmb() and dma_wmb()
[PATCH] tg3: fix ring init when there are more TX than RX channels
2014-11-25 16:21 UTC
linux-next: manual merge of the net-next tree with the vfs tree
2014-11-25 15:56 UTC (3+ messages)
Fw: [Bug 88871] New: SO_BINDTODEVICE set sock's sk_bound_dev_if ,but interface's index can chang where interface down and up
2014-11-25 15:43 UTC
[PATCH net] tcp: fix possible NULL dereference in tcp_vX_send_reset()
2014-11-25 15:40 UTC
[PATCH] net: team: expose sysfs attributes for each team option
2014-11-25 15:37 UTC (5+ messages)
[PATCH] net: netfilter: Fix undefined reference to nf_nat_redirect_* functions
2014-11-25 15:07 UTC
[PATCH 3/4] GMAC: dts: add gmac info for rk3288
2014-11-25 14:39 UTC (5+ messages)
Possible memory leak in function (r8712_setrttbl_cmd) not freeing pointer (ph2c) on error path
2014-11-25 14:24 UTC
[PATCH 0/2] Fix sleeping function called from invalid context
2014-11-25 14:09 UTC (11+ messages)
` [PATCH 1/2] sh_eth: "
` [PATCH 2/2] sh_eth: Fix asynchronous external abort
[RFC] situation with csum_and_copy_... API
2014-11-25 14:02 UTC (22+ messages)
` [PATCH v2 01/17] new helper: skb_copy_and_csum_datagram_msg()
` [PATCH v2 02/17] new helper: memcpy_from_msg()
` [PATCH v2 03/17] switch ipxrtr_route_packet() from iovec to msghdr
` [PATCH v2 04/17] new helper: memcpy_to_msg()
` [PATCH v2 05/17] switch drivers/net/tun.c to ->read_iter()
` [PATCH v2 06/17] switch macvtap "
` [PATCH v2 07/17] new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()
` [PATCH v2 08/17] {macvtap,tun}_get_user(): switch to iov_iter
` [PATCH v2 09/17] kill zerocopy_sg_from_iovec()
` [PATCH v2 10/17] switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()
` [PATCH v2 11/17] switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter
` [PATCH v2 12/17] tipc_sendmsg(): pass msghdr instead of its ->msg_iov
` [PATCH v2 13/17] tipc_msg_build(): "
` [PATCH v2 14/17] vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream to msghdr
` [PATCH v2 15/17] [atm] switch vcc_sendmsg() to copy_from_iter()
` [PATCH v2 16/17] rds: switch ->inc_copy_to_user() to passing iov_iter
` [PATCH v2 17/17] rds: switch rds_message_copy_from_user() to iov_iter
(unknown),
2014-11-25 13:58 UTC
[PATCH][v3] mdio-mux-gpio: Use GPIO descriptor interface and new gpiod_set_array function
2014-11-25 13:57 UTC
[PATCH][v2] mdio-mux-gpio: Use GPIO descriptor interface and new gpiod_set_array function
2014-11-25 13:44 UTC (2+ messages)
[PATCH v2 net-net 0/4] Increase the limit of tuntap queues
2014-11-25 12:52 UTC (3+ messages)
[PATCH 0/4] support GMAC driver for RK3288
2014-11-25 10:05 UTC (3+ messages)
` [PATCH 1/4] GMAC: add driver for Rockchip RK3288 SoCs integrated GMAC
[PATCH 4/4] GMAC: dts: enable gmac on RK3288 evb board
2014-11-25 9:59 UTC (2+ messages)
[PATCH net] net/mlx4_core: Limit count field to 24 bits in qp_alloc_res
2014-11-25 9:54 UTC
[PATCH 2/4] GMAC: modify CRU config for Rockchip RK3288 SoCs integrated GMAC
2014-11-25 9:39 UTC (2+ messages)
[PATCH 0/4] support GMAC driver for RK3288
2014-11-25 9:06 UTC (2+ messages)
` [PATCH 1/4] GMAC: add driver for Rockchip RK3288 SoCs integrated GMAC
[PATCH] net-timestamp: Fix a documentation typo
2014-11-25 8:33 UTC (5+ messages)
[PATCH] mdio-mux-gpio: Use GPIO descriptor interface and new gpiod_set_array function
2014-11-25 8:13 UTC (3+ messages)
Goedemorgen
2014-11-25 6:39 UTC
[PATCH v5 0/7] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)
2014-11-25 7:19 UTC (8+ messages)
` [PATCH v5 4/7] fs/fuse: support compiling out splice
` [PATCH v5 6/7] fs/nfsd: "
` [PATCH v5 1/7] fs: move sendfile syscall into fs/splice
` [PATCH v5 2/7] fs: moved kernel_write to fs/read_write
` [PATCH v5 3/7] fs/splice: support compiling out splice-family syscalls
` [PATCH v5 5/7] net/core: support compiling out splice
` [PATCH v5 7/7] fs/splice: full support for "
[PATCH] bonding: move ipoib_header_ops to vmlinux
2014-11-25 7:19 UTC (3+ messages)
2014最省心的找客户方式
2014-11-25 6:50 UTC
[RFC PATCH 0/4] switch device: offload policy attributes
2014-11-25 6:43 UTC (8+ messages)
[PATCH 1/1] ipv6: remove unnecessary condition judgement
2014-11-25 6:40 UTC
Information needed
2014-11-25 6:08 UTC
[PATCH iproute2] iplink: allow to show ip addresses
2014-11-25 6:10 UTC (2+ messages)
[PATCH] ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic
2014-11-25 6:08 UTC (4+ messages)
[PATCH net_test_tools] route_bench: Fix bug in DST_ITERATE option
2014-11-25 5:58 UTC (4+ messages)
[PATCH] [net]ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic
2014-11-25 5:55 UTC
[net PATCH 0/2] Fix outer UDP checksums for IPv6 VXLAN tunnels
2014-11-25 4:20 UTC (4+ messages)
` [net PATCH 1/2] ip6_udp_tunnel: Fix checksum calculation
` [net PATCH 2/2] vxlan: Fix boolean flip in VXLAN_F_UDP_ZERO_CSUM6_[TX|RX]
[PATCH net-next] cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID Table
2014-11-25 3:03 UTC
Charity Work
2014-11-25 2:57 UTC
[PATCH net-next 0/3] net: Remote checksum offload for VXLAN
2014-11-25 2:50 UTC (6+ messages)
` [PATCH net-next 1/3] net: Add remcsum_adjust as common function for remote checksum offload
` [PATCH net-next 2/3] gue: Call remcsum_adjust
` [PATCH net-next 3/3] vxlan: Remote checksum offload
Fix Me in htc.c
2014-11-25 2:45 UTC
[PATCH] net: fec: init maximum receive buffer size for ring1 and ring2
2014-11-25 1:27 UTC (3+ messages)
Network throughput is reducedof in total bandwidth in Mips
2014-11-25 0:55 UTC
[PATCH v4 0/7] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)
2014-11-25 0:52 UTC (10+ messages)
` [PATCH v4 1/7] fs: move sendfile syscall into fs/splice
` [PATCH v4 2/7] fs: moved kernel_write to fs/read_write
` [PATCH v4 3/7] fs/splice: support compiling out splice-family syscalls
` [PATCH v4 4/7] fs/fuse: support compiling out splice
` [PATCH v4 5/7] fs/nfsd: "
` [PATCH v4 6/7] net/core: "
` [PATCH v4 7/7] fs/splice: full support for "
[PATCH] net/mlx4: Fix EEH recovery failure
2014-11-24 21:55 UTC (2+ messages)
[PATCH 0/6] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)
2014-11-24 21:49 UTC (10+ messages)
` [PATCH 4/6] fs/fuse: support compiling out splice
` [fuse-devel] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).