aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-16net/mlx4_core: clean up srq_res_start_move_to()Paul Bolle1-30/+16
2014-01-16net/mlx4_core: clean up cq_res_start_move_to()Paul Bolle1-33/+19
2014-01-16e1000e: Fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg1-6/+2
2014-01-16ixgbe: Fix incorrect logic for fixed fiber eeprom writeDon Skidmore1-1/+1
2014-01-16ixgbevf: create function for all of ring initDon Skidmore2-137/+183
2014-01-16ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore3-86/+98
2014-01-16ixgbevf: use pci drvdata correctly in ixgbevf_suspend()Wei Yongjun1-2/+2
2014-01-16ixgbevf: set the disable state when ixgbevf_qv_disable is calledJacob Keller1-0/+1
2014-01-16ixgbe: reinit_locked() should be called with rtnl_lockJohn Fastabend1-0/+2
2014-01-16net: stmmac: notify the PM core of a wakeup event.Srinivas Kandagatla2-2/+8
2014-01-16net: stmmac: restore pinstate in pm resume.Srinivas Kandagatla1-0/+3
2014-01-16net: stmmac: use suspend functions for hibernationSrinivas Kandagatla3-50/+12
2014-01-16net: stmmac: fix power management suspend-resume caseSrinivas Kandagatla1-6/+7
2014-01-16net: stmmac: make stmmac_mdio_reset non-staticSrinivas Kandagatla2-1/+2
2014-01-16net: stmmac: move hardware setup for stmmac_open to new functionSrinivas Kandagatla1-67/+88
2014-01-16net: stmmac: move dma allocation to new functionSrinivas Kandagatla1-84/+85
2014-01-16net: stmmac: mdio: remove reset gpio freeSrinivas Kandagatla1-1/+0
2014-01-16net: stmmac: support max-speed device tree propertySrinivas Kandagatla2-1/+7
2014-01-16net: mvneta: make mvneta_txq_done() return voidArnaud Ebalard1-5/+4
2014-01-16net: mvneta: mvneta_tx_done_gbe() cleanupsArnaud Ebalard1-13/+4
2014-01-16net: mvneta: implement rx_copybreakwilly tarreau1-6/+38
2014-01-16net: mvneta: convert to build_skb()willy tarreau1-14/+35
2014-01-16net: mvneta: prefetch next rx descriptor instead of current onewilly tarreau1-1/+1
2014-01-16net: mvneta: simplify access to the rx descriptor statuswilly tarreau1-13/+12
2014-01-16net: mvneta: factor rx refilling codewilly tarreau1-20/+3
2014-01-16net: mvneta: remove tests for impossible cases in the tx_done pathwilly tarreau1-6/+9
2014-01-16net: mvneta: replace Tx timer with a real interruptwilly tarreau1-59/+12
2014-01-16net: mvneta: add missing bit descriptions for interrupt masks and causeswilly tarreau1-2/+42
2014-01-16net: mvneta: do not schedule in mvneta_tx_timeoutwilly tarreau1-11/+0
2014-01-16net: mvneta: use per_cpu stats to fix an SMP lock upwilly tarreau1-29/+55
2014-01-16net: mvneta: increase the 64-bit rx/tx stats out of the hot pathwilly tarreau1-4/+11
2014-01-16carl9170: use ath_is_mybeaconOleksij Rempel1-6/+3
2014-01-16ath5k: use ath_is_mybeaconOleksij Rempel1-25/+8
2014-01-16ath9k_htc: use ath_is_mybeaconOleksij Rempel1-3/+1
2014-01-16ath9k: use ath_is_mybeaconOleksij Rempel1-16/+4
2014-01-16ath: add common function ath_is_mybeaconOleksij Rempel2-0/+10
2014-01-16mwifiex: export threshold value and retry limit to cfg80211Ujjal Roy1-0/+14
2014-01-16mwifiex: fix wrong 11ac bits setting in fw_cap_infoBing Zhao1-1/+1
2014-01-16wil6210: correct #include for prefetch()Vladimir Kondratiev1-1/+1
2014-01-16ath9k: Fix possible overflow conditionSujith Manoharan1-1/+1
2014-01-16ath9k: Fix IQ calibrationSujith Manoharan1-2/+15
2014-01-16ath9k: Fix error reported by smatchSujith Manoharan1-1/+1
2014-01-16brcmfmac: handle SDIO card removalArend van Spriel5-87/+102
2014-01-16brcmfmac: initialize escan function pointer during scheduled scanArend van Spriel1-0/+1
2014-01-16brcmfmac: rename chip and core related structuresArend van Spriel3-42/+41
2014-01-16brcmfmac: restructure brcmf_sdio_chip_recognition()Arend van Spriel2-167/+167
2014-01-16brcmfmac: rework firmware download codeArend van Spriel3-60/+40
2014-01-16brcmfmac: update core reset and disable routines.Hante Meuleman3-57/+106
2014-01-16brcmfmac: Create common nvram parsing routines.Hante Meuleman6-190/+208
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker155-155/+0