summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Fix race when pinning maps in parallelMartynas Pumputis2021-07-271-1/+14
* libbpf: Fix comment typoJason Wang2021-07-271-3/+3
* selftests/bpf: Use ping6 only if available in tc_redirectJussi Maki2021-07-271-6/+17
* libbpf: Split CO-RE logic into relo_core.c.Alexei Starovoitov2021-07-265-1297/+1319
* libbpf: Move CO-RE types into relo_core.h.Alexei Starovoitov2021-07-263-93/+102
* libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.Alexei Starovoitov2021-07-261-46/+71
* libbpf: Cleanup the layering between CORE and bpf_program.Alexei Starovoitov2021-07-261-36/+38
* selftests/bpf: Document vmtest.sh dependenciesEvgeniy Litvinenko2021-07-241-0/+7
* libbpf: Add bpf_map__pin_path functionEvgeniy Litvinenko2021-07-244-0/+16
* bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2021-07-245-9/+384
* libbpf: Export bpf_program__attach_kprobe_opts functionJiri Olsa2021-07-233-14/+33
* libbpf: Allow decimal offset for kprobesJiri Olsa2021-07-233-1/+14
* libbpf: Fix func leak in attach_kprobeJiri Olsa2021-07-231-0/+1
* selftests/bpf: Mute expected invalid map creation error msgMartynas Pumputis2021-07-231-0/+5
* libbpf: Propagate errors when retrieving enum value for typed data displayAlan Maguire2021-07-201-2/+3
* selftests/bpf: Add __int128-specific tests for typed data dumpAlan Maguire2021-07-201-0/+17
* libbpf: Avoid use of __int128 in typed dump displayAlan Maguire2021-07-201-33/+65
* selftests, bpf: test_tc_tunnel.sh nc: Cannot use -p and -lVincent Li2021-07-201-1/+1
* bpf, selftests: Fix test_maps now that sockmap supports UDPJohn Fastabend2021-07-201-2/+2
* selftests/bpf: Check inner map deletionMartynas Pumputis2021-07-202-1/+88
* libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis2021-07-201-6/+4
* libbpf: Btf typed dump does not need to allocate dump dataAlan Maguire2021-07-171-5/+4
* libbpf: Fix compilation errors on ppc64le for btf dump typed dataAlan Maguire2021-07-171-2/+2
* libbpf: Clarify/fix unaligned data issues for btf typed dumpAlan Maguire2021-07-171-4/+24
* selftests/bpf: Add dump type data tests to btf dump testsAlan Maguire2021-07-161-0/+598
* selftests/bpf: Add ASSERT_STRNEQ() variant for test_progsAlan Maguire2021-07-161-0/+12
* libbpf: BTF dumper support for typed dataAlan Maguire2021-07-163-5/+834
* selftests/bpf: Switch existing selftests to using open_opts for custom BTFShuyi Cheng2021-07-162-26/+21
* libbpf: Fix the possible memory leak on errorShuyi Cheng2021-07-161-2/+4
* libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'Shuyi Cheng2021-07-162-5/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-1615-144/+1368
|\
| * selftests/bpf: Add test cases for redirection between udp and unixCong Wang2021-07-161-0/+170
| * selftests/bpf: Add a test case for unix sockmapCong Wang2021-07-161-0/+97
| * selftests/bpf: Factor out add_to_sockmap()Cong Wang2021-07-161-38/+21
| * selftests/bpf: Factor out udp_socketpair()Cong Wang2021-07-161-38/+40
| * sock_map: Lift socket state restriction for datagram socketsCong Wang2021-07-161-3/+5
| * selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probeJiri Olsa2021-07-162-2/+27
| * libbpf: Allow specification of "kprobe/function+offset"Alan Maguire2021-07-161-2/+22
| * libbpf: Add bpf_program__attach_kprobe_opts functionJiri Olsa2021-07-161-9/+25
| * selftests/bpf: Add test for bpf_get_func_ip helperJiri Olsa2021-07-162-0/+101
| * bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa2021-07-161-1/+1
| * bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa2021-07-161-0/+7
| * selftests/bpf: Add a test with bpf_timer in inner map.Alexei Starovoitov2021-07-153-0/+231
| * selftests/bpf: Add bpf_timer test.Alexei Starovoitov2021-07-152-0/+352
| * bpf: Introduce bpf timers.Alexei Starovoitov2021-07-151-0/+73
| * selftests/bpf: Remove unused variable in tc_tunnel progTobias Klauser2021-07-151-1/+0
| * bpf: Fix a typo of reuseport map in bpf.h.Kuniyuki Iwashima2021-07-151-1/+1
| * bpf: Sync tools/include/uapi/linux/bpf.hAlexei Starovoitov2021-07-151-3/+0
| * libbpf: Fix reuse of pinned map on older kernelMartynas Pumputis2021-07-131-3/+45
| * bpf: Tidy xdp attach selftestsKumar Kartikeya Dwivedi2021-07-082-50/+32