index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Build-time assert that cpumask offset is zero
David Vernet
2023-01-28
1
-0
/
+3
*
net: netlink: recommend policy range validation
Johannes Berg
2023-01-28
1
-1
/
+2
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-01-28
124
-1824
/
+6383
|
\
|
*
selftest/bpf: Make crashes more debuggable in test_progs
Stanislav Fomichev
2023-01-27
1
-2
/
+2
|
*
libbpf: Add documentation to map pinning API functions
Grant Seltzer
2023-01-27
1
-3
/
+69
|
*
libbpf: Fix malformed documentation formatting
Grant Seltzer
2023-01-27
1
-6
/
+12
|
*
selftests/bpf: Properly enable hwtstamp in xdp_hw_metadata
Stanislav Fomichev
2023-01-26
1
-1
/
+44
|
*
Merge branch 'Enable bpf_setsockopt() on ktls enabled sockets.'
Martin KaFai Lau
2023-01-25
3
-1
/
+82
|
|
\
|
|
*
selftests/bpf: Calls bpf_setsockopt() on a ktls enabled socket.
Kui-Feng Lee
2023-01-25
2
-0
/
+81
|
|
*
bpf: Check the protocol of a sock to agree the calls to bpf_setsockopt().
Kui-Feng Lee
2023-01-25
1
-1
/
+1
|
|
/
|
*
Merge branch 'Enable struct_ops programs to be sleepable'
Alexei Starovoitov
2023-01-25
9
-30
/
+103
|
|
\
|
|
*
bpf/selftests: Verify struct_ops prog sleepable behavior
David Vernet
2023-01-25
5
-24
/
+93
|
|
*
bpf: Pass const struct bpf_prog * to .check_member
David Vernet
2023-01-25
3
-3
/
+5
|
|
*
libbpf: Support sleepable struct_ops.s section
David Vernet
2023-01-25
1
-0
/
+1
|
|
*
bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepable
David Vernet
2023-01-25
2
-3
/
+4
|
|
/
|
*
selftests/bpf: Fix vmtest static compilation error
Daniel T. Lee
2023-01-25
1
-2
/
+3
|
*
tools/resolve_btfids: Alter how HOSTCC is forced
Ian Rogers
2023-01-25
1
-10
/
+7
|
*
tools/resolve_btfids: Install subcmd headers
Ian Rogers
2023-01-25
2
-6
/
+15
|
*
Merge branch 'Enable cpumasks to be used as kptrs'
Alexei Starovoitov
2023-01-25
17
-5
/
+1774
|
|
\
|
|
*
bpf/docs: Document the nocast aliasing behavior of ___init
David Vernet
2023-01-25
1
-0
/
+43
|
|
*
bpf/docs: Document how nested trusted fields may be defined
David Vernet
2023-01-25
1
-1
/
+21
|
|
*
bpf/docs: Document cpumask kfuncs in a new file
David Vernet
2023-01-25
4
-0
/
+613
|
|
*
selftests/bpf: Add selftest suite for cpumask kfuncs
David Vernet
2023-01-25
5
-0
/
+741
|
|
*
selftests/bpf: Add nested trust selftests suite
David Vernet
2023-01-25
5
-0
/
+77
|
|
*
bpf: Enable cpumasks to be queried and used as kptrs
David Vernet
2023-01-25
2
-0
/
+269
|
|
*
bpf: Disallow NULLable pointers for trusted kfuncs
David Vernet
2023-01-25
3
-4
/
+10
|
|
/
|
*
bpf: Allow trusted args to walk struct when checking BTF IDs
David Vernet
2023-01-24
3
-1
/
+94
|
*
bpf: Enable annotating trusted nested pointers
David Vernet
2023-01-24
3
-3
/
+94
|
*
bpf, docs: Fix modulo zero, division by zero, overflow, and underflow
Dave Thaler
2023-01-24
1
-2
/
+14
|
*
Merge branch 'libbpf-extend-arguments-tracing'
Daniel Borkmann
2023-01-23
6
-45
/
+407
|
|
\
|
|
*
libbpf: Clean up now not needed __PT_PARM{1-6}_SYSCALL_REG defaults
Andrii Nakryiko
2023-01-23
1
-18
/
+0
|
|
*
selftests/bpf: Add 6-argument syscall tracing test
Andrii Nakryiko
2023-01-23
2
-0
/
+43
|
|
*
libbpf: Define loongarch syscall regs spec in bpf_tracing.h
Andrii Nakryiko
2023-01-23
1
-2
/
+10
|
|
*
libbpf: Define arc syscall regs spec in bpf_tracing.h
Andrii Nakryiko
2023-01-23
1
-2
/
+10
|
|
*
libbpf: Define riscv syscall regs spec in bpf_tracing.h
Andrii Nakryiko
2023-01-23
1
-2
/
+10
|
|
*
libbpf: Define sparc syscall regs spec in bpf_tracing.h
Andrii Nakryiko
2023-01-23
1
-0
/
+8
|
|
*
libbpf: Define powerpc syscall regs spec in bpf_tracing.h
Andrii Nakryiko
2023-01-23
1
-2
/
+13
|
|
*
libbpf: Define mips syscall regs spec in bpf_tracing.h
Andrii Nakryiko
2023-01-23
1
-0
/
+8
|
|
*
libbpf: Define arm64 syscall regs spec in bpf_tracing.h
Andrii Nakryiko
2023-01-23
1
-2
/
+11
|
|
*
libbpf: Define arm syscall regs spec in bpf_tracing.h
Andrii Nakryiko
2023-01-23
1
-0
/
+8
|
|
*
libbpf: Define s390x syscall regs spec in bpf_tracing.h
Andrii Nakryiko
2023-01-23
1
-2
/
+15
|
|
*
libbpf: Define i386 syscall regs spec in bpf_tracing.h
Andrii Nakryiko
2023-01-23
1
-0
/
+8
|
|
*
libbpf: Define x86-64 syscall regs spec in bpf_tracing.h
Andrii Nakryiko
2023-01-23
1
-6
/
+19
|
|
*
libbpf: Improve syscall tracing support in bpf_tracing.h
Andrii Nakryiko
2023-01-23
1
-13
/
+58
|
|
*
selftests/bpf: Validate arch-specific argument registers limits
Andrii Nakryiko
2023-01-23
3
-7
/
+99
|
|
*
libbpf: Add BPF_UPROBE and BPF_URETPROBE macro aliases
Andrii Nakryiko
2023-01-23
1
-0
/
+7
|
|
*
libbpf: Complete LoongArch (loongarch) spec in bpf_tracing.h
Andrii Nakryiko
2023-01-23
1
-1
/
+7
|
|
*
libbpf: Fix and complete ARC spec in bpf_tracing.h
Andrii Nakryiko
2023-01-23
1
-1
/
+9
|
|
*
libbpf: Complete riscv arch spec in bpf_tracing.h
Andrii Nakryiko
2023-01-23
1
-0
/
+7
|
|
*
libbpf: Complete sparc spec in bpf_tracing.h
Andrii Nakryiko
2023-01-23
1
-0
/
+5
[next]