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
2023-08-25
bpf: Use bpf_mem_free_rcu when bpf_obj_dropping refcounted nodes
Dave Marchevsky
1
-1
/
+5
2023-08-25
bpf: Consider non-owning refs trusted
Dave Marchevsky
1
-1
/
+1
2023-08-25
bpf: Ensure kptr_struct_meta is non-NULL for collection insert and refcount_acquire
Dave Marchevsky
1
-0
/
+14
2023-08-24
selftests/bpf: Enable cpu v4 tests for RV64
Pu Lehui
6
-6
/
+12
2023-08-24
riscv, bpf: Support unconditional bswap insn
Pu Lehui
1
-0
/
+1
2023-08-24
riscv, bpf: Support signed div/mod insns
Pu Lehui
2
-6
/
+40
2023-08-24
riscv, bpf: Support 32-bit offset jmp insn
Pu Lehui
1
-1
/
+5
2023-08-24
riscv, bpf: Support sign-extension mov insns
Pu Lehui
1
-1
/
+13
2023-08-24
riscv, bpf: Support sign-extension load insns
Pu Lehui
2
-8
/
+48
2023-08-24
riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/W
Pu Lehui
1
-6
/
+3
2023-08-24
samples/bpf: Add note to README about the XDP utilities moved to xdp-tools
Toke Høiland-Jørgensen
1
-0
/
+6
2023-08-24
samples/bpf: Cleanup .gitignore
Toke Høiland-Jørgensen
1
-12
/
+0
2023-08-24
samples/bpf: Remove the xdp_sample_pkts utility
Toke Høiland-Jørgensen
3
-256
/
+0
2023-08-24
samples/bpf: Remove the xdp1 and xdp2 utilities
Toke Høiland-Jørgensen
4
-398
/
+0
2023-08-24
samples/bpf: Remove the xdp_rxq_info utility
Toke Høiland-Jørgensen
3
-757
/
+0
2023-08-24
samples/bpf: Remove the xdp_redirect* utilities
Toke Høiland-Jørgensen
9
-1981
/
+1
2023-08-24
samples/bpf: Remove the xdp_monitor utility
Toke Høiland-Jørgensen
3
-133
/
+1
2023-08-24
selftests/bpf: Add a local kptr test with no special fields
Yonghong Song
2
-0
/
+51
2023-08-24
bpf: Remove a WARN_ON_ONCE warning related to local kptr
Yonghong Song
1
-1
/
+0
2023-08-23
libbpf: fix signedness determination in CO-RE relo handling logic
Andrii Nakryiko
1
-1
/
+1
2023-08-23
selftests/bpf: add uprobe_multi test binary to .gitignore
Andrii Nakryiko
1
-0
/
+1
2023-08-23
libbpf: Add bpf_object__unpin()
Daniel Xu
3
-0
/
+17
2023-08-23
selftests/bpf: Add selftest for allow_ptr_leaks
Yafang Shao
2
-1
/
+48
2023-08-23
bpf: Fix issue in verifying allow_ptr_leaks
Yafang Shao
1
-8
/
+9
2023-08-22
libbpf: Free btf_vmlinux when closing bpf_object
Hao Luo
1
-0
/
+1
2023-08-22
selftests/bpf: Add test for bpf_obj_drop with bad reg->off
Kumar Kartikeya Dwivedi
1
-0
/
+20
2023-08-22
bpf: Fix check_func_arg_reg_off bug for graph root/node
Kumar Kartikeya Dwivedi
1
-11
/
+0
2023-08-22
selftests/bpf: Add a failure test for bpf_kptr_xchg() with local kptr
Yonghong Song
2
-1
/
+74
2023-08-22
bpf: Fix a bpf_kptr_xchg() issue with local kptr
Yonghong Song
1
-10
/
+15
2023-08-21
selftests/bpf: Add extra link to uprobe_multi tests
Jiri Olsa
2
-0
/
+22
2023-08-21
selftests/bpf: Add uprobe_multi pid filter tests
Jiri Olsa
2
-12
/
+126
2023-08-21
selftests/bpf: Add uprobe_multi cookie test
Jiri Olsa
1
-0
/
+78
2023-08-21
selftests/bpf: Add uprobe_multi usdt bench test
Jiri Olsa
2
-0
/
+55
2023-08-21
selftests/bpf: Add uprobe_multi usdt test code
Jiri Olsa
1
-1
/
+25
2023-08-21
selftests/bpf: Add uprobe_multi bench test
Jiri Olsa
2
-0
/
+55
2023-08-21
selftests/bpf: Add uprobe_multi test program
Jiri Olsa
2
-0
/
+72
2023-08-21
selftests/bpf: Add uprobe_multi link test
Jiri Olsa
1
-0
/
+69
2023-08-21
selftests/bpf: Add uprobe_multi api test
Jiri Olsa
1
-0
/
+65
2023-08-21
selftests/bpf: Add uprobe_multi skel test
Jiri Olsa
2
-0
/
+167
2023-08-21
selftests/bpf: Move get_time_ns to testing_helpers.h
Jiri Olsa
3
-17
/
+10
2023-08-21
libbpf: Add uprobe multi link support to bpf_program__attach_usdt
Jiri Olsa
2
-17
/
+82
2023-08-21
libbpf: Add uprobe multi link detection
Jiri Olsa
2
-0
/
+38
2023-08-21
libbpf: Add support for u[ret]probe.multi[.s] program sections
Jiri Olsa
1
-0
/
+36
2023-08-21
libbpf: Add bpf_program__attach_uprobe_multi function
Jiri Olsa
3
-0
/
+166
2023-08-21
libbpf: Add bpf_link_create support for multi uprobes
Jiri Olsa
2
-1
/
+21
2023-08-21
libbpf: Add elf_resolve_pattern_offsets function
Jiri Olsa
3
-1
/
+67
2023-08-21
libbpf: Add elf_resolve_syms_offsets function
Jiri Olsa
2
-0
/
+112
2023-08-21
libbpf: Add elf symbol iterator
Jiri Olsa
1
-64
/
+115
2023-08-21
libbpf: Add elf_open/elf_close functions
Jiri Olsa
3
-42
/
+57
2023-08-21
libbpf: Move elf_find_func_offset* functions to elf object
Jiri Olsa
4
-186
/
+202
[next]