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
2023-01-23
veth: Introduce veth_xdp_buff wrapper for xdp_buff
Stanislav Fomichev
1
-25
/
+31
2023-01-23
bpf: Support consuming XDP HW metadata from fext programs
Toke Høiland-Jørgensen
4
-32
/
+106
2023-01-23
bpf: XDP metadata RX kfuncs
Stanislav Fomichev
8
-2
/
+188
2023-01-23
selftests/bpf: Update expected test_offload.py messages
Stanislav Fomichev
1
-5
/
+5
2023-01-23
bpf: Introduce device-bound XDP programs
Stanislav Fomichev
8
-38
/
+113
2023-01-23
bpf: Reshuffle some parts of bpf/offload.c
Stanislav Fomichev
1
-105
/
+117
2023-01-23
bpf: Move offload initialization into late_initcall
Stanislav Fomichev
1
-15
/
+7
2023-01-23
bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
Stanislav Fomichev
7
-31
/
+31
2023-01-23
bpf: Document XDP RX metadata
Stanislav Fomichev
2
-0
/
+111
2023-01-20
Merge branch 'Dynptr fixes'
Alexei Starovoitov
5
-76
/
+798
2023-01-20
selftests/bpf: Add dynptr helper tests
Kumar Kartikeya Dwivedi
1
-0
/
+192
2023-01-20
selftests/bpf: Add dynptr partial slot overwrite tests
Kumar Kartikeya Dwivedi
1
-0
/
+66
2023-01-20
selftests/bpf: Add dynptr var_off tests
Kumar Kartikeya Dwivedi
1
-0
/
+40
2023-01-20
selftests/bpf: Add dynptr pruning tests
Kumar Kartikeya Dwivedi
1
-0
/
+141
2023-01-20
selftests/bpf: convenience macro for use with 'asm volatile' blocks
Eduard Zingerman
1
-0
/
+7
2023-01-20
bpf: Avoid recomputing spi in process_dynptr_func
Kumar Kartikeya Dwivedi
1
-13
/
+11
2023-01-20
bpf: Combine dynptr_get_spi and is_spi_bounds_valid
Kumar Kartikeya Dwivedi
1
-42
/
+33
2023-01-20
bpf: Allow reinitializing unreferenced dynptr stack slots
Kumar Kartikeya Dwivedi
1
-8
/
+26
2023-01-20
bpf: Invalidate slices on destruction of dynptrs on stack
Kumar Kartikeya Dwivedi
3
-15
/
+68
2023-01-20
bpf: Fix partial dynptr stack slot reads/writes
Kumar Kartikeya Dwivedi
2
-3
/
+91
2023-01-20
bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR
Kumar Kartikeya Dwivedi
3
-21
/
+69
2023-01-20
bpf: Fix state pruning for STACK_DYNPTR stack slots
Kumar Kartikeya Dwivedi
1
-4
/
+84
2023-01-19
Merge branch 'kallsyms: Optimize the search for module symbols by livepatch a...
Alexei Starovoitov
6
-64
/
+79
2023-01-19
bpf: Change modules resolving for kprobe multi link
Jiri Olsa
1
-46
/
+47
2023-01-19
selftests/bpf: Add serial_test_kprobe_multi_bench_attach_kernel/module tests
Jiri Olsa
1
-5
/
+14
2023-01-19
livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
Zhen Lei
5
-14
/
+19
2023-01-18
selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=m
Tiezhu Yang
1
-3
/
+8
2023-01-17
bpf/selftests: Add verifier tests for loading sleepable programs
Jiri Olsa
1
-0
/
+91
2023-01-17
bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP program
Jiri Olsa
1
-3
/
+19
2023-01-17
btf, scripts: Exclude Rust CUs with pahole
Martin Rodriguez Reboredo
3
-1
/
+14
2023-01-15
Merge branch 'samples/bpf: modernize BPF functionality test programs'
Alexei Starovoitov
19
-167
/
+179
2023-01-15
samples/bpf: change _kern suffix to .bpf with BPF test programs
Daniel T. Lee
13
-14
/
+14
2023-01-15
samples/bpf: use vmlinux.h instead of implicit headers in BPF test program
Daniel T. Lee
8
-29
/
+12
2023-01-15
samples/bpf: replace BPF programs header with net_shared.h
Daniel T. Lee
4
-10
/
+15
2023-01-15
samples/bpf: split common macros to net_shared.h
Daniel T. Lee
2
-21
/
+27
2023-01-15
samples/bpf: replace legacy map with the BTF-defined map
Daniel T. Lee
2
-35
/
+14
2023-01-15
samples/bpf: replace broken overhead microbenchmark with fib_table_lookup
Daniel T. Lee
4
-18
/
+40
2023-01-15
samples/bpf: fix broken cgroup socket testing
Daniel T. Lee
1
-6
/
+6
2023-01-15
samples/bpf: fix broken lightweight tunnel testing
Daniel T. Lee
2
-22
/
+25
2023-01-15
samples/bpf: refactor BPF functionality testing scripts
Daniel T. Lee
5
-15
/
+22
2023-01-15
samples/bpf: ensure ipv6 is enabled before running tests
Daniel T. Lee
3
-1
/
+8
2023-01-15
Merge branch 'bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()'
Martin KaFai Lau
5
-9
/
+142
2023-01-15
selftests/bpf: add ipip6 and ip6ip decap to test_tc_tunnel
Ziyang Xuan
2
-8
/
+98
2023-01-15
bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()
Ziyang Xuan
3
-1
/
+44
2023-01-13
selftests/bpf: Fix missing space error
Roberto Valenzuela
1
-1
/
+1
2023-01-13
libbpf: Replace '.' with '_' in legacy kprobe event name
Menglong Dong
1
-0
/
+7
2023-01-13
bpftool: Always disable stack protection for BPF objects
Holger Hoffstätte
1
-1
/
+2
2023-01-11
Merge branch 'selftests/xsk: speed-ups, fixes, and new XDP programs'
Alexei Starovoitov
8
-947
/
+316
2023-01-11
selftests/xsk: automatically switch XDP programs
Magnus Karlsson
4
-68
/
+96
2023-01-11
selftests/xsk: automatically restore packet stream
Magnus Karlsson
1
-14
/
+1
[next]