aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-11PPC: bpf_jit_comp: add SKF_AD_HATYPE instructionDenis Kirjanov1-4/+13
2014-11-11dsa: Use netdev_<level> instead of printkJoe Perches2-21/+17
2014-11-11net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETEShani Michaeli7-8/+142
2014-11-11net/mlx4_en: Extend usage of napi_gro_fragsShani Michaeli1-54/+54
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet21-2/+52
2014-11-11tcp: move sk_mark_napi_id() at the right placeEric Dumazet2-2/+4
2014-11-10mlx4: restore conditional call to napi_complete_done()Eric Dumazet1-7/+8
2014-11-10sunvnet: Add missing rcu_read_unlock() in vnet_start_xmitSowmini Varadhan1-1/+3
2014-11-10sunvnet: vnet_ack() should check if !start_cons to send a missed triggerSowmini Varadhan1-1/+1
2014-11-10sunvnet: Fix race between vnet_start_xmit() and vnet_ack()Sowmini Varadhan1-4/+6
2014-11-108139too: Allow using the largest possible MTUAlban Bedel1-1/+1
2014-11-108139too: Allow setting MTU larger than 1500Alban Bedel1-1/+12
2014-11-10ipv4: Avoid reading user iov twice after raw_probe_proto_optHerbert Xu1-8/+54
2014-11-10ipv4: Use standard iovec primitive in raw_probe_proto_optHerbert Xu1-39/+11
2014-11-10net: Move bonding headers under include/netDavid S. Miller14-31/+30
2014-11-10cxgb4: Remove unnecessary struct in6_addr * castsJoe Perches1-6/+3
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai21-430/+509
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistentHariprasad Shenai7-62/+106
2014-11-10cxgb4: Add cxgb4_debugfs.c, move all debugfs code to new fileHariprasad Shenai5-92/+217
2014-11-10mlx4: use napi_complete_done()Eric Dumazet1-7/+4
2014-11-10net: gro: add a per device gro flush timerEric Dumazet3-14/+69
2014-11-10rtnetlink: add babel protocol recognitionDave Taht1-0/+1
2014-11-09openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme7-168/+208
2014-11-09openvswitch: Constify various function argumentsThomas Graf11-36/+38
2014-11-09openvswitch: Remove redundant key ref from upcall_info.Pravin B Shelar3-28/+32
2014-11-09openvswitch: Optimize recirc action.Pravin B Shelar1-45/+106
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang12-31/+275
2014-11-09openvswitch: Export symbols as GPL symbols.Pravin B Shelar2-8/+8
2014-11-08dccp: Convert DCCP_WARN to net_warn_ratelimitedJoe Perches1-2/+2
2014-11-07udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones5-6/+20
2014-11-07cdc-ether: implement MULTICAST flag on the deviceOliver Neukum1-9/+10
2014-11-07uapi: resort Kbuild entriesstephen hemminger1-44/+44
2014-11-07stmmac: platform: fix sparse warningsAndy Shevchenko7-6/+39
2014-11-07stmmac: remove custom implementation of print_hex_dump()Andy Shevchenko1-8/+2
2014-11-07net: Kill skb_copy_datagram_const_iovecHerbert Xu2-92/+0
2014-11-07macvtap: Use iovec iteratorsHerbert Xu1-25/+21
2014-11-07tun: Use iovec iteratorsHerbert Xu1-35/+30
2014-11-07inet: Add skb_copy_datagram_iterHerbert Xu2-0/+90
2014-11-06vxlan: Fix to enable UDP checksums on interfaceTom Herbert1-0/+3
2014-11-06amd-xgbe: Check for complete packet on skb allocation errorLendacky, Thomas1-2/+2
2014-11-06amd-xgbe: Free channel/ring structures laterLendacky, Thomas1-3/+3
2014-11-06netxen: Fix link event handling.Manish Chopra1-1/+2
2014-11-06enic: update desc properly in rx_copybreakGovindarajulu Varadarajan1-12/+2
2014-11-06enic: handle error condition properly in enic_rq_indicate_bufGovindarajulu Varadarajan1-0/+6
2014-11-06net/mlx5_core: Fix race on driver loadEli Cohen1-2/+2
2014-11-06net/mlx5_core: Fix race in create EQEli Cohen1-4/+3
2014-11-06sunvnet: Return from vnet_napi_event() if no packets to readSowmini Varadhan1-3/+2
2014-11-06sunvnet: Fix indentation in maybe_tx_wakeup()Sowmini Varadhan1-1/+1
2014-11-06r8152: remove the definitions of the PIDhayeswang1-7/+3
2014-11-06r8152: modify rtl_ops_inithayeswang1-51/+28