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
*
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
*
libbpf: BTF dumper support for typed data
Alan Maguire
2021-07-16
3
-5
/
+834
*
selftests/bpf: Switch existing selftests to using open_opts for custom BTF
Shuyi Cheng
2021-07-16
2
-26
/
+21
*
libbpf: Fix the possible memory leak on error
Shuyi Cheng
2021-07-16
1
-2
/
+4
*
libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'
Shuyi Cheng
2021-07-16
2
-5
/
+32
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-07-16
15
-144
/
+1368
|
\
|
*
selftests/bpf: Add test cases for redirection between udp and unix
Cong Wang
2021-07-16
1
-0
/
+170
|
*
selftests/bpf: Add a test case for unix sockmap
Cong Wang
2021-07-16
1
-0
/
+97
|
*
selftests/bpf: Factor out add_to_sockmap()
Cong Wang
2021-07-16
1
-38
/
+21
|
*
selftests/bpf: Factor out udp_socketpair()
Cong Wang
2021-07-16
1
-38
/
+40
|
*
sock_map: Lift socket state restriction for datagram sockets
Cong Wang
2021-07-16
1
-3
/
+5
[next]