aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-20net: ethernet: nb8800: fix error handling of nb8800_probe()Wei Yongjun1-1/+1
2016-07-20wan/fsl_ucc_hdlc: use module_platform_driver to simplify the codeWei Yongjun1-12/+1
2016-07-20wan/fsl_ucc_hdlc: remove .owner field for driverWei Yongjun1-1/+0
2016-07-20net: axienet: Fix return value check in axienet_probe()Wei Yongjun1-2/+2
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-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-18macvtap: correctly free skb during socket destructionJason Wang1-1/+1
2016-07-17net: ethernet: marvell: pxa168_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-21/+18
2016-07-17net: ethernet: marvell: pxa168_eth: use phydev from struct net_devicePhilippe Reynes1-20/+16
2016-07-17net: ethernet: adi: bfin_mac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-23/+2
2016-07-17net: ethernet: adi: bfin_mac: use phydev from struct net_devicePhilippe Reynes2-20/+12
2016-07-17dwc_eth_qos: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+2
2016-07-16net: usb: ax88172x: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-20/+2
2016-07-16net: hisilicon: Add Fast Ethernet MAC driverDongpo Li3-0/+1020
2016-07-16net: Add MDIO bus driver for the Hisilicon FEMACDongpo Li3-0/+174
2016-07-16net: cpsw: make TI_CPSW_PHY_SEL invisibleUwe Kleine-König1-2/+1
2016-07-16wan/fsl_ucc_hdlc: rewrite error handling to make it clearerZhao Qiang1-28/+27