summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Support test run of raw tracepoint programsSong Liu2020-09-284-0/+63
* bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu2020-09-281-0/+7
* bpf: Add AND verifier test case where 32bit and 64bit bounds differJohn Fastabend2020-09-251-0/+16
* bpf: selftest: Add test_btf_skc_cls_ingressMartin KaFai Lau2020-09-253-0/+413
* bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.hMartin KaFai Lau2020-09-253-8/+4
* bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields testMartin KaFai Lau2020-09-252-9/+55
* bpf: selftest: Use network_helpers in the sock_fields testMartin KaFai Lau2020-09-251-79/+9
* bpf: selftest: Adapt sock_fields test to use skel and global variablesMartin KaFai Lau2020-09-252-305/+229
* bpf: selftest: Move sock_fields test into test_progsMartin KaFai Lau2020-09-254-6/+3
* bpf: selftest: Add ref_tracking verifier test for bpf_skc castingMartin KaFai Lau2020-09-251-0/+47
* bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-1/+1
* bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-2/+2
* bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-0/+1
* bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...Martin KaFai Lau2020-09-251-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-2381-1477/+2962
|\
| * tools resolve_btfids: Always force HOSTARCHJiri Olsa2020-09-231-0/+2
| * selftests/bpf: Fix stat probe in d_path testJiri Olsa2020-09-212-1/+18
| * btf: Add BTF_ID_LIST_SINGLE macroLorenz Bauer2020-09-211-0/+8
| * selftests/bpf: Fix endianness issue in test_sockopt_skIlya Leoshkevich2020-09-191-2/+2
| * selftests/bpf: Fix endianness issue in sk_assignIlya Leoshkevich2020-09-181-1/+1
| * selftests/bpf: Add tailcall_bpf2bpf testsMaciej Fijalkowski2020-09-175-0/+533
| * bpf: Add abnormal return checks.Alexei Starovoitov2020-09-171-3/+3
| * selftests/bpf: Merge most of test_btf into test_progsAndrii Nakryiko2020-09-153-335/+78
| * selftests/bpf: Test load and dump metadata with btftool and skelYiFei Zhu2020-09-155-1/+255
| * bpftool: Support dumping metadataYiFei Zhu2020-09-153-0/+208
| * libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata sectionYiFei Zhu2020-09-154-0/+94
| * bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu2020-09-151-0/+7
| * libbpf: Fix a compilation error with xsk.c for ubuntu 16.04Yonghong Song2020-09-141-0/+1
| * bpftool: Fix build failureYonghong Song2020-09-141-1/+1
| * tools: bpftool: Automate generation for "SEE ALSO" sections in man pagesQuentin Monnet2020-09-1013-198/+11
| * bpf: Fix comment for helper bpf_current_task_under_cgroup()Song Liu2020-09-101-2/+2
| * selftests/bpf: Define string const as global for test_sysctl_prog.cYonghong Song2020-09-101-2/+2
| * selftests/bpf: Fix test_ksyms on non-SMP kernelsIlya Leoshkevich2020-09-101-2/+4
| * tools: bpftool: Add "inner_map" to "bpftool map create" outer mapsQuentin Monnet2020-09-103-18/+62
| * tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENTQuentin Monnet2020-09-101-2/+2
| * tools: bpftool: Clean up function to dump map entryQuentin Monnet2020-09-101-49/+52
| * selftests: bpf: Test iterating a sockmapLorenz Bauer2020-09-104-0/+144
| * tools: bpftool: Include common options from separate fileQuentin Monnet2020-09-1014-196/+35
| * tools: bpftool: Print optional built-in features along with versionQuentin Monnet2020-09-102-3/+38
| * selftests, bpftool: Add bpftool (and eBPF helpers) documentation buildQuentin Monnet2020-09-102-0/+26
| * tools: bpftool: Log info-level messages when building bpftool man pagesQuentin Monnet2020-09-104-1/+12
| * perf: Stop using deprecated bpf_program__title()Andrii Nakryiko2020-09-091-10/+2
| * selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang changeYonghong Song2020-09-092-4/+4
| * selftests/bpf: Add test for map_ptr arithmeticYonghong Song2020-09-082-1/+41
| * tools, bpf: Synchronise BPF UAPI header with toolsQuentin Monnet2020-09-071-42/+45
| * tools: bpftool: Fix formatting in bpftool-link documentationQuentin Monnet2020-09-071-1/+1
| * libbpf: Fix potential multiplication overflowAndrii Nakryiko2020-09-041-1/+1
| * libbpf: Fix another __u64 cast in printfAndrii Nakryiko2020-09-041-1/+1
| * selftests/bpf: Fix check in global_data_init.Hao Luo2020-09-031-1/+2
| * selftests/bpf: Add __noinline variant of cls_redirect selftestAndrii Nakryiko2020-09-033-64/+115