index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: add a ksym iter subtest
Alan Maguire
2022-07-13
3
-0
/
+97
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-07-09
80
-3008
/
+3984
|
\
|
*
selftests/bpf: Fix xdp_synproxy build failure if CONFIG_NF_CONNTRACK=m/n
Maxim Mikityanskiy
2022-07-09
1
-7
/
+17
|
*
bpf: Correctly propagate errors up from bpf_core_composites_match
Daniel Müller
2022-07-09
1
-1
/
+8
|
*
libbpf: Disable SEC pragma macro on GCC
James Hilliard
2022-07-09
1
-0
/
+13
|
*
bpf: Check attach_func_proto more carefully in check_return_code
Stanislav Fomichev
2022-07-08
3
-6
/
+32
|
*
selftests/bpf: Add test involving restrict type qualifier
Daniel Müller
2022-07-08
3
-2
/
+13
|
*
bpftool: Add support for KIND_RESTRICT to gen min_core_btf command
Daniel Müller
2022-07-08
1
-0
/
+1
|
*
selftests, xsk: Rename AF_XDP testing app
Maciej Fijalkowski
2022-07-08
6
-13
/
+13
|
*
selftests/bpf: Add benchmark for local_storage RCU Tasks Trace usage
Dave Marchevsky
2022-07-07
6
-1
/
+416
|
*
libbpf, riscv: Use a0 for RC register
Yixun Lan
2022-07-07
1
-1
/
+1
|
*
libbpf: Remove unnecessary usdt_rel_ip assignments
Andrii Nakryiko
2022-07-06
1
-4
/
+2
|
*
selftests/bpf: Fix few more compiler warnings
Andrii Nakryiko
2022-07-06
3
-4
/
+4
|
*
selftests/bpf: Fix bogus uninitialized variable warning
Andrii Nakryiko
2022-07-06
1
-1
/
+1
|
*
bpftool: Remove zlib feature test from Makefile
Quentin Monnet
2022-07-06
1
-9
/
+2
|
*
libbpf: Cleanup the legacy uprobe_event on failed add/attach_event()
Chuang Wang
2022-07-06
1
-5
/
+14
|
*
libbpf: Fix wrong variable used in perf_event_uprobe_open_legacy()
Chuang Wang
2022-07-06
1
-1
/
+1
|
*
libbpf: Cleanup the legacy kprobe_event on failed add/attach_event()
Chuang Wang
2022-07-06
1
-4
/
+14
|
*
selftests/bpf: Add type match test against kernel's task_struct
Daniel Müller
2022-07-06
3
-0
/
+21
|
*
selftests/bpf: Add nested type to type based tests
Daniel Müller
2022-07-06
3
-20
/
+58
|
*
selftests/bpf: Add test checking more characteristics
Daniel Müller
2022-07-06
3
-0
/
+91
|
*
selftests/bpf: Add type-match checks to type-based tests
Daniel Müller
2022-07-06
3
-4
/
+73
|
*
libbpf: add bpf_core_type_matches() helper macro
Andrii Nakryiko
2022-07-06
1
-0
/
+10
|
*
bpf, libbpf: Add type match support
Daniel Müller
2022-07-06
3
-4
/
+285
|
*
bpftool: Honor BPF_CORE_TYPE_MATCHES relocation
Daniel Müller
2022-07-06
1
-0
/
+108
|
*
bpf: Introduce TYPE_MATCH related constants/macros
Daniel Müller
2022-07-06
2
-0
/
+2
|
*
bpftool: Rename "bpftool feature list" into "... feature list_builtins"
Quentin Monnet
2022-07-05
3
-11
/
+11
|
*
selftests/bpf: Skip lsm_cgroup when we don't have trampolines
Stanislav Fomichev
2022-07-01
1
-0
/
+8
|
*
bpftool: Show also the name of type BPF_OBJ_LINK
Yafang Shao
2022-06-30
1
-0
/
+1
|
*
selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0
Maciej Fijalkowski
2022-06-30
1
-5
/
+4
|
*
selftests/xsk: Verify correctness of XDP prog attach point
Maciej Fijalkowski
2022-06-30
1
-0
/
+17
|
*
selftests/xsk: Introduce XDP prog load based on existing AF_XDP socket
Maciej Fijalkowski
2022-06-30
3
-1
/
+7
|
*
selftests/xsk: Avoid bpf_link probe for existing xsk
Maciej Fijalkowski
2022-06-30
1
-1
/
+1
|
*
bpftool: Use feature list in bash completion
Quentin Monnet
2022-06-30
2
-34
/
+7
|
*
bpftool: Add feature list (prog/map/link/attach types, helpers)
Quentin Monnet
2022-06-30
3
-1
/
+73
|
*
bpftool: Remove attach_type_name forward declaration
Tobias Klauser
2022-06-30
1
-2
/
+0
|
*
bpftool: Probe for memcg-based accounting before bumping rlimit
Quentin Monnet
2022-06-29
1
-3
/
+68
|
*
selftests/bpf: lsm_cgroup functional test
Stanislav Fomichev
2022-06-29
3
-0
/
+474
|
*
bpftool: implement cgroup tree for BPF_LSM_CGROUP
Stanislav Fomichev
2022-06-29
1
-22
/
+87
|
*
libbpf: implement bpf_prog_query_opts
Stanislav Fomichev
2022-06-29
3
-7
/
+47
|
*
libbpf: add lsm_cgoup_sock type
Stanislav Fomichev
2022-06-29
1
-0
/
+3
|
*
tools/bpf: Sync btf_ids.h to tools
Stanislav Fomichev
2022-06-29
3
-8
/
+32
|
*
bpf: per-cgroup lsm flavor
Stanislav Fomichev
2022-06-29
1
-0
/
+1
|
*
libbpf: fix up few libbpf.map problems
Andrii Nakryiko
2022-06-28
2
-3
/
+4
|
*
libbpf: enforce strict libbpf 1.0 behaviors
Andrii Nakryiko
2022-06-28
5
-261
/
+37
|
*
selftests/bpf: remove last tests with legacy BPF map definitions
Andrii Nakryiko
2022-06-28
4
-79
/
+0
|
*
libbpf: clean up SEC() handling
Andrii Nakryiko
2022-06-28
1
-72
/
+47
|
*
libbpf: remove internal multi-instance prog support
Andrii Nakryiko
2022-06-28
1
-283
/
+34
|
*
libbpf: cleanup LIBBPF_DEPRECATED_SINCE supporting macros for v0.x
Andrii Nakryiko
2022-06-28
1
-13
/
+3
|
*
libbpf: remove multi-instance and custom private data APIs
Andrii Nakryiko
2022-06-28
3
-212
/
+10
[next]