summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-10-18bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer
2017-10-14tc-testing: fix the -l argument bug in tdc.pyLucas Bates
2017-10-14tc-testing: Add test cases for police and skbmodLucas Bates
2017-10-14tc-testing: Split test case files into smaller chunksLucas Bates
2017-10-14tc-testing: Add test cases for flushing actionsLucas Bates
2017-10-12selftests: rtnetlink: add a small macsec test caseFlorian Westphal
2017-10-10selftests: rtnetlink: test RTM_GETNETCONFFlorian Westphal
2017-10-10tools: bpftool: use the kernel's instruction printerJakub Kicinski
2017-10-10selftests/bpf: add a test for verifier logsJakub Kicinski
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-07bpf: Use char in prog and map nameMartin KaFai Lau
2017-10-07bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song
2017-10-07bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song
2017-10-05libbpf: use map_flags when creating mapsCraig Gallek
2017-10-05libbpf: parse maps sections of varying sizeCraig Gallek
2017-10-05selftests/net: rxtimestamp: Fix an off by oneDan Carpenter
2017-10-05VSOCK: add tools/testing/vsock/vsock_diag_testStefan Hajnoczi
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-04tools: bpftool: add documentationJakub Kicinski
2017-10-04tools: bpf: add bpftoolJakub Kicinski
2017-10-04tools: rename tools/net directory to tools/bpfJakub Kicinski
2017-10-04libbpf: add support for BPF_PROG_QUERYAlexei Starovoitov
2017-10-04libbpf: sync bpf.hAlexei Starovoitov
2017-10-04libbpf: introduce bpf_prog_detach2()Alexei Starovoitov
2017-10-04bpf: enforce return code for cgroup-bpf programsAlexei Starovoitov
2017-10-04selftests: rtnetlink: try concurrent change of ifaliasFlorian Westphal
2017-10-02selftests: rtnetlink.sh: add vxlan and fou test casesFlorian Westphal
2017-10-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-09-29Merge tag 'perf-urgent-for-mingo-4.14-20170928' of git://git.kernel.org/pub/s...Ingo Molnar
2017-09-29bpf: Test new fields in bpf_attr and bpf_{prog, map}_infoMartin KaFai Lau
2017-09-29bpf: Swap the order of checking prog_info and map_infoMartin KaFai Lau
2017-09-29bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau
2017-09-28selftests: rtnetlink.sh: add rudimentary vrf testFlorian Westphal
2017-09-28perf test: Fix vmlinux failure on s390x part 2Thomas Richter
2017-09-28perf test: Fix vmlinux failure on s390xThomas Richter
2017-09-28objtool: Support unoptimized frame pointer setupJosh Poimboeuf
2017-09-27Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2017-09-26bpf: improve selftests and add tests for meta pointerDaniel Borkmann
2017-09-26bpf: update bpf.h uapi header for toolsDaniel Borkmann
2017-09-25selftests: timers: set-timer-lat: Fix hang when testing unsupported alarmsShuah Khan
2017-09-25selftests: timers: set-timer-lat: fix hang when std out/err are redirectedShuah Khan
2017-09-25selftests/memfd: correct run_tests.sh permissionLi Zhijian
2017-09-25selftests/seccomp: Support glibc 2.26 siginfo_t.hKees Cook
2017-09-25selftests: futex: Makefile: fix for loops in targets to run silentlyShuah Khan
2017-09-25selftests: Makefile: fix for loops in targets to run silentlyShuah Khan
2017-09-25selftests: mqueue: Use full path to run tests from MakefileShuah Khan
2017-09-25selftests: futex: copy sub-dir test scripts for make O=dir runShuah Khan
2017-09-25perf tools: Fix syscalltbl build failureAkemi Yagi
2017-09-25perf report: Fix debug messages with --call-graph optionMengting Zhang
2017-09-25perf evsel: Fix attr.exclude_kernel setting for default cycles:pArnaldo Carvalho de Melo