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-08-03
net: move struct netdev_rx_queue out of netdevice.h
Jakub Kicinski
7
-44
/
+58
2023-08-03
eth: add missing xdp.h includes in drivers
Jakub Kicinski
16
-0
/
+17
2023-08-02
Merge branch 'bpf-xdp-add-tracepoint-to-xdp-attaching-failure'
Alexei Starovoitov
4
-1
/
+140
2023-08-02
selftests/bpf: Add testcase for xdp attaching failure tracepoint
Leon Hwang
2
-0
/
+119
2023-08-02
bpf, xdp: Add tracepoint to xdp attaching failure
Leon Hwang
2
-1
/
+21
2023-08-02
selftests/bpf: fix static assert compilation issue for test_cls_*.c
Alan Maguire
1
-0
/
+9
2023-08-02
bpf: fix bpf_probe_read_kernel prototype mismatch
Arnd Bergmann
3
-20
/
+15
2023-08-02
riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework
Pu Lehui
1
-71
/
+82
2023-08-02
libbpf: fix typos in Makefile
Randy Dunlap
1
-2
/
+2
2023-08-01
tracing: bpf: use struct trace_entry in struct syscall_tp_t
Yauheni Kaliuta
1
-4
/
+8
2023-07-31
Merge branch 'Remove unused fields in cpumap & devmap'
Martin KaFai Lau
2
-5
/
+0
2023-07-31
bpf, devmap: Remove unused dtab field from bpf_dtab_netdev
Hou Tao
1
-2
/
+0
2023-07-31
bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entry
Hou Tao
1
-3
/
+0
2023-07-31
netfilter: bpf: Only define get_proto_defrag_hook() if necessary
Daniel Xu
1
-0
/
+2
2023-07-31
bpf: Fix an array-index-out-of-bounds issue in disasm.c
Yonghong Song
1
-1
/
+2
2023-07-31
net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfn
Lorenz Bauer
2
-4
/
+0
2023-07-29
docs/bpf: Fix malformed documentation
Yonghong Song
1
-21
/
+24
2023-07-28
Merge branch 'support-defragmenting-ipv-4-6-packets-in-bpf'
Alexei Starovoitov
14
-26
/
+718
2023-07-28
bpf: selftests: Add defrag selftests
Daniel Xu
5
-2
/
+536
2023-07-28
bpf: selftests: Support custom type and proto for client sockets
Daniel Xu
2
-6
/
+17
2023-07-28
bpf: selftests: Support not connecting client socket
Daniel Xu
2
-2
/
+4
2023-07-28
netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link
Daniel Xu
3
-15
/
+118
2023-07-28
netfilter: defrag: Add glue hooks for enabling/disabling defrag
Daniel Xu
4
-1
/
+43
2023-07-28
docs/bpf: Improve documentation for cpu=v4 instructions
Yonghong Song
1
-22
/
+32
2023-07-28
bpf: Non-atomically allocate freelist during prefill
YiFei Zhu
1
-4
/
+8
2023-07-28
selftests/bpf: Enable test test_progs-cpuv4 for gcc build kernel
Yonghong Song
1
-2
/
+3
2023-07-28
bpf: Fix compilation warning with -Wparentheses
Yonghong Song
2
-4
/
+4
2023-07-27
Merge branch 'bpf-support-new-insns-from-cpu-v4'
Alexei Starovoitov
21
-170
/
+2251
2023-07-27
docs/bpf: Add documentation for new instructions
Yonghong Song
2
-41
/
+79
2023-07-27
selftests/bpf: Test ldsx with more complex cases
Yonghong Song
3
-1
/
+265
2023-07-27
selftests/bpf: Add unit tests for new gotol insn
Yonghong Song
2
-0
/
+46
2023-07-27
selftests/bpf: Add unit tests for new sdiv/smod insns
Yonghong Song
2
-0
/
+783
2023-07-27
selftests/bpf: Add unit tests for new bswap insns
Yonghong Song
2
-0
/
+61
2023-07-27
selftests/bpf: Add unit tests for new sign-extension mov insns
Yonghong Song
2
-0
/
+215
2023-07-27
selftests/bpf: Add unit tests for new sign-extension load insns
Yonghong Song
2
-0
/
+133
2023-07-27
selftests/bpf: Add a cpuv4 test runner for cpu=v4 testing
Yonghong Song
2
-4
/
+26
2023-07-27
selftests/bpf: Fix a test_verifier failure
Yonghong Song
1
-3
/
+3
2023-07-27
bpf: Add kernel/bpftool asm support for new instructions
Yonghong Song
1
-6
/
+51
2023-07-27
bpf: Support new 32bit offset jmp instruction
Yonghong Song
3
-23
/
+56
2023-07-27
bpf: Fix jit blinding with new sdiv/smov insns
Yonghong Song
2
-6
/
+12
2023-07-27
bpf: Support new signed div/mod instructions.
Yonghong Song
3
-26
/
+117
2023-07-27
bpf: Support new unconditional bswap instruction
Yonghong Song
3
-2
/
+20
2023-07-27
bpf: Handle sign-extenstin ctx member accesses
Yonghong Song
1
-0
/
+6
2023-07-27
bpf: Support new sign-extension mov insns
Yonghong Song
3
-31
/
+197
2023-07-27
bpf: Support new sign-extension load insns
Yonghong Song
6
-27
/
+181
2023-07-27
bpf, docs: fix BPF_NEG entry in instruction-set.rst
Jose E. Marchesi
1
-1
/
+1
2023-07-25
bpf: work around -Wuninitialized warning
Arnd Bergmann
1
-6
/
+6
2023-07-25
selftests/xsk: Fix spelling mistake "querrying" -> "querying"
Colin Ian King
1
-1
/
+1
2023-07-25
Merge branch 'Add SO_REUSEPORT support for TC bpf_sk_assign'
Martin KaFai Lau
13
-178
/
+661
2023-07-25
selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper
Daniel Borkmann
3
-0
/
+344
[next]