index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_xsk.c
Age
Commit message (
Expand
)
Author
2020-02-05
i40e: Relax i40e_xsk_wakeup's return value when PF is busy
Maciej Fijalkowski
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/i40e: Fix concurrency issues between config flow and XSK
Maxim Mikityanskiy
2019-11-08
i40e: need_wakeup flag might not be set for Tx
Magnus Karlsson
2019-11-01
i40e: Fix receive buffer starvation for AF_XDP
Jeff Kirsher
2019-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-16
i40e: fix xdp handle calculations
Ciara Loftus
2019-09-11
i40e: fix potential RX buffer starvation for AF_XDP
Magnus Karlsson
2019-09-05
i40e: fix xdp handle calculations
Kevin Laatz
2019-08-31
i40e: modify driver for handling offsets
Kevin Laatz
2019-08-31
i40e: simplify Rx buffer recycle
Kevin Laatz
2019-08-17
i40e: 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-14
i40e: mark expected switch fall-through
Gustavo A. R. Silva
2019-04-01
i40e: add tracking of AF_XDP ZC state for each queue pair
Björn Töpel
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-21
i40e: fix potential RX buffer starvation for AF_XDP
Magnus Karlsson
2019-02-15
net: bpf: remove XDP_QUERY_XSK_UMEM enumerator
Jan Sokolowski
2019-01-22
i40e: Remove umem from VSI
Jan Sokolowski
2018-12-12
i40e: DRY rx_ptype handling code
Michał Mirosław
2018-12-12
i40e: fix VLAN.TCI == 0 RX HW offload
Michał Mirosław
2018-11-28
i40e: fix kerneldoc for xsk methods
Jan Sokolowski
2018-09-25
i40e: disallow changing the number of descriptors when AF_XDP is on
Björn Töpel
2018-09-25
i40e: clean zero-copy XDP Rx ring on shutdown/reset
Björn Töpel
2018-09-25
i40e: clean zero-copy XDP Tx ring on shutdown/reset
Björn Töpel
2018-09-01
xsk: i40e: get rid of useless struct xdp_umem_props
Magnus Karlsson
2018-09-01
i40e: fix possible compiler warning in xsk TX path
Magnus Karlsson
2018-08-29
i40e: add AF_XDP zero-copy Tx support
Magnus Karlsson
2018-08-29
i40e: add AF_XDP zero-copy Rx support
Björn Töpel