aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethtool/channels.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-28ethtool: fix the check logic of at least one channel for RX/TXYinjun Zhang1-13/+13
2020-12-16ethtool: fix error paths in ethnl_set_channels()Ivan Vecera1-2/+4
2020-10-06ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski1-2/+4
2020-10-06ethtool: trim policy tablesJakub Kicinski1-18/+2
2020-10-06ethtool: wire up set policies to opsJakub Kicinski1-8/+3
2020-10-06ethtool: wire up get policies to opsJakub Kicinski1-4/+2
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson1-1/+1
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-1/+1
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson1-1/+1
2020-05-16ethtool: check if there is at least one channel for TX/RX in the coreJakub Kicinski1-2/+18
2020-03-13ethtool: fix spelling mistake "exceeeds" -> "exceeds"Colin Ian King1-1/+1
2020-03-12ethtool: add CHANNELS_NTF notificationMichal Kubecek1-0/+3
2020-03-12ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek1-0/+116
2020-03-12ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek1-0/+108