1. 2872e9a bpf: Set map_btf_{name, id} for all map types by Andrey Ignatov · 4 years, 7 months ago
  2. 96144c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
  3. fa7566a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 7 months ago
  4. aa2cad0 xdp: Fix xsk_generic_xmit errno by Li RongQing · 4 years, 7 months ago
  5. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  6. 7d877c3 net/xdp: use shift instead of 64 bit division by Pavel Machek · 4 years, 7 months ago
  7. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  8. b16a87d xsk: Add overflow check for u64 division, stored into u32 by Björn Töpel · 4 years, 7 months ago
  9. 26062b1 xsk: Explicitly inline functions and move definitions by Björn Töpel · 4 years, 8 months ago
  10. 0807892 xsk: Remove MEM_TYPE_ZERO_COPY and corresponding code by Björn Töpel · 4 years, 8 months ago
  11. 2b43470 xsk: Introduce AF_XDP buffer allocation API by Björn Töpel · 4 years, 8 months ago
  12. 89e4a37 xsk: Move defines only used by AF_XDP internals to xsk.h by Björn Töpel · 4 years, 8 months ago
  13. a71506a xsk: Move driver interface to xdp_sock_drv.h by Magnus Karlsson · 4 years, 8 months ago
  14. d20a1676 xsk: Move xskmap.c to net/xdp/ by Björn Töpel · 4 years, 8 months ago
  15. 07bf2d9 xsk: Remove unnecessary member in xdp_umem by Magnus Karlsson · 4 years, 8 months ago
  16. e4e5aef xsk: Change two variable names for increased clarity by Magnus Karlsson · 4 years, 8 months ago
  17. 0a05861 xsk: Fix typo in xsk_umem_consume_tx and xsk_generic_xmit comments by Tobias Klauser · 4 years, 9 months ago
  18. 99e3a23 xsk: Add missing check on user supplied headroom size by Magnus Karlsson · 4 years, 9 months ago
  19. db5c97f xsk: Fix out of boundary write in __xsk_rcv_memcpy by Li RongQing · 4 years, 9 months ago
  20. 95e486f xdp: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  21. 30744a6 xsk: Publish global consumer pointers when NAPI is finished by Magnus Karlsson · 5 years ago
  22. f1f6a7d mm, tree-wide: rename put_user_page*() to unpin_user_page*() by John Hubbard · 5 years ago
  23. fb48b47 net/xdp: set FOLL_PIN via pin_user_pages() by John Hubbard · 5 years ago
  24. 43a825a xsk, net: Make sock_def_readable() have external linkage by Björn Töpel · 5 years ago
  25. d3a5693 xsk: Support allocations of large umems by Magnus Karlsson · 5 years ago
  26. 2bbc078 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  27. 1d9cb1f xsk: Use struct_size() helper by Magnus Karlsson · 5 years ago
  28. 15d8c91 xsk: Add function naming comments and reorder functions by Magnus Karlsson · 5 years ago
  29. c34787f xsk: Remove unnecessary READ_ONCE of data by Magnus Karlsson · 5 years ago
  30. f8509aa xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addr by Magnus Karlsson · 5 years ago
  31. 03896ef xsk: Change names of validation functions by Magnus Karlsson · 5 years ago
  32. c5ed924b xsk: Simplify the consumer ring access functions by Magnus Karlsson · 5 years ago
  33. df0ae6f xsk: Simplify xskq_nb_avail and xskq_nb_free by Magnus Karlsson · 5 years ago
  34. 4b638f1 xsk: Eliminate the RX batch size by Magnus Karlsson · 5 years ago
  35. 59e35e5 xsk: Standardize naming of producer ring access functions by Magnus Karlsson · 5 years ago
  36. d7012f0 xsk: Consolidate to one single cached producer pointer by Magnus Karlsson · 5 years ago
  37. 11cc2d2 xsk: Simplify detection of empty and full rings by Magnus Karlsson · 5 years ago
  38. 484b165 xsk: Eliminate the lazy update threshold by Magnus Karlsson · 5 years ago
  39. e312b9e xsk: Make xskmap flush_list common for all map instances by Björn Töpel · 5 years ago
  40. 0687068 xsk: Add rcu_read_lock around the XSK wakeup by Maxim Mikityanskiy · 5 years ago
  41. 5d946c5 xsk: Fix xsk_poll()'s return type by Luc Van Oostenryck · 5 years ago
  42. ae8a76f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  43. d817991 xsk: Restructure/inline XSKMAP lookup/redirect/flush by Björn Töpel · 5 years ago
  44. 2afd23f xsk: Fix registration of Rx-only sockets by Magnus Karlsson · 5 years ago
  45. df55105 xsk: Fix crash in poll when device does not support ndo_xsk_wakeup by Magnus Karlsson · 5 years ago
  46. 02dc96e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  47. 1edc976 net/xdp: convert put_page() to put_user_page*() by John Hubbard · 5 years ago
  48. a50b854 mm: introduce page_size() by Matthew Wilcox (Oracle) · 5 years ago
  49. 733ef7f xsk: relax UMEM headroom alignment by Björn Töpel · 5 years ago
  50. 1e46c09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  51. 25dc18f xsk: lock the control mutex in sock_diag interface by Björn Töpel · 5 years ago
  52. 42fddcc xsk: use state member for socket synchronization by Björn Töpel · 5 years ago
  53. 9764f4b xsk: avoid store-tearing when assigning umem by Björn Töpel · 5 years ago
  54. 94a9976 xsk: avoid store-tearing when assigning queues by Björn Töpel · 5 years ago
  55. c05cd36 xsk: add support to allow unaligned chunk placement by Kevin Laatz · 5 years ago
  56. 68aaf44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  57. 624676e xdp: xdp_umem: replace kmap on vmap for umem map by Ivan Khoronzhuk · 5 years ago
  58. fb89c39 xdp: unpin xdp umem pages in error path by Ivan Khoronzhuk · 5 years ago
  59. 0402acd xsk: remove AF_XDP socket from map when the socket is released by Björn Töpel · 5 years ago
  60. 77cd0d7 xsk: add support for need_wakeup flag in AF_XDP rings by Magnus Karlsson · 5 years ago
  61. 9116e5e xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup by Magnus Karlsson · 5 years ago
  62. d9973cec xdp: xdp_umem: fix umem pages mapping for 32bits systems by Ivan Khoronzhuk · 5 years ago
  63. 5464c3a xdp: fix potential deadlock on socket mutex by Ilya Maximets · 5 years ago
  64. 6757164 xdp: fix possible cq entry leak by Ilya Maximets · 6 years ago
  65. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  66. bf0bdd1 xdp: fix race on generic receive path by Ilya Maximets · 6 years ago
  67. 455302d xdp: fix hang while unregistering device bound to xdp socket by Ilya Maximets · 6 years ago
  68. 162c820 xdp: hold device for umem regardless of zero-copy mode by Ilya Maximets · 6 years ago
  69. 4bce4e5 xsk: Return the whole xdp_desc from xsk_umem_consume_tx by Maxim Mikityanskiy · 6 years ago
  70. 2640d3c xsk: Add getsockopt XDP_OPTIONS by Maxim Mikityanskiy · 6 years ago
  71. d57d764 xsk: Add API to check for available entries in FQ by Maxim Mikityanskiy · 6 years ago
  72. f7019b7 xsk: Properly terminate assignment in xskq_produce_flush_desc by Nathan Chancellor · 6 years ago
  73. 01d76b5 xdp: check device pointer before clearing by Ilya Maximets · 6 years ago
  74. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  75. 932f4a6 mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM by Ira Weiny · 6 years ago
  76. f63666de xsk: fix XDP socket ring buffer memory ordering by Magnus Karlsson · 6 years ago
  77. 044175a xsk: fix umem memory leak on cleanup by Björn Töpel · 6 years ago
  78. c57b557 xsk: fix to reject invalid options in Tx descriptor by Björn Töpel · 6 years ago
  79. f54ba39 xsk: fix to reject invalid flags in xsk_bind by Björn Töpel · 6 years ago
  80. 915905f xsk: fix potential crash in xsk_diag_put_umem() by Eric Dumazet · 6 years ago
  81. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  82. 11fe926 Revert "xsk: simplify AF_XDP socket teardown" by Björn Töpel · 6 years ago
  83. 375ca54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  84. 1e405c1 xsk: do not remove umem from netdevice on fall-back to copy-mode by Björn Töpel · 6 years ago
  85. e451eb5 xsk: share the mmap_sem for page pinning by Davidlohr Bueso · 6 years ago
  86. e6762c8 xsk: add missing smp_rmb() in xsk_mmap by Magnus Karlsson · 6 years ago
  87. ec7146d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  88. a36b38aa xsk: add sock_diag interface for AF_XDP by Björn Töpel · 6 years ago
  89. 50e74c0 xsk: add id to umem by Björn Töpel · 6 years ago
  90. 1d0dc06 net: xsk: track AF_XDP sockets on a per-netns list by Björn Töpel · 6 years ago
  91. 5f4f3b2 xsk: export xdp_get_umem_from_qid by Jan Sokolowski · 6 years ago
  92. cc5b5d35 xsk: Check if a queue exists during umem setup by Krzysztof Kazimierczak · 6 years ago
  93. e2ce367 xsk: simplify AF_XDP socket teardown by Björn Töpel · 6 years ago
  94. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  95. cee2716 xsk: do not call synchronize_net() under RCU read lock by Björn Töpel · 6 years ago
  96. 541d7fd xsk: proper AF_XDP socket teardown ordering by Björn Töpel · 6 years ago
  97. a41b4f3 xsk: simplify xdp_clear_umem_at_qid implementation by Magnus Karlsson · 6 years ago
  98. 1661d34 ethtool: don't allow disabling queues with umem installed by Jakub Kicinski · 6 years ago
  99. c9b47cc xsk: fix bug when trying to use both copy and zero-copy on one queue id by Magnus Karlsson · 6 years ago
  100. f5bd913 net: xsk: add a simple buffer reuse queue by Jakub Kicinski · 6 years ago