index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_xsk.c
Age
Commit message (
Expand
)
Author
2020-06-01
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
2020-05-21
ixgbe, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOL
Björn Töpel
2020-05-21
xsk: Move driver interface to xdp_sock_drv.h
Magnus Karlsson
2020-05-14
xdp: For Intel AF_XDP drivers add XDP frame_sz
Jesper Dangaard Brouer
2019-12-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-12-20
xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addr
Magnus Karlsson
2019-12-19
net/ixgbe: Fix concurrency issues between config flow and XSK
Maxim Mikityanskiy
2019-11-08
ixgbe: need_wakeup flag might not be set for Tx
Magnus Karlsson
2019-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-16
ixgbe: fix xdp handle calculations
Ciara Loftus
2019-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-11
ixgbe: fix double clean of Tx descriptors with xdp
Ilya Maximets
2019-09-05
ixgbe: fix xdp handle calculations
Kevin Laatz
2019-08-31
ixgbe: modify driver for handling offsets
Kevin Laatz
2019-08-31
ixgbe: simplify Rx buffer recycle
Kevin Laatz
2019-08-17
ixgbe: add support for AF_XDP need_wakeup feature
Magnus Karlsson
2019-08-17
xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup
Magnus Karlsson
2019-06-27
xsk: Return the whole xdp_desc from xsk_umem_consume_tx
Maxim Mikityanskiy
2019-06-05
ixgbe: fix AF_XDP tx packet count
William Tu
2019-06-05
ixgbe: fix AF_XDP tx byte count
William Tu
2019-06-05
ixgbe: remove umem from adapter
Jan Sokolowski
2019-06-05
ixgbe: add tracking of AF_XDP zero-copy state for each queue pair
Jan Sokolowski
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-21
ixgbe: don't do any AF_XDP zero-copy transmit if netif is not OK
Jan Sokolowski
2019-02-21
ixgbe: fix potential RX buffer starvation for AF_XDP
Magnus Karlsson
2019-02-15
net: bpf: remove XDP_QUERY_XSK_UMEM enumerator
Jan Sokolowski
2018-10-03
ixgbe: add AF_XDP zero-copy Tx support
Björn Töpel
2018-10-03
ixgbe: add AF_XDP zero-copy Rx support
Björn Töpel