index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
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
2022-04-21
ixgbe, xsk: Get rid of redundant 'fallthrough'
Maciej Fijalkowski
2022-04-15
ixgbe, xsk: Diversify return values from xsk_wakeup call paths
Maciej Fijalkowski
2022-04-15
ixgbe, xsk: Terminate Rx side of NAPI when XSK Rx queue gets full
Maciej Fijalkowski
2022-04-15
ixgbe, xsk: Decorate IXGBE_XDP_REDIR with likely()
Maciej Fijalkowski
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-03
ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()
Maciej Fijalkowski
2022-01-31
ixgbe: respect metadata on XSK Rx to skb
Alexander Lobakin
2022-01-31
ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
Alexander Lobakin
2022-01-31
ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directly
Alexander Lobakin
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-09-30
ixgbe: let the xdpdrv work with more than 64 cpus
Jason Xing
2021-08-17
ixgbe, xsk: clean up the resources in ixgbe_xsk_pool_enable error path
Wang Hai
2021-06-24
intel: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
2021-06-03
ixgbe: add correct exception tracing for XDP
Magnus Karlsson
2021-03-15
ixgbe: optimize for XDP_REDIRECT in xsk path
Magnus Karlsson
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...
Magnus Karlsson
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces
Magnus Karlsson
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem
Magnus Karlsson
2020-07-01
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
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