1. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years ago
  2. 782347b xdp: Add proper __rcu annotations to redirect map entries by Toke Høiland-Jørgensen · 3 years, 6 months ago
  3. e6a4750 bpf, xdp: Make bpf_redirect_map() a map operation by Björn Töpel · 3 years, 10 months ago
  4. f09ced4 xsk: Fix race in SKB mode transmit with shared cq by Magnus Karlsson · 4 years ago
  5. 537cf4e xsk: Fix umem cleanup bug at socket destruct by Magnus Karlsson · 4 years, 1 month ago
  6. 8ef4e27 xsk: Rearrange internal structs for better performance by Magnus Karlsson · 4 years, 4 months ago
  7. 921b686 xsk: Enable sharing of dma mappings by Magnus Karlsson · 4 years, 4 months ago
  8. 7f7ffa4 xsk: Move addrs from buffer pool to umem by Magnus Karlsson · 4 years, 4 months ago
  9. a5aa8e5 xsk: Move xsk_tx_list and its lock to buffer pool by Magnus Karlsson · 4 years, 4 months ago
  10. c2d3d6a xsk: Move queue_id, dev and need_wakeup to buffer pool by Magnus Karlsson · 4 years, 4 months ago
  11. 7361f9c xsk: Move fill and completion rings to buffer pool by Magnus Karlsson · 4 years, 4 months ago
  12. 1c1efc2 xsk: Create and free buffer pool independently from umem by Magnus Karlsson · 4 years, 4 months ago
  13. c465576 xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces by Magnus Karlsson · 4 years, 4 months ago
  14. 8aa5a33 xsk: Add new statistics by Ciara Loftus · 4 years, 6 months ago
  15. 0807892 xsk: Remove MEM_TYPE_ZERO_COPY and corresponding code by Björn Töpel · 4 years, 7 months ago
  16. 2b43470 xsk: Introduce AF_XDP buffer allocation API by Björn Töpel · 4 years, 7 months ago
  17. 89e4a37 xsk: Move defines only used by AF_XDP internals to xsk.h by Björn Töpel · 4 years, 7 months ago
  18. a71506a xsk: Move driver interface to xdp_sock_drv.h by Magnus Karlsson · 4 years, 7 months ago
  19. d20a1676 xsk: Move xskmap.c to net/xdp/ by Björn Töpel · 4 years, 7 months ago
  20. 44ac082 xsk: Fix xsk_umem_xdp_frame_sz() by Björn Töpel · 4 years, 7 months ago
  21. 2a637c5 xdp: For Intel AF_XDP drivers add XDP frame_sz by Jesper Dangaard Brouer · 4 years, 8 months ago
  22. 07bf2d9 xsk: Remove unnecessary member in xdp_umem by Magnus Karlsson · 4 years, 8 months ago
  23. e4e5aef xsk: Change two variable names for increased clarity by Magnus Karlsson · 4 years, 8 months ago
  24. f8509aa xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addr by Magnus Karlsson · 5 years ago
  25. 03896ef xsk: Change names of validation functions by Magnus Karlsson · 5 years ago
  26. e312b9e xsk: Make xskmap flush_list common for all map instances by Björn Töpel · 5 years ago
  27. d817991 xsk: Restructure/inline XSKMAP lookup/redirect/flush by Björn Töpel · 5 years ago
  28. c05cd36 xsk: add support to allow unaligned chunk placement by Kevin Laatz · 5 years ago
  29. 0402acd xsk: remove AF_XDP socket from map when the socket is released by Björn Töpel · 5 years ago
  30. 77cd0d7 xsk: add support for need_wakeup flag in AF_XDP rings by Magnus Karlsson · 5 years ago
  31. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  32. bf0bdd1 xdp: fix race on generic receive path by Ilya Maximets · 5 years ago
  33. 455302d xdp: fix hang while unregistering device bound to xdp socket by Ilya Maximets · 6 years ago
  34. 4bce4e5 xsk: Return the whole xdp_desc from xsk_umem_consume_tx by Maxim Mikityanskiy · 6 years ago
  35. d57d764 xsk: Add API to check for available entries in FQ by Maxim Mikityanskiy · 6 years ago
  36. fada7fd bpf: Allow bpf_map_lookup_elem() on an xskmap by Jonathan Lemon · 6 years ago
  37. 044175a xsk: fix umem memory leak on cleanup by Björn Töpel · 6 years ago
  38. 50e74c0 xsk: add id to umem by Björn Töpel · 6 years ago
  39. 1661d34 ethtool: don't allow disabling queues with umem installed by Jakub Kicinski · 6 years ago
  40. f5bd913 net: xsk: add a simple buffer reuse queue by Jakub Kicinski · 6 years ago
  41. 93ee30f xsk: i40e: get rid of useless struct xdp_umem_props by Magnus Karlsson · 6 years ago
  42. 9025403 xsk: expose xdp_umem_get_{data,dma} to drivers by Björn Töpel · 6 years ago
  43. a9744f7 xsk: fix potential race in SKB TX completion code by Magnus Karlsson · 7 years ago
  44. ac98d8a xsk: wire upp Tx zero-copy functions by Magnus Karlsson · 7 years ago
  45. 173d3ad xsk: add zero-copy support for Rx by Björn Töpel · 7 years ago
  46. 8aef734 xsk: introduce xdp_umem_page by Björn Töpel · 7 years ago
  47. e61e62b9 xsk: moved struct xdp_umem definition by Björn Töpel · 7 years ago
  48. dac09149 xsk: clean up SPDX headers by Björn Töpel · 7 years ago
  49. f614590 xsk: add Tx queue setup and mmap support by Magnus Karlsson · 7 years ago
  50. fbfc504a bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP by Björn Töpel · 7 years ago
  51. c497176 xsk: add Rx receive functions and poll support by Björn Töpel · 7 years ago
  52. 965a990 xsk: add support for bind for Rx by Magnus Karlsson · 7 years ago
  53. b9b6b68 xsk: add Rx queue setup and mmap support by Björn Töpel · 7 years ago
  54. c0c77d8 xsk: add user memory registration support sockopt by Björn Töpel · 7 years ago