index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_xsk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ixgbe, xsk: Get rid of redundant 'fallthrough'
Maciej Fijalkowski
2022-04-21
1
-1
/
+0
*
ixgbe, xsk: Diversify return values from xsk_wakeup call paths
Maciej Fijalkowski
2022-04-15
1
-3
/
+3
*
ixgbe, xsk: Terminate Rx side of NAPI when XSK Rx queue gets full
Maciej Fijalkowski
2022-04-15
1
-9
/
+18
*
ixgbe, xsk: Decorate IXGBE_XDP_REDIR with likely()
Maciej Fijalkowski
2022-04-15
1
-12
/
+13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-03
1
-2
/
+4
|
\
|
*
ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()
Maciej Fijalkowski
2022-03-03
1
-2
/
+4
*
|
ixgbe: respect metadata on XSK Rx to skb
Alexander Lobakin
2022-01-31
1
-4
/
+10
*
|
ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
Alexander Lobakin
2022-01-31
1
-3
/
+1
*
|
ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directly
Alexander Lobakin
2022-01-31
1
-9
/
+10
|
/
*
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-12-13
1
-1
/
+1
*
ixgbe: let the xdpdrv work with more than 64 cpus
Jason Xing
2021-09-30
1
-7
/
+9
*
ixgbe, xsk: clean up the resources in ixgbe_xsk_pool_enable error path
Wang Hai
2021-08-17
1
-1
/
+4
*
intel: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
2021-06-24
1
-3
/
+0
*
ixgbe: add correct exception tracing for XDP
Magnus Karlsson
2021-06-03
1
-6
/
+8
*
ixgbe: optimize for XDP_REDIRECT in xsk path
Magnus Karlsson
2021-03-15
1
-4
/
+7
*
xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...
Magnus Karlsson
2020-08-31
1
-1
/
+1
*
xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces
Magnus Karlsson
2020-08-31
1
-16
/
+16
*
xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem
Magnus Karlsson
2020-08-31
1
-30
/
+31
*
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
2020-07-01
1
-2
/
+2
*
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
2020-06-01
1
-1
/
+1
*
ixgbe, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOL
Björn Töpel
2020-05-21
1
-256
/
+51
*
xsk: Move driver interface to xdp_sock_drv.h
Magnus Karlsson
2020-05-21
1
-1
/
+1
*
xdp: For Intel AF_XDP drivers add XDP frame_sz
Jesper Dangaard Brouer
2020-05-14
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-12-27
1
-2
/
+2
|
\
|
*
xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addr
Magnus Karlsson
2019-12-20
1
-2
/
+2
*
|
net/ixgbe: Fix concurrency issues between config flow and XSK
Maxim Mikityanskiy
2019-12-19
1
-2
/
+6
|
/
*
ixgbe: need_wakeup flag might not be set for Tx
Magnus Karlsson
2019-11-08
1
-8
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-16
1
-2
/
+2
|
\
|
*
ixgbe: fix xdp handle calculations
Ciara Loftus
2019-09-16
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-15
1
-19
/
+11
|
\
\
|
|
/
|
/
|
|
*
ixgbe: fix double clean of Tx descriptors with xdp
Ilya Maximets
2019-09-11
1
-18
/
+11
*
|
ixgbe: fix xdp handle calculations
Kevin Laatz
2019-09-05
1
-3
/
+4
*
|
ixgbe: modify driver for handling offsets
Kevin Laatz
2019-08-31
1
-4
/
+9
*
|
ixgbe: simplify Rx buffer recycle
Kevin Laatz
2019-08-31
1
-10
/
+3
*
|
ixgbe: add support for AF_XDP need_wakeup feature
Magnus Karlsson
2019-08-17
1
-0
/
+18
*
|
xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup
Magnus Karlsson
2019-08-17
1
-2
/
+2
|
/
*
xsk: Return the whole xdp_desc from xsk_umem_consume_tx
Maxim Mikityanskiy
2019-06-27
1
-6
/
+9
*
ixgbe: fix AF_XDP tx packet count
William Tu
2019-06-05
1
-0
/
+1
*
ixgbe: fix AF_XDP tx byte count
William Tu
2019-06-05
1
-1
/
+0
*
ixgbe: remove umem from adapter
Jan Sokolowski
2019-06-05
1
-66
/
+13
*
ixgbe: add tracking of AF_XDP zero-copy state for each queue pair
Jan Sokolowski
2019-06-05
1
-1
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-24
1
-3
/
+12
|
\
|
*
ixgbe: don't do any AF_XDP zero-copy transmit if netif is not OK
Jan Sokolowski
2019-02-21
1
-1
/
+2
|
*
ixgbe: fix potential RX buffer starvation for AF_XDP
Magnus Karlsson
2019-02-21
1
-2
/
+10
*
|
net: bpf: remove XDP_QUERY_XSK_UMEM enumerator
Jan Sokolowski
2019-02-15
1
-17
/
+0
|
/
*
ixgbe: add AF_XDP zero-copy Tx support
Björn Töpel
2018-10-03
1
-0
/
+175
*
ixgbe: add AF_XDP zero-copy Rx support
Björn Töpel
2018-10-03
1
-0
/
+626