1. 4f77544 bpf: make TC vlan bpf_helpers avail to selftests by Jesper Dangaard Brouer · 6 years ago
  2. 6acc9b4 bpf: Add helper to retrieve socket in BPF by Joe Stringer · 6 years ago
  3. 02f6ac7 selftests/bpf: Add cgroup id helpers to bpf_helpers.h by Andrey Ignatov · 6 years ago
  4. 91134d8 bpf: Test BPF_PROG_TYPE_SK_REUSEPORT by Martin KaFai Lau · 6 years ago
  5. 1ba9828 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  6. d4c9f57 selftests/bpf: add verifier cgroup storage tests by Roman Gushchin · 6 years ago
  7. 0289a2c selftests/bpf: Add bpf_get_socket_cookie to bpf_helpers.h by Andrey Ignatov · 7 years ago
  8. 38d5d3b bpf: Introduce BPF_ANNOTATE_KV_PAIR by Martin KaFai Lau · 7 years ago
  9. c7ddbba tools/bpf: sync uapi bpf.h for bpf_get_current_cgroup_id() helper by Yonghong Song · 7 years ago
  10. 6bdd533 bpf: add selftest for lirc_mode2 type program by Sean Young · 7 years ago
  11. c99a84e selftests/bpf: test for seg6local End.BPF action by Mathieu Xhonneux · 7 years ago
  12. b8b394f bpf: selftest additions for SOCKHASH by John Fastabend · 7 years ago
  13. fe61605 samples/bpf: Add example of ipv4 and ipv6 forwarding in XDP by David Ahern · 7 years ago
  14. de2ff05 tools/bpf: add bpf_get_stack helper to tools headers by Yonghong Song · 7 years ago
  15. 29a36f9 samples/bpf: extend test_tunnel_bpf.sh with xfrm state test by Eyal Birger · 7 years ago
  16. c6ffd1f bpf: add bpf_xdp_adjust_tail sample prog by Nikita V. Shirokov · 7 years ago
  17. 0367d0a bpf: adding tests for bpf_xdp_adjust_tail by Nikita V. Shirokov · 7 years ago
  18. 622adaf selftests/bpf: Selftest for sys_connect hooks by Andrey Ignatov · 7 years ago
  19. 0dcbbf6 bpf: sockmap sample test for bpf_msg_pull_data by John Fastabend · 7 years ago
  20. 468b3fd bpf: sockmap sample support for bpf_msg_cork_bytes() by John Fastabend · 7 years ago
  21. 1c16c31 bpf: sockmap, add sample option to test apply_bytes helper by John Fastabend · 7 years ago
  22. 4c4c3c2 bpf: sockmap sample, add option to attach SK_MSG program by John Fastabend · 7 years ago
  23. 82a8616 bpf: add map tests for BPF_PROG_TYPE_SK_MSG by John Fastabend · 7 years ago
  24. d6d4f60 bpf: add selftest for tcpbpf by Lawrence Brakmo · 7 years ago
  25. 965de87 samples/bpf: add a test for bpf_override_return by Josef Bacik · 7 years ago
  26. f3edacb bpf: Revert bpf_overrid_function() helper changes. by David S. Miller · 7 years ago
  27. eafb340 samples/bpf: add a test for bpf_override_return by Josef Bacik · 7 years ago
  28. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  29. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  30. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  31. cd86d1f bpf: Adding helper function bpf_getsockops by Lawrence Brakmo · 7 years ago
  32. 34f79502 bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region by John Fastabend · 7 years ago
  33. 81b9cf8 bpf: add a test case for helper bpf_perf_prog_read_value by Yonghong Song · 7 years ago
  34. 020a32d bpf: add a test case for helper bpf_perf_event_read_value by Yonghong Song · 7 years ago
  35. 22c8852 bpf: improve selftests and add tests for meta pointer by Daniel Borkmann · 7 years ago
  36. b655fc1 samples/bpf: Fix pt_regs issues when cross-compiling by Joel Fernandes · 7 years ago
  37. 464bc0f bpf: convert sockmap field attach_bpf_fd2 to type by John Fastabend · 7 years ago
  38. ad17d0e bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_test by Martin KaFai Lau · 7 years ago
  39. 69e8cc1 bpf: sockmap sample program by John Fastabend · 7 years ago
  40. 9d6e005 xdp: bpf redirect with map sample program by John Fastabend · 8 years ago
  41. 5333502 samples/bpf: fix a build issue by Yonghong Song · 8 years ago[Renamed from samples/bpf/bpf_helpers.h]
  42. 8c4b4c7 bpf: Add setsockopt helper function to bpf by Lawrence Brakmo · 8 years ago
  43. c1932cd bpf: Add MIPS support to samples/bpf. by David Daney · 8 years ago
  44. 41e9a80 samples/bpf: add tests for more perf event types by Teng Qin · 8 years ago
  45. b0c4780 bpf: Add sparc support to tools and samples. by David S. Miller · 8 years ago
  46. fb30d4b bpf: Add tests for map-in-map by Martin KaFai Lau · 8 years ago
  47. 12d8bb6 bpf: xdp: Add XDP example for head adjustment by Martin KaFai Lau · 8 years ago
  48. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  49. f74599f bpf: Add tests and samples for LWT-BPF by Thomas Graf · 8 years ago
  50. 2dbb4c0 bpf/samples: Fix PT_REGS_IP on s390x and use it by Michael Holzheu · 8 years ago
  51. 1c47910e samples/bpf: add perf_event+bpf example by Alexei Starovoitov · 8 years ago
  52. 6afb1e2 samples/bpf: Add tunnel set/get tests. by William Tu · 8 years ago
  53. 60747ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  54. 747ea55 bpf: fix bpf_skb_in_cgroup helper naming by Daniel Borkmann · 8 years ago
  55. 9e6e60e samples/bpf: Add test_current_task_under_cgroup test by Sargun Dhillon · 8 years ago
  56. 05b8ad2 samples/bpf: fix bpf_perf_event_output prototype by Adam Barth · 8 years ago
  57. 96ae522 bpf: Add bpf_probe_write_user BPF helper to be called in tracers by Sargun Dhillon · 9 years ago
  58. a3f7461 cgroup: bpf: Add an example to do cgroup checking in BPF by Martin KaFai Lau · 9 years ago
  59. 138d615 samples/bpf: Enable powerpc support by Naveen N. Rao · 9 years ago
  60. 89b9760 samples/bpf: add map_flags to bpf loader by Alexei Starovoitov · 9 years ago
  61. a6ffe7b samples/bpf: offwaketime example by Alexei Starovoitov · 9 years ago
  62. b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  63. 85ff8a43 bpf: sample: define aarch64 specific registers by Yang Shi · 9 years ago
  64. 3911169 samples: bpf: add bpf_perf_event_output example by Alexei Starovoitov · 9 years ago
  65. 27b29f6 bpf: add bpf_redirect() helper by Alexei Starovoitov · 9 years ago
  66. 47efb30 samples/bpf: example of get selected PMU counter value by Kaixu Xia · 9 years ago
  67. d912557 samples: bpf: enable trace samples for s390x by Michael Holzheu · 10 years ago
  68. ffeedaf bpf: introduce current->pid, tgid, uid, gid, comm accessors by Alexei Starovoitov · 10 years ago
  69. 530b2c8 samples/bpf: bpf_tail_call example for networking by Alexei Starovoitov · 10 years ago
  70. 5bacd78 samples/bpf: bpf_tail_call example for tracing by Alexei Starovoitov · 10 years ago
  71. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  72. 91bc4822 tc: bpf: add checksum helpers by Alexei Starovoitov · 10 years ago
  73. b896c4f samples/bpf: Add simple non-portable kprobe filter example by Alexei Starovoitov · 10 years ago
  74. 249b812 samples: bpf: elf_bpf file loader by Alexei Starovoitov · 10 years ago