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
/
include
/
net
/
xdp_sock_drv.h
Age
Commit message (
Expand
)
Author
2024-05-08
xsk: use generic DMA sync shortcut instead of a custom one
Alexander Lobakin
2024-01-24
xsk: fix usage of multi-buffer BPF helpers for ZC XDP
Maciej Fijalkowski
2024-01-24
xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags
Maciej Fijalkowski
2024-01-02
xsk: make struct xsk_cb_desc available outside CONFIG_XDP_SOCKETS
Vladimir Oltean
2023-12-13
xsk: add functions to fill control buffer
Maciej Fijalkowski
2023-11-29
xsk: Validate xsk_tx_metadata flags
Stanislav Fomichev
2023-11-29
xsk: Add TX timestamp and TX checksum offload support
Stanislav Fomichev
2023-07-19
xsk: support mbuf on ZC RX
Maciej Fijalkowski
2023-07-19
xsk: allow core/drivers to test EOP bit
Maciej Fijalkowski
2023-06-19
xsk: Remove unused inline function xsk_buff_discard()
YueHaibing
2022-09-30
xsk: Remove unused xsk_buff_discard
Maxim Mikityanskiy
2022-09-30
xsk: Expose min chunk size to drivers
Maxim Mikityanskiy
2022-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-08-02
net/mlx5e: xsk: Discard unaligned XSK frames on striding RQ
Maxim Mikityanskiy
2022-07-14
xsk: Mark napi_id on sendmsg()
Maciej Fijalkowski
2022-01-27
i40e: xsk: Move tmp desc array from driver to pool
Magnus Karlsson
2021-09-28
xsk: Batched buffer allocation for the pool
Magnus Karlsson
2020-11-17
xsk: Introduce batched Tx descriptor interfaces
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-05-21
xsk: Remove MEM_TYPE_ZERO_COPY and corresponding code
Björn Töpel
2020-05-21
xsk: Introduce AF_XDP buffer allocation API
Björn Töpel
2020-05-21
xsk: Move driver interface to xdp_sock_drv.h
Magnus Karlsson