summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-275-12/+425
|\
| * bpf: fix max call depth checkAlexei Starovoitov2017-12-271-0/+35
| * selftests/bpf: additional stack depth testsAlexei Starovoitov2017-12-271-0/+121
| * bpf: selftest for late caller stack size increaseJann Horn2017-12-271-0/+34
| * bpf: fix stacksafe exploration when comparing statesGianluca Borello2017-12-231-0/+51
| * tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_dev_cgroupYonghong Song2017-12-201-1/+8
| * bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann2017-12-201-9/+172
| * libbpf: Fix build errors.David Miller2017-12-201-2/+3
| * selftests/bpf: add netdevsim to configJakub Kicinski2017-12-191-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-228-83/+641
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-215-49/+593
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-204-49/+568
| | |\ \
| | | * | bpf: do not allow root to mangle valid pointersAlexei Starovoitov2017-12-211-27/+29
| | | * | selftests/bpf: add tests for recent bugfixesJann Horn2017-12-211-16/+533
| | | * | bpf: Fix tools and testing build.David Miller2017-12-202-5/+5
| | | * | bpf: fix broken BPF selftest build on s390Hendrik Brueckner2017-12-191-1/+1
| | * | | selftests: net: Adding config fragment CONFIG_NUMA=yNaresh Kamboju2017-12-201-0/+1
| | |/ /
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-181-0/+24
| | |\ \
| | | * | bpf: add test case for ld_abs and helper changing pkt dataDaniel Borkmann2017-12-151-0/+24
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-12-212-32/+46
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | tools/kvm_stat: sort '-f help' outputStefan Raspl2017-12-211-10/+6
| | * | | tools/kvm_stat: add line for totalsStefan Raspl2017-12-141-1/+8
| | * | | tools/kvm_stat: stop ignoring unhandled argumentsStefan Raspl2017-12-141-1/+3
| | * | | tools/kvm_stat: suppress usage information on command line errorsStefan Raspl2017-12-141-8/+5
| | * | | tools/kvm_stat: handle invalid regular expressionsStefan Raspl2017-12-141-0/+7
| | * | | tools/kvm_stat: add hint on '-f help' to man pageStefan Raspl2017-12-141-1/+1
| | * | | tools/kvm_stat: fix child trace events accountingStefan Raspl2017-12-142-3/+5
| | * | | tools/kvm_stat: fix extra handling of 'help' with fields filterStefan Raspl2017-12-141-1/+2
| | * | | tools/kvm_stat: fix missing field update after filter changeStefan Raspl2017-12-141-2/+2
| | * | | tools/kvm_stat: fix drilldown in events-by-guests modeStefan Raspl2017-12-141-1/+1
| | * | | tools/kvm_stat: fix command line option '-g'Stefan Raspl2017-12-141-4/+6
* | | | | selftests: rtnetlink: add gretap test casesWilliam Tu2017-12-201-0/+98
| |_|_|/ |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-1825-124/+3960
|\ \ \ \
| * | | | libbpf: fix Makefile exit code if libelf not foundJakub Kicinski2017-12-171-2/+2
| * | | | selftests/bpf: additional bpf_call testsDaniel Borkmann2017-12-171-0/+597
| * | | | selftests/bpf: add xdp noinline testAlexei Starovoitov2017-12-173-1/+916
| * | | | selftests/bpf: add bpf_call testAlexei Starovoitov2017-12-173-6/+492
| * | | | libbpf: add support for bpf_callAlexei Starovoitov2017-12-173-44/+134
| * | | | selftests/bpf: add tests for stack_zero trackingAlexei Starovoitov2017-12-171-2/+64
| * | | | selftests/bpf: add verifier tests for bpf_callAlexei Starovoitov2017-12-171-1/+960
| * | | | bpftool: implement cgroup bpf operationsRoman Gushchin2017-12-147-5/+434
| * | | | bpftool: implement prog load commandRoman Gushchin2017-12-145-34/+79
| * | | | libbpf: prefer global symbols as bpf program name sourceRoman Gushchin2017-12-141-0/+2
| * | | | libbpf: add ability to guess program type based on section nameRoman Gushchin2017-12-141-0/+51
| * | | | samples/bpf: add a test for bpf_override_returnJosef Bacik2017-12-122-2/+8
| * | | | bpf/tracing: add a bpf test for new ioctl query interfaceYonghong Song2017-12-124-1/+182
| * | | | selftests: bpf: Adding config fragment CONFIG_CGROUP_BPF=yNaresh Kamboju2017-12-121-0/+1
| * | | | tools: bpftool: create "uninstall", "doc-uninstall" make targetsQuentin Monnet2017-12-083-3/+18
| * | | | tools: bpftool: harmonise Makefile and Documentation/MakefileQuentin Monnet2017-12-082-39/+36
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-1612-44/+74
|\ \ \ \ \ | | |/ / / | |/| | |
OpenPOWER on IntegriCloud