aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend3-4/+5
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend1-1/+11
2017-10-20objtool: Fix memory leak in decode_instructions()Kamalesh Babulal1-2/+7
2017-10-20Merge tag 'perf-urgent-for-mingo-4.14-20171019' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar6-10/+35
2017-10-18bpf: disallow arithmetic operations on context pointerJakub Kicinski1-0/+14
2017-10-18tools: bpftool: use more common tag formatJakub Kicinski3-4/+3
2017-10-18perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/UbuntuLi Zhijian1-3/+6
2017-10-18perf xyarray: Fix wrong processing when closing evsel fdJin Yao1-2/+2
2017-10-18bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer1-0/+1
2017-10-18Revert "tools/power turbostat: stop migrating, unless '-m'"Len Brown1-9/+1
2017-10-17perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACENamhyung Kim1-0/+2
2017-10-17perf record: Fix documentation for a inexistent option '-l'Taeung Song1-2/+2
2017-10-14tc-testing: fix the -l argument bug in tdc.pyLucas Bates1-4/+4
2017-10-14tc-testing: Add test cases for police and skbmodLucas Bates2-0/+899
2017-10-14tc-testing: Split test case files into smaller chunksLucas Bates6-1212/+1194
2017-10-14tc-testing: Add test cases for flushing actionsLucas Bates1-1/+48
2017-10-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-23/+55
2017-10-13userfaultfd: selftest: exercise -EEXIST only in background transferAndrea Arcangeli1-5/+20
2017-10-13perf tools: Check wether the eBPF file exists in event parsingJiri Olsa1-2/+15
2017-10-13perf hists: Add extra integrity checks to fmt_free()Jiri Olsa1-0/+7
2017-10-13perf hists: Fix crash in perf_hpp__reset_output_field()Jiri Olsa1-1/+1
2017-10-12selftests: rtnetlink: add a small macsec test caseFlorian Westphal1-0/+42
2017-10-10selftests: rtnetlink: test RTM_GETNETCONFFlorian Westphal1-0/+28
2017-10-10tools: bpftool: use the kernel's instruction printerJakub Kicinski4-21/+51
2017-10-10selftests/bpf: add a test for verifier logsJakub Kicinski2-1/+172
2017-10-10Merge tag 'linux-kselftest-4.14-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-3/+3
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-10-09tools include uapi bpf.h: Sync kernel ABI header with tooling headerArnaldo Carvalho de Melo1-1/+1
2017-10-09perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMUMark Rutland3-19/+47
2017-10-07bpf: Use char in prog and map nameMartin KaFai Lau1-4/+4
2017-10-07bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song2-1/+5
2017-10-07bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song2-1/+5
2017-10-07kbuild: revert $(realpath ...) to $(shell cd ... && /bin/pwd)Masahiro Yamada2-4/+4
2017-10-06perf script: Add missing separator for "-F ip,brstack" (and brstackoff)Mark Santaniello1-2/+2
2017-10-05libbpf: use map_flags when creating mapsCraig Gallek2-1/+2
2017-10-05libbpf: parse maps sections of varying sizeCraig Gallek1-29/+41
2017-10-05selftests/net: rxtimestamp: Fix an off by oneDan Carpenter1-1/+1
2017-10-05VSOCK: add tools/testing/vsock/vsock_diag_testStefan Hajnoczi8-0/+1038
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller40-245/+463
2017-10-05Merge tag 'perf-urgent-for-mingo-4.14-20171005' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar1-1/+5
2017-10-05selftests: mqueue: fix regression in silencing output from RUN_TESTSShuah Khan1-2/+2
2017-10-05selftests: x86: sysret_ss_attrs doesn't build on a PIE buildShuah Khan1-1/+1
2017-10-05perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONRavi Bangoria1-1/+5
2017-10-04tools: bpftool: add documentationJakub Kicinski5-0/+263
2017-10-04tools: bpf: add bpftoolJakub Kicinski8-3/+1909
2017-10-04tools: rename tools/net directory to tools/bpfJakub Kicinski7-7/+7
2017-10-04libbpf: add support for BPF_PROG_QUERYAlexei Starovoitov2-1/+22
2017-10-04libbpf: sync bpf.hAlexei Starovoitov1-3/+52
2017-10-04libbpf: introduce bpf_prog_detach2()Alexei Starovoitov2-0/+13
2017-10-04bpf: enforce return code for cgroup-bpf programsAlexei Starovoitov1-0/+72