aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethtool/rings.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-13ethtool: add SET for TCP_DATA_SPLIT ringparamAlexander Lobakin1-0/+12
2023-08-15ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski1-3/+2
2023-03-27ethtool: Add support for configuring tx_push_buf_lenShay Agroskin1-2/+32
2023-02-13net: ethtool: extend ringparam set/get APIs for rx_pushShannon Nelson1-2/+15
2023-01-27ethtool: netlink: convert commands to common SETJakub Kicinski1-59/+42
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