summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-06r8152: move r8152b_get_versionhayeswang1-2/+1
2014-11-06dsa: mv88e6171: Add support for mv88e6172Andrew Lunn2-4/+7
2014-11-06drivers: net: cpsw: remove cpsw_ale_stop from cpsw_ale_destroyMugunthan V N1-1/+0
2014-11-06net: mv643xx_eth: reclaim TX skbs only when released by the HWKarl Beldan1-8/+10
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah7-8/+56
2014-11-06sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah6-141/+149
2014-11-06sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah5-52/+84
2014-11-06xen-netback: remove unconditional __pskb_pull_tail() in guest Tx pathMalcolm Crossley1-14/+12
2014-11-06stmmac: pci: convert to use dev_* macrosAndy Shevchenko1-4/+4
2014-11-06stmmac: pci: use managed resourcesAndy Shevchenko1-33/+10
2014-11-06stmmac: pci: convert to use dev_pm_opsAndy Shevchenko1-16/+11
2014-11-06stmmac: pci: use defined constant instead of magic numberAndy Shevchenko1-1/+1
2014-11-06stmmac: fix sparse warningsAndy Shevchenko2-3/+6
2014-11-06r8152: disable the tasklet by defaulthayeswang1-2/+6
2014-11-06amd-xgbe-phy: Let AMD_XGBE_PHY depend on HAS_IOMEMLendacky, Thomas1-1/+1
2014-11-06amd-xgbe: Let AMD_XGBE depend on HAS_IOMEMLendacky, Thomas1-1/+1
2014-11-06amd-xgbe-phy: Sync PCS and PHY modes after resetLendacky, Thomas1-1/+2
2014-11-06amd-xgbe: Fix a spelling errorLendacky, Thomas1-2/+2
2014-11-06amd-xgbe: Add receive side scaling ethtool supportLendacky, Thomas3-0/+96
2014-11-06amd-xgbe: Provide support for receive side scalingLendacky, Thomas5-2/+233
2014-11-06amd-xgbe: Add support for per DMA channel interruptsLendacky, Thomas4-49/+209
2014-11-06amd-xgbe: Implement split header receive supportLendacky, Thomas5-111/+201
2014-11-06amd-xgbe: Use page allocations for Rx buffersLendacky, Thomas4-127/+196
2014-11-06amd-xgbe: Use the u32 data type for descriptorsLendacky, Thomas1-4/+4
2014-11-06amd-xgbe: Rename pre_xmit function to dev_xmitLendacky, Thomas3-6/+6
2014-11-06amd-xgbe: Move ring allocation to device openLendacky, Thomas3-70/+93
2014-11-06net: Add and use skb_copy_datagram_msg() helper.David S. Miller2-2/+2
2014-11-06stmmac: fix atomicity in pm routinesGiuseppe CAVALLARO1-13/+16
2014-11-06stmmac: fix concurrency in eee initialization.Giuseppe CAVALLARO1-6/+9
2014-11-06stmmac: fix lock in stmmac_set_rx_modeGiuseppe CAVALLARO1-2/+0
2014-11-06stmmac: release tx lock, in case of dma mapping error.Fabrice Gasnier1-0/+1
2014-11-06stmmac: fix stmmac_tx_avail should be called with TX lockedFabrice Gasnier1-2/+3
2014-11-06stmmac: remove BUS_MODE_DAGiuseppe CAVALLARO2-14/+0
2014-11-06stmmac: remove STMMAC_DEBUG_FSGiuseppe CAVALLARO2-15/+7
2014-11-06stmmac: remove specific SoC Koption from platform.Giuseppe CAVALLARO4-68/+9
2014-11-06drivers: net: ethernet: xilinx: xilinx_emaclite: revert the original commit "...Chen Gang1-1/+0
2014-11-05net: phy: spi_ks8995: remove sysfs bin file by registered attributeVladimir Zapolskiy1-1/+3
2014-11-05drivers: net: xgene: fix: Use separate resourcesIyappan Subramanian2-3/+6
2014-11-05drivers: net: xgene: Backward compatibility with older firmwareIyappan Subramanian6-5/+38
2014-11-05Merge tag 'mac80211-next-for-john-2014-11-04' of git://git.kernel.org/pub/scm...John W. Linville14-123/+455
2014-11-04mac80211: replace restart_complete() with reconfig_complete()Eliad Peller3-6/+24
2014-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller6-117/+51
2014-11-03sfc: don't BUG_ON efx->max_channels == 0 in probeEdward Cree1-1/+2
2014-11-03hamradio: 6pack: remove unnecessary checkSudip Mukherjee1-2/+1
2014-11-03macvtap: Fix csum_start when VLAN tags are presentHerbert Xu1-0/+2
2014-11-03net: fec: fix suspend broken on multiple MACs silliconsNimrod Andy1-8/+8
2014-11-03tun: Fix TUN_PKT_STRIP settingHerbert Xu1-4/+8