- 537cf4e xsk: Fix umem cleanup bug at socket destruct by Magnus Karlsson · 4 years, 2 months ago
- 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 4 months ago
- 2b1667e xsk: Fix number of pinned pages/umem size discrepancy by Björn Töpel · 4 years, 4 months ago
- 921b686 xsk: Enable sharing of dma mappings by Magnus Karlsson · 4 years, 5 months ago
- 7f7ffa4 xsk: Move addrs from buffer pool to umem by Magnus Karlsson · 4 years, 5 months ago
- a5aa8e5 xsk: Move xsk_tx_list and its lock to buffer pool by Magnus Karlsson · 4 years, 5 months ago
- c2d3d6a xsk: Move queue_id, dev and need_wakeup to buffer pool by Magnus Karlsson · 4 years, 5 months ago
- 7361f9c xsk: Move fill and completion rings to buffer pool by Magnus Karlsson · 4 years, 5 months ago
- 1c1efc2 xsk: Create and free buffer pool independently from umem by Magnus Karlsson · 4 years, 5 months ago
- c465576 xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces by Magnus Karlsson · 4 years, 5 months ago
- 1742b3d xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem by Magnus Karlsson · 4 years, 5 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 8 months ago
- 7d877c3 net/xdp: use shift instead of 64 bit division by Pavel Machek · 4 years, 8 months ago
- 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- b16a87d xsk: Add overflow check for u64 division, stored into u32 by Björn Töpel · 4 years, 8 months ago
- 0807892 xsk: Remove MEM_TYPE_ZERO_COPY and corresponding code by Björn Töpel · 4 years, 8 months ago
- 2b43470 xsk: Introduce AF_XDP buffer allocation API by Björn Töpel · 4 years, 8 months ago
- 07bf2d9 xsk: Remove unnecessary member in xdp_umem by Magnus Karlsson · 4 years, 9 months ago
- e4e5aef xsk: Change two variable names for increased clarity by Magnus Karlsson · 4 years, 9 months ago
- 99e3a23 xsk: Add missing check on user supplied headroom size by Magnus Karlsson · 4 years, 9 months ago
- f1f6a7d mm, tree-wide: rename put_user_page*() to unpin_user_page*() by John Hubbard · 5 years ago
- fb48b47 net/xdp: set FOLL_PIN via pin_user_pages() by John Hubbard · 5 years ago
- d3a5693 xsk: Support allocations of large umems by Magnus Karlsson · 5 years ago
- 2afd23f xsk: Fix registration of Rx-only sockets by Magnus Karlsson · 5 years ago
- 02dc96e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
- 1edc976 net/xdp: convert put_page() to put_user_page*() by John Hubbard · 5 years ago
- 733ef7f xsk: relax UMEM headroom alignment by Björn Töpel · 5 years ago
- 1e46c09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
- c05cd36 xsk: add support to allow unaligned chunk placement by Kevin Laatz · 5 years ago
- 68aaf44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 624676e xdp: xdp_umem: replace kmap on vmap for umem map by Ivan Khoronzhuk · 5 years ago
- fb89c39 xdp: unpin xdp umem pages in error path by Ivan Khoronzhuk · 5 years ago
- 77cd0d7 xsk: add support for need_wakeup flag in AF_XDP rings by Magnus Karlsson · 5 years ago
- 9116e5e xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup by Magnus Karlsson · 5 years ago
- d9973cec xdp: xdp_umem: fix umem pages mapping for 32bits systems by Ivan Khoronzhuk · 5 years ago
- 5464c3a xdp: fix potential deadlock on socket mutex by Ilya Maximets · 6 years ago
- 455302d xdp: fix hang while unregistering device bound to xdp socket by Ilya Maximets · 6 years ago
- 162c820 xdp: hold device for umem regardless of zero-copy mode by Ilya Maximets · 6 years ago
- 01d76b5 xdp: check device pointer before clearing by Ilya Maximets · 6 years ago
- 932f4a6 mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM by Ira Weiny · 6 years ago
- 044175a xsk: fix umem memory leak on cleanup by Björn Töpel · 6 years ago
- 375ca54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 1e405c1 xsk: do not remove umem from netdevice on fall-back to copy-mode by Björn Töpel · 6 years ago
- e451eb5 xsk: share the mmap_sem for page pinning by Davidlohr Bueso · 6 years ago
- ec7146d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- 50e74c0 xsk: add id to umem by Björn Töpel · 6 years ago
- 5f4f3b2 xsk: export xdp_get_umem_from_qid by Jan Sokolowski · 6 years ago
- cc5b5d35 xsk: Check if a queue exists during umem setup by Krzysztof Kazimierczak · 6 years ago
- 541d7fd xsk: proper AF_XDP socket teardown ordering by Björn Töpel · 6 years ago
- a41b4f3 xsk: simplify xdp_clear_umem_at_qid implementation by Magnus Karlsson · 6 years ago
- 1661d34 ethtool: don't allow disabling queues with umem installed by Jakub Kicinski · 6 years ago
- c9b47cc xsk: fix bug when trying to use both copy and zero-copy on one queue id by Magnus Karlsson · 6 years ago
- f5bd913 net: xsk: add a simple buffer reuse queue by Jakub Kicinski · 6 years ago
- 93ee30f xsk: i40e: get rid of useless struct xdp_umem_props by Magnus Karlsson · 6 years ago
- a29c8bb xsk: remove unnecessary assignment by Prashant Bhole · 6 years ago
- 96c26e0 xsk: fix return value of xdp_umem_assign_dev() by Prashant Bhole · 6 years ago
- 84c6b86 xsk: don't allow umem replace at stack level by Jakub Kicinski · 6 years ago
- f734607 xsk: refactor xdp_umem_assign_dev() by Jakub Kicinski · 6 years ago
- a343993 xsk: silence warning on memory allocation failure by Björn Töpel · 7 years ago
- c09290c bpf, xdp: fix crash in xdp_umem_unaccount_pages by Daniel Borkmann · 7 years ago
- ac98d8a xsk: wire upp Tx zero-copy functions by Magnus Karlsson · 7 years ago
- 173d3ad xsk: add zero-copy support for Rx by Björn Töpel · 7 years ago
- 8aef734 xsk: introduce xdp_umem_page by Björn Töpel · 7 years ago
- e61e62b9 xsk: moved struct xdp_umem definition by Björn Töpel · 7 years ago
- bbff2f3 xsk: new descriptor addressing scheme by Björn Töpel · 7 years ago
- d3b42f1 xsk: convert atomic_t to refcount_t by Björn Töpel · 7 years ago
- a49049e xsk: simplified umem setup by Björn Töpel · 7 years ago
- da60cf0 xsk: fixed some cases of unnecessary parentheses by Björn Töpel · 7 years ago
- dac09149 xsk: clean up SPDX headers by Björn Töpel · 7 years ago
- ea7e343 xsk: fix 64-bit division by Björn Töpel · 7 years ago
- fe23083 xsk: add umem completion queue support and mmap by Magnus Karlsson · 7 years ago
- 965a990 xsk: add support for bind for Rx by Magnus Karlsson · 7 years ago
- 423f383 xsk: add umem fill queue support and mmap by Magnus Karlsson · 7 years ago
- c0c77d8 xsk: add user memory registration support sockopt by Björn Töpel · 7 years ago