aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethtool/pause.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-15ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski1-3/+2
2023-01-27ethtool: netlink: handle SET intro/outro in the common codeJakub Kicinski1-47/+32
2023-01-25net: ethtool: fix NULL pointer dereference in pause_prepare_data()Vladimir Oltean1-1/+1
2023-01-23net: ethtool: netlink: retrieve stats from multiple sources (eMAC, pMAC)Vladimir Oltean1-0/+48
2021-12-15ethtool: use ethnl_parse_header_dev_put()Eric Dumazet1-1/+1
2021-11-03ethtool: fix ethtool msg len calculation for pause statsJakub Kicinski1-2/+1
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2021-04-15ethtool: move ethtool_stats_initJakub Kicinski1-6/+0
2021-04-14ethtool: pause: make sure we init driver statsJakub Kicinski1-4/+4
2020-10-06ethtool: specify which header flags are supported per commandJakub Kicinski1-1/+1
2020-10-06ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski1-2/+4
2020-10-06ethtool: trim policy tablesJakub Kicinski1-9/+2
2020-10-06ethtool: wire up set policies to opsJakub Kicinski1-7/+2
2020-10-06ethtool: wire up get policies to opsJakub Kicinski1-4/+1
2020-09-15ethtool: add standard pause statsJakub Kicinski1-1/+62
2020-03-29ethtool: add PAUSE_NTF notificationMichal Kubecek1-0/+3
2020-03-29ethtool: set pause parameters with PAUSE_SET requestMichal Kubecek1-0/+61
2020-03-29ethtool: provide pause parameters with PAUSE_GET requestMichal Kubecek1-0/+81