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