aboutsummaryrefslogtreecommitdiff
path: root/net/ethtool/linkmodes.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-15ethtool: use ethnl_parse_header_dev_put()Gravatar Eric Dumazet 1-1/+1
2021-02-03ethtool: Expose the number of lanes in useGravatar Danielle Ratson 1-0/+8
2021-02-03ethtool: Get link mode in use instead of speed and duplex parametersGravatar Danielle Ratson 1-155/+2
2021-02-03ethtool: Extend link modes settings uAPI with lanesGravatar Danielle Ratson 1-15/+81
2021-02-03ethtool: Validate master slave configuration before rtnl_lock()Gravatar Danielle Ratson 1-8/+19
2020-10-06ethtool: link up ethnl_header_policy as a nested policyGravatar Jakub Kicinski 1-2/+4
2020-10-06ethtool: trim policy tablesGravatar Jakub Kicinski 1-15/+2
2020-10-06ethtool: wire up set policies to opsGravatar Jakub Kicinski 1-8/+3
2020-10-06ethtool: wire up get policies to opsGravatar Jakub Kicinski 1-4/+2
2020-09-19ethtool: Add 100base-FX link mode entriesGravatar Dan Murphy 1-0/+2
2020-08-03ethtool: ethnl_set_linkmodes: remove redundant null checkGravatar Gaurav Singh 1-2/+1
2020-07-08ethtool: Add support for 100Gbps per lane link modesGravatar Meir Lichtinger 1-0/+15
2020-05-06ethtool: provide UAPI for PHY master/slave configuration.Gravatar Oleksij Rempel 1-0/+53
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+3
2020-03-23ethtool: fix reference leak in some *_SET handlersGravatar Michal Kubecek 1-1/+3
2020-03-12ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()Gravatar Michal Kubecek 1-2/+4
2020-02-18ethtool: Add support for low latency RS FECGravatar Aya Levin 1-0/+1
2020-01-03ethtool: remove set but not used variable 'lsettings'Gravatar YueHaibing 1-2/+0
2019-12-27ethtool: add LINKMODES_NTF notificationGravatar Michal Kubecek 1-0/+2
2019-12-27ethtool: set link modes related data with LINKMODES_SET requestGravatar Michal Kubecek 1-0/+235
2019-12-27ethtool: provide link mode information with LINKMODES_GET requestGravatar Michal Kubecek 1-0/+140