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