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-07-09
selftests/bpf: Fix xdp_synproxy build failure if CONFIG_NF_CONNTRACK=m/n
Maxim Mikityanskiy
1
-7
/
+17
2022-07-09
bpf: Correctly propagate errors up from bpf_core_composites_match
Daniel Müller
1
-1
/
+8
2022-07-09
libbpf: Disable SEC pragma macro on GCC
James Hilliard
1
-0
/
+13
2022-07-09
bpf: Check attach_func_proto more carefully in check_return_code
Stanislav Fomichev
4
-11
/
+48
2022-07-08
selftests/bpf: Add test involving restrict type qualifier
Daniel Müller
3
-2
/
+13
2022-07-08
bpftool: Add support for KIND_RESTRICT to gen min_core_btf command
Daniel Müller
1
-0
/
+1
2022-07-08
MAINTAINERS: Add entry for AF_XDP selftests files
Maciej Fijalkowski
1
-0
/
+1
2022-07-08
selftests, xsk: Rename AF_XDP testing app
Maciej Fijalkowski
6
-13
/
+13
2022-07-08
bpf, docs: Remove deprecated xsk libbpf APIs description
Pu Lehui
1
-11
/
+2
2022-07-07
selftests/bpf: Add benchmark for local_storage RCU Tasks Trace usage
Dave Marchevsky
6
-1
/
+416
2022-07-07
libbpf, riscv: Use a0 for RC register
Yixun Lan
1
-1
/
+1
2022-07-06
libbpf: Remove unnecessary usdt_rel_ip assignments
Andrii Nakryiko
1
-4
/
+2
2022-07-06
selftests/bpf: Fix few more compiler warnings
Andrii Nakryiko
3
-4
/
+4
2022-07-06
selftests/bpf: Fix bogus uninitialized variable warning
Andrii Nakryiko
1
-1
/
+1
2022-07-06
bpftool: Remove zlib feature test from Makefile
Quentin Monnet
1
-9
/
+2
2022-07-06
Merge branch 'cleanup the legacy probe_event on failed scenario'
Andrii Nakryiko
1
-8
/
+27
2022-07-06
libbpf: Cleanup the legacy uprobe_event on failed add/attach_event()
Chuang Wang
1
-5
/
+14
2022-07-06
libbpf: Fix wrong variable used in perf_event_uprobe_open_legacy()
Chuang Wang
1
-1
/
+1
2022-07-06
libbpf: Cleanup the legacy kprobe_event on failed add/attach_event()
Chuang Wang
1
-4
/
+14
2022-07-06
Merge branch 'Introduce type match support'
Andrii Nakryiko
13
-18
/
+648
2022-07-06
selftests/bpf: Add type match test against kernel's task_struct
Daniel Müller
3
-0
/
+21
2022-07-06
selftests/bpf: Add nested type to type based tests
Daniel Müller
3
-20
/
+58
2022-07-06
selftests/bpf: Add test checking more characteristics
Daniel Müller
3
-0
/
+91
2022-07-06
selftests/bpf: Add type-match checks to type-based tests
Daniel Müller
3
-4
/
+73
2022-07-06
libbpf: add bpf_core_type_matches() helper macro
Andrii Nakryiko
1
-0
/
+10
2022-07-06
bpf, libbpf: Add type match support
Daniel Müller
4
-4
/
+294
2022-07-06
bpftool: Honor BPF_CORE_TYPE_MATCHES relocation
Daniel Müller
1
-0
/
+108
2022-07-06
bpf: Introduce TYPE_MATCH related constants/macros
Daniel Müller
3
-0
/
+3
2022-07-05
bpf, samples: Remove AF_XDP samples
Magnus Karlsson
7
-3348
/
+0
2022-07-05
bpftool: Rename "bpftool feature list" into "... feature list_builtins"
Quentin Monnet
3
-11
/
+11
2022-07-05
bpf: Omit superfluous address family check in __bpf_skc_lookup
Tobias Klauser
1
-3
/
+2
2022-07-01
selftests/bpf: Skip lsm_cgroup when we don't have trampolines
Stanislav Fomichev
1
-0
/
+8
2022-07-01
bpftool: Show also the name of type BPF_OBJ_LINK
Yafang Shao
1
-0
/
+1
2022-06-30
selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0
Maciej Fijalkowski
1
-5
/
+4
2022-06-30
selftests/xsk: Verify correctness of XDP prog attach point
Maciej Fijalkowski
1
-0
/
+17
2022-06-30
selftests/xsk: Introduce XDP prog load based on existing AF_XDP socket
Maciej Fijalkowski
3
-1
/
+7
2022-06-30
selftests/xsk: Avoid bpf_link probe for existing xsk
Maciej Fijalkowski
1
-1
/
+1
2022-06-30
bpftool: Use feature list in bash completion
Quentin Monnet
2
-34
/
+7
2022-06-30
bpftool: Add feature list (prog/map/link/attach types, helpers)
Quentin Monnet
3
-1
/
+73
2022-06-30
bpftool: Remove attach_type_name forward declaration
Tobias Klauser
1
-2
/
+0
2022-06-30
bpftool: Probe for memcg-based accounting before bumping rlimit
Quentin Monnet
1
-3
/
+68
2022-06-29
Merge branch 'bpf: cgroup_sock lsm flavor'
Alexei Starovoitov
26
-166
/
+1432
2022-06-29
selftests/bpf: lsm_cgroup functional test
Stanislav Fomichev
3
-0
/
+474
2022-06-29
bpftool: implement cgroup tree for BPF_LSM_CGROUP
Stanislav Fomichev
1
-22
/
+87
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: expose bpf_{g,s}etsockopt to lsm cgroup
Stanislav Fomichev
3
-7
/
+93
2022-06-29
bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
Stanislav Fomichev
3
-32
/
+74
2022-06-29
bpf: minimize number of allocated lsm slots per program
Stanislav Fomichev
8
-24
/
+64
[next]