summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | selftests/bpf: Make bpf_util work on uniprocessor systemsThomas Meyer2017-09-181-8/+9
| | * | selftests/intel_pstate: No need to compile test progs in the run scriptThomas Meyer2017-09-181-6/+0
| | * | selftests: intel_pstate: build only on x86Daniel Díaz2017-09-182-0/+7
| | * | selftests: breakpoints: re-order TEST_GEN_PROGS targetsFathi Boudra2017-09-181-4/+4
| | * | tools: fix testing/selftests/sigaltstack for s390xThomas Richter2017-09-181-0/+4
| | * | selftests: net: More graceful finding of `ip'.Daniel Díaz2017-09-181-1/+1
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-243-20/+35
| |\ \ \
| | * | | x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf2017-09-231-3/+3
| | * | | objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf2017-09-232-17/+32
* | | | | tools: bpftool: add documentationJakub Kicinski2017-10-045-0/+263
* | | | | tools: bpf: add bpftoolJakub Kicinski2017-10-048-3/+1909
* | | | | tools: rename tools/net directory to tools/bpfJakub Kicinski2017-10-047-7/+7
* | | | | libbpf: add support for BPF_PROG_QUERYAlexei Starovoitov2017-10-042-1/+22
* | | | | libbpf: sync bpf.hAlexei Starovoitov2017-10-041-3/+52
* | | | | libbpf: introduce bpf_prog_detach2()Alexei Starovoitov2017-10-042-0/+13
* | | | | bpf: enforce return code for cgroup-bpf programsAlexei Starovoitov2017-10-041-0/+72
* | | | | selftests: rtnetlink: try concurrent change of ifaliasFlorian Westphal2017-10-041-0/+6
* | | | | selftests: rtnetlink.sh: add vxlan and fou test casesFlorian Westphal2017-10-021-0/+96
* | | | | bpf: Test new fields in bpf_attr and bpf_{prog, map}_infoMartin KaFai Lau2017-09-291-11/+132
* | | | | bpf: Swap the order of checking prog_info and map_infoMartin KaFai Lau2017-09-291-28/+30
* | | | | bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau2017-09-295-47/+154
* | | | | selftests: rtnetlink.sh: add rudimentary vrf testFlorian Westphal2017-09-281-0/+42
* | | | | bpf: improve selftests and add tests for meta pointerDaniel Borkmann2017-09-265-4/+370
* | | | | bpf: update bpf.h uapi header for toolsDaniel Borkmann2017-09-261-13/+32
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-235-117/+646
|\ \ \ \ \ | |/ / / /
| * | | | Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-223-101/+626
| |\ \ \ \
| | * | | | selftests/seccomp: Test thread vs process killingKees Cook2017-08-141-60/+168
| | * | | | seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREADKees Cook2017-08-141-7/+10
| | * | | | seccomp: Action to log before allowingTyler Hicks2017-08-141-1/+97
| | * | | | seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOWTyler Hicks2017-08-141-1/+68
| | * | | | seccomp: Selftest for detection of filter flag supportTyler Hicks2017-08-141-0/+60
| | * | | | seccomp: Operation for checking if an action is availableTyler Hicks2017-08-141-0/+36
| | * | | | selftests/seccomp: Refactor RET_ERRNO testsKees Cook2017-08-141-37/+58
| | * | | | selftests/seccomp: Add simple seccomp overhead benchmarkKees Cook2017-08-142-5/+112
| | * | | | selftests/seccomp: Add tests for basic ptrace actionsKees Cook2017-08-141-7/+34
| * | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-211-3/+0
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | tools/testing/nvdimm: disable labels for nfit_test.1Dan Williams2017-09-181-3/+0
| | | |/ / | | |/| |
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-171-13/+20
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | objtool: Fix object file corruptionJosh Poimboeuf2017-09-151-1/+6
| | * | | objtool: Do not retrieve data from empty sectionsPetr Vandrovec2017-09-151-12/+13
| | * | | objtool: Fix memory leak in elf_create_rela_section()Martin Kepplinger2017-09-151-0/+1
* | | | | samples/bpf: Fix pt_regs issues when cross-compilingJoel Fernandes2017-09-211-7/+49
* | | | | selftests: rtnetlink.sh: add test case for device ifaliasFlorian Westphal2017-09-191-0/+57
* | | | | bpf: Test deletion in BPF_MAP_TYPE_LPM_TRIECraig Gallek2017-09-191-4/+183
* | | | | bpf: Add uniqueness invariant to trivial lpm test implementationCraig Gallek2017-09-191-1/+13
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-161-0/+16
|\ \ \ \ | |/ / / |/| | |
| * | | bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree2017-09-151-0/+16
* | | | Merge tag 'kbuild-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-09-142-4/+4
|\ \ \ \
| * | | | kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd)Masahiro Yamada2017-09-012-4/+4
* | | | | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-1/+0
| |_|_|/ |/| | |
OpenPOWER on IntegriCloud