aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-20net: axienet: Fix return value check in axienet_probe()Wei Yongjun1-2/+2
2016-07-20wlcore: spi: fix build warning caused by redundant variableReizer, Eyal1-1/+0
2016-07-19net/mlx4_en: add xdp forwarding and data write supportBrenden Blanco5-8/+211
2016-07-19net/mlx4_en: break out tx_desc write into separate functionBrenden Blanco1-58/+76
2016-07-19net/mlx4_en: add page recycle to prepare rx ring for tx supportBrenden Blanco3-10/+109
2016-07-19net/mlx4_en: add support for fast rx drop bpf programBrenden Blanco3-4/+102
2016-07-19net/faraday: Mask PHY interrupt with NCSI modeGavin Shan1-12/+15
2016-07-19net/faraday: Match driver according to compatible propertyGavin Shan1-5/+11
2016-07-19net/faraday: Support NCSI modeGavin Shan1-10/+75
2016-07-19net/faraday: Read MAC address from chipGavin Shan1-7/+62
2016-07-19net/faraday: Helper functions to create or destroy MDIO interfaceGavin Shan1-35/+60
2016-07-19net: dsa: mv88e6xxx: add support for DSA ageing timeVivien Didelot1-0/+14
2016-07-19net: dsa: mv88e6xxx: add G1 helper for ageing timeVivien Didelot2-5/+54
2016-07-19net: dsa: mv88e6xxx: add cap for IRLVivien Didelot2-20/+53
2016-07-19net: dsa: mv88e6xxx: add cap for Priority OverrideVivien Didelot2-10/+33
2016-07-19net: dsa: mv88e6xxx: add cap for PVTVivien Didelot2-13/+31
2016-07-19net: dsa: mv88e6xxx: rework Switch MAC setterVivien Didelot2-75/+64
2016-07-19net: dsa: mv88e6xxx: add cap for MGMT Enables bitsVivien Didelot2-18/+41
2016-07-19net: dsa: mv88e6xxx: extract trunk mappingVivien Didelot2-21/+48
2016-07-19net: dsa: mv88e6xxx: extract device mappingVivien Didelot1-15/+60
2016-07-19net: dsa: mv88e6xxx: split setup of Global 1 and 2Vivien Didelot2-32/+62
2016-07-19net: dsa: mv88e6xxx: remove basic function flagsVivien Didelot2-63/+6
2016-07-19virtio-net: Remove more stack DMAAndy Lutomirski1-5/+8
2016-07-19bnxt_en: Remove locking around txr->dev_stateFlorian Fainelli1-2/+0
2016-07-19net/mlx4_en: Add resilience in low memory systemsEugenia Emantayev3-37/+132
2016-07-19net/mlx4_en: Move filters cleanup to a proper locationEugenia Emantayev2-3/+4
2016-07-19bnxt_en: Add BCM58700 PCI device ID for NS2 Nitro.Prashant Sreedharan1-0/+6
2016-07-19bnxt_en: Workaround Nitro A0 RX hardware bug (part 4).Prashant Sreedharan1-11/+53
2016-07-19bnxt_en: Workaround Nitro A0 hardware RX bug (part 3).Prashant Sreedharan1-1/+80
2016-07-19bnxt_en: Workaround Nitro A0 hardware RX bug (part 2).Prashant Sreedharan2-4/+25
2016-07-19bnxt_en: Workaround Nitro A0 hardware RX bug (part 1).Prashant Sreedharan2-16/+39
2016-07-19bnxt_en: Add basic support for Nitro in North Star 2.Prashant Sreedharan2-13/+28
2016-07-19Marvell phy: add functions to suspend and resume both interfaces: fiber and copper links.Charles-Antoine Couret1-2/+71
2016-07-19Marvell phy: add configuration of autonegociation for fiber link.Charles-Antoine Couret1-2/+109
2016-07-19Marvell phy: add field to get errors from fiber link.Charles-Antoine Couret1-2/+7
2016-07-19Marvell phy: check link status in case of fiber link.Charles-Antoine Couret1-12/+141
2016-07-19sh_eth: fix DMA channel misreportingSergei Shtylyov1-1/+0
2016-07-19ravb: fix DMA channel misreportingSergei Shtylyov1-1/+0
2016-07-19net: ti: cpmac: Use the correct function to free some resources.Christophe Jaillet1-1/+3
2016-07-19Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo12-147/+178
2016-07-19rtlwifi: don't add include path for rtl8188eeArnd Bergmann1-1/+1
2016-07-19wlcore: spi: add wl18xx supportEyal Reizer1-18/+105
2016-07-19brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()Florian Fainelli1-1/+1
2016-07-19brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfillFlorian Fainelli1-1/+3
2016-07-19brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chainFlorian Fainelli1-1/+3
2016-07-19ath9k_hw: implement temperature compensation support for AR9003+Felix Fietkau2-3/+23
2016-07-19ath9k_hw: get rid of some duplicate code in calibration initFelix Fietkau1-32/+22
2016-07-19ath9k_hw: simplify ar9003_hw_per_calibrationFelix Fietkau1-27/+26
2016-07-19ath9k_hw: fix duplicate (and partially wrong) definition of AR_CH0_THERMFelix Fietkau1-15/+10
2016-07-19ath9k_hw: fix spectral scan on AR9285 and newerFelix Fietkau2-10/+27