aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-08ixgbe: need_wakeup flag might not be set for TxMagnus Karlsson1-8/+2
2019-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2019-09-16ixgbe: fix xdp handle calculationsCiara Loftus1-2/+2
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-19/+11
2019-09-11ixgbe: fix double clean of Tx descriptors with xdpIlya Maximets1-18/+11
2019-09-05ixgbe: fix xdp handle calculationsKevin Laatz1-3/+4
2019-08-31ixgbe: modify driver for handling offsetsKevin Laatz1-4/+9
2019-08-31ixgbe: simplify Rx buffer recycleKevin Laatz1-10/+3
2019-08-17ixgbe: add support for AF_XDP need_wakeup featureMagnus Karlsson1-0/+18
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson1-2/+2
2019-06-27xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy1-6/+9
2019-06-05ixgbe: fix AF_XDP tx packet countWilliam Tu1-0/+1
2019-06-05ixgbe: fix AF_XDP tx byte countWilliam Tu1-1/+0
2019-06-05ixgbe: remove umem from adapterJan Sokolowski1-66/+13
2019-06-05ixgbe: add tracking of AF_XDP zero-copy state for each queue pairJan Sokolowski1-1/+4
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+12
2019-02-21ixgbe: don't do any AF_XDP zero-copy transmit if netif is not OKJan Sokolowski1-1/+2
2019-02-21ixgbe: fix potential RX buffer starvation for AF_XDPMagnus Karlsson1-2/+10
2019-02-15net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski1-17/+0
2018-10-03ixgbe: add AF_XDP zero-copy Tx supportBjörn Töpel1-0/+175
2018-10-03ixgbe: add AF_XDP zero-copy Rx supportBjörn Töpel1-0/+626