aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ethtool/rings.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-15net: ethtool: move checks before rtnl_lock() in ethnl_set_ringsJie Wang1-18/+18
2022-04-15net: ethtool: extend ringparam set/get APIs for tx_pushJie Wang1-2/+16
2022-02-23ethtool: add support to set/get completion queue event sizeSubbaraya Sundeep1-2/+17
2022-01-28ethtool: add header/data split indicationJakub Kicinski1-5/+10
2021-12-15ethtool: use ethnl_parse_header_dev_put()Eric Dumazet1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-3/+6
2021-11-22ethtool: add support to set/get rx buf len via ethtoolHao Chen1-2/+21
2020-10-06ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski1-2/+4
2020-10-06ethtool: trim policy tablesJakub Kicinski1-16/+2
2020-10-06ethtool: wire up set policies to opsJakub Kicinski1-8/+2
2020-10-06ethtool: wire up get policies to opsJakub Kicinski1-4/+1
2020-03-13ethtool: fix spelling mistake "exceeeds" -> "exceeds"Colin Ian King1-1/+1
2020-03-12ethtool: add RINGS_NTF notificationMichal Kubecek1-0/+3
2020-03-12ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek1-0/+89
2020-03-12ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek1-0/+108