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
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-29
libbpf: implement bpf_prog_query_opts
Stanislav Fomichev
3
-7
/
+47
2022-06-29
libbpf: add lsm_cgoup_sock type
Stanislav Fomichev
1
-0
/
+3
2022-06-29
tools/bpf: Sync btf_ids.h to tools
Stanislav Fomichev
3
-8
/
+32
2022-06-29
bpf: per-cgroup lsm flavor
Stanislav Fomichev
1
-0
/
+1
2022-06-28
libbpf: fix up few libbpf.map problems
Andrii Nakryiko
2
-3
/
+4
2022-06-28
libbpf: enforce strict libbpf 1.0 behaviors
Andrii Nakryiko
5
-261
/
+37
2022-06-28
selftests/bpf: remove last tests with legacy BPF map definitions
Andrii Nakryiko
4
-79
/
+0
2022-06-28
libbpf: clean up SEC() handling
Andrii Nakryiko
1
-72
/
+47
2022-06-28
libbpf: remove internal multi-instance prog support
Andrii Nakryiko
1
-283
/
+34
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-25
bpf: Merge "types_are_compat" logic into relo_core.c
Daniel Müller
3
-71
/
+83
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-23
selftests/bpf: Fix rare segfault in sock_fields prog test
Jörn-Thorben Hinz
1
-1
/
+0
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
selftests/bpf: Add benchmark for local_storage get
Dave Marchevsky
7
-1
/
+494
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
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-20
selftests/bpf: Enable config options needed for xdp_synproxy test
Maxim Mikityanskiy
1
-0
/
+6
2022-06-18
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
59
-682
/
+3808
2022-06-17
selftests: spectrum-2: tc_flower_scale: Dynamically set scale target
Ido Schimmel
1
-5
/
+10
2022-06-17
selftests: mlxsw: Add a RIF counter scale test
Petr Machata
5
-2
/
+162
2022-06-17
selftests: mlxsw: tc_flower_scale: Add a traffic test
Petr Machata
1
-0
/
+17
2022-06-17
selftests: mlxsw: resource_scale: Pass target count to cleanup
Petr Machata
2
-2
/
+2
2022-06-17
selftests: mlxsw: resource_scale: Allow skipping a test
Petr Machata
2
-0
/
+9
2022-06-17
selftests: mlxsw: resource_scale: Introduce traffic tests
Petr Machata
2
-3
/
+20
2022-06-17
selftests: mlxsw: resource_scale: Update scale target after test setup
Ido Schimmel
2
-0
/
+6
2022-06-17
selftests: mirror_gre_bridge_1q_lag: Enslave port to bridge before other conf...
Amit Cohen
1
-3
/
+4
2022-06-17
selftests/bpf: Don't force lld on non-x86 architectures
Andrii Nakryiko
1
-2
/
+9
2022-06-17
selftests/bpf: Add selftests for raw syncookie helpers in TC mode
Maxim Mikityanskiy
3
-69
/
+224
2022-06-17
selftests/bpf: Add selftests for raw syncookie helpers
Maxim Mikityanskiy
5
-1
/
+1330
2022-06-17
bpf: Add helpers to issue and check SYN cookies in XDP
Maxim Mikityanskiy
1
-0
/
+78
2022-06-17
bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
Maxim Mikityanskiy
1
-4
/
+6
2022-06-17
selftests/bpf: add tests for sleepable (uk)probes
Delyan Kratunov
2
-1
/
+108
2022-06-17
libbpf: add support for sleepable uprobe programs
Delyan Kratunov
1
-1
/
+4
2022-06-17
libbpf: Fix internal USDT address translation logic for shared libraries
Andrii Nakryiko
2
-65
/
+72
2022-06-16
Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-122
/
+0
[next]