summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-10-08bpf: Use char in prog and map nameMartin KaFai Lau1-4/+4
2017-10-08bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song2-1/+5
2017-10-08bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song2-1/+5
2017-10-06libbpf: use map_flags when creating mapsCraig Gallek2-1/+2
2017-10-06libbpf: parse maps sections of varying sizeCraig Gallek1-29/+41
2017-10-06selftests/net: rxtimestamp: Fix an off by oneDan Carpenter1-1/+1
2017-10-06VSOCK: add tools/testing/vsock/vsock_diag_testStefan Hajnoczi8-0/+1038
2017-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller40-245/+463
2017-10-05tools: bpftool: add documentationJakub Kicinski5-0/+263
2017-10-05tools: bpf: add bpftoolJakub Kicinski8-3/+1909
2017-10-05tools: rename tools/net directory to tools/bpfJakub Kicinski7-7/+7
2017-10-05libbpf: add support for BPF_PROG_QUERYAlexei Starovoitov2-1/+22
2017-10-05libbpf: sync bpf.hAlexei Starovoitov1-3/+52
2017-10-05libbpf: introduce bpf_prog_detach2()Alexei Starovoitov2-0/+13
2017-10-05bpf: enforce return code for cgroup-bpf programsAlexei Starovoitov1-0/+72
2017-10-04selftests: rtnetlink: try concurrent change of ifaliasFlorian Westphal1-0/+6
2017-10-02selftests: rtnetlink.sh: add vxlan and fou test casesFlorian Westphal1-0/+96
2017-10-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds18-169/+195
2017-09-29Merge tag 'perf-urgent-for-mingo-4.14-20170928' of git://git.kernel.org/pub/s...Ingo Molnar18-169/+195
2017-09-29bpf: Test new fields in bpf_attr and bpf_{prog, map}_infoMartin KaFai Lau1-11/+132
2017-09-29bpf: Swap the order of checking prog_info and map_infoMartin KaFai Lau1-28/+30
2017-09-29bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau5-47/+154
2017-09-28selftests: rtnetlink.sh: add rudimentary vrf testFlorian Westphal1-0/+42
2017-09-28perf test: Fix vmlinux failure on s390x part 2Thomas Richter2-22/+0
2017-09-28perf test: Fix vmlinux failure on s390xThomas Richter3-18/+1
2017-09-28objtool: Support unoptimized frame pointer setupJosh Poimboeuf1-3/+8
2017-09-27Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds20-65/+245
2017-09-26bpf: improve selftests and add tests for meta pointerDaniel Borkmann5-4/+370
2017-09-26bpf: update bpf.h uapi header for toolsDaniel Borkmann1-13/+32
2017-09-25selftests: timers: set-timer-lat: Fix hang when testing unsupported alarmsShuah Khan1-3/+6
2017-09-25selftests: timers: set-timer-lat: fix hang when std out/err are redirectedShuah Khan1-3/+1
2017-09-25selftests/memfd: correct run_tests.sh permissionLi Zhijian1-0/+0
2017-09-25selftests/seccomp: Support glibc 2.26 siginfo_t.hKees Cook1-5/+13
2017-09-25selftests: futex: Makefile: fix for loops in targets to run silentlyShuah Khan1-3/+3
2017-09-25selftests: Makefile: fix for loops in targets to run silentlyShuah Khan1-7/+7
2017-09-25selftests: mqueue: Use full path to run tests from MakefileShuah Khan1-2/+2
2017-09-25selftests: futex: copy sub-dir test scripts for make O=dir runShuah Khan1-1/+4
2017-09-25perf tools: Fix syscalltbl build failureAkemi Yagi1-1/+1
2017-09-25perf report: Fix debug messages with --call-graph optionMengting Zhang1-14/+21
2017-09-25perf evsel: Fix attr.exclude_kernel setting for default cycles:pArnaldo Carvalho de Melo1-1/+6
2017-09-25tools include: Sync kernel ABI headers with tooling headersIngo Molnar10-28/+164
2017-09-25perf tools: Get all of tools/{arch,include}/ in the MANIFESTArnaldo Carvalho de Melo1-85/+2
2017-09-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-20/+35
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-117/+646
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf1-3/+3
2017-09-23objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf2-17/+32