summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-07-20sh_eth: fix DMA channel misreportingSergei Shtylyov1-1/+0
2016-07-20ravb: fix DMA channel misreportingSergei Shtylyov1-1/+0
2016-07-19drivers: atm: nicstar: Use the correct function to free some resourcesChristophe Jaillet1-1/+2
2016-07-19net: ti: cpmac: Use the correct function to free some resources.Christophe Jaillet1-1/+3
2016-07-19macvtap: correctly free skb during socket destructionJason Wang1-1/+1
2016-07-18net: ethernet: marvell: pxa168_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-21/+18
2016-07-18net: ethernet: marvell: pxa168_eth: use phydev from struct net_devicePhilippe Reynes1-20/+16
2016-07-18net: ethernet: adi: bfin_mac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-23/+2
2016-07-18net: ethernet: adi: bfin_mac: use phydev from struct net_devicePhilippe Reynes2-20/+12
2016-07-18dwc_eth_qos: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+2
2016-07-17net: usb: ax88172x: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-20/+2
2016-07-17net: hisilicon: Add Fast Ethernet MAC driverDongpo Li3-0/+1020
2016-07-17of_mdio: Abstract a general interface for phy connectDongpo Li1-0/+36
2016-07-17net: Add MDIO bus driver for the Hisilicon FEMACDongpo Li3-0/+174
2016-07-17net: cpsw: make TI_CPSW_PHY_SEL invisibleUwe Kleine-König1-2/+1
2016-07-17wan/fsl_ucc_hdlc: rewrite error handling to make it clearerZhao Qiang1-28/+27
2016-07-17wan/fsl_ucc_hdlc: remove reduplicative freed memory 'uhdlc_priv'Zhao Qiang1-1/+0
2016-07-17rndis_host: Set valid random MAC on buggy devicesKristian Evensen1-1/+5
2016-07-16net: ethernet: ti: cpmac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-21/+2
2016-07-16net: ethernet: ti: cpmac: use phydev from struct net_devicePhilippe Reynes1-26/+20
2016-07-16net: ethernet: amd: au1000_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-21/+2
2016-07-16net: ethernet: amd: au1000_eth: use phydev from struct net_devicePhilippe Reynes2-25/+16
2016-07-16net: ethernet: smsc9420: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+2
2016-07-16net: ethernet: smsc9420: use phydev from struct net_devicePhilippe Reynes1-27/+17
2016-07-16net: ethernet: ethoc: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+2
2016-07-16net: ethernet: ethoc: use phydev from struct net_devicePhilippe Reynes1-13/+7
2016-07-16net: ethernet: pasemi_mac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-26/+2
2016-07-16net: ethernet: pasemi_mac: use phydev from struct net_devicePhilippe Reynes3-20/+15
2016-07-16net: ethernet: xilinx: axienet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-45/+2
2016-07-16net: ethernet: xilinx: axienet: use phydev from struct net_devicePhilippe Reynes2-21/+16
2016-07-16net: ethernet: tc35815: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-16/+2
2016-07-16net: ethernet: tc35815: use phydev from struct net_devicePhilippe Reynes1-27/+18
2016-07-16macvtap: switch to use skb arrayJason Wang1-11/+71
2016-07-16macvtap: avoid hash calculating for single queueJason Wang1-0/+4
2016-07-15net: phy: micrel: Add KSZ8041FTL fiber mode supportPhilipp Zabel1-2/+32
2016-07-15wan/fsl_ucc_hdlc: info leak in uhdlc_ioctl()Dan Carpenter1-2/+1
2016-07-15mlxsw: spectrum_router: Return -ENOENT in case of errorChristophe Jaillet1-1/+1
2016-07-15net: ethernet: ll_temac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-12/+2
2016-07-15net: ethernet: ll_temac: use phydev from struct net_devicePhilippe Reynes2-22/+16
2016-07-15Merge tag 'wireless-drivers-next-for-davem-2016-07-13' of git://git.kernel.or...David S. Miller161-1962/+3670
2016-07-14net/mlx5e: Add TC offload support for the VF representors netdeviceOr Gerlitz1-1/+34
2016-07-14net/mlx5e: Add TC HW support for FDB (SRIOV e-switch) offloadsOr Gerlitz2-6/+34
2016-07-14net/mlx5e: Add TC drop and mirred/redirect action parsing for SRIOV offloadsOr Gerlitz1-0/+53
2016-07-14net/mlx5e: Adjustments in the TC offload code towards reuse for SRIOVOr Gerlitz1-16/+16
2016-07-14net/mlx5: E-Switch, Add API to configure rules for the offloaded modeOr Gerlitz2-0/+49
2016-07-14net/mlx5: E-Switch, Use two priorities for SRIOV offloads modeOr Gerlitz3-15/+42
2016-07-14net/mlx5e: Offload TC flow counters only when supportedOr Gerlitz1-1/+1
2016-07-14net/mlx5: Introduce bulk reading of flow countersAmir Vadai3-22/+140
2016-07-14net/mlx5: Store counters in rbtree instead of listAmir Vadai2-10/+55
2016-07-14net: nps_enet: code reuseElad Kanfi1-10/+11