index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xdp
/
xsk_queue.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2023-10-09
xdp: Fix zero-size allocation warning in xskq_create()
Andrew Kanner
2023-02-20
xsk: support use vaddr as ring
Xuan Zhuo
2020-05-21
xsk: Remove MEM_TYPE_ZERO_COPY and corresponding code
Björn Töpel
2020-05-21
xsk: Move driver interface to xdp_sock_drv.h
Magnus Karlsson
2020-05-04
xsk: Change two variable names for increased clarity
Magnus Karlsson
2019-12-20
xsk: Use struct_size() helper
Magnus Karlsson
2018-09-25
net: xsk: add a simple buffer reuse queue
Jakub Kicinski
2018-09-01
xsk: i40e: get rid of useless struct xdp_umem_props
Magnus Karlsson
2018-06-04
xsk: new descriptor addressing scheme
Björn Töpel
2018-05-18
xsk: fixed some cases of unnecessary parentheses
Björn Töpel
2018-05-18
xsk: clean up SPDX headers
Björn Töpel
2018-05-03
xsk: add support for bind for Rx
Magnus Karlsson
2018-05-03
xsk: add Rx queue setup and mmap support
Björn Töpel
2018-05-03
xsk: add umem fill queue support and mmap
Magnus Karlsson