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
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-30
tools: bpftool: Support dumping split BTF by id
Quentin Monnet
1
-1
/
+1
2021-07-30
libbpf: Add split BTF support for btf__load_from_kernel_by_id()
Quentin Monnet
3
-2
/
+9
2021-07-30
tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()
Quentin Monnet
7
-29
/
+42
2021-07-30
tools: Free BTF objects at various locations
Quentin Monnet
4
-4
/
+9
2021-07-30
libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()
Quentin Monnet
4
-11
/
+24
2021-07-30
libbpf: Rename btf__load() as btf__load_into_kernel()
Quentin Monnet
4
-2
/
+5
2021-07-30
libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()
Quentin Monnet
1
-1
/
+3
2021-07-30
tools/resolve_btfids: Emit warnings and patch zero id for missing symbols
Hengqi Chen
1
-6
/
+7
2021-07-28
bpf: Increase supported cgroup storage value size
Stanislav Fomichev
3
-15
/
+35
2021-07-28
libbpf: Fix race when pinning maps in parallel
Martynas Pumputis
1
-1
/
+14
2021-07-28
libbpf: Fix comment typo
Jason Wang
1
-3
/
+3
2021-07-27
selftests/bpf: Use ping6 only if available in tc_redirect
Jussi Maki
1
-6
/
+17
2021-07-26
libbpf: Split CO-RE logic into relo_core.c.
Alexei Starovoitov
5
-1297
/
+1319
2021-07-26
libbpf: Move CO-RE types into relo_core.h.
Alexei Starovoitov
3
-93
/
+102
2021-07-26
libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.
Alexei Starovoitov
1
-46
/
+71
2021-07-26
libbpf: Cleanup the layering between CORE and bpf_program.
Alexei Starovoitov
1
-36
/
+38
2021-07-24
selftests/bpf: Document vmtest.sh dependencies
Evgeniy Litvinenko
1
-0
/
+7
2021-07-24
libbpf: Add bpf_map__pin_path function
Evgeniy Litvinenko
4
-0
/
+16
2021-07-24
bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
5
-9
/
+384
2021-07-23
libbpf: Export bpf_program__attach_kprobe_opts function
Jiri Olsa
3
-14
/
+33
2021-07-23
libbpf: Allow decimal offset for kprobes
Jiri Olsa
3
-1
/
+14
2021-07-23
libbpf: Fix func leak in attach_kprobe
Jiri Olsa
1
-0
/
+1
2021-07-23
selftests/bpf: Mute expected invalid map creation error msg
Martynas Pumputis
1
-0
/
+5
2021-07-20
libbpf: Propagate errors when retrieving enum value for typed data display
Alan Maguire
1
-2
/
+3
2021-07-20
selftests/bpf: Add __int128-specific tests for typed data dump
Alan Maguire
1
-0
/
+17
2021-07-20
libbpf: Avoid use of __int128 in typed dump display
Alan Maguire
1
-33
/
+65
2021-07-20
selftests, bpf: test_tc_tunnel.sh nc: Cannot use -p and -l
Vincent Li
1
-1
/
+1
2021-07-20
bpf, selftests: Fix test_maps now that sockmap supports UDP
John Fastabend
1
-2
/
+2
2021-07-20
selftests/bpf: Check inner map deletion
Martynas Pumputis
2
-1
/
+88
2021-07-20
libbpf: Fix removal of inner map in bpf_object__create_map
Martynas Pumputis
1
-6
/
+4
2021-07-17
libbpf: Btf typed dump does not need to allocate dump data
Alan Maguire
1
-5
/
+4
2021-07-17
libbpf: Fix compilation errors on ppc64le for btf dump typed data
Alan Maguire
1
-2
/
+2
2021-07-17
libbpf: Clarify/fix unaligned data issues for btf typed dump
Alan Maguire
1
-4
/
+24
2021-07-16
selftests/bpf: Add dump type data tests to btf dump tests
Alan Maguire
1
-0
/
+598
2021-07-16
selftests/bpf: Add ASSERT_STRNEQ() variant for test_progs
Alan Maguire
1
-0
/
+12
2021-07-16
libbpf: BTF dumper support for typed data
Alan Maguire
3
-5
/
+834
2021-07-16
selftests/bpf: Switch existing selftests to using open_opts for custom BTF
Shuyi Cheng
2
-26
/
+21
2021-07-16
libbpf: Fix the possible memory leak on error
Shuyi Cheng
1
-2
/
+4
2021-07-16
libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'
Shuyi Cheng
2
-5
/
+32
2021-07-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
15
-144
/
+1368
2021-07-16
selftests/bpf: Add test cases for redirection between udp and unix
Cong Wang
1
-0
/
+170
2021-07-16
selftests/bpf: Add a test case for unix sockmap
Cong Wang
1
-0
/
+97
2021-07-16
selftests/bpf: Factor out add_to_sockmap()
Cong Wang
1
-38
/
+21
2021-07-16
selftests/bpf: Factor out udp_socketpair()
Cong Wang
1
-38
/
+40
2021-07-16
sock_map: Lift socket state restriction for datagram sockets
Cong Wang
1
-3
/
+5
2021-07-16
selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probe
Jiri Olsa
2
-2
/
+27
2021-07-16
libbpf: Allow specification of "kprobe/function+offset"
Alan Maguire
1
-2
/
+22
2021-07-16
libbpf: Add bpf_program__attach_kprobe_opts function
Jiri Olsa
1
-9
/
+25
2021-07-16
selftests/bpf: Add test for bpf_get_func_ip helper
Jiri Olsa
2
-0
/
+101
2021-07-16
bpf: Add bpf_get_func_ip helper for kprobe programs
Jiri Olsa
1
-1
/
+1
[next]