1. a7de265 bpf: Fix typos in comments by Rafael Passos · 6 days ago for-next master
  2. e1a7545 bpf: Fix typo in function save_aux_ptr_type by Rafael Passos · 6 days ago
  3. 735f5b8 bpf, docs: Fix formatting nit in instruction-set.rst by Dave Thaler · 3 days ago
  4. db50040 bpf, docs: Clarify helper ID and pointer terms in instruction-set.rst by Dave Thaler · 3 days ago
  5. 2ea0aa5 Merge branch 'use network helpers, part 1' by Martin KaFai Lau · 3 days ago
  6. 63a5182 selftests/bpf: Use connect_to_addr in sk_assign by Geliang Tang · 5 days ago
  7. 805b4d9 selftests/bpf: Use connect_to_addr in cls_redirect by Geliang Tang · 5 days ago
  8. db9994d selftests/bpf: Update arguments of connect_to_addr by Geliang Tang · 5 days ago
  9. a2e4979 selftests/bpf: Use start_server_addr in sk_assign by Geliang Tang · 5 days ago
  10. 9851382 selftests/bpf: Use start_server_addr in cls_redirect by Geliang Tang · 5 days ago
  11. 9c598a83 selftests/bpf: Add start_server_addr helper by Geliang Tang · 5 days ago
  12. 462e5e2 bpf: Fix JIT of is_mov_percpu_addr instruction. by Alexei Starovoitov · 5 days ago
  13. e739e01 libbpf: Fix dump of subsequent char arrays by Quentin Deslandes · 9 days ago
  14. 9213e52 libbpf: Fix misaligned array closing bracket by Quentin Deslandes · 9 days ago
  15. ad2d22b bpftool: Address minor issues in bash completion by Quentin Monnet · 10 days ago
  16. 986e766 bpftool: Update documentation where progs/maps can be passed by name by Quentin Monnet · 10 days ago
  17. 1f58661 bpf: Harden and/or/xor value tracking in verifier by Harishankar Vishwanathan · 7 days ago
  18. dac045f bpf, tests: Fix typos in comments by Chen Pei · 8 days ago
  19. fc5eb4a btf: Avoid weak external references by Ard Biesheuvel · 8 days ago
  20. 4d4992f selftests/bpf: Add read_trace_pipe_iter function by Jiri Olsa · 13 days ago
  21. 23cc4fe bpftool: Fix typo in error message by Thorsten Blum · 12 days ago
  22. c53e853 Merge branch 'export send_recv_data' by Martin KaFai Lau · 12 days ago
  23. dc34e44 selftests/bpf: Export send_recv_data helper by Geliang Tang · 12 days ago
  24. 68acca6 selftests/bpf: Add struct send_recv_arg by Geliang Tang · 12 days ago
  25. d75142d selftests/bpf: Fix umount cgroup2 error in test_sockmap by Geliang Tang · 2 weeks ago
  26. ffa6b26 selftests/bpf: Enable tests for atomics with cpuv4 by Yonghong Song · 13 days ago
  27. ded8c00 Merge branch 'bpf-add-bpf_link-support-for-sk_msg-and-sk_skb-progs' by Alexei Starovoitov · 12 days ago
  28. 8ba218e selftests/bpf: Add some tests with new bpf_program__attach_sockmap() APIs by Yonghong Song · 13 days ago
  29. a15d58b selftests/bpf: Refactor out helper functions for a few tests by Yonghong Song · 13 days ago
  30. 1f3e209 bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAP by Yonghong Song · 13 days ago
  31. 849989a libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP by Yonghong Song · 13 days ago
  32. 699c23f bpf: Add bpf_link support for sk_msg and sk_skb progs by Yonghong Song · 13 days ago
  33. d0a2ba1 selftests/bpf: Add tests for atomics in bpf_arena. by Alexei Starovoitov · 2 weeks ago
  34. d503a04 bpf: Add support for certain atomics in bpf_arena to x86 JIT by Alexei Starovoitov · 2 weeks ago
  35. bb761fc selftests/bpf: eliminate warning of get_cgroup_id_from_path() by Jason Xing · 2 weeks ago
  36. 50408d7 Merge branch 'libbpf-api-to-partially-consume-items-from-ringbuffer' by Andrii Nakryiko · 2 weeks ago
  37. 4d22ea9 libbpf: Add ring__consume_n / ring_buffer__consume_n by Andrea Righi · 2 weeks ago
  38. 13e8125 libbpf: ringbuf: Allow to consume up to a certain amount of items by Andrea Righi · 2 weeks ago
  39. 5bd2ed6 libbpf: Start v1.5 development cycle by Andrea Righi · 2 weeks ago
  40. d564ffd Merge branch 'bpf-allow-invoking-kfuncs-from-bpf_prog_type_syscall-progs' by Andrii Nakryiko · 3 weeks ago
  41. 1bc724a selftests/bpf: Verify calling core kfuncs from BPF_PROG_TYPE_SYCALL by David Vernet · 3 weeks ago
  42. a8e03b6b bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progs by David Vernet · 3 weeks ago
  43. 00d5d22 bpf, docs: Editorial nits in instruction-set.rst by Dave Thaler · 3 weeks ago
  44. ba0cbe2 selftests/bpf: Make sure libbpf doesn't enforce the signature of a func pointer. by Kui-Feng Lee · 3 weeks ago
  45. 2709547 Merge branch 'bpf-allow-bpf_for_each_map_elem-helper-with-different-input-maps' by Alexei Starovoitov · 3 weeks ago
  46. fecb159 selftests/bpf: add test for bpf_for_each_map_elem() with different maps by Philo Lu · 3 weeks ago
  47. 9d482da bpf: allow invoking bpf_for_each_map_elem with different maps by Philo Lu · 3 weeks ago
  48. 0a52562 bpf: store both map ptr and state in bpf_insn_aux_data by Philo Lu · 3 weeks ago
  49. 58babe2 bpf: fix perf_snapshot_branch_stack link failure by Arnd Bergmann · 3 weeks ago
  50. 343ca81 selftests/bpf: add fp-leaking precise subprog result tests by Andrii Nakryiko · 3 weeks ago
  51. 1f2a74b bpf: prevent r10 register from being marked as precise by Andrii Nakryiko · 3 weeks ago
  52. f917170 bpf: Pack struct bpf_fib_lookup by Anton Protopopov · 3 weeks ago
  53. 478a535 bpftool: Mount bpffs on provided dir instead of parent dir by Sahil Siddiq · 3 weeks ago
  54. d82c045 Merge branch 'inline-bpf_get_branch_snapshot-bpf-helper' by Alexei Starovoitov · 3 weeks ago
  55. 314a536 bpf: inline bpf_get_branch_snapshot() helper by Andrii Nakryiko · 3 weeks ago
  56. 5e6a3c1 bpf: make bpf_get_branch_snapshot() architecture-agnostic by Andrii Nakryiko · 3 weeks ago
  57. 21ab0b6 bpf, riscv: Implement bpf_addr_space_cast instruction by Puranjay Mohan · 3 weeks ago
  58. 633a6e0 bpf, riscv: Implement PROBE_MEM32 pseudo instructions by Puranjay Mohan · 3 weeks ago
  59. af682b7 bpf: Optimize emit_mov_imm64(). by Alexei Starovoitov · 3 weeks ago
  60. 1e9e0b8 bpf: handle CONFIG_SMP=n configuration in x86 BPF JIT by Andrii Nakryiko · 3 weeks ago
  61. 519e1de Merge branch 'add-internal-only-bpf-per-cpu-instruction' by Alexei Starovoitov · 3 weeks ago
  62. 0b56e63 bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH map by Andrii Nakryiko · 3 weeks ago
  63. db69718 bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY maps by Andrii Nakryiko · 3 weeks ago
  64. 1ae6921 bpf: inline bpf_get_smp_processor_id() helper by Andrii Nakryiko · 3 weeks ago
  65. 7bdbf74 bpf: add special internal-only MOV instruction to resolve per-CPU addrs by Andrii Nakryiko · 3 weeks ago
  66. 2e11424 bpf: Replace deprecated strncpy with strscpy by Justin Stitt · 3 weeks ago
  67. c53908b selftests/xsk: Add new test case for AF_XDP under max ring sizes by Tushar Vyavahare · 3 weeks ago
  68. c4f9605 selftests/xsk: Test AF_XDP functionality under minimal ring configurations by Tushar Vyavahare · 3 weeks ago
  69. 776021e selftests/xsk: Introduce set_ring_size function with a retry mechanism for handling AF_XDP socket closures by Tushar Vyavahare · 3 weeks ago
  70. bee3a7b selftests/bpf: Implement set_hw_ring_size function to configure interface ring size by Tushar Vyavahare · 3 weeks ago
  71. 90a695c selftests/bpf: Implement get_hw_ring_size function to retrieve current and max interface size by Tushar Vyavahare · 3 weeks ago
  72. c3bd015 selftests/xsk: Make batch size variable by Tushar Vyavahare · 3 weeks ago
  73. 7effe3f tools: Add ethtool.h header to tooling infra by Tushar Vyavahare · 3 weeks ago
  74. 49b73fa Merge branch 'bpf-arm64-add-support-for-bpf-arena' by Alexei Starovoitov · 3 weeks ago
  75. 4dd3124 bpf: Add arm64 JIT support for bpf_addr_space_cast instruction. by Puranjay Mohan · 4 weeks ago
  76. 339af57 bpf: Add arm64 JIT support for PROBE_MEM32 pseudo instructions. by Puranjay Mohan · 4 weeks ago
  77. c07b4bc selftests/bpf: Add pid limit for mptcpify prog by Geliang Tang · 3 weeks ago
  78. 15ea39a libbpf: Use local bpf_helpers.h include by Tobias Böhm · 3 weeks ago
  79. ce09cbd bpf: Improve program stats run-time calculation by Jose Fernandez · 3 weeks ago
  80. c186ed1 selftests/bpf: Skip test when perf_event_open returns EOPNOTSUPP by Pu Lehui · 3 weeks ago
  81. 2a24e24 bpftool: Use __typeof__() instead of typeof() in BPF skeleton by Andrii Nakryiko · 3 weeks ago
  82. 965c616 selftests/bpf: Using llvm may_goto inline asm for cond_break macro by Yonghong Song · 3 weeks ago
  83. 9dc182c bpf: Add a verbose message if map limit is reached by Anton Protopopov · 3 weeks ago
  84. ca4ddc2 bpf: Fix typo in uapi doc comments by David Lechner · 4 weeks ago
  85. a70f5d8 bpftool: Clean-up typos, punctuation, list formatting in docs by Rameez Rehman · 3 weeks ago
  86. ea379b3 bpftool: Remove useless emphasis on command description in man pages by Rameez Rehman · 3 weeks ago
  87. f7b6854 bpftool: Use simpler indentation in source rST for documentation by Rameez Rehman · 3 weeks ago
  88. 623bdd5 selftests/bpf: make multi-uprobe tests work in RELEASE=1 mode by Andrii Nakryiko · 4 weeks ago
  89. 59f2f84 bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie. by Alexei Starovoitov · 4 weeks ago
  90. 201874f Merge branch 'Use start_server and connect_fd_to_fd' by Martin KaFai Lau · 4 weeks ago
  91. 4266709 selftests/bpf: Drop settimeo in do_test by Geliang Tang · 4 weeks ago
  92. e5e1a3aa selftests/bpf: Use connect_fd_to_fd in bpf_tcp_ca by Geliang Tang · 4 weeks ago
  93. e874208 bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter mode by Martin KaFai Lau · 4 weeks ago
  94. e478cf2 Merge branch 'bpf-fix-a-couple-of-test-failures-with-lto-kernel' by Alexei Starovoitov · 4 weeks ago
  95. 6302bde selftests/bpf: Add a kprobe_multi subtest to use addrs instead of syms by Yonghong Song · 4 weeks ago
  96. 9edaafa selftests/bpf: Fix kprobe_multi_bench_attach test failure with LTO kernel by Yonghong Song · 4 weeks ago
  97. d1f0258 selftests/bpf: Add {load,search}_kallsyms_custom_local() by Yonghong Song · 4 weeks ago
  98. 9475dac selftests/bpf: Refactor trace helper func load_kallsyms_local() by Yonghong Song · 4 weeks ago
  99. d132064 selftests/bpf: Refactor some functions for kprobe_multi_test by Yonghong Song · 4 weeks ago
  100. c56e597 libbpf: Handle <orig_name>.llvm.<hash> symbol properly by Yonghong Song · 4 weeks ago