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/net: toeplitz test
Coco Li
2021-08-05
4
-0
/
+813
*
selftests/net: GRO coalesce test
Coco Li
2021-08-05
4
-0
/
+1306
*
tc-testing: Add control-plane selftests for sch_mq
Peilin Ye
2021-08-04
2
-0
/
+138
*
af_unix: Add OOB support
Rao Shoaib
2021-08-04
3
-0
/
+443
*
bonding: add new option lacp_active
Hangbin Liu
2021-08-03
1
-0
/
+1
*
selftests/net: remove min gso test in packet_snd
Dust Li
2021-08-02
1
-3
/
+0
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-07-31
63
-1599
/
+4514
|
\
|
*
tools: bpftool: Complete metrics list in "bpftool prog profile" doc
Quentin Monnet
2021-07-31
2
-2
/
+4
|
*
tools: bpftool: Document and add bash completion for -L, -B options
Quentin Monnet
2021-07-31
8
-10
/
+96
|
*
selftests/bpf: Update bpftool's consistency script for checking options
Quentin Monnet
2021-07-31
1
-11
/
+111
|
*
tools: bpftool: Update and synchronise option list in doc and help msg
Quentin Monnet
2021-07-31
25
-28
/
+45
|
*
tools: bpftool: Complete and synchronise attach or map types
Quentin Monnet
2021-07-31
4
-5
/
+12
|
*
selftests/bpf: Check consistency between bpftool source, doc, completion
Quentin Monnet
2021-07-31
1
-0
/
+486
|
*
tools: bpftool: Slightly ease bash completion updates
Quentin Monnet
2021-07-31
1
-25
/
+29
|
*
libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf
Hengqi Chen
2021-07-30
4
-6
/
+20
|
*
tools: bpftool: Support dumping split BTF by id
Quentin Monnet
2021-07-30
1
-1
/
+1
|
*
libbpf: Add split BTF support for btf__load_from_kernel_by_id()
Quentin Monnet
2021-07-30
3
-2
/
+9
|
*
tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()
Quentin Monnet
2021-07-30
7
-29
/
+42
|
*
tools: Free BTF objects at various locations
Quentin Monnet
2021-07-30
4
-4
/
+9
|
*
libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()
Quentin Monnet
2021-07-30
4
-11
/
+24
|
*
libbpf: Rename btf__load() as btf__load_into_kernel()
Quentin Monnet
2021-07-30
4
-2
/
+5
|
*
libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()
Quentin Monnet
2021-07-30
1
-1
/
+3
|
*
tools/resolve_btfids: Emit warnings and patch zero id for missing symbols
Hengqi Chen
2021-07-29
1
-6
/
+7
|
*
bpf: Increase supported cgroup storage value size
Stanislav Fomichev
2021-07-28
3
-15
/
+35
|
*
libbpf: Fix race when pinning maps in parallel
Martynas Pumputis
2021-07-27
1
-1
/
+14
|
*
libbpf: Fix comment typo
Jason Wang
2021-07-27
1
-3
/
+3
|
*
selftests/bpf: Use ping6 only if available in tc_redirect
Jussi Maki
2021-07-27
1
-6
/
+17
|
*
libbpf: Split CO-RE logic into relo_core.c.
Alexei Starovoitov
2021-07-26
5
-1297
/
+1319
|
*
libbpf: Move CO-RE types into relo_core.h.
Alexei Starovoitov
2021-07-26
3
-93
/
+102
|
*
libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.
Alexei Starovoitov
2021-07-26
1
-46
/
+71
|
*
libbpf: Cleanup the layering between CORE and bpf_program.
Alexei Starovoitov
2021-07-26
1
-36
/
+38
|
*
selftests/bpf: Document vmtest.sh dependencies
Evgeniy Litvinenko
2021-07-24
1
-0
/
+7
|
*
libbpf: Add bpf_map__pin_path function
Evgeniy Litvinenko
2021-07-24
4
-0
/
+16
|
*
bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
2021-07-24
5
-9
/
+384
|
*
libbpf: Export bpf_program__attach_kprobe_opts function
Jiri Olsa
2021-07-23
3
-14
/
+33
|
*
libbpf: Allow decimal offset for kprobes
Jiri Olsa
2021-07-23
3
-1
/
+14
|
*
libbpf: Fix func leak in attach_kprobe
Jiri Olsa
2021-07-23
1
-0
/
+1
|
*
selftests/bpf: Mute expected invalid map creation error msg
Martynas Pumputis
2021-07-23
1
-0
/
+5
|
*
libbpf: Propagate errors when retrieving enum value for typed data display
Alan Maguire
2021-07-20
1
-2
/
+3
|
*
selftests/bpf: Add __int128-specific tests for typed data dump
Alan Maguire
2021-07-20
1
-0
/
+17
|
*
libbpf: Avoid use of __int128 in typed dump display
Alan Maguire
2021-07-20
1
-33
/
+65
|
*
selftests, bpf: test_tc_tunnel.sh nc: Cannot use -p and -l
Vincent Li
2021-07-20
1
-1
/
+1
|
*
bpf, selftests: Fix test_maps now that sockmap supports UDP
John Fastabend
2021-07-20
1
-2
/
+2
|
*
selftests/bpf: Check inner map deletion
Martynas Pumputis
2021-07-20
2
-1
/
+88
|
*
libbpf: Fix removal of inner map in bpf_object__create_map
Martynas Pumputis
2021-07-20
1
-6
/
+4
|
*
libbpf: Btf typed dump does not need to allocate dump data
Alan Maguire
2021-07-17
1
-5
/
+4
|
*
libbpf: Fix compilation errors on ppc64le for btf dump typed data
Alan Maguire
2021-07-17
1
-2
/
+2
|
*
libbpf: Clarify/fix unaligned data issues for btf typed dump
Alan Maguire
2021-07-17
1
-4
/
+24
|
*
selftests/bpf: Add dump type data tests to btf dump tests
Alan Maguire
2021-07-16
1
-0
/
+598
|
*
selftests/bpf: Add ASSERT_STRNEQ() variant for test_progs
Alan Maguire
2021-07-16
1
-0
/
+12
[next]