index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-18
bpf: clarify a misleading verifier error message
Andrea Terzolo
1
-1
/
+1
2025-03-18
Merge branch 'bpf-reject-attaching-fexit-fmod_ret-to-noreturn-functions'
Alexei Starovoitov
3
-0
/
+56
2025-03-18
selftests/bpf: Add selftest for attaching fexit to __noreturn functions
Yafang Shao
2
-0
/
+24
2025-03-18
bpf: Reject attaching fexit/fmod_ret to __noreturn functions
Yafang Shao
1
-0
/
+32
2025-03-18
bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates storage
Martin KaFai Lau
1
-5
/
+6
2025-03-18
bpf: Make perf_event_read_output accessible in all program types.
Emil Tsalapatis
4
-0
/
+14
2025-03-17
Merge branch 'bpftool-using-the-right-format-specifiers'
Andrii Nakryiko
13
-33
/
+39
2025-03-17
bpftool: Using the right format specifiers
Jiayuan Chen
12
-32
/
+33
2025-03-17
bpftool: Add -Wformat-signedness flag to detect format errors
Jiayuan Chen
1
-1
/
+6
2025-03-17
Merge branch 'support-freplace-prog-from-user-namespace'
Andrii Nakryiko
11
-17
/
+160
2025-03-17
selftests/bpf: Test freplace from user namespace
Mykyta Yatsenko
3
-4
/
+112
2025-03-17
libbpf: Pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_ID
Mykyta Yatsenko
5
-9
/
+23
2025-03-17
bpf: Return prog btf_id without capable check
Mykyta Yatsenko
1
-2
/
+2
2025-03-17
bpf: BPF token support for BPF_BTF_GET_FD_BY_ID
Mykyta Yatsenko
3
-2
/
+23
2025-03-15
bpf, x86: Fix objtool warning for timed may_goto
Kumar Kartikeya Dwivedi
1
-3
/
+14
2025-03-15
bpf: Check map->record at the beginning of check_and_free_fields()
Hou Tao
1
-0
/
+3
2025-03-15
selftests/bpf: Fix sockopt selftest failure on powerpc
Saket Kumar Bhaskar
1
-0
/
+4
2025-03-15
selftests/bpf: Fix string read in strncmp benchmark
Viktor Malik
1
-1
/
+4
2025-03-15
selftests/bpf: Fix arena_spin_lock compilation on PowerPC
Kumar Kartikeya Dwivedi
2
-3
/
+24
2025-03-15
bpf: preload: Add MODULE_DESCRIPTION
Arnd Bergmann
1
-0
/
+1
2025-03-15
bpf: bpftool: Setting error code in do_loader()
Sewon Nam
1
-0
/
+1
2025-03-15
Merge branch 'security-propagate-caller-information-in-bpf-hooks'
Alexei Starovoitov
14
-33
/
+108
2025-03-15
selftests/bpf: Convert comma to semicolon
Chen Ni
1
-2
/
+2
2025-03-15
selftests/bpf: Add a kernel flag test for LSM bpf hook
Blaise Boscaccy
2
-0
/
+71
2025-03-15
selftests/bpf: Fix selection of static vs. dynamic LLVM
Anton Protopopov
1
-1
/
+1
2025-03-15
security: Propagate caller information in bpf hooks
Blaise Boscaccy
12
-33
/
+37
2025-03-15
Merge branch 'bpf-introduce-helper-for-populating-bpf_cpumask'
Alexei Starovoitov
5
-2
/
+215
2025-03-15
selftests: bpf: fix duplicate selftests in cpumask_success.
Emil Tsalapatis
2
-2
/
+1
2025-03-15
Merge branch 'selftests-bpf-move-test_lwt_seg6local-to-test_progs'
Alexei Starovoitov
3
-157
/
+176
2025-03-15
bpf: fix missing kdoc string fields in cpumask.c
Emil Tsalapatis
1
-0
/
+20
2025-03-15
selftests/bpf: Fix cap_enable_effective() return code
Feng Yang
4
-9
/
+10
2025-03-15
selftests/bpf: lwt_seg6local: Move test to test_progs
Bastien Curutchet (eBPF Foundation)
3
-152
/
+176
2025-03-15
selftests: bpf: add bpf_cpumask_populate selftests
Emil Tsalapatis
4
-0
/
+161
2025-03-15
selftests/bpf: Fix dangling stdout seen by traffic monitor thread
Amery Hung
1
-17
/
+22
2025-03-15
selftests/bpf: lwt_seg6local: Remove unused routes
Bastien Curutchet (eBPF Foundation)
1
-5
/
+0
2025-03-15
bpf: add kfunc for populating cpumask bits
Emil Tsalapatis
1
-0
/
+33
2025-03-15
selftests/bpf: Allow assigning traffic monitor print function
Amery Hung
2
-19
/
+59
2025-03-15
selftests/bpf: Clean up call sites of stdio_restore()
Amery Hung
1
-11
/
+6
2025-03-15
selftests/bpf: Move test_lwt_ip_encap to test_progs
Bastien Curutchet (eBPF Foundation)
3
-478
/
+541
2025-03-15
Merge branch 'arena-spin-lock'
Alexei Starovoitov
5
-6
/
+820
2025-03-15
bpf, docs: Fix broken link to renamed bpf_iter_task_vmas.c
T.J. Mercier
1
-1
/
+1
2025-03-15
selftests/bpf: Add tests for arena spin lock
Kumar Kartikeya Dwivedi
2
-0
/
+159
2025-03-15
selftests/bpf: Introduce arena spin lock
Kumar Kartikeya Dwivedi
2
-0
/
+652
2025-03-15
selftests/bpf: Introduce cond_break_label
Kumar Kartikeya Dwivedi
1
-6
/
+9
2025-03-15
bpf: correct use/def for may_goto instruction
Eduard Zingerman
2
-3
/
+4
2025-03-15
Merge branch 'bpf-simple-dfa-based-live-registers-analysis'
Alexei Starovoitov
9
-106
/
+875
2025-03-15
selftests/bpf: test cases for compute_live_registers()
Eduard Zingerman
6
-14
/
+455
2025-03-15
Merge branch 'introduce-load-acquire-and-store-release-bpf-instructions'
Alexei Starovoitov
19
-33
/
+1081
2025-03-15
bpf: use register liveness information for func_states_equal
Eduard Zingerman
1
-4
/
+10
2025-03-15
selftests/bpf: Add selftests for load-acquire and store-release instructions
Peilin Ye
6
-3
/
+698
[next]