1. 12868f1 selftests/bpf: Use send_to_addr_str in tc_netkit by Geliang Tang · 1 year, 2 months ago master
  2. 2eb1b5c selftests/bpf: Use connect_to_fd_opts in sockmap_helpers by Geliang Tang · 1 year, 2 months ago
  3. 36856f2 selftests/bpf: Use start_server_str in sockmap_helpers by Geliang Tang · 1 year, 2 months ago
  4. 768969b selftests/bpf: Clear type bits for start_server_addr by Geliang Tang · 1 year, 2 months ago
  5. 67b1543 selftests/bpf: Check listen support for start_server_addr by Geliang Tang · 1 year, 2 months ago
  6. 3d2db20 selftests/bpf: Use make_sockaddr in sockmap_helpers by Geliang Tang · 1 year, 2 months ago
  7. 5ca2c43 selftests/bpf: Add loopback_addr_str helper by Geliang Tang · 1 year, 2 months ago
  8. e3cc86e selftests/bpf: AF_VSOCK support for make_sockaddr by Geliang Tang · 1 year, 2 months ago
  9. c59aaeb selftests/bpf: Use start_server_str in crypto_sanity by Geliang Tang · 1 year, 2 months ago
  10. c71fbdc selftests/bpf: Add nolisten for network_helper_opts by Geliang Tang · 1 year, 2 months ago
  11. 51ff46a selftests/bpf: AF_ALG support for make_sockaddr by Geliang Tang · 1 year, 2 months ago
  12. ab2125e selftests/bpf: Use send_to_addr_str in xdp_bonding by Geliang Tang · 1 year, 2 months ago
  13. 6c7824f selftests/bpf: Add send_to_addr_str helper by Geliang Tang · 1 year, 2 months ago
  14. 131a046 selftests/bpf: Add send_to_fd_opts helper by Geliang Tang · 1 year, 2 months ago
  15. 220fbd4 selftests/bpf: Use start_server_str in lwt_redirect by Geliang Tang · 1 year, 2 months ago
  16. 9fc1a0b selftests/bpf: AF_PACKET support for make_sockaddr by Geliang Tang · 1 year, 2 months ago
  17. a1226ac selftests/bpf: Use start_server_str in skc_to_unix_sock by Geliang Tang · 1 year, 2 months ago
  18. 20d0983 selftests/bpf: Drop __start_server in network_helpers by Geliang Tang · 1 year, 2 months ago
  19. 8b97a26 selftests/bpf: Drop inetaddr_len in sk_lookup by Geliang Tang · 1 year, 2 months ago
  20. 0231d7b selftests/bpf: Drop make_socket in sk_lookup by Geliang Tang · 1 year, 5 months ago
  21. 3dd2457 selftests/bpf: Drop make_client in sk_lookup by Geliang Tang · 1 year, 5 months ago
  22. 229d6db selftests/bpf: Workaround strict bpf_lsm return value check. by Alexei Starovoitov · 1 year, 2 months ago
  23. a7ee76b Merge branch 'add-bpf-lsm-return-value-range-check-bpf-part' by Alexei Starovoitov · 1 year, 2 months ago
  24. cc1bfd5 selftests/bpf: Add verifier tests for bpf lsm by Xu Kuohai · 1 year, 2 months ago
  25. 2f56fae selftests/bpf: Add test for lsm tail call by Xu Kuohai · 1 year, 2 months ago
  26. fc2baf17 selftests/bpf: Add return value checks for failed tests by Xu Kuohai · 1 year, 2 months ago
  27. f81ad29 selftests/bpf: Avoid load failure for token_lsm.c by Xu Kuohai · 1 year, 2 months ago
  28. 9e14de5 bpf: Fix compare error in function retval_range_within by Xu Kuohai · 1 year, 2 months ago
  29. b39ffa5 bpf: Prevent tail call between progs attached to different hooks by Xu Kuohai · 1 year, 2 months ago
  30. af980eb bpf, lsm: Add check for BPF LSM return value by Xu Kuohai · 1 year, 2 months ago
  31. afe4588 bpf, lsm: Add disabled BPF LSM hook list by Xu Kuohai · 1 year, 2 months ago
  32. cca09a3 Merge branch 'bpf-retire-the-unsupported_ops-usage-in-struct_ops' by Alexei Starovoitov · 1 year, 2 months ago
  33. 4979996 selftests/bpf: Ensure the unsupported struct_ops prog cannot be loaded by Martin KaFai Lau · 1 year, 2 months ago
  34. b794efa selftests/bpf: Fix the missing tramp_1 to tramp_40 ops in cfi_stubs by Martin KaFai Lau · 1 year, 2 months ago
  35. 50affe2 bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubs by Martin KaFai Lau · 1 year, 2 months ago
  36. 6d5848d bpftool: Add document for net attach/detach on tcx subcommand by Tao Chen · 1 year, 2 months ago
  37. 0445e0c bpftool: Add bash-completion for tcx subcommand by Tao Chen · 1 year, 2 months ago
  38. 7f1cfa6 bpftool: Add net attach/detach command to tcx prog by Tao Chen · 1 year, 2 months ago
  39. f408126f bpftool: Refactor xdp attach/detach type judgment by Tao Chen · 1 year, 2 months ago
  40. 0986ac1 Merge branch 'bpf-fix-tailcall-hierarchy' by Alexei Starovoitov · 1 year, 2 months ago
  41. 92a227f selftests/bpf: Add testcases for tailcall hierarchy fixing by Leon Hwang · 1 year, 2 months ago
  42. a53c0f3 bpf, arm64: Fix tailcall hierarchy by Leon Hwang · 1 year, 2 months ago
  43. 00ac969 bpf, x64: Fix tailcall hierarchy by Leon Hwang · 1 year, 2 months ago
  44. 9f890b8 Merge branch 'bpf-track-find_equal_scalars-history-on-per-instruction-level' by Andrii Nakryiko · 1 year, 2 months ago
  45. f081cd1 selftests/bpf: Update comments find_equal_scalars->sync_linked_regs by Eduard Zingerman · 1 year, 2 months ago
  46. c0087d5 selftests/bpf: Tests for per-insn sync_linked_regs() precision tracking by Eduard Zingerman · 1 year, 2 months ago
  47. cb0f94d bpf: Remove mark_precise_scalar_ids() by Eduard Zingerman · 1 year, 2 months ago
  48. 2b7350d bpf: Track equal scalars history on per-instruction level by Eduard Zingerman · 1 year, 2 months ago
  49. a3cc56c selftests/bpf: Use auto-dependencies for test objects by Ihor Solodrai · 1 year, 2 months ago
  50. 51f1bb9 bpf: Simplify character output in seq_print_delegate_opts() by Markus Elfring · 1 year, 2 months ago
  51. 173c57b bpf: Replace 8 seq_puts() calls by seq_putc() calls by Markus Elfring · 1 year, 2 months ago
  52. b037f33 Merge branch 'use network helpers, part 9' by Martin KaFai Lau · 1 year, 2 months ago
  53. 2b42d68 selftests/bpf: Add connect_to_addr_str helper by Geliang Tang · 1 year, 2 months ago
  54. 4e085e3 selftests/bpf: Drop must_fail from network_helper_opts by Geliang Tang · 1 year, 2 months ago
  55. 15480cf selftests/bpf: Drop type of connect_to_fd_opts by Geliang Tang · 1 year, 2 months ago
  56. 5183594 Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 1 year, 2 months ago for-next
  57. 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 · 1 year, 2 months ago
  58. 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 · 1 year, 2 months ago
  59. 9de4ad3b firmware: qcom: tzmem: don't ask about allocator mode when not enabled by Linus Torvalds · 1 year, 2 months ago
  60. 17e6a12 um: Use generic runtime constant implementation by Linus Torvalds · 1 year, 2 months ago
  61. 576a997 Merge tag 'perf-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  62. 4a996d90 Merge tag 'sched-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  63. 0c182ac Merge tag 'objtool-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  64. 151647a Merge tag 'locking-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  65. 923a327 Merge tag 'acpi-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 1 year, 2 months ago
  66. 4190624 Merge tag 'pm-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 1 year, 2 months ago
  67. 15114e8 Merge tag 'thermal-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 1 year, 2 months ago
  68. 42b5a015 Merge tag 'Smack-for-6.10' of https://github.com/cschaufler/smack-next by Linus Torvalds · 1 year, 2 months ago
  69. 11ab4cd Merge tag 'lsm-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm by Linus Torvalds · 1 year, 2 months ago
  70. dad8d1a3 Merge tag 'selinux-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 1 year, 2 months ago
  71. f8a8b94d Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl by Linus Torvalds · 1 year, 2 months ago
  72. ce5a51bf Merge tag 'hardening-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 1 year, 2 months ago
  73. 8050258 Merge tag 'pstore-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 1 year, 2 months ago
  74. 1ca995e Merge tag 'seccomp-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 1 year, 2 months ago
  75. 72fda6c Merge tag 'execve-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 1 year, 2 months ago
  76. f83e38f Merge tag 'for-linus-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 1 year, 2 months ago
  77. e55037c8 Merge tag 'efi-next-for-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi by Linus Torvalds · 1 year, 2 months ago
  78. d80f299 Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 1 year, 2 months ago
  79. a5db8e4 Merge tag 'soc-arm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 1 year, 2 months ago
  80. a9a4cd9 Merge tag 'soc-defconfig-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 1 year, 2 months ago
  81. e395096 Merge tag 'soc-dt-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 1 year, 2 months ago
  82. cc0f7c3f Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 1 year, 2 months ago
  83. 99298eb Merge tag 'm68k-for-v6.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 1 year, 2 months ago
  84. 4083235 Merge tag 'x86_sev_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  85. b84b338 Merge tag 'x86_cache_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  86. 77ae5e5 eth: fbnic: Fix spelling mistake "tiggerring" -> "triggering" by Colin Ian King · 1 year, 2 months ago
  87. a3bfc09 tcp: Replace strncpy() with strscpy() by Kees Cook · 1 year, 2 months ago
  88. b49991d wifi: ath12k: fix build vs old compiler by Paolo Abeni · 1 year, 2 months ago
  89. 3f45181 tcp: Don't access uninit tcp_rsk(req)->ao_keyid in tcp_create_openreq_child(). by Kuniyuki Iwashima · 1 year, 2 months ago
  90. d679783 Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  91. 2439a5e Merge tag 'x86_bugs_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  92. f998678 Merge tag 'x86_vmware_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  93. 222dfb8 Merge tag 'x86_misc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  94. 1d86d35 Merge tag 'x86_build_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  95. 9319657 Merge tag 'x86_core_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  96. 98896d8 Merge tag 'x86_cc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  97. 181a984b Merge tag 'x86_cleanups_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  98. 4578d07 Merge tag 'x86_boot_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  99. 208c677 Merge tag 'x86_alternatives_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  100. 1467b49 Merge tag 'ras_core_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago