index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-03
bpf, xdp: Add tracepoint to xdp attaching failure
Leon Hwang
2
-1
/
+21
2023-08-03
selftests/bpf: fix static assert compilation issue for test_cls_*.c
Alan Maguire
1
-0
/
+9
2023-08-03
bpf: fix bpf_probe_read_kernel prototype mismatch
Arnd Bergmann
3
-20
/
+15
2023-08-03
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-08-01
Merge branch 'Remove unused fields in cpumap & devmap'
Martin KaFai Lau
2
-5
/
+0
2023-08-01
bpf, devmap: Remove unused dtab field from bpf_dtab_netdev
Hou Tao
1
-2
/
+0
2023-08-01
bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entry
Hou Tao
1
-3
/
+0
2023-08-01
netfilter: bpf: Only define get_proto_defrag_hook() if necessary
Daniel Xu
1
-0
/
+2
2023-08-01
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-30
docs/bpf: Fix malformed documentation
Yonghong Song
1
-21
/
+24
2023-07-29
Merge branch 'support-defragmenting-ipv-4-6-packets-in-bpf'
Alexei Starovoitov
14
-26
/
+718
2023-07-29
bpf: selftests: Add defrag selftests
Daniel Xu
5
-2
/
+536
2023-07-29
bpf: selftests: Support custom type and proto for client sockets
Daniel Xu
2
-6
/
+17
2023-07-29
bpf: selftests: Support not connecting client socket
Daniel Xu
2
-2
/
+4
2023-07-29
netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link
Daniel Xu
3
-15
/
+118
2023-07-29
netfilter: defrag: Add glue hooks for enabling/disabling defrag
Daniel Xu
4
-1
/
+43
2023-07-29
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-28
Merge branch 'bpf-support-new-insns-from-cpu-v4'
Alexei Starovoitov
21
-170
/
+2251
2023-07-28
docs/bpf: Add documentation for new instructions
Yonghong Song
2
-41
/
+79
2023-07-28
selftests/bpf: Test ldsx with more complex cases
Yonghong Song
3
-1
/
+265
2023-07-28
selftests/bpf: Add unit tests for new gotol insn
Yonghong Song
2
-0
/
+46
2023-07-28
selftests/bpf: Add unit tests for new sdiv/smod insns
Yonghong Song
2
-0
/
+783
2023-07-28
selftests/bpf: Add unit tests for new bswap insns
Yonghong Song
2
-0
/
+61
2023-07-28
selftests/bpf: Add unit tests for new sign-extension mov insns
Yonghong Song
2
-0
/
+215
2023-07-28
selftests/bpf: Add unit tests for new sign-extension load insns
Yonghong Song
2
-0
/
+133
2023-07-28
selftests/bpf: Add a cpuv4 test runner for cpu=v4 testing
Yonghong Song
2
-4
/
+26
2023-07-28
selftests/bpf: Fix a test_verifier failure
Yonghong Song
1
-3
/
+3
2023-07-28
bpf: Add kernel/bpftool asm support for new instructions
Yonghong Song
1
-6
/
+51
2023-07-28
bpf: Support new 32bit offset jmp instruction
Yonghong Song
3
-23
/
+56
2023-07-28
bpf: Fix jit blinding with new sdiv/smov insns
Yonghong Song
2
-6
/
+12
2023-07-28
bpf: Support new signed div/mod instructions.
Yonghong Song
3
-26
/
+117
2023-07-28
bpf: Support new unconditional bswap instruction
Yonghong Song
3
-2
/
+20
2023-07-28
bpf: Handle sign-extenstin ctx member accesses
Yonghong Song
1
-0
/
+6
2023-07-28
bpf: Support new sign-extension mov insns
Yonghong Song
3
-31
/
+197
2023-07-28
bpf: Support new sign-extension load insns
Yonghong Song
6
-27
/
+181
2023-07-28
bpf, docs: fix BPF_NEG entry in instruction-set.rst
Jose E. Marchesi
1
-1
/
+1
2023-07-26
bpf: work around -Wuninitialized warning
Arnd Bergmann
1
-6
/
+6
2023-07-26
selftests/xsk: Fix spelling mistake "querrying" -> "querying"
Colin Ian King
1
-1
/
+1
2023-07-26
Merge branch 'Add SO_REUSEPORT support for TC bpf_sk_assign'
Martin KaFai Lau
13
-178
/
+661
2023-07-26
selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper
Daniel Borkmann
3
-0
/
+344
2023-07-25
bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
Lorenz Bauer
8
-21
/
+115
2023-07-25
net: remove duplicate sk_lookup helpers
Lorenz Bauer
6
-84
/
+55
2023-07-25
net: document inet[6]_lookup_reuseport sk_state requirements
Lorenz Bauer
2
-0
/
+30
2023-07-25
net: remove duplicate reuseport_lookup functions
Lorenz Bauer
6
-63
/
+72
[next]