summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-1712-109/+293
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-172-54/+60
| |\
| | * selftests: fib_tests: Fix 'Command line is not complete' errorsDavid Ahern2019-04-111-54/+40
| | * selftests: mlxsw: Test VRF MAC vetoingIdo Schimmel2019-04-101-0/+20
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-04-167-23/+215
| |\ \
| | * | selftests: kvm: add a selftest for SMMVitaly Kuznetsov2019-04-164-6/+191
| | * | selftests: kvm: fix for compilers that do not support -no-piePaolo Bonzini2019-04-161-1/+7
| | * | selftests: kvm/evmcs_test: complete I/O before migrating guest statePaolo Bonzini2019-04-164-16/+17
| | |/
| * | Merge tag 'libnvdimm-fixes-5.1-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-04-151-4/+13
| |\ \
| | * | tools/testing/nvdimm: Retain security state after overwriteDave Jiang2019-04-081-2/+4
| | * | libnvdimm/security: provide fix for secure-erase to use zero-keyDave Jiang2019-03-301-2/+9
| * | | Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-131-28/+4
| |\ \ \
| | * | | tools/io_uring: remove IOCQE_FLAG_CACHEHITJens Axboe2019-04-081-28/+4
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-04-121-0/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf2019-04-051-0/+1
* | | | | selftests: mlxsw: Test neighbour offload indicationIdo Schimmel2019-04-151-0/+26
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-04-153-37/+241
|\ \ \ \ \
| * | | | | selftests: netfilter: add ebtables broute test caseFlorian Westphal2019-04-122-1/+147
| * | | | | kselftests: extend nft_nat with inet family based nat hooksFlorian Westphal2019-04-081-36/+94
* | | | | | netdevsim: move sdev specific bpf debugfs files to sdev dirJiri Pirko2019-04-121-1/+1
* | | | | | selftests: Add debugging options to pmtu.shDavid Ahern2019-04-111-89/+124
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-1147-244/+3276
|\ \ \ \ \ \
| * | | | | | tools: add smp_* barrier variants to include infrastructureDaniel Borkmann2019-04-112-2/+15
| * | | | | | selftests_bpf: add L2 encap to test_tc_tunnelAlan Maguire2019-04-113-59/+277
| * | | | | | bpf: sync bpf.h to tools/ for BPF_F_ADJ_ROOM_ENCAP_L2Alan Maguire2019-04-111-0/+10
| * | | | | | selftests_bpf: extend test_tc_tunnel for UDP encapAlan Maguire2019-04-113-48/+143
| * | | | | | selftests: bpf: add selftest for __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-112-0/+110
| * | | | | | libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-113-0/+17
| * | | | | | tools/bpftool: show btf id in program informationPrashant Bhole2019-04-111-0/+6
| * | | | | | libbpf: Fix build with gcc-8Andrey Ignatov2019-04-111-1/+1
| * | | | | | libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZEMagnus Karlsson2019-04-101-4/+5
| * | | | | | bpf, bpftool: fix a few ubsan warningsYonghong Song2019-04-101-10/+9
| * | | | | | bpf, selftest: add test cases for BTF Var and DataSecDaniel Borkmann2019-04-091-2/+663
| * | | | | | bpf, selftest: test global data/bss/rodata sectionsJoe Stringer2019-04-093-4/+267
| * | | | | | bpf, selftest: test {rd, wr}only flags and direct value accessDaniel Borkmann2019-04-094-5/+573
| * | | | | | bpf: bpftool support for dumping data/bss/rodata sectionsDaniel Borkmann2019-04-092-4/+65
| * | | | | | bpf, libbpf: add support for BTF Var and DataSecDaniel Borkmann2019-04-095-20/+235
| * | | | | | bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann2019-04-096-48/+314
| * | | | | | bpf, libbpf: refactor relocation handlingJoe Stringer2019-04-091-30/+32
| * | | | | | bpf: sync {btf, bpf}.h uapi header from tools infrastructureDaniel Borkmann2019-04-092-6/+46
| * | | | | | bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-091-0/+3
| * | | | | | libbpf: Ignore -Wformat-nonliteral warningAndrey Ignatov2019-04-061-0/+5
| * | | | | | selftests/bpf: Test unbounded var_off stack accessAndrey Ignatov2019-04-051-2/+55
| * | | | | | selftests/bpf: Test indirect var_off stack access in unpriv modeAndrey Ignatov2019-04-051-0/+27
| * | | | | | selftests/bpf: Test indirect var_off stack access in raw modeAndrey Ignatov2019-04-051-0/+27
| * | | | | | samples, selftests/bpf: add NULL check for ksym_searchDaniel T. Lee2019-04-041-2/+2
| * | | | | | selftests/bpf: ksym_search won't check symbols existsDaniel T. Lee2019-04-041-0/+4
| * | | | | | selftests/bpf: synthetic tests to push verifier limitsAlexei Starovoitov2019-04-042-9/+35
| * | | | | | selftests/bpf: add few verifier scale testsAlexei Starovoitov2019-04-047-1/+215
| * | | | | | libbpf: teach libbpf about log_level bit 2Alexei Starovoitov2019-04-044-4/+17