summaryrefslogtreecommitdiffstats
path: root/net/ethtool/channels.c
AgeCommit message (Expand)AuthorLines
2023-01-27ethtool: netlink: convert commands to common SETJakub Kicinski-56/+36
2022-11-08ethtool: Fail number of channels change when it conflicts with rxnfcGal Pressman-5/+14
2021-12-15ethtool: use ethnl_parse_header_dev_put()Eric Dumazet-1/+1
2021-02-28ethtool: fix the check logic of at least one channel for RX/TXYinjun Zhang-13/+13
2020-12-16ethtool: fix error paths in ethnl_set_channels()Ivan Vecera-2/+4
2020-10-06ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski-2/+4
2020-10-06ethtool: trim policy tablesJakub Kicinski-18/+2
2020-10-06ethtool: wire up set policies to opsJakub Kicinski-8/+3
2020-10-06ethtool: wire up get policies to opsJakub Kicinski-4/+2
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson-1/+1
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson-1/+1
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1/+1
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson-1/+1
2020-05-16ethtool: check if there is at least one channel for TX/RX in the coreJakub Kicinski-2/+18
2020-03-13ethtool: fix spelling mistake "exceeeds" -> "exceeds"Colin Ian King-1/+1
2020-03-12ethtool: add CHANNELS_NTF notificationMichal Kubecek-0/+3
2020-03-12ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek-0/+116
2020-03-12ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek-0/+108