summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: net: add a test for static UDP tunnel portsJakub Kicinski2020-09-281-0/+58
* selftests: net: add a test for shared UDP tunnel info tablesJakub Kicinski2020-09-281-0/+109
* netdevsim: fix duplicated debugfs directoryJakub Kicinski2020-09-261-1/+1
* netdevsim: add support for flash_update overwrite maskJacob Keller2020-09-251-0/+18
* devlink: convert flash_update to use params structureJacob Keller2020-09-251-0/+3
* selftests: mptcp: add remove addr and subflow test casesGeliang Tang2020-09-241-3/+142
* selftests: mptcp: add remove cfg in mptcp_connectGeliang Tang2020-09-241-3/+15
* selftests: mptcp: add ADD_ADDR mibs check functionGeliang Tang2020-09-241-0/+44
* 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
| * selftests/bpf: Modernize xdp_noinline test w/ skeleton and __noinlineAndrii Nakryiko2020-09-032-42/+43
| * selftests/bpf: Add subprogs to pyperf, strobemeta, and l4lb_noinline testsAndrii Nakryiko2020-09-037-37/+73
| * selftests/bpf: Turn fexit_bpf2bpf into test with subtestsAndrii Nakryiko2020-09-031-7/+14
| * libbpf: Deprecate notion of BPF program "title" in favor of "section name"Andrii Nakryiko2020-09-033-120/+101
| * selftests/bpf: Don't use deprecated libbpf APIsAndrii Nakryiko2020-09-033-3/+9
| * tools/bpftool: Replace bpf_program__title() with bpf_program__section_name()Andrii Nakryiko2020-09-031-2/+2