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
2020-12-14
bpf: Permits pointers on stack for helper calls
Yonghong Song
1
-1
/
+2
2020-12-14
libbpf: Expose libbpf ring_buffer epoll_fd
Brendan Jackman
3
-0
/
+8
2020-12-14
selftests/bpf: Add set_attach_target() API selftest for module target
Andrii Nakryiko
2
-1
/
+21
2020-12-14
libbpf: Support modules in bpf_program__set_attach_target() API
Andrii Nakryiko
1
-24
/
+40
2020-12-10
selftests/bpf: Silence ima_setup.sh when not running in verbose mode.
KP Singh
2
-0
/
+34
2020-12-10
selftests/bpf: Drop the need for LLVM's llc
Andrew Delgadillo
1
-23
/
+5
2020-12-10
selftests/bpf: fix bpf_testmod.ko recompilation logic
Andrii Nakryiko
1
-7
/
+8
2020-12-10
samples/bpf: Fix possible hang in xdpsock with multiple threads
Magnus Karlsson
1
-0
/
+2
2020-12-10
selftests/bpf: Make selftest compilation work on clang 11
Jiri Olsa
1
-0
/
+8
2020-12-10
selftests/bpf: Xsk selftests - adding xdpxceiver to .gitignore
Weqaar Janjua
1
-0
/
+1
2020-12-10
selftests/bpf: Drop tcp-{client,server}.py from Makefile
Veronika Kabatova
1
-2
/
+0
2020-12-09
selftests/bpf: Xsk selftests - Bi-directional Sockets - SKB, DRV
Weqaar Janjua
3
-24
/
+104
2020-12-09
selftests/bpf: Xsk selftests - Socket Teardown - SKB, DRV
Weqaar Janjua
3
-4
/
+57
2020-12-09
selftests/bpf: Xsk selftests - DRV POLL, NOPOLL
Weqaar Janjua
3
-4
/
+45
2020-12-09
selftests/bpf: Xsk selftests - SKB POLL, NOPOLL
Weqaar Janjua
5
-3
/
+1187
2020-12-09
selftests/bpf: Xsk selftests framework
Weqaar Janjua
3
-1
/
+274
2020-12-08
bpf: Only provide bpf_sock_from_file with CONFIG_NET
Florent Revest
3
-20
/
+21
2020-12-08
bpf: Return -ENOTSUPP when attaching to non-kernel BTF
Andrii Nakryiko
1
-1
/
+4
2020-12-08
xsk: Validate socket state in xsk_recvmsg, prior touching socket members
Björn Töpel
1
-2
/
+2
2020-12-07
bpf: Propagate __user annotations properly
Lukas Bulwahn
1
-1
/
+1
2020-12-07
bpf: Avoid overflows involving hash elem_size
Eric Dumazet
1
-2
/
+2
2020-12-04
selftests/bpf: Test bpf_sk_storage_get in tcp iterators
Florent Revest
2
-2
/
+34
2020-12-04
selftests/bpf: Add an iterator selftest for bpf_sk_storage_get
Florent Revest
2
-0
/
+64
2020-12-04
selftests/bpf: Add an iterator selftest for bpf_sk_storage_delete
Florent Revest
2
-0
/
+87
2020-12-04
bpf: Expose bpf_sk_storage_* to iterator programs
Florent Revest
1
-0
/
+1
2020-12-04
bpf: Add a bpf_sock_from_file helper
Florent Revest
4
-0
/
+42
2020-12-04
net: Remove the err argument from sock_from_file
Florent Revest
7
-33
/
+29
2020-12-04
selftests/bpf: Avoid errno clobbering
Florian Lehner
1
-5
/
+22
2020-12-04
selftests/bpf: Print reason when a tester could not run a program
Florian Lehner
1
-1
/
+3
2020-12-04
bpf: Remove trailing semicolon in macro definition
Tom Rix
1
-6
/
+6
2020-12-04
dpaa_eth: fix build errorr in dpaa_fq_init
Anders Roxell
1
-1
/
+1
2020-12-03
selftests/bpf: Fix invalid use of strncat in test_sockmap
Andrii Nakryiko
1
-13
/
+23
2020-12-03
libbpf: Use memcpy instead of strncpy to please GCC
Andrii Nakryiko
1
-1
/
+1
2020-12-03
selftests/bpf: Add fentry/fexit/fmod_ret selftest for kernel module
Andrii Nakryiko
2
-0
/
+119
2020-12-03
selftests/bpf: Add tp_btf CO-RE reloc test for modules
Andrii Nakryiko
2
-2
/
+33
2020-12-03
libbpf: Support attachment of BPF tracing programs to kernel modules
Andrii Nakryiko
3
-32
/
+112
2020-12-03
libbpf: Factor out low-level BPF program loading helper
Andrii Nakryiko
3
-50
/
+113
2020-12-03
bpf: Allow to specify kernel module BTFs when attaching BPF programs
Andrii Nakryiko
5
-33
/
+69
2020-12-03
bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier
Andrii Nakryiko
7
-67
/
+148
2020-12-03
selftests/bpf: Add CO-RE relocs selftest relying on kernel module BTF
Andrii Nakryiko
3
-11
/
+151
2020-12-03
selftests/bpf: Add support for marking sub-tests as skipped
Andrii Nakryiko
1
-3
/
+3
2020-12-03
selftests/bpf: Add bpf_testmod kernel module for testing
Andrii Nakryiko
9
-3
/
+198
2020-12-03
libbpf: Add kernel module BTF support for CO-RE relocations
Andrii Nakryiko
1
-10
/
+169
2020-12-03
libbpf: Refactor CO-RE relocs to not assume a single BTF object
Andrii Nakryiko
1
-76
/
+111
2020-12-03
libbpf: Add internal helper to load BTF data by FD
Andrii Nakryiko
2
-26
/
+36
2020-12-03
bpf: Keep module's btf_data_size intact after load
Andrii Nakryiko
1
-1
/
+0
2020-12-03
bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()
Andrii Nakryiko
1
-3
/
+5
2020-12-03
selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMP
Prankur gupta
4
-0
/
+40
2020-12-03
bpf: Adds support for setting window clamp
Prankur gupta
3
-9
/
+20
2020-12-03
mptcp: emit tcp reset when a join request fails
Florian Westphal
1
-11
/
+36
[next]