1. 7d30b8a selftests/bpf: Load struct_ops map in global_maps_resize test by David Vernet · 2 days ago master
  2. 6189fa6 selftests/bpf: Integrate test_xdp_veth into test_progs by Alexis Lothoré (eBPF Foundation) · 5 days ago
  3. e33e15b selftests/bpf: Update xdp_redirect_map prog sections for libbpf by Alexis Lothoré (eBPF Foundation) · 5 days ago
  4. 7244100 libbpf: Don't take direct pointers into BTF data from st_ops by David Vernet · 3 days ago
  5. 41f4f97 Merge branch 'selftests-bpf-improve-libc-portability-musl-support-part-1' by Andrii Nakryiko · 2 days ago
  6. 56b0ab5 selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libc by Tony Ambardar · 4 days ago
  7. a88580b selftests/bpf: Fix errors compiling crypto_sanity.c with musl libc by Tony Ambardar · 4 days ago
  8. 352d541 selftests/bpf: Fix errors compiling decap_sanity.c with musl libc by Tony Ambardar · 4 days ago
  9. 7ce34ba selftests/bpf: Fix errors compiling lwt_redirect.c with musl libc by Tony Ambardar · 4 days ago
  10. 231c544 selftests/bpf: Fix compiling core_reloc.c with musl-libc by Tony Ambardar · 4 days ago
  11. 2a6a695 selftests/bpf: Fix compiling tcp_rtt.c with musl-libc by Tony Ambardar · 4 days ago
  12. c2e6d8c selftests/bpf: Fix compiling flow_dissector.c with musl-libc by Tony Ambardar · 4 days ago
  13. 787a2e4 selftests/bpf: Fix compiling kfree_skb.c with musl-libc by Tony Ambardar · 4 days ago
  14. 81c60e3 selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libc by Tony Ambardar · 4 days ago
  15. f9d6628 selftests/bpf: Fix include of <sys/fcntl.h> by Tony Ambardar · 4 days ago
  16. b855ef6 selftests/bpf: Fix missing BUILD_BUG_ON() declaration by Tony Ambardar · 4 days ago
  17. 6898506 selftests/bpf: Fix missing UINT_MAX definitions in benchmarks by Tony Ambardar · 4 days ago
  18. 9dc46fd selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.c by Tony Ambardar · 4 days ago
  19. 80fd6c9 selftests/bpf: Drop unneeded error.h includes by Tony Ambardar · 4 days ago
  20. 6c3a808 selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libc by Tony Ambardar · 4 days ago
  21. bb3b965 selftests/bpf: Fix compile error from rlim_t in sk_storage_map.c by Tony Ambardar · 4 days ago
  22. afd8169 selftests/bpf: Use pid_t consistently in test_progs.c by Tony Ambardar · 4 days ago
  23. f0b2ceb selftests/bpf: Make %.test.d prerequisite order only by Ihor Solodrai · 3 days ago
  24. 1689ac0 Merge branch 'no_caller_saved_registers-attribute-for-helper-calls' by Alexei Starovoitov · 3 days ago
  25. 2daa48f selftests/bpf: test no_caller_saved_registers spill/fill removal by Eduard Zingerman · 4 days ago
  26. c64d2f7 selftests/bpf: __arch_* macro to limit test cases to specific archs by Eduard Zingerman · 4 days ago
  27. 69c9922 selftests/bpf: allow checking xlated programs in verifier_* tests by Eduard Zingerman · 4 days ago
  28. a70c32d selftests/bpf: extract test_loader->expect_msgs as a data structure by Eduard Zingerman · 4 days ago
  29. 0bbaa40 selftests/bpf: no need to track next_match_pos in struct test_loader by Eduard Zingerman · 4 days ago
  30. 9f3e5a6 selftests/bpf: print correct offset for pseudo calls in disasm_insn() by Eduard Zingerman · 4 days ago
  31. 67b1c15 selftests/bpf: extract utility function for BPF disassembly by Eduard Zingerman · 4 days ago
  32. a5a0f95 bpf, x86, riscv, arm: no_caller_saved_registers for bpf_get_smp_processor_id() by Eduard Zingerman · 4 days ago
  33. c473f70 bpf: no_caller_saved_registers attribute for helper calls by Eduard Zingerman · 4 days ago
  34. 19b0934 bpf: add a get_helper_proto() utility function by Eduard Zingerman · 4 days ago
  35. 1d61899 selftests/bpf: Add reg_bounds tests for ldsx and subreg compare by Yonghong Song · 4 days ago
  36. 2e71645 bpf: Get better reg range with ldsx and 32bit compare by Yonghong Song · 4 days ago
  37. eb1b55c selftests/bpf: Add tests for ldsx of pkt data/data_end/data_meta accesses by Yonghong Song · 4 days ago
  38. 8924c0a bpf: Fail verification for sign-extension of packet data/data_end/data_meta by Yonghong Song · 4 days ago
  39. 3929c8d tools/runqslower: Fix LDFLAGS and add LDLIBS support by Tony Ambardar · 4 days ago
  40. efb1d64 selftests/bpf: Fix wrong binary in Makefile log output by Tony Ambardar · 7 days ago
  41. d135a60 Merge branch 'selftests-bpf-add-more-uprobe-multi-tests' by Andrii Nakryiko · 3 days ago
  42. c5ec71c selftests/bpf: Add uprobe multi consumers test by Jiri Olsa · 4 days ago
  43. f5ee7d5 selftests/bpf: Add uprobe fail tests for uprobe multi by Jiri Olsa · 4 days ago
  44. c67b2a6 selftests/bpf: Fix compilation failure when CONFIG_NET_FOU!=y by Artem Savkov · 4 days ago
  45. 64d50da selftests/bpf: Fix error linking uprobe_multi on mips by Tony Ambardar · 4 days ago
  46. 84b4e87 selftests/bpf: Add missing system defines for mips by Tony Ambardar · 4 days ago
  47. 76e17a2 selftests/bpf: Don't include .d files on make clean by Ihor Solodrai · 4 days ago
  48. 541b135 selftests/bpf: Add a test for mmap-able map in map by Song Liu · 4 days ago
  49. ba1cf16 Merge branch 'use network helpers, part 10' by Martin KaFai Lau · 4 days ago
  50. b27a9ab selftests/bpf: Drop __start_server in network_helpers by Geliang Tang · 7 days ago
  51. 5849dff selftests/bpf: Drop inetaddr_len in sk_lookup by Geliang Tang · 7 days ago
  52. c6b3024 selftests/bpf: Drop make_socket in sk_lookup by Geliang Tang · 7 days ago
  53. a81b34b selftests/bpf: Drop make_client in sk_lookup by Geliang Tang · 7 days ago
  54. 229d6db selftests/bpf: Workaround strict bpf_lsm return value check. by Alexei Starovoitov · 4 days ago
  55. a7ee76b Merge branch 'add-bpf-lsm-return-value-range-check-bpf-part' by Alexei Starovoitov · 4 days ago
  56. cc1bfd5 selftests/bpf: Add verifier tests for bpf lsm by Xu Kuohai · 8 days ago
  57. 2f56fae selftests/bpf: Add test for lsm tail call by Xu Kuohai · 8 days ago
  58. fc2baf17 selftests/bpf: Add return value checks for failed tests by Xu Kuohai · 8 days ago
  59. f81ad29 selftests/bpf: Avoid load failure for token_lsm.c by Xu Kuohai · 8 days ago
  60. 9e14de5 bpf: Fix compare error in function retval_range_within by Xu Kuohai · 8 days ago
  61. b39ffa5 bpf: Prevent tail call between progs attached to different hooks by Xu Kuohai · 8 days ago
  62. af980eb bpf, lsm: Add check for BPF LSM return value by Xu Kuohai · 8 days ago
  63. afe4588 bpf, lsm: Add disabled BPF LSM hook list by Xu Kuohai · 8 days ago
  64. cca09a3 Merge branch 'bpf-retire-the-unsupported_ops-usage-in-struct_ops' by Alexei Starovoitov · 4 days ago
  65. 4979996 selftests/bpf: Ensure the unsupported struct_ops prog cannot be loaded by Martin KaFai Lau · 5 days ago
  66. b794efa selftests/bpf: Fix the missing tramp_1 to tramp_40 ops in cfi_stubs by Martin KaFai Lau · 5 days ago
  67. 50affe2 bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubs by Martin KaFai Lau · 5 days ago
  68. 6d5848d bpftool: Add document for net attach/detach on tcx subcommand by Tao Chen · 6 days ago
  69. 0445e0c bpftool: Add bash-completion for tcx subcommand by Tao Chen · 6 days ago
  70. 7f1cfa6 bpftool: Add net attach/detach command to tcx prog by Tao Chen · 6 days ago
  71. f408126f bpftool: Refactor xdp attach/detach type judgment by Tao Chen · 6 days ago
  72. 0986ac1 Merge branch 'bpf-fix-tailcall-hierarchy' by Alexei Starovoitov · 7 days ago
  73. 92a227f selftests/bpf: Add testcases for tailcall hierarchy fixing by Leon Hwang · 13 days ago
  74. a53c0f3 bpf, arm64: Fix tailcall hierarchy by Leon Hwang · 13 days ago
  75. 00ac969 bpf, x64: Fix tailcall hierarchy by Leon Hwang · 13 days ago
  76. 9f890b8 Merge branch 'bpf-track-find_equal_scalars-history-on-per-instruction-level' by Andrii Nakryiko · 7 days ago
  77. f081cd1 selftests/bpf: Update comments find_equal_scalars->sync_linked_regs by Eduard Zingerman · 8 days ago
  78. c0087d5 selftests/bpf: Tests for per-insn sync_linked_regs() precision tracking by Eduard Zingerman · 8 days ago
  79. cb0f94d bpf: Remove mark_precise_scalar_ids() by Eduard Zingerman · 8 days ago
  80. 2b7350d bpf: Track equal scalars history on per-instruction level by Eduard Zingerman · 8 days ago
  81. a3cc56c selftests/bpf: Use auto-dependencies for test objects by Ihor Solodrai · 8 days ago
  82. 51f1bb9 bpf: Simplify character output in seq_print_delegate_opts() by Markus Elfring · 12 days ago
  83. 173c57b bpf: Replace 8 seq_puts() calls by seq_putc() calls by Markus Elfring · 13 days ago
  84. b037f33 Merge branch 'use network helpers, part 9' by Martin KaFai Lau · 8 days ago
  85. 2b42d68 selftests/bpf: Add connect_to_addr_str helper by Geliang Tang · 9 days ago
  86. 4e085e3 selftests/bpf: Drop must_fail from network_helper_opts by Geliang Tang · 9 days ago
  87. 15480cf selftests/bpf: Drop type of connect_to_fd_opts by Geliang Tang · 9 days ago
  88. 5183594 Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 10 days ago for-next
  89. 0434dbe Merge tag 'linux_kselftest-next-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 10 days ago
  90. f8d22a3 Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 10 days ago
  91. 9de4ad3b firmware: qcom: tzmem: don't ask about allocator mode when not enabled by Linus Torvalds · 10 days ago
  92. 17e6a12 um: Use generic runtime constant implementation by Linus Torvalds · 10 days ago
  93. 576a997 Merge tag 'perf-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 days ago
  94. 4a996d90 Merge tag 'sched-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 days ago
  95. 0c182ac Merge tag 'objtool-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 days ago
  96. 151647a Merge tag 'locking-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 days ago
  97. 923a327 Merge tag 'acpi-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 days ago
  98. 4190624 Merge tag 'pm-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 days ago
  99. 15114e8 Merge tag 'thermal-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 days ago
  100. 42b5a015 Merge tag 'Smack-for-6.10' of https://github.com/cschaufler/smack-next by Linus Torvalds · 10 days ago