aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/mdio.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-02net: mdio: add mdio45_ethtool_ksettings_getGravatar Philippe Reynes 1-0/+178
2013-12-26mdio: unused ethtool functionsGravatar stephen hemminger 1-28/+0
2012-03-01ethtool, mdio, mii: Specify MDIO information fields in struct ethtool_cmdGravatar Ben Hutchings 1-0/+3
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIGravatar David Decotigny 1-8/+12
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataGravatar David Decotigny 1-0/+3
2009-10-12mdio: Expose pause frame advertising flags to ethtoolGravatar Ben Hutchings 1-0/+4
2009-10-12mdio: Advertise pause (flow control) settings even if autoneg is offGravatar Ben Hutchings 1-5/+3
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsGravatar Ben Hutchings 1-3/+0
2009-08-26mdio: Check MDIO_STAT1_FAULT in mdio45_links_ok()Gravatar Ben Hutchings 1-3/+10
2009-06-25mdio add missing GPL flagGravatar Nicolas Reinecke 1-0/+4
2009-06-11mdio: Expose 10GBASE-T MDI-X status via ethtoolGravatar Ben Hutchings 1-0/+17
2009-04-29ethtool/mdio: Support backplane mode negotiationGravatar Ben Hutchings 1-5/+25
2009-04-29ethtool/mdio: Report MDIO mode support and link partner advertisingGravatar Ben Hutchings 1-7/+12
2009-04-29mdio: Add mdio45_ethtool_spauseparam_an()Gravatar Ben Hutchings 1-0/+30
2009-04-29mdio: Add generic MDIO (clause 45) support functionsGravatar Ben Hutchings 1-0/+359