messages from 2014-11-26 09:52:31 to 2014-11-27 12:01:07 UTC [more...]
[RFC PATCH 0/3] net: Alloc NAPI page frags from their own pool
2014-11-27 12:00 UTC (6+ messages)
` [RFC PATCH 1/3] net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_frag
` [RFC PATCH 2/3] net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb
` [RFC PATCH 3/3] fm10k/igb/ixgbe: Use napi_alloc_skb
[PATCH v3] sh_eth: Fix skb alloc size and alignment adjust rule
2014-11-27 11:34 UTC
[PATCH v2] sh_eth: Fix skb alloc size and alignment adjust rule
2014-11-27 11:26 UTC (3+ messages)
[PATCH rfc] packet: zerocopy packet_snd
2014-11-27 10:44 UTC (9+ messages)
[patch net-next v4 00/21] introduce rocker switch driver with hardware accelerated datapath api - phase 1: bridge fdb offload
2014-11-27 10:40 UTC (22+ messages)
` [patch net-next v4 01/21] bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusion
` [patch net-next v4 02/21] neigh: sort Neighbor Cache Entry Flags
` [patch net-next v4 03/21] bridge: convert flags in fbd entry into bitfields
` [patch net-next v4 04/21] net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
` [patch net-next v4 05/21] net: rename netdev_phys_port_id to more generic name
` [patch net-next v4 06/21] net: introduce generic switch devices support
` [patch net-next v4 07/21] rtnl: expose physical switch id for particular device
` [patch net-next v4 08/21] net-sysfs: "
` [patch net-next v4 09/21] bridge: call netdev_sw_port_stp_update when bridge port STP status changes
` [patch net-next v4 10/21] bridge: add API to notify bridge driver of learned FBD on offloaded device
` [patch net-next v4 11/21] bridge: move private brport flags to if_bridge.h so port drivers can use flags
` [patch net-next v4 12/21] bridge: add new brport flag LEARNING_SYNC
` [patch net-next v4 13/21] bridge: add new hwmode swdev
` [patch net-next v4 14/21] bridge: add brport flags to dflt bridge_getlink
` [patch net-next v4 15/21] rocker: introduce rocker switch driver
` [patch net-next v4 16/21] rocker: implement rocker ofdpa flow table manipulation
` [patch net-next v4 17/21] rocker: implement L2 bridge offloading
` [patch net-next v4 18/21] rocker: implement ndo_fdb_dump
` [patch net-next v4 19/21] rocker: add ndo_bridge_setlink/getlink support for learning policy
` [patch net-next v4 20/21] rocker: Add proper validation of Netlink attributes
` [patch net-next v4 21/21] rocker: Use logical operators on booleans
[PATCH] ixgbe, ixgbevf: Add new mbox API to enable MC promiscuous mode
2014-11-27 10:39 UTC
Is this 32-bit NCM?
2014-11-27 10:03 UTC (5+ messages)
[PATCH net] bpf: x86: fix epilogue generation for eBPF programs
2014-11-27 9:52 UTC (2+ messages)
[PATCH net] rtnetlink: release net refcnt on error in do_setlink()
2014-11-27 9:16 UTC
3.12.33 Bug with ipvs
2014-11-27 8:08 UTC (3+ messages)
[patch net-next v3 09/17] bridge: add API to notify bridge driver of learned FBD on offloaded device
2014-11-27 7:37 UTC (3+ messages)
Multiple DSA switch on shared MII
2014-11-27 7:18 UTC (6+ messages)
[PATCH net-next v4] ipvlan: Initial check-in of the IPVLAN driver
2014-11-27 6:55 UTC (5+ messages)
[PATCH RFC net-next] net: Add GRO support for GRE tunneling of TEB packets
2014-11-27 6:51 UTC (3+ messages)
[patch net-next v3 00/17] introduce rocker switch driver with hardware accelerated datapath api - phase 1: bridge fdb offload
2014-11-27 6:50 UTC (47+ messages)
` [patch net-next v3 02/17] net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
` [patch net-next v3 04/17] net: introduce generic switch devices support
` [patch net-next v3 09/17] bridge: add API to notify bridge driver of learned FBD on offloaded device
` [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 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 V1 net-next 1/2] pgtable: Add API to query if write combining is available
2014-11-27 6:48 UTC (5+ messages)
` FW: "
[PATCH net-next] vhost: remove unnecessary forward declarations in vhost.h
2014-11-27 6:41 UTC
[PATCH net-next V3] tun/macvtap: use consume_skb() instead of kfree_skb() when needed
2014-11-27 6:36 UTC
[patch net-next v2 00/10] introduce rocker switch driver with hardware accelerated datapath api - phase 1: bridge fdb offload
2014-11-27 14:09 UTC (8+ messages)
` [patch net-next v2 05/10] rocker: introduce rocker switch driver
[PATCH] e1000: remove unused variables
2014-11-27 5:59 UTC (2+ messages)
[PATCH v2 00/19] kselftest install target feature
2014-11-27 5:49 UTC (7+ messages)
` [PATCH v2 02/19] kbuild: kselftest_install - add a new make target to install selftests
` [PATCH v2 03/19] selftests: add install target to enable installing selftests
` [PATCH v2 11/19] selftests/memory-hotplug: add install target to enable installing test
[PATCH net-next 0/6] allow eBPF programs to be attached to sockets
2014-11-27 5:42 UTC (7+ messages)
` [PATCH net-next 1/6] bpf: verifier: add checks for BPF_ABS | BPF_IND instructions
` [PATCH net-next 2/6] net: sock: allow eBPF programs to be attached to sockets
` [PATCH net-next 3/6] samples: bpf: example of stateful socket filtering
` [PATCH net-next 4/6] samples: bpf: elf_bpf file loader
` [PATCH net-next 5/6] samples: bpf: trivial eBPF program in C
` [PATCH net-next 6/6] samples: bpf: large "
[PATCH net-next] macvlan: delay the header check for dodgy packets into lower device
2014-11-27 5:14 UTC (3+ messages)
[PATCH net-next] ipvlan: ipvlan depends on INET and IPV6
2014-11-27 5:13 UTC
[PATCH net-next V2] tun/macvtap: use consume_skb() instead of kfree_skb() when needed
2014-11-27 5:02 UTC (3+ messages)
[PATCH] xen-netfront: Remove BUGs on paged skb data which crosses a page boundary
2014-11-27 3:53 UTC (3+ messages)
[PATCH] stmmac: platform: Move plat_dat checking earlier
2014-11-27 3:14 UTC
[PATCH v2 0/6] support GMAC driver for RK3288
2014-11-27 2:53 UTC (8+ messages)
` [PATCH v2 1/6] GMAC: add driver for Rockchip RK3288 SoCs integrated GMAC
` [PATCH v2 2/6] GMAC: define clock ID used for GMAC
` [PATCH v2 3/6] GMAC: modify CRU config for Rockchip RK3288 SoCs integrated GMAC
` [PATCH v2 4/6] ARM: dts: rockchip: add gmac info for rk3288
` [PATCH v2 5/6] ARM: dts: rockchip: enable gmac on RK3288 evb board
` [PATCH v2 6/6] GMAC: add document for Rockchip RK3288 GMAC
[PATCH rfc 1/4] net-timestamp: pull headers for SOCK_STREAM
2014-11-27 0:36 UTC (7+ messages)
[PATCH net] bond: Check length of IFLA_BOND_ARP_IP_TARGET attributes
2014-11-26 23:22 UTC
[PATCH 0/5 net] bridge: Fix missing Netlink message validations
2014-11-26 23:14 UTC (14+ messages)
` [PATCH 1/5] bridge: Validate IFLA_BRIDGE_FLAGS attribute length
` [PATCH 2/5] net: Validate IFLA_BRIDGE_MODE "
` [PATCH 3/5] net: Check for presence of IFLA_AF_SPEC
` [PATCH 4/5] bridge: Add missing policy entry for IFLA_BRPORT_FAST_LEAVE
` [PATCH 5/5] bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINK
[PATCH] add an empty ndo_poll_controller to veth to make bridges happy to support poll with veth devices attached
2014-11-26 22:32 UTC
[PATCH net-next] bridge: add vlan id to mdb notifications
2014-11-26 21:53 UTC (6+ messages)
[GIT] Networking
2014-11-26 21:48 UTC
pull request: wireless 2014-11-26
2014-11-26 21:39 UTC (2+ messages)
[PATCH net] net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socks
2014-11-26 21:37 UTC (3+ messages)
travelling
2014-11-26 20:47 UTC
[net-next PATCH 2/5] ethernet/intel: Use eth_skb_pad helper
2014-11-26 20:41 UTC (4+ messages)
[PATCH net] r8152: drop the tx packet with invalid length
2014-11-26 20:33 UTC (5+ messages)
[PATCH net-next V1 0/2] ethtool, net/mlx4_en: RSS hash function selection
2014-11-26 20:29 UTC (4+ messages)
` [PATCH net-next V1 1/2] ethtool: Support for configurable RSS hash function
[PATCH net-next] sky2: Fix crash inside sky2_rx_clean
2014-11-26 20:17 UTC (3+ messages)
[PATCH net-next] ipvlan: fix sparse warnings
2014-11-26 20:13 UTC (2+ messages)
[PATCH net-next 0/3] net: bcmgenet: EEE support
2014-11-26 20:09 UTC (2+ messages)
[PATCH] x86: bpf_jit_comp: simplify trivial boolean return
2014-11-26 20:00 UTC (3+ messages)
[PATCH] x86: bpf_jit_comp: simplify trivial boolean return
2014-11-26 18:02 UTC (2+ messages)
[PATCH] x86: bpf_jit_comp: simplify trivial boolean return
2014-11-26 17:55 UTC (3+ messages)
[PATCH net-next 00/11] standardize TIPC SKB queue operations
2014-11-26 17:31 UTC (2+ messages)
[PATCH] stmmac: platform: fix default values of the filter bins setting
2014-11-26 17:29 UTC (3+ messages)
[PATCH V3 1/1] ipv6: Remove unnecessary test
2014-11-26 17:27 UTC (2+ messages)
[PATCH v2 01/17] new helper: skb_copy_and_csum_datagram_msg()
2014-11-26 17:27 UTC (4+ messages)
[PATCH net-next 0/2] gue: Generalize remote checksum offload
2014-11-26 17:27 UTC (2+ messages)
[PATCH 0/4] support GMAC driver for RK3288
2014-11-26 17:14 UTC (5+ messages)
` [PATCH 1/4] GMAC: add driver for Rockchip RK3288 SoCs integrated GMAC
[PATCH net] tcp: fix possible NULL dereference in tcp_vX_send_reset()
2014-11-26 17:09 UTC (2+ messages)
[PATCH net-next 0/3] sch_fq: segment too big GSO packets
2014-11-26 17:08 UTC (4+ messages)
` [PATCH net-next] pkt_sched: fq: increase max delay from 125 ms to one second
[PATCH net] net/mlx4_core: Limit count field to 24 bits in qp_alloc_res
2014-11-26 17:05 UTC (4+ messages)
[PATCH v5 0/4] arch: Add lightweight memory barriers for coherent memory access
2014-11-26 16:04 UTC (5+ messages)
` [PATCH v5 2/4] arch: Add lightweight memory barriers dma_rmb() and dma_wmb()
[PATCH v4 20/42] virtio_net: pass vi around
2014-11-26 15:01 UTC (22+ messages)
` [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 iproute2] iplink: allow to show ip addresses
2014-11-26 14:00 UTC (4+ messages)
[PATCH v4 0/7] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)
2014-11-26 12:19 UTC (4+ messages)
[PATCH] net: netfilter: Fix undefined reference to nf_nat_redirect_* functions
2014-11-26 11:33 UTC (7+ messages)
` [PATCH v2] "
BCM4313 & brcmsmac & 3.12: only semi-working?
2014-11-26 9:52 UTC (10+ messages)
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).