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.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-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
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests: net: test standard socket cmsgs across UDP and ICMP sockets
Jakub Kicinski
2022-02-10
2
-0
/
+84
*
selftests: net: cmsg_sender: support Tx timestamping
Jakub Kicinski
2022-02-10
1
-1
/
+122
*
selftests: net: cmsg_sender: support setting SO_TXTIME
Jakub Kicinski
2022-02-10
1
-3
/
+46
*
selftests: net: cmsg_so_mark: test with SO_MARK set by setsockopt
Jakub Kicinski
2022-02-10
2
-11
/
+31
*
selftests: net: cmsg_so_mark: test ICMP and RAW sockets
Jakub Kicinski
2022-02-10
1
-8
/
+16
*
selftests: net: cmsg_sender: support icmp and raw sockets
Jakub Kicinski
2022-02-10
1
-9
/
+55
*
selftests: net: make cmsg_so_mark ready for more options
Jakub Kicinski
2022-02-10
2
-26
/
+117
*
selftests: net: rename cmsg_so_mark
Jakub Kicinski
2022-02-10
4
-6
/
+6
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-02-09
135
-1310
/
+2290
|
\
|
*
selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookup
Jakub Sitnicki
2022-02-09
2
-1
/
+8
|
*
libbpf: Fix compilation warning due to mismatched printf format
Andrii Nakryiko
2022-02-09
1
-1
/
+2
|
*
selftests/bpf: Test BPF_KPROBE_SYSCALL macro
Hengqi Chen
2022-02-08
2
-0
/
+29
|
*
libbpf: Add BPF_KPROBE_SYSCALL macro
Hengqi Chen
2022-02-08
1
-0
/
+35
|
*
libbpf: Fix accessing the first syscall argument on s390
Ilya Leoshkevich
2022-02-08
1
-0
/
+6
|
*
libbpf: Fix accessing the first syscall argument on arm64
Ilya Leoshkevich
2022-02-08
1
-0
/
+6
|
*
libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALL
Ilya Leoshkevich
2022-02-08
1
-8
/
+12
|
*
selftests/bpf: Skip test_bpf_syscall_macro's syscall_arg1 on arm64 and s390
Ilya Leoshkevich
2022-02-08
2
-1
/
+7
|
*
libbpf: Fix accessing syscall arguments on riscv
Ilya Leoshkevich
2022-02-08
1
-0
/
+2
|
*
libbpf: Fix riscv register names
Ilya Leoshkevich
2022-02-08
1
-2
/
+2
|
*
libbpf: Fix accessing syscall arguments on powerpc
Ilya Leoshkevich
2022-02-08
1
-0
/
+2
|
*
selftests/bpf: Use PT_REGS_SYSCALL_REGS in bpf_syscall_macro
Ilya Leoshkevich
2022-02-08
1
-1
/
+1
|
*
libbpf: Add PT_REGS_SYSCALL_REGS macro
Ilya Leoshkevich
2022-02-08
1
-0
/
+10
|
*
selftests/bpf: Fix an endianness issue in bpf_syscall_macro test
Ilya Leoshkevich
2022-02-08
1
-1
/
+4
|
*
libbpf: Fix signedness bug in btf_dump_array_data()
Dan Carpenter
2022-02-08
1
-2
/
+3
|
*
selftests/bpf: Do not export subtest as standalone test
Hou Tao
2022-02-08
5
-8
/
+8
|
*
selftests/bpf: Fix strict mode calculation
Mauricio Vásquez
2022-02-07
1
-1
/
+1
|
*
bpftool: Fix strict mode calculation
Mauricio Vásquez
2022-02-07
1
-4
/
+1
|
*
libbpf: Remove mode check in libbpf_set_strict_mode()
Mauricio Vásquez
2022-02-07
1
-8
/
+0
|
*
selftests/bpf: Fix tests to use arch-dependent syscall entry points
Naveen N. Rao
2022-02-07
11
-23
/
+34
|
*
selftests/bpf: Use "__se_" prefix on architectures without syscall wrapper
Naveen N. Rao
2022-02-07
1
-1
/
+1
|
*
libbpf: Fix build issue with llvm-readelf
Yonghong Song
2022-02-04
1
-2
/
+2
|
*
selftests/bpf: Test bpf_core_types_are_compat() functionality.
Matteo Croce
2022-02-04
6
-2
/
+74
|
*
libbpf: Deprecate forgotten btf__get_map_kv_tids()
Andrii Nakryiko
2022-02-04
2
-0
/
+4
|
*
selftests/bpf: Add a selftest for invalid func btf with btf decl_tag
Yonghong Song
2022-02-03
1
-0
/
+19
|
*
libbpf: Deprecate priv/set_priv storage
Delyan Kratunov
2022-02-03
1
-1
/
+6
|
*
selftests/bpf: Redo the switch to new libbpf XDP APIs
Andrii Nakryiko
2022-02-03
7
-50
/
+47
|
*
selftests/bpf: Remove usage of deprecated feature probing APIs
Andrii Nakryiko
2022-02-03
2
-3
/
+3
|
*
bpftool: Fix uninit variable compilation warning
Andrii Nakryiko
2022-02-03
1
-1
/
+1
|
*
bpftool: Stop supporting BPF offload-enabled feature probing
Andrii Nakryiko
2022-02-03
1
-12
/
+17
|
*
libbpf: Stop using deprecated bpf_map__is_offload_neutral()
Andrii Nakryiko
2022-02-03
1
-1
/
+1
|
*
libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_run
Delyan Kratunov
2022-02-02
1
-1
/
+3
|
*
bpftool: Migrate from bpf_prog_test_run_xattr
Delyan Kratunov
2022-02-02
1
-3
/
+2
|
*
selftests/bpf: Migrate from bpf_prog_test_run_xattr
Delyan Kratunov
2022-02-02
14
-283
/
+218
|
*
selftests/bpf: Migrate from bpf_prog_test_run
Delyan Kratunov
2022-02-02
38
-523
/
+649
|
*
libbpf: Open code raw_tp_open and link_create commands.
Alexei Starovoitov
2022-02-01
2
-3
/
+29
|
*
libbpf: Open code low level bpf commands.
Alexei Starovoitov
2022-02-01
1
-2
/
+42
|
*
libbpf: Add support for bpf iter in light skeleton.
Alexei Starovoitov
2022-02-01
1
-1
/
+4
|
*
selftests/bpf: Update cpumap/devmap sec_name
Lorenzo Bianconi
2022-02-01
5
-5
/
+5
|
*
libbpf: Deprecate xdp_cpumap, xdp_devmap and classifier sec definitions
Lorenzo Bianconi
2022-02-01
1
-3
/
+11
|
*
libbpf: Deprecate btf_ext rec_size APIs
Dave Marchevsky
2022-02-01
1
-2
/
+4
[next]