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
path:
root
/
tools
/
perf
/
scripts
/
python
/
exported-sql-viewer.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-22
bpf: Use kmemdup_array instead of kmemdup for multiple allocation
Yu Jiaoliang
1
-2
/
+2
2024-08-21
selftests/bpf: validate __xlated same way as __jited
Eduard Zingerman
2
-4
/
+57
2024-08-21
selftests/bpf: validate jit behaviour for tail calls
Eduard Zingerman
2
-0
/
+107
2024-08-21
selftests/bpf: __jited test tag to check disassembly after jit
Eduard Zingerman
2
-23
/
+161
2024-08-21
selftests/bpf: utility function to get program disassembly after jit
Eduard Zingerman
4
-2
/
+291
2024-08-21
selftests/bpf: replace __regex macro with "{{...}}" patterns
Eduard Zingerman
5
-70
/
+115
2024-08-21
selftests/bpf: fix to avoid __msg tag de-duplication by clang
Eduard Zingerman
3
-22
/
+48
2024-08-21
selftests/bpf: correctly move 'log' upon successful match
Eduard Zingerman
1
-1
/
+1
2024-08-21
selftests/bpf: less spam in the log for message matching
Eduard Zingerman
1
-1
/
+2
2024-08-21
selftests/bpf: test passing iterator to a kfunc
Andrii Nakryiko
2
-4
/
+62
2024-08-21
bpf: allow passing struct bpf_iter_<type> as kfunc arguments
Andrii Nakryiko
1
-11
/
+24
2024-08-21
bpf: extract iterator argument type and name validation logic
Andrii Nakryiko
2
-14
/
+41
2024-08-19
selftest/bpf: Adapt inline asm operand constraint for GCC support
Cupertino Miranda
2
-4
/
+4
2024-08-19
selftests/bpf: Disable strict aliasing for verifier_nocsr.c
Cupertino Miranda
1
-0
/
+1
2024-08-19
bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
Matteo Croce
4
-25
/
+28
2024-08-19
bpf: Enable generic kfuncs for BPF_CGROUP_* programs
Matteo Croce
2
-2
/
+7
2024-08-15
samples/bpf: Fix compilation errors with cf-protection option
Jiangshan Yi
1
-1
/
+5
2024-08-15
libbpf: Workaround -Wmaybe-uninitialized false positive
Sam James
1
-0
/
+3
2024-08-15
bpf: Remove __btf_name_valid() and change to btf_name_valid_identifier()
Jeongjun Park
1
-7
/
+2
2024-08-15
selftests/bpf: Monitor traffic for select_reuseport.
Kui-Feng Lee
1
-24
/
+13
2024-08-15
selftests/bpf: Monitor traffic for sockmap_listen.
Kui-Feng Lee
1
-0
/
+8
2024-08-15
selftests/bpf: Monitor traffic for tc_redirect.
Kui-Feng Lee
1
-7
/
+22
2024-08-15
selftests/bpf: netns_new() and netns_free() helpers.
Kui-Feng Lee
4
-0
/
+140
2024-08-15
selftests/bpf: Add the traffic monitor option to test_progs.
Kui-Feng Lee
2
-24
/
+64
2024-08-15
selftests/bpf: Add traffic monitor functions.
Kui-Feng Lee
3
-0
/
+476
2024-08-14
selftests/bpf: convert test_skb_cgroup_id_user to test_progs
Alexis Lothoré (eBPF Foundation)
6
-276
/
+160
2024-08-14
selftests/bpf: add proper section name to bpf prog and rename it
Alexis Lothoré (eBPF Foundation)
2
-5
/
+9
2024-08-14
selftests/bpf: convert test_cgroup_storage to test_progs
Alexis Lothoré (eBPF Foundation)
5
-177
/
+120
2024-08-14
selftests/bpf: convert get_current_cgroup_id_user to test_progs
Alexis Lothoré (eBPF Foundation)
5
-176
/
+51
2024-08-12
libbpf: Fix license for btf_relocate.c
Alan Maguire
1
-1
/
+1
2024-08-07
selftests/bpf: Add tests for bpf_get_dentry_xattr
Song Liu
3
-7
/
+50
2024-08-07
bpf: Add kfunc bpf_get_dentry_xattr() to read xattr from dentry
Song Liu
1
-9
/
+33
2024-08-07
bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.c
Song Liu
2
-68
/
+38
2024-08-06
selftests/bpf: add positive tests for new VFS based BPF kfuncs
Matt Bobrowski
2
-0
/
+87
2024-08-06
selftests/bpf: add negative tests for new VFS based BPF kfuncs
Matt Bobrowski
3
-0
/
+189
2024-08-06
bpf: introduce new VFS based BPF kfuncs
Matt Bobrowski
2
-0
/
+124
2024-08-02
selftests/bpf: Fix a btf_dump selftest failure
Yonghong Song
1
-2
/
+2
2024-07-31
selftests/bpf: add wrong type test to cgroup dev
Alexis Lothoré (eBPF Foundation)
1
-0
/
+4
2024-07-31
selftests/bpf: convert test_dev_cgroup to test_progs
Alexis Lothoré (eBPF Foundation)
4
-88
/
+121
2024-07-31
selftests/bpf: do not disable /dev/null device access in cgroup dev test
Alexis Lothoré (eBPF Foundation)
2
-11
/
+11
2024-07-30
selftests/bpf: fix RELEASE=1 compilation for sock_addr.c
Andrii Nakryiko
1
-0
/
+1
2024-07-30
xsk: Try to make xdp_umem_reg extension a bit more future-proof
Stanislav Fomichev
1
-11
/
+12
2024-07-30
bpf: kprobe: Remove unused declaring of bpf_kprobe_override
Menglong Dong
1
-1
/
+0
2024-07-30
selftests/bpf: Fix error compiling tc_redirect.c with musl libc
Tony Ambardar
1
-6
/
+6
2024-07-30
selftests/bpf: Fix using stdout, stderr as struct field names
Tony Ambardar
3
-38
/
+38
2024-07-30
selftests/bpf: Fix compile if backtrace support missing in libc
Tony Ambardar
1
-1
/
+15
2024-07-30
selftests/bpf: Fix redefinition errors compiling lwt_reroute.c
Tony Ambardar
1
-0
/
+1
2024-07-30
selftests/bpf: Fix C++ compile error from missing _Bool type
Tony Ambardar
1
-0
/
+4
2024-07-30
selftests/bpf: Fix error compiling test_lru_map.c
Tony Ambardar
1
-1
/
+2
2024-07-30
selftests/bpf: Fix arg parsing in veristat, test_progs
Tony Ambardar
2
-6
/
+6
[next]