1. c0ca277 samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd() by Ilya Leoshkevich · 1 year, 11 months ago
  2. 06744f2 samples/bpf: Add openat2() enter/exit tracepoint to syscall_tp sample by Rong Tao · 1 year, 11 months ago
  3. e04946f samples/bpf: change _kern suffix to .bpf with BPF test programs by Daniel T. Lee · 2 years ago
  4. e8acf8f samples/bpf: use vmlinux.h instead of implicit headers in BPF test program by Daniel T. Lee · 2 years ago
  5. c2f4f55 samples/bpf: replace BPF programs header with net_shared.h by Daniel T. Lee · 2 years ago
  6. e69fe84 samples/bpf: split common macros to net_shared.h by Daniel T. Lee · 2 years ago
  7. a1f93c8 samples/bpf: replace legacy map with the BTF-defined map by Daniel T. Lee · 2 years ago
  8. 58e975d samples/bpf: replace broken overhead microbenchmark with fib_table_lookup by Daniel T. Lee · 2 years ago
  9. 31b12a4 samples/bpf: fix broken cgroup socket testing by Daniel T. Lee · 2 years ago
  10. dac808c samples/bpf: fix broken lightweight tunnel testing by Daniel T. Lee · 2 years ago
  11. f20f064 samples/bpf: refactor BPF functionality testing scripts by Daniel T. Lee · 2 years ago
  12. d982a2e samples/bpf: ensure ipv6 is enabled before running tests by Daniel T. Lee · 2 years ago
  13. c5ffb26 samples/bpf: Use BPF_KSYSCALL macro in syscall tracing programs by Daniel T. Lee · 2 years ago
  14. 2e5c4dd samples/bpf: Fix tracex2 by using BPF_KSYSCALL macro by Daniel T. Lee · 2 years ago
  15. d4fffba samples/bpf: Change _kern suffix to .bpf with syscall tracing program by Daniel T. Lee · 2 years ago
  16. 8a4dd0b samples/bpf: Use vmlinux.h instead of implicit headers in syscall tracing program by Daniel T. Lee · 2 years ago
  17. 1d0c5f6 samples/bpf: Use kyscall instead of kprobe in syscall tracing program by Daniel T. Lee · 2 years ago
  18. 68be98e samples/bpf: fix uninitialized warning with test_current_task_under_cgroup by Daniel T. Lee · 2 years, 1 month ago
  19. 71135b7 samples/bpf: replace meaningless counter with tracex4 by Daniel T. Lee · 2 years, 1 month ago
  20. 13aa2a9 samples/bpf: remove unused function with test_lru_dist by Daniel T. Lee · 2 years, 1 month ago
  21. 19a2bdb samples/bpf: Fix wrong allocation size in xdp_router_ipv4_user by Rong Tao · 2 years, 2 months ago
  22. ee748cd bpf, samples: Use "grep -E" instead of "egrep" by Tiezhu Yang · 2 years, 2 months ago
  23. e5659e4 samples/bpf: Fix sockex3 error: Missing BPF prog type by Rong Tao · 2 years, 2 months ago
  24. 1baa7e3 samples/bpf: Fix tracex2 error: No such file or directory by Rong Tao · 2 years, 2 months ago
  25. 3a07dcf samples/bpf: Fix typo in README by Kang Minchul · 2 years, 2 months ago
  26. 2c4d72d samples/bpf: Fix typos in README by Daniel Müller · 2 years, 3 months ago
  27. 01dea95 samples/bpf: Fix double word in comments by Shaomin Deng · 2 years, 3 months ago
  28. 7a698ed samples/bpf: Fix MAC address swapping in xdp2_kern by Gerhard Engleder · 2 years, 3 months ago
  29. 05ee658c samples/bpf: Fix map iteration in xdp1_user by Gerhard Engleder · 2 years, 3 months ago
  30. b59cc7f samples/bpf: Fix typo in xdp_router_ipv4 sample by Deming Wang · 2 years, 3 months ago
  31. bc069da samples/bpf: Replace blk_account_io_done() with __blk_account_io_done() by Rong Tao · 2 years, 4 months ago
  32. 89dc8d0 samples/bpf: Reduce syscall overhead in map_perf_test. by Alexei Starovoitov · 2 years, 4 months ago
  33. 2e49662 samples: bpf: Fix cross-compiling error by using bootstrap bpftool by Pu Lehui · 2 years, 6 months ago
  34. b1fc28b samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE by Linkui Xiao · 2 years, 6 months ago
  35. 49705c4 samples/bpf: Fix xdp_redirect_map egress devmap prog by Jesper Dangaard Brouer · 2 years, 6 months ago
  36. cfb5a2d bpf, samples: Remove AF_XDP samples by Magnus Karlsson · 2 years, 6 months ago
  37. 7722517 samples/bpf: fixup some tools to be able to support xdp multibuffer by Andy Gospodarek · 2 years, 7 months ago
  38. de5bb43 samples/bpf: Check detach prog exist or not in xdp_fwd by Zhengchao Shao · 2 years, 7 months ago
  39. 200a89e sample: bpf: xdp_router_ipv4: Allow the kernel to send arp requests by Lorenzo Bianconi · 2 years, 8 months ago
  40. ec24704 samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is provided by Jerome Marchand · 2 years, 8 months ago
  41. d1c5743 samples/bpf: Detach xdp prog when program exits unexpectedly in xdp_rxq_info_user by Zhengchao Shao · 2 years, 8 months ago
  42. db69264 samples/bpf: Reduce the sampling interval in xdp1_user by Zhengchao Shao · 2 years, 9 months ago
  43. b25acda samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK by Yafang Shao · 2 years, 9 months ago
  44. 587323c samples, bpf: Move routes monitor in xdp_router_ipv4 in a dedicated thread by Lorenzo Bianconi · 2 years, 9 months ago
  45. fc843cc samples: bpf: Fix linking xdp_router_ipv4 after migration by Alexander Lobakin · 2 years, 9 months ago
  46. 35f91d1 sample: bpf: syscall_tp_user: Print result of verify_map by Song Chen · 2 years, 9 months ago
  47. 85bf1f5 samples: bpf: Convert xdp_router_ipv4 to XDP samples helper by Lorenzo Bianconi · 2 years, 10 months ago
  48. 8fa42d7 samples/bpf, xdpsock: Fix race when running for fix duration of time by Niklas Söderlund · 2 years, 10 months ago
  49. 1e4edb6 samples/bpf: Get rid of bpf_prog_load_xattr() use by Andrii Nakryiko · 3 years ago
  50. 8bab532 samples/bpf: Update cpumap/devmap sec_name by Lorenzo Bianconi · 3 years ago
  51. 61afd3d samples/bpf: use preferred getters/setters instead of deprecated ones by Andrii Nakryiko · 3 years ago
  52. caaba96 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years ago
  53. d4e34bf samples/bpf: adapt samples/bpf to bpf_xdp_xxx() APIs by Andrii Nakryiko · 3 years ago
  54. f4484d1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  55. d068144 samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf_probe_read_kernel_str to get task comm by Yafang Shao · 3 years ago
  56. 76acfce samples/bpf: Stop using bpf_map__def() API by Christy Lee · 3 years ago
  57. eb68db4 samples/bpf: xdpsock: Add timestamp for Tx-only operation by Ong Boon Leong · 3 years ago
  58. 8121e78 samples/bpf: xdpsock: Add time-out for cleaning Tx by Ong Boon Leong · 3 years ago
  59. fa24d0b samples/bpf: xdpsock: Add sched policy and priority support by Ong Boon Leong · 3 years ago
  60. fa0d27a1 samples/bpf: xdpsock: Add cyclic TX operation capability by Ong Boon Leong · 3 years ago
  61. 5a38825 samples/bpf: xdpsock: Add clockid selection support by Ong Boon Leong · 3 years ago
  62. 6440a6c samples/bpf: xdpsock: Add Dest and Src MAC setting for Tx-only operation by Ong Boon Leong · 3 years ago
  63. 2741a04 samples/bpf: xdpsock: Add VLAN support for Tx-only operation by Ong Boon Leong · 3 years ago
  64. 7490d59 samples/bpf: Stop using bpf_object__find_program_by_title API. by Kui-Feng Lee · 3 years, 1 month ago
  65. be31582 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 1 month ago
  66. ac55b3f samples/bpf: Remove unneeded variable by Minghao Chi · 3 years, 1 month ago
  67. 6f670d0 samples: bpf: Fix 'unknown warning group' build warning on Clang by Alexander Lobakin · 3 years, 1 month ago
  68. e64fbca samples: bpf: Fix xdp_sample_user.o linking with Clang by Alexander Lobakin · 3 years, 1 month ago
  69. c58f981 samples/bpf: Get rid of deprecated libbpf API uses by Andrii Nakryiko · 3 years, 1 month ago
  70. 527024f samples/bpf: Clean up samples/bpf build failes by Andrii Nakryiko · 3 years, 1 month ago
  71. 64b5b97 samples: bpf: Fix conflicting types in fds_example by Alexander Lobakin · 3 years, 1 month ago
  72. 6060a6c samples/bpf: Fix build error due to -isystem removal by Alexander Lobakin · 3 years, 2 months ago
  73. 2453afe samples/bpf: Fix incorrect use of strlen in xdp_redirect_cpu by Kumar Kartikeya Dwivedi · 3 years, 2 months ago
  74. dc14ca4 samples/bpf: Fix summary per-sec stats in xdp_sample_user by Alexander Lobakin · 3 years, 2 months ago
  75. b7b98f8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 2 months ago
  76. 44ce0ac samples: bpf: Suppress readelf stderr when probing for BTF support by Pu Lehui · 3 years, 3 months ago
  77. b599015 samples/bpf: Fix application of sizeof to pointer by David Yang · 3 years, 3 months ago
  78. a60d24e samples/bpf: Do not FORCE-recompile libbpf by Quentin Monnet · 3 years, 3 months ago
  79. 3f7a331 samples/bpf: Install libbpf headers when building by Quentin Monnet · 3 years, 3 months ago
  80. 62fde1c samples/bpf: Update .gitignore by Quentin Monnet · 3 years, 3 months ago
  81. 9fe1155 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  82. 6f2b219 selftests/bpf: Switch to new bpf_object__next_{map,program} APIs by Hengqi Chen · 3 years, 3 months ago
  83. 929bef4 bpf: Use $(pound) instead of \# in Makefiles by Quentin Monnet · 3 years, 3 months ago
  84. d75fe9c samples/bpf: Relicense bpf_insn.h as GPL-2.0-only OR BSD-2-Clause by Luca Boccassi · 3 years, 4 months ago
  85. 571fa24 samples: bpf: Fix vmlinux.h generation for XDP samples by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  86. cf8980a samples: bpf: Convert ARP table network order fields into readable format by Gokul Sivakumar · 3 years, 4 months ago
  87. f5c4e41 samples: bpf: Convert route table network order fields into readable format by Gokul Sivakumar · 3 years, 4 months ago
  88. 48b2e71 samples: bpf: Fix uninitialized variable in xdp_redirect_cpu by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  89. 594a116 samples: bpf: Convert xdp_redirect_map_multi to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 5 months ago
  90. a29b3ca samples: bpf: Convert xdp_redirect_map_multi_kern.o to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 5 months ago
  91. bbe6586 samples: bpf: Convert xdp_redirect_map to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 5 months ago
  92. 54af769 samples: bpf: Convert xdp_redirect_map_kern.o to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 5 months ago
  93. e531a22 samples: bpf: Convert xdp_redirect_cpu to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 5 months ago
  94. 79ccf45 samples: bpf: Convert xdp_redirect_cpu_kern.o to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 5 months ago
  95. b926c55 samples: bpf: Convert xdp_redirect to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 5 months ago
  96. 66fc4ca samples: bpf: Convert xdp_redirect_kern.o to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 5 months ago
  97. 6e1051a samples: bpf: Convert xdp_monitor to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 5 months ago
  98. 3f19956 samples: bpf: Convert xdp_monitor_kern.o to XDP samples helper by Kumar Kartikeya Dwivedi · 3 years, 5 months ago
  99. 384b6b3 samples: bpf: Add vmlinux.h generation support by Kumar Kartikeya Dwivedi · 3 years, 5 months ago
  100. af93d58 samples: bpf: Add devmap_xmit tracepoint statistics support by Kumar Kartikeya Dwivedi · 3 years, 5 months ago