summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple()Varun Prakash2016-09-157-77/+125
* alx: fix error handling in __alx_openTobias Regnery2016-09-151-1/+3
* cxgb4vf: don't offload Rx checksums for IPv6 fragmentsHariprasad Shenai2016-09-151-3/+4
* atm: iphase: fix newline escape and minor tweak to source formattingColin Ian King2016-09-151-3/+3
* mlxsw: spectrum: Add support for new ethtool APIIdo Schimmel2016-09-132-160/+185
* mlxsw: spectrum: Indicate support of multiple port typesIdo Schimmel2016-09-131-3/+5
* mlxsw: spectrum: Report port type according to operational speedIdo Schimmel2016-09-131-1/+0
* mlxsw: spectrum: Report link partner's advertised speedsIdo Schimmel2016-09-132-1/+27
* mlxsw: spectrum: Correctly report autonegotiationIdo Schimmel2016-09-132-3/+14
* net: ethernet: apm: xgene: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-131-24/+37
* net: ethernet: apm: xgene: use phydev from struct net_devicePhilippe Reynes2016-09-134-19/+18
* net: ethernet: dwmac: fix non static symbol warningWei Yongjun2016-09-131-1/+2
* net: macb: fix missing unlock on error in macb_start_xmit()Wei Yongjun2016-09-131-1/+1
* net: Remove NO_IRQ from powerpc-only network driversMichael Ellerman2016-09-138-16/+15
* iwlegacy: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-2/+2
* hamradio: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1
* stmmac: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1
* sis900: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-122-3/+3
* sfc: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-2/+2
* natsemi: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1
* net: mvneta: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1
* ixgbe: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-2/+2
* i825xx: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-2/+2
* net/fsl_pq_mdio: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-4/+4
* sundance: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1
* bnx2: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1
* ethernet: amd: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-122-4/+4
* starfire: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1
* 3c59x: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-12244-1530/+2070
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-09-1249-444/+616
| |\
| | * net/mlx4_en: Fix panic on xmit while port is downMoshe Shemesh2016-09-111-5/+7
| | * net/mlx4_en: Fixes for DCBXTariq Toukan2016-09-114-43/+28
| | * net/mlx4_en: Fix the return value of mlx4_en_dcbnl_set_state()Kamal Heib2016-09-111-1/+4
| | * net/mlx4_en: Fix the return value of mlx4_en_dcbnl_set_all()Kamal Heib2016-09-111-10/+11
| | * net: ethernet: renesas: sh_eth: add POST registers for rzChris Brandt2016-09-101-0/+7
| | * drivers: net: phy: mdio-xgene: Add hardware dependencyJean Delvare2016-09-091-0/+1
| | * Merge tag 'wireless-drivers-for-davem-2016-09-08' of git://git.kernel.org/pub...David S. Miller2016-09-099-13/+22
| | |\
| | | * Merge ath-current from ath.gitKalle Valo2016-09-074-10/+14
| | | |\
| | | | * ath9k: bring back direction setting in ath9k_{start_stop}Giedrius Statkevičius2016-09-071-2/+7
| | | | * ath9k: fix AR5416 access GPIO warningMiaoqing Pan2016-09-021-2/+2
| | | | * ath10k: Remove driver log suggesting QCA9887 support is experimentalMohammed Shafi Shajakhan2016-08-311-1/+0
| | | | * ath10k: fix get rx_status from htt contextAshok Raj Nagarajan2016-08-311-5/+5
| | | * | brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()Arend Van Spriel2016-09-071-1/+1
| | | * | iwlwifi: mvm: Advertise support for AP channel width changePeer, Ilan2016-08-291-0/+1
| | | * | iwlwifi: mvm: don't use ret when not initialisedEmmanuel Grumbach2016-08-291-1/+2
| | | * | iwlwifi: mvm: check if vif is NULL before using itSharon Dvir2016-08-291-0/+2
| | | * | iwlwifi: mvm: consider P2p device type for firmware dump triggersEmmanuel Grumbach2016-08-291-1/+2
| | * | | dwc_eth_qos: do not register semi-initialized deviceLars Persson2016-09-091-20/+18
| | * | | mlxsw: spectrum: Set port type before setting its addressIdo Schimmel2016-09-091-9/+9