index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
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
tcp: Add new args for cong_control in tcp_congestion_ops
Miao Xu
1
-3
/
+3
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
2024-05-02
selftests/bpf: Implement BPF programs for kernel socket operations
Jordan Rife
1
-0
/
+65
2024-05-02
selftests/bpf: Implement socket kfuncs for bpf_testmod
Jordan Rife
2
-0
/
+282
2024-05-02
selftests/bpf: Fix bind program for big endian systems
Jordan Rife
3
-16
/
+39
2024-05-02
bpf: Missing trailing slash in tools/testing/selftests/bpf/Makefile
Jose E. Marchesi
1
-1
/
+1
2024-05-02
libbpf: Fix error message in attach_kprobe_multi
Jiri Olsa
1
-1
/
+1
2024-05-02
libbpf: Fix error message in attach_kprobe_session
Jiri Olsa
1
-1
/
+1
2024-05-01
libbpf: better fix for handling nulled-out struct_ops program
Andrii Nakryiko
2
-12
/
+27
2024-05-01
selftests/bpf: add tests for the "module: Function" syntax
Viktor Malik
2
-0
/
+29
2024-05-01
libbpf: support "module: Function" syntax for tracing programs
Viktor Malik
1
-9
/
+26
2024-04-30
selftests/bpf: Drop start_server_proto helper
Geliang Tang
1
-9
/
+2
2024-04-30
selftests/bpf: Make start_mptcp_server static
Geliang Tang
3
-9
/
+16
2024-04-30
selftests/bpf: Add opts argument for __start_server
Geliang Tang
1
-12
/
+15
2024-04-30
selftests/bpf: Add kprobe session cookie test
Jiri Olsa
3
-0
/
+94
2024-04-30
selftests/bpf: Add kprobe session test
Jiri Olsa
3
-0
/
+120
2024-04-30
libbpf: Add kprobe session attach type name to attach_type_name
Jiri Olsa
1
-0
/
+1
2024-04-30
libbpf: Add support for kprobe session attach
Jiri Olsa
3
-3
/
+41
2024-04-30
bpf: Add support for kprobe session attach
Jiri Olsa
1
-0
/
+1
2024-04-30
selftests/bpf: Drop an unused local variable
Benjamin Tissoires
1
-2
/
+0
2024-04-29
selftests/bpf: validate nulled-out struct_ops program is handled properly
Andrii Nakryiko
2
-2
/
+23
2024-04-29
libbpf: handle nulled-out program in struct_ops correctly
Andrii Nakryiko
1
-0
/
+1
2024-04-29
selftests/bpf: Free strdup memory in veristat
Geliang Tang
1
-1
/
+4
2024-04-29
selftests/bpf: Free strdup memory in test_sockmap
Geliang Tang
1
-2
/
+8
2024-04-29
selftests/bpf: Run cgroup1_hierarchy test in own mount namespace
Viktor Malik
2
-1
/
+9
2024-04-29
bpf: Fix verifier assumptions about socket->sk
Alexei Starovoitov
3
-13
/
+20
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
114
-1882
/
+7165
2024-04-26
tools: ynl: don't append doc of missing type directly to the type
Jakub Kicinski
1
-3
/
+2
2024-04-26
selftests: drv-net: validate the environment
Jakub Kicinski
1
-0
/
+25
2024-04-26
selftests: drv-net: reimplement the config parser
Jakub Kicinski
1
-12
/
+14
2024-04-26
selftests: drv-net: extend the README with more info and example
Jakub Kicinski
1
-12
/
+85
2024-04-26
bpf_helpers.h: Define bpf_tail_call_static when building with GCC
Jose E. Marchesi
1
-1
/
+3
2024-04-26
selftests: virtio_net: add initial tests
Jiri Pirko
5
-0
/
+248
2024-04-26
selftests: forwarding: add wait_for_dev() helper
Jiri Pirko
1
-0
/
+13
2024-04-26
selftests: forwarding: add check_driver() helper
Jiri Pirko
1
-0
/
+12
2024-04-26
selftests: forwarding: add ability to assemble NETIFS array by driver name
Jiri Pirko
1
-0
/
+37
2024-04-26
test: hsr: Add test for HSR RedBOX (HSR-SAN) mode of operation
Lukasz Majewski
2
-1
/
+93
2024-04-26
test: hsr: Extract version agnostic information from ping command output
Lukasz Majewski
1
-1
/
+2
2024-04-26
test: hsr: Move common code to hsr_common.sh file
Lukasz Majewski
3
-78
/
+88
2024-04-26
test: hsr: Remove script code already implemented in lib.sh
Lukasz Majewski
1
-25
/
+3
[next]