aboutsummaryrefslogtreecommitdiff
path: root/net/ethtool/pause.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-15ethtool: use ethnl_parse_header_dev_put()Gravatar Eric Dumazet 1-1/+1
2021-11-03ethtool: fix ethtool msg len calculation for pause statsGravatar Jakub Kicinski 1-2/+1
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-4/+4
2021-04-15ethtool: move ethtool_stats_initGravatar Jakub Kicinski 1-6/+0
2021-04-14ethtool: pause: make sure we init driver statsGravatar Jakub Kicinski 1-4/+4
2020-10-06ethtool: specify which header flags are supported per commandGravatar Jakub Kicinski 1-1/+1
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-9/+2
2020-10-06ethtool: wire up set policies to opsGravatar Jakub Kicinski 1-7/+2
2020-10-06ethtool: wire up get policies to opsGravatar Jakub Kicinski 1-4/+1
2020-09-15ethtool: add standard pause statsGravatar Jakub Kicinski 1-1/+62
2020-03-29ethtool: add PAUSE_NTF notificationGravatar Michal Kubecek 1-0/+3
2020-03-29ethtool: set pause parameters with PAUSE_SET requestGravatar Michal Kubecek 1-0/+61
2020-03-29ethtool: provide pause parameters with PAUSE_GET requestGravatar Michal Kubecek 1-0/+81