1. 6bf3bbe samples/bpf: workaround clang asm goto compilation errors by Yonghong Song · 6 years ago
  2. 668c35f Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  3. 2c667d7 treewide: add intermediate .s files to targets by Masahiro Yamada · 6 years ago
  4. 4d4b5c2 treewide: remove explicit rules for *offsets.s by Masahiro Yamada · 6 years ago
  5. 9ce6ae2 tools/bpf: do not use pahole if clang/llvm can generate BTF sections by Yonghong Song · 6 years ago
  6. acb4ea9 bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN sample program by Nikita V. Shirokov · 6 years ago
  7. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  8. 6748182 samples: bpf: convert xdpsock_user.c to libbpf by Jakub Kicinski · 6 years ago
  9. e1a40ef samples: bpf: convert xdp_fwd_user.c to libbpf by Jakub Kicinski · 6 years ago
  10. 9778cfd samples/bpf: Add BTF build flags to Makefile by Taeung Song · 6 years ago
  11. 8377bd2 kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS by Laura Abbott · 7 years ago
  12. 96f14fe kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS by Laura Abbott · 7 years ago
  13. 1e54ad2 samples/bpf: Add xdp_sample_pkts example by Toke Høiland-Jørgensen · 7 years ago
  14. 90fed9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  15. ecb96f7 samples/bpf: add a samples/bpf test for BPF_TASK_FD_QUERY by Yonghong Song · 7 years ago
  16. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  17. 768759e samples: bpf: make the build less noisy by Jakub Kicinski · 7 years ago
  18. 0cc54db samples: bpf: move libbpf from object dependencies to libs by Jakub Kicinski · 7 years ago
  19. 787360f samples: bpf: fix build after move to compiling full libbpf.a by Jakub Kicinski · 7 years ago
  20. b1ae32d x86/cpufeature: Guard asm_volatile_goto usage for BPF compilation by Alexei Starovoitov · 7 years ago
  21. be5bca4 samples: bpf: convert some XDP samples from bpf_load to libbpf by Jakub Kicinski · 7 years ago
  22. d0cabbb tools: bpf: move the event reading loop to libbpf by Jakub Kicinski · 7 years ago
  23. 5f93805 samples: bpf: compile and link against full libbpf by Jakub Kicinski · 7 years ago
  24. fe61605 samples/bpf: Add example of ipv4 and ipv6 forwarding in XDP by David Ahern · 7 years ago
  25. b4b8faa samples/bpf: sample application and documentation for AF_XDP sockets by Magnus Karlsson · 7 years ago
  26. 28dbf86 samples/bpf: move common-purpose trace functions to selftests by Yonghong Song · 7 years ago
  27. b05cd74 samples/bpf: remove the bpf tunnel testsuite. by William Tu · 7 years ago
  28. c6ffd1f bpf: add bpf_xdp_adjust_tail sample prog by Nikita V. Shirokov · 7 years ago
  29. 4662a4e samples/bpf: raw tracepoint test by Alexei Starovoitov · 7 years ago
  30. c535077 samples/bpf: Add program for CPU state statistics by Leo Yan · 7 years ago
  31. bbf48c1 libbpf: add error reporting in XDP by Eric Leblond · 7 years ago
  32. c25ef6a samples/bpf: Partially fixes the bpf.o build by Mickaël Salaün · 7 years ago
  33. 36e04a2 samples/bpf: xdp2skb_meta shows transferring info from XDP to SKB by Jesper Dangaard Brouer · 7 years ago
  34. 0fca931 samples/bpf: program demonstrating access to xdp_rxq_info by Jesper Dangaard Brouer · 7 years ago
  35. 965de87 samples/bpf: add a test for bpf_override_return by Josef Bacik · 7 years ago
  36. bf070bb kbuild: remove all dummy assignments to obj- by Masahiro Yamada · 7 years ago
  37. f3edacb bpf: Revert bpf_overrid_function() helper changes. by David S. Miller · 7 years ago
  38. eafb340 samples/bpf: add a test for bpf_override_return by Josef Bacik · 7 years ago
  39. 3e29cd0 xdp: Sample xdp program implementing ip forward by Christina Jacob · 7 years ago
  40. 9d1f159 bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/ by Roman Gushchin · 7 years ago
  41. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  42. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  43. c890063 bpf: sample BPF_SOCKET_OPS_BASE_RTT program by Lawrence Brakmo · 7 years ago
  44. fad3917 samples/bpf: add cpumap sample program xdp_redirect_cpu by Jesper Dangaard Brouer · 7 years ago
  45. 9db9583 bpf: Add -target to clang switch while cross compiling. by Abhijit Ayarekar · 7 years ago
  46. b655fc1 samples/bpf: Fix pt_regs issues when cross-compiling by Joel Fernandes · 7 years ago
  47. 876e88e samples/bpf: Enable cross compiler support by Joel Fernandes · 7 years ago
  48. 3ffab54 samples/bpf: xdp_monitor tool based on tracepoints by Jesper Dangaard Brouer · 7 years ago
  49. 1da236b6b bpf: add a test case for syscalls/sys_{enter|exit}_* tracepoints by Yonghong Song · 7 years ago
  50. 9d6e005 xdp: bpf redirect with map sample program by John Fastabend · 7 years ago
  51. 832622e xdp: sample program for new bpf_redirect helper by John Fastabend · 7 years ago
  52. 5333502 samples/bpf: fix a build issue by Yonghong Song · 8 years ago
  53. 6c4a01b bpf: Sample bpf program to set sndcwnd clamp by Lawrence Brakmo · 8 years ago
  54. 7bc62e2 bpf: Sample BPF program to set initial cwnd by Lawrence Brakmo · 8 years ago
  55. bb56d44 bpf: Sample BPF program to set congestion control by Lawrence Brakmo · 8 years ago
  56. d9925368 bpf: Sample BPF program to set buffer sizes by Lawrence Brakmo · 8 years ago
  57. c400296 bpf: Sample bpf program to set initial window by Lawrence Brakmo · 8 years ago
  58. 61bc4d8 bpf: Sample bpf program to set SYN/SYN-ACK RTOs by Lawrence Brakmo · 8 years ago
  59. ae16189 bpf: program to load and attach sock_ops BPF progs by Lawrence Brakmo · 8 years ago
  60. 00a3855 samples/bpf: fix a build problem by Yonghong Song · 8 years ago
  61. 4b7190e samples/bpf: Fix tracex5 to work with MIPS syscalls. by David Daney · 8 years ago
  62. 69b6a7f samples/bpf: add -Wno-unknown-warning-option to clang by Alexander Alemayhu · 8 years ago
  63. 51570a5 A Sample of using socket cookie and uid for traffic monitoring by Chenbo Feng · 8 years ago
  64. fb30d4b bpf: Add tests for map-in-map by Martin KaFai Lau · 8 years ago
  65. 00198da Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  66. 9899694 samples/bpf: Move open_raw_sock to separate header by Joe Stringer · 8 years ago
  67. 205c8ad samples/bpf: Remove perf_event_open() declaration by Joe Stringer · 8 years ago
  68. 43371c8 samples/bpf: Switch over to libbpf by Joe Stringer · 8 years ago
  69. 41e0e24 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  70. e19b7ce make use of make variable CURDIR instead of calling pwd by Uwe Kleine-König · 8 years ago
  71. 12d8bb6 bpf: xdp: Add XDP example for head adjustment by Martin KaFai Lau · 8 years ago
  72. 9b474ec samples, bpf: Add automated test for cgroup filter attachments by Sargun Dhillon · 8 years ago
  73. 1a922fe samples, bpf: Refactor test_current_task_under_cgroup - separate out helpers by Sargun Dhillon · 8 years ago
  74. 69a9d09 samples/bpf: silence compiler warnings by Alexei Starovoitov · 8 years ago
  75. 554ae6e samples/bpf: add userspace example for prohibiting sockets by David Ahern · 8 years ago
  76. ad2805d samples: bpf: add userspace example for modifying sk_bound_dev_if by David Ahern · 8 years ago
  77. f74599f bpf: Add tests and samples for LWT-BPF by Thomas Graf · 8 years ago
  78. 9bee294 samples/bpf: fix include path by Alexei Starovoitov · 8 years ago
  79. e00c7b2 bpf: fix multiple issues in selftest suite and samples by Daniel Borkmann · 8 years ago
  80. d8c5b17 samples: bpf: add userspace example for attaching eBPF programs to cgroups by Daniel Mack · 8 years ago
  81. 5db58fa bpf: Add tests for the LRU bpf_htab by Martin KaFai Lau · 8 years ago
  82. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  83. 90e0289 bpf: Add test for bpf_redirect to ipip/ip6tnl by Martin KaFai Lau · 8 years ago
  84. 5aa5bd1 bpf: add initial suite for selftests by Daniel Borkmann · 8 years ago
  85. 7287441 samples/bpf: add sampleip example by Brendan Gregg · 8 years ago
  86. 1c47910e samples/bpf: add perf_event+bpf example by Alexei Starovoitov · 8 years ago
  87. 6afb1e2 samples/bpf: Add tunnel set/get tests. by William Tu · 8 years ago
  88. 9e6e60e samples/bpf: Add test_current_task_under_cgroup test by Sargun Dhillon · 8 years ago
  89. cf9b119 samples/bpf: Add test/example of using bpf_probe_write_user bpf helper by Sargun Dhillon · 8 years ago
  90. 764cbcce bpf: add sample for xdp forwarding and rewrite by Brenden Blanco · 8 years ago
  91. 86af8b4 Add sample for adding simple drop program to link by Brenden Blanco · 8 years ago
  92. a3f7461 cgroup: bpf: Add an example to do cgroup checking in BPF by Martin KaFai Lau · 9 years ago
  93. 65d472f samples/bpf: add 'pointer to packet' tests by Alexei Starovoitov · 9 years ago
  94. bdefbbf samples/bpf: like LLC also verify and allow redefining CLANG command by Jesper Dangaard Brouer · 9 years ago
  95. b62a796 samples/bpf: allow make to be run from samples/bpf/ directory by Jesper Dangaard Brouer · 9 years ago
  96. 7b01dd5 samples/bpf: Makefile verify LLVM compiler avail and bpf target is supported by Jesper Dangaard Brouer · 9 years ago
  97. 6ccfba7 samples/bpf: add back functionality to redefine LLC command by Jesper Dangaard Brouer · 9 years ago
  98. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  99. e3edfde samples/bpf: add tracepoint vs kprobe performance tests by Alexei Starovoitov · 9 years ago
  100. 128d151 samples/bpf: Use llc in PATH, rather than a hardcoded value by Naveen N. Rao · 9 years ago