summaryrefslogtreecommitdiffstats
path: root/net/ethtool/pause.c
Commit message (Expand)AuthorAgeFilesLines
* ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski2023-08-151-3/+2
* ethtool: netlink: handle SET intro/outro in the common codeJakub Kicinski2023-01-271-47/+32
* net: ethtool: fix NULL pointer dereference in pause_prepare_data()Vladimir Oltean2023-01-251-1/+1
* net: ethtool: netlink: retrieve stats from multiple sources (eMAC, pMAC)Vladimir Oltean2023-01-231-0/+48
* ethtool: use ethnl_parse_header_dev_put()Eric Dumazet2021-12-151-1/+1
* ethtool: fix ethtool msg len calculation for pause statsJakub Kicinski2021-11-031-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-4/+4
|\
| * ethtool: pause: make sure we init driver statsJakub Kicinski2021-04-141-4/+4
* | ethtool: move ethtool_stats_initJakub Kicinski2021-04-151-6/+0
|/
* ethtool: specify which header flags are supported per commandJakub Kicinski2020-10-061-1/+1
* ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski2020-10-061-2/+4
* ethtool: trim policy tablesJakub Kicinski2020-10-061-9/+2
* ethtool: wire up set policies to opsJakub Kicinski2020-10-061-7/+2
* ethtool: wire up get policies to opsJakub Kicinski2020-10-061-4/+1
* ethtool: add standard pause statsJakub Kicinski2020-09-151-1/+62
* ethtool: add PAUSE_NTF notificationMichal Kubecek2020-03-291-0/+3
* ethtool: set pause parameters with PAUSE_SET requestMichal Kubecek2020-03-291-0/+61
* ethtool: provide pause parameters with PAUSE_GET requestMichal Kubecek2020-03-291-0/+81