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-05-08
bpf: guard BPF_NO_PRESERVE_ACCESS_INDEX in skb_pkt_end.c
Jose E. Marchesi
1
-0
/
+2
2024-05-08
bpf: avoid UB in usages of the __imm_insn macro
Jose E. Marchesi
1
-0
/
+13
2024-05-08
bpf: avoid uninitialized warnings in verifier_global_subprogs.c
Jose E. Marchesi
1
-0
/
+7
2024-05-08
bpf, arm64: Add support for lse atomics in bpf_arena
Puranjay Mohan
2
-9
/
+40
2024-05-07
selftests/bpf: shorten subtest names for struct_ops_module test
Andrii Nakryiko
1
-4
/
+4
2024-05-07
selftests/bpf: validate struct_ops early failure detection logic
Andrii Nakryiko
2
-0
/
+64
2024-05-07
libbpf: improve early detection of doomed-to-fail BPF program loading
Andrii Nakryiko
1
-1
/
+14
2024-05-07
libbpf: fix libbpf_strerror_r() handling unknown errors
Andrii Nakryiko
1
-2
/
+14
2024-05-07
selftests/bpf: add another struct_ops callback use case test
Andrii Nakryiko
2
-0
/
+49
2024-05-07
libbpf: handle yet another corner case of nulling out struct_ops program
Andrii Nakryiko
1
-1
/
+9
2024-05-07
libbpf: remove unnecessary struct_ops prog validity check
Andrii Nakryiko
1
-10
/
+3
2024-05-07
selftests/bpf: Change functions definitions to support GCC
Cupertino Miranda
1
-6
/
+21
2024-05-07
selftests/bpf: Add CFLAGS per source file and runner
Cupertino Miranda
1
-8
/
+9
2024-05-07
bpf: Temporarily define BPF_NO_PRESEVE_ACCESS_INDEX for GCC
Jose E. Marchesi
1
-1
/
+1
2024-05-07
bpf: Disable some `attribute ignored' warnings in GCC
Jose E. Marchesi
1
-1
/
+1
2024-05-07
bpf: Avoid __hidden__ attribute in static object
Jose E. Marchesi
1
-1
/
+1
2024-05-07
bpf: Remove redundant page mask of vmf->address
Haiyue Wang
1
-1
/
+1
2024-05-06
selftests/bpf: MUL range computation tests.
Cupertino Miranda
1
-0
/
+21
2024-05-06
bpf/verifier: relax MUL range computation check
Cupertino Miranda
1
-5
/
+1
2024-05-06
selftests/bpf: XOR and OR range computation tests.
Cupertino Miranda
1
-0
/
+42
2024-05-06
bpf/verifier: improve XOR and OR range computation
Cupertino Miranda
1
-2
/
+2
2024-05-06
bpf/verifier: refactor checks for range computation
Cupertino Miranda
1
-64
/
+45
2024-05-06
bpf/verifier: replace calls to mark_reg_unknown.
Cupertino Miranda
1
-5
/
+4
2024-05-06
bpftool, selftests/hid/bpf: Fix 29 clang warnings
John Hubbard
1
-1
/
+1
2024-05-06
selftests/bpf: Fix pointer arithmetic in test_xdp_do_redirect
Michal Schmidt
1
-2
/
+2
2024-05-06
selftests/bpf: Use bpf_tracing.h instead of bpf_tcp_helpers.h
Martin KaFai Lau
4
-4
/
+5
2024-05-02
libbpf: Avoid casts from pointers to enums in bpf_tracing.h
Jose E. Marchesi
2
-47
/
+47
2024-05-02
libbpf: Fix bpf_ksym_exists() in GCC
Jose E. Marchesi
1
-3
/
+14
2024-05-02
libbpf: fix ring_buffer__consume_n() return result logic
Andrii Nakryiko
1
-1
/
+1
2024-05-02
libbpf: fix potential overflow in ring__consume_n()
Andrii Nakryiko
1
-1
/
+1
2024-05-02
selftests/bpf: Add test for the use of new args in cong_control
Miao Xu
3
-0
/
+233
2024-05-02
bpf: tcp: Allow to write tp->snd_cwnd_stamp in bpf_tcp_ca
Miao Xu
1
-0
/
+3
2024-05-02
tcp: Add new args for cong_control in tcp_congestion_ops
Miao Xu
5
-7
/
+8
2024-05-02
selftests/bpf: Add kernel socket operation tests
Jordan Rife
1
-0
/
+472
2024-05-02
selftests/bpf: Make sock configurable for each test case
Jordan Rife
1
-42
/
+98
2024-05-02
selftests/bpf: Move IPv4 and IPv6 sockaddr test cases
Jordan Rife
2
-314
/
+268