1. 6cc2c87 samples/bpf: adjust Makefile and README.rst by Jesper Dangaard Brouer · 5 years ago
  2. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  3. 04ec044b samples/bpf: fix build by setting HAVE_ATTR_TEST to zero by Björn Töpel · 5 years ago
  4. b2327c1 samples/bpf: Add sysroot support by Ivan Khoronzhuk · 5 years ago
  5. d8ceae9 samples/bpf: Provide C/LDFLAGS to libbpf by Ivan Khoronzhuk · 5 years ago
  6. a833eff samples/bpf: Use target CC environment for HDR_PROBE by Ivan Khoronzhuk · 5 years ago
  7. 10cb3d8 samples/bpf: Use own flags but not HOSTCFLAGS by Ivan Khoronzhuk · 5 years ago
  8. 1d97c6c samples/bpf: Base target programs rules on Makefile.target by Ivan Khoronzhuk · 5 years ago
  9. 54b7fbd samples/bpf: Drop unnecessarily inclusion for bpf_load by Ivan Khoronzhuk · 5 years ago
  10. 0e865ae samples/bpf: Use __LINUX_ARM_ARCH__ selector for arm by Ivan Khoronzhuk · 5 years ago
  11. 2a560df samples/bpf: Use own EXTRA_CFLAGS for clang commands by Ivan Khoronzhuk · 5 years ago
  12. 518c134 samples/bpf: Use --target from cross-compile by Ivan Khoronzhuk · 5 years ago
  13. 39e0c36 samples/bpf: Fix cookie_uid_helper_example obj build by Ivan Khoronzhuk · 5 years ago
  14. cdd5b2d samples/bpf: Fix HDR_PROBE "echo" by Ivan Khoronzhuk · 5 years ago
  15. e01a75c libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf by Andrii Nakryiko · 5 years ago
  16. 81f522f samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH) by Ilya Leoshkevich · 6 years ago
  17. 3953388 samples/bpf: add sample program that periodically dumps TCP stats by Stanislav Fomichev · 6 years ago
  18. 71634d7 bpf: Add support for fq's EDT to HBM by brakmo · 6 years ago
  19. fa206dc samples: bpf: remove unnecessary include options in Makefile by Daniel T. Lee · 6 years ago
  20. b552d33 samples/bpf: fix include path in Makefile by Prashant Bhole · 6 years ago
  21. 0ed3cc4 samples: bpf: don't run probes at the local make stage by Jakub Kicinski · 6 years ago
  22. 07c3bbd samples: bpf: print a warning about headers_install by Jakub Kicinski · 6 years ago
  23. ba0c0cc selftests/bpf: convert test_cgrp2_attach2 example into kselftest by Roman Gushchin · 6 years ago
  24. 0ac01fe BPF: Add sample code for new ib_umad tracepoint by Ira Weiny · 6 years ago
  25. a1270fe bpf: User program for testing HBM by brakmo · 6 years ago
  26. 187d073 bpf: Sample HBM BPF program to limit egress bw by brakmo · 6 years ago
  27. 1a9b268 samples: bpf: use libbpf where easy by Jakub Kicinski · 6 years ago
  28. ea9b636 samples: bpf: remove load_sock_ops in favour of bpftool by Jakub Kicinski · 6 years ago
  29. 248c7f9 samples/bpf: convert xdpsock to use libbpf for AF_XDP access by Magnus Karlsson · 6 years ago
  30. bbaf602 samples/bpf: Convert XDP samples to libbpf usage by Maciej Fijalkowski · 6 years ago
  31. 6bf3bbe samples/bpf: workaround clang asm goto compilation errors by Yonghong Song · 6 years ago
  32. 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
  33. 2c667d7 treewide: add intermediate .s files to targets by Masahiro Yamada · 6 years ago
  34. 4d4b5c2 treewide: remove explicit rules for *offsets.s by Masahiro Yamada · 6 years ago
  35. 9ce6ae2 tools/bpf: do not use pahole if clang/llvm can generate BTF sections by Yonghong Song · 6 years ago
  36. acb4ea9 bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN sample program by Nikita V. Shirokov · 6 years ago
  37. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  38. 6748182 samples: bpf: convert xdpsock_user.c to libbpf by Jakub Kicinski · 6 years ago
  39. e1a40ef samples: bpf: convert xdp_fwd_user.c to libbpf by Jakub Kicinski · 6 years ago
  40. 9778cfd samples/bpf: Add BTF build flags to Makefile by Taeung Song · 6 years ago
  41. 8377bd2 kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS by Laura Abbott · 7 years ago
  42. 96f14fe kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS by Laura Abbott · 7 years ago
  43. 1e54ad2 samples/bpf: Add xdp_sample_pkts example by Toke Høiland-Jørgensen · 7 years ago
  44. 90fed9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  45. ecb96f7 samples/bpf: add a samples/bpf test for BPF_TASK_FD_QUERY by Yonghong Song · 7 years ago
  46. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  47. 768759e samples: bpf: make the build less noisy by Jakub Kicinski · 7 years ago
  48. 0cc54db samples: bpf: move libbpf from object dependencies to libs by Jakub Kicinski · 7 years ago
  49. 787360f samples: bpf: fix build after move to compiling full libbpf.a by Jakub Kicinski · 7 years ago
  50. b1ae32d x86/cpufeature: Guard asm_volatile_goto usage for BPF compilation by Alexei Starovoitov · 7 years ago
  51. be5bca4 samples: bpf: convert some XDP samples from bpf_load to libbpf by Jakub Kicinski · 7 years ago
  52. d0cabbb tools: bpf: move the event reading loop to libbpf by Jakub Kicinski · 7 years ago
  53. 5f93805 samples: bpf: compile and link against full libbpf by Jakub Kicinski · 7 years ago
  54. fe61605 samples/bpf: Add example of ipv4 and ipv6 forwarding in XDP by David Ahern · 7 years ago
  55. b4b8faa samples/bpf: sample application and documentation for AF_XDP sockets by Magnus Karlsson · 7 years ago
  56. 28dbf86 samples/bpf: move common-purpose trace functions to selftests by Yonghong Song · 7 years ago
  57. b05cd74 samples/bpf: remove the bpf tunnel testsuite. by William Tu · 7 years ago
  58. c6ffd1f bpf: add bpf_xdp_adjust_tail sample prog by Nikita V. Shirokov · 7 years ago
  59. 4662a4e samples/bpf: raw tracepoint test by Alexei Starovoitov · 7 years ago
  60. c535077 samples/bpf: Add program for CPU state statistics by Leo Yan · 7 years ago
  61. bbf48c1 libbpf: add error reporting in XDP by Eric Leblond · 7 years ago
  62. c25ef6a samples/bpf: Partially fixes the bpf.o build by Mickaël Salaün · 7 years ago
  63. 36e04a2 samples/bpf: xdp2skb_meta shows transferring info from XDP to SKB by Jesper Dangaard Brouer · 7 years ago
  64. 0fca931 samples/bpf: program demonstrating access to xdp_rxq_info by Jesper Dangaard Brouer · 7 years ago
  65. 965de87 samples/bpf: add a test for bpf_override_return by Josef Bacik · 7 years ago
  66. bf070bb kbuild: remove all dummy assignments to obj- by Masahiro Yamada · 7 years ago
  67. f3edacb bpf: Revert bpf_overrid_function() helper changes. by David S. Miller · 7 years ago
  68. eafb340 samples/bpf: add a test for bpf_override_return by Josef Bacik · 7 years ago
  69. 3e29cd0 xdp: Sample xdp program implementing ip forward by Christina Jacob · 7 years ago
  70. 9d1f159 bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/ by Roman Gushchin · 7 years ago
  71. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  72. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  73. c890063 bpf: sample BPF_SOCKET_OPS_BASE_RTT program by Lawrence Brakmo · 7 years ago
  74. fad3917 samples/bpf: add cpumap sample program xdp_redirect_cpu by Jesper Dangaard Brouer · 7 years ago
  75. 9db9583 bpf: Add -target to clang switch while cross compiling. by Abhijit Ayarekar · 7 years ago
  76. b655fc1 samples/bpf: Fix pt_regs issues when cross-compiling by Joel Fernandes · 7 years ago
  77. 876e88e samples/bpf: Enable cross compiler support by Joel Fernandes · 7 years ago
  78. 3ffab54 samples/bpf: xdp_monitor tool based on tracepoints by Jesper Dangaard Brouer · 7 years ago
  79. 1da236b6b bpf: add a test case for syscalls/sys_{enter|exit}_* tracepoints by Yonghong Song · 7 years ago
  80. 9d6e005 xdp: bpf redirect with map sample program by John Fastabend · 8 years ago
  81. 832622e xdp: sample program for new bpf_redirect helper by John Fastabend · 8 years ago
  82. 5333502 samples/bpf: fix a build issue by Yonghong Song · 8 years ago
  83. 6c4a01b bpf: Sample bpf program to set sndcwnd clamp by Lawrence Brakmo · 8 years ago
  84. 7bc62e2 bpf: Sample BPF program to set initial cwnd by Lawrence Brakmo · 8 years ago
  85. bb56d44 bpf: Sample BPF program to set congestion control by Lawrence Brakmo · 8 years ago
  86. d9925368 bpf: Sample BPF program to set buffer sizes by Lawrence Brakmo · 8 years ago
  87. c400296 bpf: Sample bpf program to set initial window by Lawrence Brakmo · 8 years ago
  88. 61bc4d8 bpf: Sample bpf program to set SYN/SYN-ACK RTOs by Lawrence Brakmo · 8 years ago
  89. ae16189 bpf: program to load and attach sock_ops BPF progs by Lawrence Brakmo · 8 years ago
  90. 00a3855 samples/bpf: fix a build problem by Yonghong Song · 8 years ago
  91. 4b7190e samples/bpf: Fix tracex5 to work with MIPS syscalls. by David Daney · 8 years ago
  92. 69b6a7f samples/bpf: add -Wno-unknown-warning-option to clang by Alexander Alemayhu · 8 years ago
  93. 51570a5 A Sample of using socket cookie and uid for traffic monitoring by Chenbo Feng · 8 years ago
  94. fb30d4b bpf: Add tests for map-in-map by Martin KaFai Lau · 8 years ago
  95. 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
  96. 9899694 samples/bpf: Move open_raw_sock to separate header by Joe Stringer · 8 years ago
  97. 205c8ad samples/bpf: Remove perf_event_open() declaration by Joe Stringer · 8 years ago
  98. 43371c8 samples/bpf: Switch over to libbpf by Joe Stringer · 8 years ago
  99. 41e0e24 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  100. e19b7ce make use of make variable CURDIR instead of calling pwd by Uwe Kleine-König · 8 years ago