1. c139e40 libbpf: Fix comment typo by Jason Wang · 3 years, 6 months ago
  2. 05e9b4f samples: bpf: Add the omitted xdp samples to .gitignore by Juhee Kang · 3 years, 6 months ago
  3. 7d07006 samples: bpf: Fix tracex7 error raised on the missing argument by Juhee Kang · 3 years, 6 months ago
  4. 4cda0c8 selftests/bpf: Use ping6 only if available in tc_redirect by Jussi Maki · 3 years, 7 months ago
  5. 793ecca Merge branch 'libbpf: Move CO-RE logic into separate file.' by Andrii Nakryiko · 3 years, 6 months ago
  6. b058839 libbpf: Split CO-RE logic into relo_core.c. by Alexei Starovoitov · 3 years, 6 months ago
  7. 301ba4d libbpf: Move CO-RE types into relo_core.h. by Alexei Starovoitov · 3 years, 6 months ago
  8. 3ee4f53 libbpf: Split bpf_core_apply_relo() into bpf_program independent helper. by Alexei Starovoitov · 3 years, 6 months ago
  9. 6e43b28 libbpf: Cleanup the layering between CORE and bpf_program. by Alexei Starovoitov · 3 years, 6 months ago
  10. 2b7e9f2 bpf/tests: Do not PASS tests without actually testing the result by Johan Almbladh · 3 years, 6 months ago
  11. ae7f470 bpf/tests: Fix copy-and-paste error in double word test by Johan Almbladh · 3 years, 6 months ago
  12. 7a18844 selftests/bpf: Document vmtest.sh dependencies by Evgeniy Litvinenko · 3 years, 6 months ago
  13. e244d34 libbpf: Add bpf_map__pin_path function by Evgeniy Litvinenko · 3 years, 6 months ago
  14. d9e8d14 Merge branch 'bpf: Allow bpf tcp iter to do bpf_(get|set)sockopt' by Andrii Nakryiko · 3 years, 6 months ago
  15. eed92af bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iter by Martin KaFai Lau · 3 years, 7 months ago
  16. 3cee6fb bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter by Martin KaFai Lau · 3 years, 7 months ago
  17. 04c7820 bpf: tcp: Bpf iter batching and lock_sock by Martin KaFai Lau · 3 years, 7 months ago
  18. 05c0b35 tcp: seq_file: Replace listening_hash with lhash2 by Martin KaFai Lau · 3 years, 7 months ago
  19. b72acf4 tcp: seq_file: Add listening_get_first() by Martin KaFai Lau · 3 years, 7 months ago
  20. 6200137 bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_state by Martin KaFai Lau · 3 years, 7 months ago
  21. ad2d613 tcp: seq_file: Refactor net and family matching by Martin KaFai Lau · 3 years, 7 months ago
  22. 525e2f9 tcp: seq_file: Avoid skipping sk during tcp_seek_last_pos by Martin KaFai Lau · 3 years, 7 months ago
  23. da97553 libbpf: Export bpf_program__attach_kprobe_opts function by Jiri Olsa · 3 years, 6 months ago
  24. e3f9bc3 libbpf: Allow decimal offset for kprobes by Jiri Olsa · 3 years, 6 months ago
  25. 1f71a46 libbpf: Fix func leak in attach_kprobe by Jiri Olsa · 3 years, 6 months ago
  26. 9907442 selftests/bpf: Mute expected invalid map creation error msg by Martynas Pumputis · 3 years, 6 months ago
  27. 724f17b bpf: Remove redundant intiialization of variable stype by Colin Ian King · 3 years, 6 months ago
  28. 16c5900 bpf: Fix pointer cast warning by Arnd Bergmann · 3 years, 6 months ago
  29. 807b8f0 Merge branch 'libbpf: btf typed data dumping fixes (__int128 usage, error propagation)' by Andrii Nakryiko · 3 years, 6 months ago
  30. 720c29f libbpf: Propagate errors when retrieving enum value for typed data display by Alan Maguire · 3 years, 6 months ago
  31. a17553d selftests/bpf: Add __int128-specific tests for typed data dump by Alan Maguire · 3 years, 6 months ago
  32. a1d3cc3 libbpf: Avoid use of __int128 in typed dump display by Alan Maguire · 3 years, 6 months ago
  33. 875fc31 selftests, bpf: test_tc_tunnel.sh nc: Cannot use -p and -l by Vincent Li · 3 years, 6 months ago
  34. c39aa21 bpf, selftests: Fix test_maps now that sockmap supports UDP by John Fastabend · 3 years, 6 months ago
  35. 08f71a1 selftests/bpf: Check inner map deletion by Martynas Pumputis · 3 years, 6 months ago
  36. a21ab4c libbpf: Fix removal of inner map in bpf_object__create_map by Martynas Pumputis · 3 years, 6 months ago
  37. 78e4a95 Merge branch 'libbpf: BTF typed dump cleanups' by Andrii Nakryiko · 3 years, 6 months ago
  38. add192f libbpf: Btf typed dump does not need to allocate dump data by Alan Maguire · 3 years, 6 months ago
  39. 04eb4df libbpf: Fix compilation errors on ppc64le for btf dump typed data by Alan Maguire · 3 years, 6 months ago
  40. 8d44c35 libbpf: Clarify/fix unaligned data issues for btf typed dump by Alan Maguire · 3 years, 6 months ago
  41. 068dfc6 Merge branch 'libbpf: BTF dumper support for typed data' by Andrii Nakryiko · 3 years, 6 months ago
  42. 70a9241 selftests/bpf: Add dump type data tests to btf dump tests by Alan Maguire · 3 years, 6 months ago
  43. 1728333 selftests/bpf: Add ASSERT_STRNEQ() variant for test_progs by Alan Maguire · 3 years, 6 months ago
  44. 920d16a libbpf: BTF dumper support for typed data by Alan Maguire · 3 years, 6 months ago
  45. 334faa5 Merge branch 'Add btf_custom_path in bpf_obj_open_opts' by Andrii Nakryiko · 3 years, 6 months ago
  46. f0b7d11 selftests/bpf: Switch existing selftests to using open_opts for custom BTF by Shuyi Cheng · 3 years, 6 months ago
  47. 18353c8 libbpf: Fix the possible memory leak on error by Shuyi Cheng · 3 years, 6 months ago
  48. 1373ff5 libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts' by Shuyi Cheng · 3 years, 6 months ago
  49. 8886534 bpf, doc: Add heading and example for extensions in cbpf by Roy, UjjaL · 3 years, 6 months ago
  50. c7603cf bpf: Add ambient BPF runtime context stored in current by Andrii Nakryiko · 3 years, 6 months ago
  51. d4861fc netdevsim: Add multi-queue support by Peilin Ye · 3 years, 6 months ago
  52. b83d23a openvswitch: Introduce per-cpu upcall dispatch by Mark Gray · 3 years, 6 months ago
  53. 919d527 bnx2x: remove unused variable 'cur_data_offset' by Bill Wendling · 3 years, 6 months ago
  54. a99f030 net: switchdev: Simplify 'mlxsw_sp_mc_write_mdb_entry()' by Christophe JAILLET · 3 years, 6 months ago
  55. f79a3bc net/sched: Remove unnecessary if statement by Yajun Deng · 3 years, 6 months ago
  56. cfdf0d9 rtnetlink: use nlmsg_notify() in rtnetlink_send() by Yajun Deng · 3 years, 6 months ago
  57. 63a9192 gve: fix the wrong AdminQ buffer overflow check by Haiyue Wang · 3 years, 6 months ago
  58. 82a1ffe5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 6 months ago
  59. c50524e Merge branch 'sockmap: add sockmap support for unix datagram socket' by Alexei Starovoitov · 3 years, 6 months ago
  60. a2ffda3 selftests/bpf: Add test cases for redirection between udp and unix by Cong Wang · 3 years, 7 months ago
  61. 5ea905d selftests/bpf: Add a test case for unix sockmap by Cong Wang · 3 years, 7 months ago
  62. 0626bc2 selftests/bpf: Factor out add_to_sockmap() by Cong Wang · 3 years, 7 months ago
  63. d950625 selftests/bpf: Factor out udp_socketpair() by Cong Wang · 3 years, 7 months ago
  64. 9825d86 af_unix: Implement unix_dgram_bpf_recvmsg() by Cong Wang · 3 years, 7 months ago
  65. c638291 af_unix: Implement ->psock_update_sk_prot() by Cong Wang · 3 years, 7 months ago
  66. c7272e1 af_unix: Add a dummy ->close() for sockmap by Cong Wang · 3 years, 7 months ago
  67. 83301b5 af_unix: Set TCP_ESTABLISHED for datagram sockets too by Cong Wang · 3 years, 7 months ago
  68. 29df44f af_unix: Implement ->read_sock() for sockmap by Cong Wang · 3 years, 7 months ago
  69. 0c48eef sock_map: Lift socket state restriction for datagram sockets by Cong Wang · 3 years, 7 months ago
  70. 17edea2 sock_map: Relax config dependency to CONFIG_NET by Cong Wang · 3 years, 7 months ago
  71. 1554a08 Merge branch 'Add bpf_get_func_ip helper' by Alexei Starovoitov · 3 years, 6 months ago
  72. 8237e75 selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probe by Jiri Olsa · 3 years, 6 months ago
  73. a2488b5 libbpf: Allow specification of "kprobe/function+offset" by Alan Maguire · 3 years, 6 months ago
  74. ac0ed48 libbpf: Add bpf_program__attach_kprobe_opts function by Jiri Olsa · 3 years, 6 months ago
  75. 5d8b583 selftests/bpf: Add test for bpf_get_func_ip helper by Jiri Olsa · 3 years, 6 months ago
  76. 9ffd9f3 bpf: Add bpf_get_func_ip helper for kprobe programs by Jiri Olsa · 3 years, 6 months ago
  77. 9b99edc bpf: Add bpf_get_func_ip helper for tracing programs by Jiri Olsa · 3 years, 6 months ago
  78. 1e37392 bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ip by Jiri Olsa · 3 years, 6 months ago
  79. 7e6f3cd bpf, x86: Store caller's ip in trampoline stack by Jiri Olsa · 3 years, 6 months ago
  80. 7628317 Merge branch 'bpf-timers' by Daniel Borkmann · 3 years, 6 months ago
  81. 61f71e7 selftests/bpf: Add a test with bpf_timer in inner map. by Alexei Starovoitov · 3 years, 6 months ago
  82. 3540f7c selftests/bpf: Add bpf_timer test. by Alexei Starovoitov · 3 years, 6 months ago
  83. 7ddc80a bpf: Teach stack depth check about async callbacks. by Alexei Starovoitov · 3 years, 6 months ago
  84. bfc6bb7 bpf: Implement verifier support for validation of async callbacks. by Alexei Starovoitov · 3 years, 6 months ago
  85. 86fc6ee bpf: Relax verifier recursion check. by Alexei Starovoitov · 3 years, 6 months ago
  86. 40ec00a bpf: Remember BTF of inner maps. by Alexei Starovoitov · 3 years, 6 months ago
  87. 3e8ce29 bpf: Prevent pointer mismatch in bpf_timer_init. by Alexei Starovoitov · 3 years, 6 months ago
  88. 6813466 bpf: Add map side support for bpf timers. by Alexei Starovoitov · 3 years, 6 months ago
  89. b00628b bpf: Introduce bpf timers. by Alexei Starovoitov · 3 years, 6 months ago
  90. c1b3fed bpf: Factor out bpf_spin_lock into helpers. by Alexei Starovoitov · 3 years, 6 months ago
  91. d809e13 bpf: Prepare bpf_prog_put() to be called from irq context. by Alexei Starovoitov · 3 years, 6 months ago
  92. de587d5 selftests/bpf: Remove unused variable in tc_tunnel prog by Tobias Klauser · 3 years, 6 months ago
  93. 87117ba ipv6: remove unnecessary local variable by Rocco Yue · 3 years, 6 months ago
  94. 5c2c853 bus: mhi: pci-generic: configurable network interface MRU by Richard Laing · 3 years, 6 months ago
  95. 75f0fc7 bpf: Fix potential memleak and UAF in the verifier. by He Fengqing · 3 years, 6 months ago
  96. f170acd bpf: Fix a typo of reuseport map in bpf.h. by Kuniyuki Iwashima · 3 years, 6 months ago
  97. cf2c6f0 bpf: Sync tools/include/uapi/linux/bpf.h by Alexei Starovoitov · 3 years, 6 months ago
  98. 8096acd7 Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 6 months ago
  99. d1d488d fs: add vfs_parse_fs_param_source() helper by Christian Brauner · 3 years, 6 months ago
  100. 3b04627 cgroup: verify that source is a string by Christian Brauner · 3 years, 6 months ago