aboutsummaryrefslogtreecommitdiff
path: root/net/ethtool/channels.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-28ethtool: fix the check logic of at least one channel for RX/TXGravatar Yinjun Zhang 1-13/+13
2020-12-16ethtool: fix error paths in ethnl_set_channels()Gravatar Ivan Vecera 1-2/+4
2020-10-06ethtool: link up ethnl_header_policy as a nested policyGravatar Jakub Kicinski 1-2/+4
2020-10-06ethtool: trim policy tablesGravatar Jakub Kicinski 1-18/+2
2020-10-06ethtool: wire up set policies to opsGravatar Jakub Kicinski 1-8/+3
2020-10-06ethtool: wire up get policies to opsGravatar Jakub Kicinski 1-4/+2
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesGravatar Magnus Karlsson 1-1/+1
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemGravatar Magnus Karlsson 1-1/+1
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-1/+1
2020-05-21xsk: Move driver interface to xdp_sock_drv.hGravatar Magnus Karlsson 1-1/+1
2020-05-16ethtool: check if there is at least one channel for TX/RX in the coreGravatar Jakub Kicinski 1-2/+18
2020-03-13ethtool: fix spelling mistake "exceeeds" -> "exceeds"Gravatar Colin Ian King 1-1/+1
2020-03-12ethtool: add CHANNELS_NTF notificationGravatar Michal Kubecek 1-0/+3
2020-03-12ethtool: set device channel counts with CHANNELS_SET requestGravatar Michal Kubecek 1-0/+116
2020-03-12ethtool: provide channel counts with CHANNELS_GET requestGravatar Michal Kubecek 1-0/+108