summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: Move bonding headers under include/netDavid S. Miller2014-11-1014-1264/+15
* cxgb4: Remove unnecessary struct in6_addr * castsJoe Perches2014-11-101-6/+3
* 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
* cdc-ether: implement MULTICAST flag on the deviceOliver Neukum2014-11-071-9/+10
* stmmac: platform: fix sparse warningsAndy Shevchenko2014-11-077-6/+39
* stmmac: remove custom implementation of print_hex_dump()Andy Shevchenko2014-11-071-8/+2
* macvtap: Use iovec iteratorsHerbert Xu2014-11-071-25/+21
* tun: Use iovec iteratorsHerbert Xu2014-11-071-35/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-0620-98/+168
|\
| * 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
| * 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
| * 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
| * 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
| * 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
| * sfc: don't BUG_ON efx->max_channels == 0 in probeEdward Cree2014-11-031-1/+2
| * macvtap: Fix csum_start when VLAN tags are presentHerbert Xu2014-11-031-0/+2
| * net: fec: fix suspend broken on multiple MACs silliconsNimrod Andy2014-11-031-8/+8
| * tun: Fix TUN_PKT_STRIP settingHerbert Xu2014-11-031-4/+8
| * tun: Fix csum_start with VLAN accelerationHerbert Xu2014-11-031-7/+9
| * smc91x: retrieve IRQ and trigger flags in a modern wayLinus Walleij2014-11-011-8/+12
| * drivers: net: ethernet: xilinx: xilinx_emaclite: Compatible with 'xlnx, xps-e...Chen Gang2014-11-011-0/+1
| * net: systemport: do not crash freeing an unitialized TX ringFlorian Fainelli2014-11-011-0/+7
| * net: systemport: fix DMA allocation/freeing sizesFlorian Fainelli2014-11-011-2/+4
| * net: mvpp2: fix possible memory leakSudip Mukherjee2014-11-011-9/+18
* | vxlan: Fix to enable UDP checksums on interfaceTom Herbert2014-11-061-0/+3
* | amd-xgbe: Check for complete packet on skb allocation errorLendacky, Thomas2014-11-061-2/+2
* | amd-xgbe: Free channel/ring structures laterLendacky, Thomas2014-11-061-3/+3
* | sunvnet: Return from vnet_napi_event() if no packets to readSowmini Varadhan2014-11-061-3/+2
* | sunvnet: Fix indentation in maybe_tx_wakeup()Sowmini Varadhan2014-11-061-1/+1
* | r8152: remove the definitions of the PIDhayeswang2014-11-061-7/+3
* | r8152: modify rtl_ops_inithayeswang2014-11-061-51/+28
* | r8152: move r8152b_get_versionhayeswang2014-11-061-2/+1
* | dsa: mv88e6171: Add support for mv88e6172Andrew Lunn2014-11-062-4/+7
* | sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah2014-11-067-8/+56
* | sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah2014-11-066-141/+149
* | sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah2014-11-065-52/+84
* | xen-netback: remove unconditional __pskb_pull_tail() in guest Tx pathMalcolm Crossley2014-11-061-14/+12