summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: Fix get_ifidx and callers in nettest.cDavid Ahern2019-08-161-12/+13
* selftests: netdevsim: add devlink regions testsJiri Pirko2019-08-151-1/+53
* selftests: netdevsim: add devlink params testsJiri Pirko2019-08-151-1/+61
* selftests: net: push jq workaround into separate helperJiri Pirko2019-08-152-13/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-1396-728/+4416
|\
| * libbpf: attempt to load kernel BTF from sysfs firstAndrii Nakryiko2019-08-131-7/+57
| * selftests/bpf: fix race in flow dissector testsPetar Penkov2019-08-132-8/+27
| * tools: bpftool: add feature check for zlibPeter Wu2019-08-131-3/+8
| * tools: bpftool: fix reading from /proc/config.gzPeter Wu2019-08-122-53/+54
| * tools/bpf: fix core_reloc.c compilation errorYonghong Song2019-08-071-1/+1
| * selftests/bpf: add CO-RE relocs misc testsAndrii Nakryiko2019-08-074-0/+106
| * selftests/bpf: add CO-RE relocs ints testsAndrii Nakryiko2019-08-0711-0/+209
| * selftests/bpf: add CO-RE relocs ptr-as-array testsAndrii Nakryiko2019-08-075-0/+69
| * selftests/bpf: add CO-RE relocs modifiers/typedef testsAndrii Nakryiko2019-08-076-0/+170
| * selftests/bpf: add CO-RE relocs enum/ptr/func_proto testsAndrii Nakryiko2019-08-0710-0/+167
| * selftests/bpf: add CO-RE relocs array testsAndrii Nakryiko2019-08-0711-0/+201
| * selftests/bpf: add CO-RE relocs nesting testsAndrii Nakryiko2019-08-0716-0/+421
| * selftests/bpf: add CO-RE relocs struct flavors testsAndrii Nakryiko2019-08-075-0/+117
| * selftests/bpf: add CO-RE relocs testing setupAndrii Nakryiko2019-08-072-0/+165
| * selftests/bpf: add BPF_CORE_READ relocatable read macroAndrii Nakryiko2019-08-071-0/+20
| * libbpf: implement BPF CO-RE offset relocation algorithmAndrii Nakryiko2019-08-072-18/+864
| * libbpf: add .BTF.ext offset relocation section loadingAndrii Nakryiko2019-08-073-42/+136
| * libbpf: convert libbpf code to use new btf helpersAndrii Nakryiko2019-08-073-221/+158
| * libbpf: add helpers for working with BTF typesAndrii Nakryiko2019-08-071-0/+178
| * selftests/bpf: test_progs: drop extra trailing tabStanislav Fomichev2019-08-061-1/+1
| * selftests/bpf: test_progs: test__printf -> printfStanislav Fomichev2019-08-0610-38/+22
| * selftests/bpf: test_progs: switch to open_memstreamStanislav Fomichev2019-08-062-56/+62
| * selftests/bpf: add loop test 5Alexei Starovoitov2019-08-062-0/+33
| * selftests/bpf: add loop test 4Alexei Starovoitov2019-08-062-0/+19
| * selftests/bpf: extend sockopt_sk selftest with TCP_CONGESTION use caseStanislav Fomichev2019-08-012-0/+47
| * tools: bpftool: add support for reporting the effective cgroup progsJakub Kicinski2019-07-303-38/+76
| * selftests/bpf: fix clearing buffered output between tests/subtestsAndrii Nakryiko2019-07-301-1/+1
| * selftests/bpf: add test for bpf_tcp_gen_syncookiePetar Penkov2019-07-303-13/+99
| * selftests/bpf: bpf_tcp_gen_syncookie->bpf_helpersPetar Penkov2019-07-301-0/+3
| * bpf: sync bpf.h to tools/Petar Penkov2019-07-301-3/+34
| * tools: Add definitions for devmap_hash map typeToke Høiland-Jørgensen2019-07-294-4/+21
| * tools/libbpf_probes: Add new devmap_hash typeToke Høiland-Jørgensen2019-07-291-0/+1
| * tools/include/uapi: Add devmap_hash BPF map typeToke Høiland-Jørgensen2019-07-291-0/+1
| * selftests/bpf: convert send_signal.c to use subtestsAndrii Nakryiko2019-07-271-3/+6
| * selftests/bpf: convert bpf_verif_scale.c to sub-tests APIAndrii Nakryiko2019-07-271-37/+40
| * selftests/bpf: add sub-tests support for test_progsAndrii Nakryiko2019-07-272-29/+185
| * selftests/bpf: abstract away test log outputAndrii Nakryiko2019-07-2712-73/+183
| * selftest/bpf: centralize libbpf logging management for test_progsAndrii Nakryiko2019-07-273-12/+38
| * libbpf: return previous print callback from libbpf_set_printAndrii Nakryiko2019-07-272-2/+5
| * selftests/bpf: add test selectors by number and name to test_progsAndrii Nakryiko2019-07-271-4/+39
| * selftests/bpf: revamp test_progs to allow more controlAndrii Nakryiko2019-07-272-15/+77
| * selftests/bpf: prevent headers to be compiled as C codeAndrii Nakryiko2019-07-271-3/+3
| * selftests/bpf: support BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAPStanislav Fomichev2019-07-252-0/+72
| * bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...Stanislav Fomichev2019-07-253-0/+57
| * selftests/bpf: support BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAGStanislav Fomichev2019-07-252-7/+155