aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-29net: ethernet: lpc_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+2
2016-06-29net: ethernet: lpc_eth: use phydev from struct net_devicePhilippe Reynes1-13/+9
2016-06-29qede: Fix the static checker warnings.Sudarsana Reddy Kalluru1-3/+5
2016-06-29qed: Fix static checker warnings.Sudarsana Reddy Kalluru1-2/+2
2016-06-29net: ethernet: mvpp2: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-20/+2
2016-06-29net: ethernet: mvpp2: use phydev from struct net_devicePhilippe Reynes1-18/+16
2016-06-29dsa: b53: avoid 'maybe-uninitialized' warningArnd Bergmann1-6/+24
2016-06-29net: ethernet: ti: cpdma: switch to use genallocGrygorii Strashko1-72/+59
2016-06-29Maxim/driver: Add driver for maxim ds26522Zhao Qiang4-0/+401
2016-06-28net: ethernet: dwc_eth_qos: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+2
2016-06-28net: ethernet: dwc_eth_qos: use phydev from struct net_devicePhilippe Reynes1-24/+23
2016-06-28net: ethernet: sxgbe: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-19/+2
2016-06-28net: ethernet: sxgbe: use phydev from struct net_devicePhilippe Reynes3-29/+22
2016-06-28net: ethernet: r6040: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-12/+2
2016-06-28net: ethernet: r6040: use phydev from struct net_devicePhilippe Reynes1-15/+7
2016-06-28net: ethernet: hix5hd2: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-20/+2
2016-06-28net: ethernet: hix5hd2: use phydev from struct net_devicePhilippe Reynes1-17/+13
2016-06-28drivers: net: davinci_mdio: enable pm runtime auto for ti cpsw-mdioGrygorii Strashko1-11/+34
2016-06-28drivers: net: davinci_mdio: implement pm runtime auto modeGrygorii Strashko1-9/+39
2016-06-28drivers: net: davinci_mdio: add pm runtime callbacksGrygorii Strashko1-4/+27
2016-06-28drivers: net: davinci_mdio: split reset function on init_clk and enableGrygorii Strashko1-7/+14
2016-06-28drivers: net: davinci_mdio: drop suspended and lock fields from mdio_dataGrygorii Strashko1-30/+0
2016-06-28drivers: net: davinci_mdio: remove pm runtime calls from suspend callbacksGrygorii Strashko1-3/+0
2016-06-28drivers: net: davinci_mdio: do pm runtime initialization later in probeGrygorii Strashko1-9/+6
2016-06-28drivers: net: cpsw: ndev: fix accessing to suspended deviceGrygorii Strashko1-3/+30
2016-06-28drivers: net: cpsw: ethtool: fix accessing to suspended deviceGrygorii Strashko1-1/+26
2016-06-28drivers: net: cpsw: remove pm runtime calls from suspend callbacksGrygorii Strashko1-4/+0
2016-06-28drivers: net: cpsw: check return code from pm runtime callsGrygorii Strashko1-2/+10
2016-06-28drivers: net: cpsw: fix suspend when all ethX devices are downGrygorii Strashko1-2/+1
2016-06-28drivers: net: stmmac: add port selection programmingGiuseppe CAVALLARO6-2/+49
2016-06-28drivers: net: stmmac: rework core ISR to better manage PCS and PMTGiuseppe CAVALLARO8-35/+79
2016-06-28drivers: net: stmmac: reworking the PCS code.Giuseppe CAVALLARO8-165/+349
2016-06-28of_mdio: select fixed phy support unconditionallyArnd Bergmann2-2/+1
2016-06-28net: ethernet: dnet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+2
2016-06-28net: ethernet: dnet: use phydev from struct net_devicePhilippe Reynes2-17/+12
2016-06-27phy: improve safety of fixed-phy MII register readingRussell King1-7/+21
2016-06-27phy: generate swphy registers on the flyRussell King3-40/+40
2016-06-27phy: separate swphy state validation from register generationRussell King3-16/+35
2016-06-27phy: convert swphy register generation to tabular formRussell King1-65/+78
2016-06-27phy: move fixed_phy MII register generation to a libraryRussell King5-93/+143
2016-06-27Merge tag 'linux-can-next-for-4.8-20160623' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller2-134/+302
2016-06-27ethernet: xircom: fix spelling mistakes on "excessive collisions"Colin Ian King1-2/+2
2016-06-27net: tc35815: fix spelling mistake on "descriptors"Colin Ian King1-5/+5
2016-06-27net/mlx5e: Report correct auto negotiation and allow togglingGal Pressman2-11/+67
2016-06-27net/mlx5e: Use new ethtool get/set link ksettings APIGal Pressman3-167/+143
2016-06-27net/mlx5e: Add missing 50G baseSR2 link modeGal Pressman1-0/+1
2016-06-27net/mlx5e: Toggle link only after modifying port parametersGal Pressman3-14/+14
2016-06-27net/mlx5e: Support adaptive RX coalescingGil Rockah6-8/+416
2016-06-27net/mlx5e: CQE based moderationTariq Toukan3-33/+95
2016-06-27net/mlx5e: Introduce net device priv flags infrastructureGal Pressman2-0/+76