index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
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
2023-06-22
i40e, xsk: fix comment typo
Yueh-Shun Li
2022-10-14
i40e: Fix DMA mappings leak
Jan Sokolowski
2022-06-24
i40e: read the XDP program once per NAPI
Ciara Loftus
2022-04-21
i40e, xsk: Get rid of redundant 'fallthrough'
Maciej Fijalkowski
2022-04-15
i40e, xsk: Diversify return values from xsk_wakeup call paths
Maciej Fijalkowski
2022-04-15
i40e, xsk: Terminate Rx side of NAPI when XSK Rx queue gets full
Maciej Fijalkowski
2022-02-19
i40e: remove dead stores on XSK hotpath
Alexander Lobakin
2022-02-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-01-31
i40e: respect metadata on XSK Rx to skb
Alexander Lobakin
2022-01-31
i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
Alexander Lobakin
2022-01-27
i40e: xsk: Move tmp desc array from driver to pool
Magnus Karlsson
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-10-29
intel: Simplify bool conversion
Yang Li
2021-09-28
i40e: Use the xsk batched rx allocation interface
Magnus Karlsson
2021-06-24
intel: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
2021-06-03
i40e: add correct exception tracing for XDP
Magnus Karlsson
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-01
i40e: fix receiving of single packets in xsk zero-copy mode
Magnus Karlsson
2021-03-23
intel: clean up mismatched header comments
Jesse Brandeburg
2021-03-15
i40e: optimize for XDP_REDIRECT in xsk path
Magnus Karlsson
2021-02-22
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
2021-02-19
i40e: Fix endianness conversions
Norbert Ciosek
2021-02-12
i40e: Simplify the do-while allocation loop
Björn Töpel
2021-02-08
i40e: consolidate handling of XDP program actions
Cristian Dumitrescu
2021-02-08
i40e: remove the redundant buffer info updates
Cristian Dumitrescu
2021-02-08
i40e: remove unnecessary cleaned_count updates
Cristian Dumitrescu
2021-02-08
i40e: remove unnecessary memory writes of the next to clean pointer
Cristian Dumitrescu
2021-01-13
i40e: fix potential NULL pointer dereferencing
Cristian Dumitrescu
2020-12-16
i40e, xsk: clear the status bits for the next_to_use descriptor
Björn Töpel
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-11-24
i40e: remove redundant assignment
Marek Majtyka
2020-11-17
i40e: Use batched xsk Tx interfaces to increase performance
Magnus Karlsson
2020-11-17
i40e: Remove unnecessary sw_ring access from xsk Tx
Magnus Karlsson
2020-11-10
i40e, xsk: uninitialized variable in i40e_clean_rx_irq_zc()
Dan Carpenter
2020-09-14
i40e, xsk: move buffer allocation out of the Rx processing loop
Björn Töpel
2020-09-14
i40e, xsk: remove HW descriptor prefetch in AF_XDP path
Björn Töpel
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
i40e: move check of full Tx ring to outside of send loop
Magnus Karlsson
2020-07-01
i40e: optimize AF_XDP Tx completion path
Magnus Karlsson
2020-07-01
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
2020-05-28
i40e: trivial fixup of comments in i40e_xsk.c
Jesper Dangaard Brouer
2020-05-21
i40e, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOL
Björn Töpel
2020-05-21
i40e: Separate kernel allocated rx_bi rings from AF_XDP rings
Björn Töpel
2020-05-21
i40e: Refactor rx_bi accesses
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
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
[next]