summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Move bonding headers under include/netDavid S. Miller2014-11-1014-31/+30
* cxgb4: Remove unnecessary struct in6_addr * castsJoe Perches2014-11-101-6/+3
* Merge branch 'cxgb4-next'David S. Miller2014-11-1028-568/+816
|\
| * cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai2014-11-1021-430/+509
| * cxgb4: Cleanup macros so they follow the same style and look consistentHariprasad Shenai2014-11-107-62/+106
| * cxgb4: Add cxgb4_debugfs.c, move all debugfs code to new fileHariprasad Shenai2014-11-105-92/+217
|/
* mlx4: use napi_complete_done()Eric Dumazet2014-11-101-7/+4
* net: gro: add a per device gro flush timerEric Dumazet2014-11-103-14/+69
* rtnetlink: add babel protocol recognitionDave Taht2014-11-101-0/+1
* dccp: Convert DCCP_WARN to net_warn_ratelimitedJoe Perches2014-11-081-2/+2
* udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones2014-11-075-6/+20
* cdc-ether: implement MULTICAST flag on the deviceOliver Neukum2014-11-071-9/+10
* uapi: resort Kbuild entriesstephen hemminger2014-11-071-44/+44
* stmmac: platform: fix sparse warningsAndy Shevchenko2014-11-077-6/+39
* stmmac: remove custom implementation of print_hex_dump()Andy Shevchenko2014-11-071-8/+2
* Merge branch 'iov_iter'David S. Miller2014-11-074-92/+81
|\
| * net: Kill skb_copy_datagram_const_iovecHerbert Xu2014-11-072-92/+0
| * macvtap: Use iovec iteratorsHerbert Xu2014-11-071-25/+21
| * tun: Use iovec iteratorsHerbert Xu2014-11-071-35/+30
| * inet: Add skb_copy_datagram_iterHerbert Xu2014-11-072-0/+90
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-0634-166/+244
|\
| * netxen: Fix link event handling.Manish Chopra2014-11-061-1/+2
| * enic: update desc properly in rx_copybreakGovindarajulu Varadarajan2014-11-061-12/+2
| * enic: handle error condition properly in enic_rq_indicate_bufGovindarajulu Varadarajan2014-11-061-0/+6
| * Merge branch 'mlx5-net'David S. Miller2014-11-062-6/+5
| |\
| | * net/mlx5_core: Fix race on driver loadEli Cohen2014-11-061-2/+2
| | * net/mlx5_core: Fix race in create EQEli Cohen2014-11-061-4/+3
| |/
| * net: dsa: slave: Fix autoneg for phys on switch MDIO busAndrew Lunn2014-11-061-2/+5
| * net/9p: remove a comment about pref member which doesn't existRyo Munakata2014-11-061-1/+0
| * drivers: net: cpsw: remove cpsw_ale_stop from cpsw_ale_destroyMugunthan V N2014-11-061-1/+0
| * net: mv643xx_eth: reclaim TX skbs only when released by the HWKarl Beldan2014-11-061-8/+10
| * bridge: include in6.h in if_bridge.h for struct in6_addrGregory Fong2014-11-051-0/+1
| * tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner2014-11-051-29/+31
| * Merge branch 'stmmac-net'David S. Miller2014-11-051-23/+29
| |\
| | * stmmac: fix atomicity in pm routinesGiuseppe CAVALLARO2014-11-051-13/+16
| | * stmmac: fix concurrency in eee initialization.Giuseppe CAVALLARO2014-11-051-6/+9
| | * stmmac: fix lock in stmmac_set_rx_modeGiuseppe CAVALLARO2014-11-051-2/+0
| | * stmmac: release tx lock, in case of dma mapping error.Fabrice Gasnier2014-11-051-0/+1
| | * stmmac: fix stmmac_tx_avail should be called with TX lockedFabrice Gasnier2014-11-051-2/+3
| |/
| * drivers: net: ethernet: xilinx: xilinx_emaclite: revert the original commit "...Chen Gang2014-11-051-1/+0
| * include/linux/socket.h: Fix commentRasmus Villemoes2014-11-051-1/+1
| * net: Add missing descriptions for fwmark_reflect for ipv4 and ipv6.Loganaden Velvindron2014-11-051-0/+14
| * geneve: Unregister pernet subsys on module unload.Jesse Gross2014-11-051-0/+1
| * geneve: Set GSO type on transmit.Jesse Gross2014-11-051-0/+2
| * Merge branch 'xgene-net'David S. Miller2014-11-047-13/+49
| |\
| | * drivers: net: xgene: fix: Use separate resourcesIyappan Subramanian2014-11-042-3/+6
| | * drivers: net: xgene: Backward compatibility with older firmwareIyappan Subramanian2014-11-046-5/+38
| | * dtb: xgene: fix: Backward compatibility with older firmwareIyappan Subramanian2014-11-041-5/+5
| |/
| * sfc: don't BUG_ON efx->max_channels == 0 in probeEdward Cree2014-11-031-1/+2
| * Merge branch 'ipv6_tunnel_iflink_init'David S. Miller2014-11-034-30/+11
| |\