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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-02
libbpf: fix potential overflow in ring__consume_n()
Andrii Nakryiko
1
-1
/
+1
2024-05-02
Merge branch 'Add new args into tcp_congestion_ops' cong_control'
Martin KaFai Lau
8
-7
/
+244
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
Merge branch 'selftests/bpf: Add sockaddr tests for kernel networking'
Martin KaFai Lau
8
-341
/
+1193
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
bpf: crypto: fix build when CONFIG_CRYPTO=m
Vadim Fedorenko
1
-1
/
+1
2024-05-01
libbpf: better fix for handling nulled-out struct_ops program
Andrii Nakryiko
2
-12
/
+27
2024-05-01
Merge branch 'libbpf-support-module-function-syntax-for-tracing-programs'
Andrii Nakryiko
3
-9
/
+55
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
Merge branch 'use network helpers, part 3'
Martin KaFai Lau
3
-29
/
+32
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
Merge branch 'bpf-introduce-kprobe_multi-session-attach'
Andrii Nakryiko
13
-18
/
+366
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 cookie
Jiri Olsa
2
-3
/
+23
2024-04-30
bpf: Add support for kprobe session context
Jiri Olsa
2
-7
/
+63
2024-04-30
bpf: Add support for kprobe session attach
Jiri Olsa
4
-9
/
+28
2024-04-30
selftests/bpf: Drop an unused local variable
Benjamin Tissoires
1
-2
/
+0
2024-04-30
bpf: Do not walk twice the hash map on free
Benjamin Tissoires
1
-36
/
+13
2024-04-30
bpf: Do not walk twice the map on free
Benjamin Tissoires
1
-7
/
+8
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
bpf: Include linux/types.h for u32
Dmitrii Bundin
1
-0
/
+2
2024-04-29
Merge branch 'free-strdup-memory-in-selftests'
Andrii Nakryiko
2
-3
/
+12
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: Switch to krealloc_array()
Andy Shevchenko
1
-1
/
+1
2024-04-29
bpf: Use struct_size()
Andy Shevchenko
1
-5
/
+7
2024-04-29
samples/bpf: Add valid info for VMLINUX_BTF
Tao Chen
1
-1
/
+1
2024-04-29
bpf: Fix verifier assumptions about socket->sk
Alexei Starovoitov
4
-18
/
+38
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
158
-2213
/
+9400
2024-04-29
net: phy: micrel: Add support for PTP_PF_EXTTS for lan8814
Horatiu Vultur
1
-1
/
+181
2024-04-29
Merge branch 'dsa-realtek-leds'
David S. Miller
2
-97
/
+273
2024-04-29
net: dsa: realtek: add LED drivers for rtl8366rb
Luiz Angelo Daros de Luca
1
-39
/
+265
[next]