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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2022-06-28
libbpf: cleanup LIBBPF_DEPRECATED_SINCE supporting macros for v0.x
Andrii Nakryiko
1
-13
/
+3
2022-06-28
libbpf: remove multi-instance and custom private data APIs
Andrii Nakryiko
3
-212
/
+10
2022-06-28
libbpf: remove most other deprecated high-level APIs
Andrii Nakryiko
3
-421
/
+26
2022-06-28
libbpf: remove prog_info_linear APIs
Andrii Nakryiko
3
-317
/
+0
2022-06-28
libbpf: clean up perfbuf APIs
Andrii Nakryiko
3
-112
/
+18
2022-06-28
libbpf: remove deprecated BTF APIs
Andrii Nakryiko
5
-325
/
+24
2022-06-28
libbpf: remove deprecated probing APIs
Andrii Nakryiko
3
-132
/
+5
2022-06-28
libbpf: remove deprecated XDP APIs
Andrii Nakryiko
3
-78
/
+8
2022-06-28
libbpf: remove deprecated low-level APIs
Andrii Nakryiko
5
-374
/
+4
2022-06-28
libbpf: move xsk.{c,h} into selftests/bpf
Andrii Nakryiko
7
-76
/
+49
2022-06-28
bpf: Fix sockmap calling sleepable function in teardown path
John Fastabend
1
-1
/
+1
2022-06-25
bpf: Merge "types_are_compat" logic into relo_core.c
Daniel Müller
4
-154
/
+84
2022-06-24
bpf, docs: Fix the code formatting in instruction-set
Shahab Vahedi
1
-1
/
+1
2022-06-24
Merge branch 'perf tools: Fix prologue generation'
Andrii Nakryiko
1
-29
/
+175
2022-06-24
perf tools: Rework prologue generation code
Jiri Olsa
1
-29
/
+175
2022-06-24
selftest/bpf: Test for use-after-free bug fix in inline_bpf_loop
Eduard Zingerman
2
-0
/
+50
2022-06-24
bpf: Fix for use-after-free bug in inline_bpf_loop
Eduard Zingerman
1
-1
/
+1
2022-06-24
bpf: Replace hard-coded 0 with BPF_K in check_alu_op
Simon Wang
1
-1
/
+1
2022-06-23
selftests/bpf: Fix rare segfault in sock_fields prog test
Jörn-Thorben Hinz
1
-1
/
+0
2022-06-23
Merge branch 'Align BPF TCP CCs implementing cong_control() with non-BPF CCs'
Alexei Starovoitov
6
-37
/
+186
2022-06-23
selftests/bpf: Test a BPF CC implementing the unsupported get_info()
Jörn-Thorben Hinz
2
-0
/
+41
2022-06-23
selftests/bpf: Test an incomplete BPF CC
Jörn-Thorben Hinz
2
-0
/
+57
2022-06-23
selftests/bpf: Test a BPF CC writing sk_pacing_*
Jörn-Thorben Hinz
2
-0
/
+79
2022-06-23
bpf: Require only one of cong_avoid() and cong_control() from a TCP CC
Jörn-Thorben Hinz
2
-37
/
+3
2022-06-23
bpf: Allow a TCP CC to write sk_pacing_rate and sk_pacing_status
Jörn-Thorben Hinz
1
-0
/
+6
2022-06-23
test_bpf: fix incorrect netdev features
Jian Shen
1
-2
/
+2
2022-06-23
selftests/bpf: Add benchmark for local_storage get
Dave Marchevsky
7
-1
/
+494
2022-06-22
samples/bpf: fixup some tools to be able to support xdp multibuffer
Andy Gospodarek
3
-7
/
+17
2022-06-21
bpf, arm64: Keep tail call count across bpf2bpf calls
Jakub Sitnicki
1
-1
/
+8
2022-06-21
bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT
Tony Ambardar
4
-1
/
+15
2022-06-21
Merge branch 'bpf_loop inlining'
Alexei Starovoitov
10
-27
/
+936
2022-06-21
selftests/bpf: BPF test_prog selftests for bpf_loop inlining
Eduard Zingerman
2
-0
/
+176
2022-06-21
selftests/bpf: BPF test_verifier selftests for bpf_loop inlining
Eduard Zingerman
1
-0
/
+252
2022-06-21
bpf: Inline calls to bpf_loop when callback is known
Eduard Zingerman
4
-9
/
+195
2022-06-21
selftests/bpf: allow BTF specs and func infos in test_verifier tests
Eduard Zingerman
3
-18
/
+79
2022-06-21
selftests/bpf: specify expected instructions in test_verifier tests
Eduard Zingerman
1
-0
/
+234
2022-06-21
uprobe: gate bpf call behind BPF_EVENTS
Delyan Kratunov
1
-0
/
+2
2022-06-20
selftests/bpf: Enable config options needed for xdp_synproxy test
Maxim Mikityanskiy
1
-0
/
+6
2022-06-20
skmsg: Get rid of unncessary memset()
Cong Wang
1
-10
/
+13
2022-06-20
skmsg: Get rid of skb_clone()
Cong Wang
2
-6
/
+2
2022-06-20
net: Introduce a new proto_ops ->read_skb()
Cong Wang
9
-47
/
+31
2022-06-20
tcp: Introduce tcp_read_skb()
Cong Wang
2
-0
/
+49
2022-06-20
Merge branch 'mlxsw-unified-bridge-conversion-part-1'
David S. Miller
4
-31
/
+335
2022-06-20
mlxsw: reg: Add support for VLAN RIF as part of RITR register
Amit Cohen
1
-3
/
+26
2022-06-20
mlxsw: Add support for egress FID classification after decapsulation
Amit Cohen
2
-9
/
+44
2022-06-20
mlxsw: reg: Add egress FID field to RITR register
Amit Cohen
1
-2
/
+14
2022-06-20
mlxsw: reg: Add Router Egress Interface to VID Register
Amit Cohen
1
-0
/
+59
2022-06-20
mlxsw: reg: Replace MID related fields in SFGC register
Amit Cohen
2
-10
/
+9
2022-06-20
mlxsw: reg: Add flood related field to SFMR register
Amit Cohen
1
-0
/
+10
2022-06-20
mlxsw: reg: Add VID related fields to SFD register
Amit Cohen
1
-1
/
+36
[next]