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
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-07-30
selftests/bpf: Use portable POSIX basename()
Tony Ambardar
2
-3
/
+6
2024-07-30
tools/bpf: Fix the wrong format specifier
Zhu Jun
1
-2
/
+2
2024-07-29
selftests/bpf: Load struct_ops map in global_maps_resize test
David Vernet
1
-0
/
+16
2024-07-29
selftests/bpf: Integrate test_xdp_veth into test_progs
Alexis Lothoré (eBPF Foundation)
3
-122
/
+213
2024-07-29
selftests/bpf: Update xdp_redirect_map prog sections for libbpf
Alexis Lothoré (eBPF Foundation)
1
-3
/
+3
2024-07-29
libbpf: Don't take direct pointers into BTF data from st_ops
David Vernet
1
-10
/
+13
2024-07-29
selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libc
Tony Ambardar
1
-2
/
+0
2024-07-29
selftests/bpf: Fix errors compiling crypto_sanity.c with musl libc
Tony Ambardar
1
-1
/
+0
2024-07-29
selftests/bpf: Fix errors compiling decap_sanity.c with musl libc
Tony Ambardar
1
-1
/
+0
2024-07-29
selftests/bpf: Fix errors compiling lwt_redirect.c with musl libc
Tony Ambardar
1
-1
/
+0
2024-07-29
selftests/bpf: Fix compiling core_reloc.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-07-29
selftests/bpf: Fix compiling tcp_rtt.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-07-29
selftests/bpf: Fix compiling flow_dissector.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-07-29
selftests/bpf: Fix compiling kfree_skb.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-07-29
selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-07-29
selftests/bpf: Fix include of <sys/fcntl.h>
Tony Ambardar
1
-1
/
+1
2024-07-29
selftests/bpf: Fix missing BUILD_BUG_ON() declaration
Tony Ambardar
1
-0
/
+1
2024-07-29
selftests/bpf: Fix missing UINT_MAX definitions in benchmarks
Tony Ambardar
1
-0
/
+1
2024-07-29
selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.c
Tony Ambardar
1
-0
/
+1
2024-07-29
selftests/bpf: Drop unneeded error.h includes
Tony Ambardar
3
-3
/
+0
2024-07-29
selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libc
Tony Ambardar
1
-1
/
+1
2024-07-29
selftests/bpf: Fix compile error from rlim_t in sk_storage_map.c
Tony Ambardar
1
-1
/
+1
2024-07-29
selftests/bpf: Use pid_t consistently in test_progs.c
Tony Ambardar
1
-1
/
+1
2024-07-29
selftests/bpf: Make %.test.d prerequisite order only
Ihor Solodrai
1
-1
/
+1
2024-07-29
selftests/bpf: test no_caller_saved_registers spill/fill removal
Eduard Zingerman
2
-0
/
+798
2024-07-29
selftests/bpf: __arch_* macro to limit test cases to specific archs
Eduard Zingerman
2
-0
/
+51
2024-07-29
selftests/bpf: allow checking xlated programs in verifier_* tests
Eduard Zingerman
2
-3
/
+84
2024-07-29
selftests/bpf: extract test_loader->expect_msgs as a data structure
Eduard Zingerman
1
-40
/
+41
2024-07-29
selftests/bpf: no need to track next_match_pos in struct test_loader
Eduard Zingerman
2
-12
/
+8
2024-07-29
selftests/bpf: print correct offset for pseudo calls in disasm_insn()
Eduard Zingerman
1
-0
/
+18
2024-07-29
selftests/bpf: Add reg_bounds tests for ldsx and subreg compare
Yonghong Song
1
-0
/
+16
2024-07-29
selftests/bpf: extract utility function for BPF disassembly
Eduard Zingerman
5
-64
/
+75
2024-07-29
bpf: Get better reg range with ldsx and 32bit compare
Yonghong Song
1
-0
/
+38
2024-07-29
bpf, x86, riscv, arm: no_caller_saved_registers for bpf_get_smp_processor_id()
Eduard Zingerman
2
-2
/
+10
2024-07-29
selftests/bpf: Add tests for ldsx of pkt data/data_end/data_meta accesses
Yonghong Song
1
-0
/
+112
2024-07-29
bpf: no_caller_saved_registers attribute for helper calls
Eduard Zingerman
3
-3
/
+334
2024-07-29
bpf: Fail verification for sign-extension of packet data/data_end/data_meta
Yonghong Song
3
-7
/
+20
2024-07-29
bpf: add a get_helper_proto() utility function
Eduard Zingerman
1
-7
/
+18
2024-07-29
tools/runqslower: Fix LDFLAGS and add LDLIBS support
Tony Ambardar
1
-1
/
+2
2024-07-29
selftests/bpf: Fix wrong binary in Makefile log output
Tony Ambardar
1
-5
/
+6
2024-07-29
selftests/bpf: Fix compilation failure when CONFIG_NET_FOU!=y
Artem Savkov
1
-6
/
+21
2024-07-29
selftests/bpf: Add uprobe multi consumers test
Jiri Olsa
2
-0
/
+252
2024-07-29
selftests/bpf: Fix error linking uprobe_multi on mips
Tony Ambardar
1
-0
/
+2
2024-07-29
selftests/bpf: Add uprobe fail tests for uprobe multi
Jiri Olsa
1
-0
/
+118
[next]