summaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* netdevsim: move netdev creation/destruction to dev probeJiri Pirko2019-04-262-79/+153
* netdevsim: change debugfs tree topologyJiri Pirko2019-04-262-2/+4
* netdevsim: merge sdev into devJiri Pirko2019-04-261-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-267-17/+356
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-255-11/+317
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-04-233-10/+311
| | |\
| | | * netfilter: nat: fix icmp id randomizationFlorian Westphal2019-04-151-9/+27
| | | * selftests: netfilter: check icmp pkttoobig errors are set as relatedFlorian Westphal2019-04-132-1/+284
| | * | selftests/net: correct the return value for run_afpackettestsPo-Hsu Lin2019-04-211-0/+5
| | * | selftests/net: correct the return value for run_netsocktestsPo-Hsu Lin2019-04-191-1/+1
| * | | proc: fixup proc-pid-vm testAlexey Dobriyan2019-04-191-2/+2
| * | | proc: fix map_files test on F29Alexey Dobriyan2019-04-191-10/+10
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-2314-135/+2167
|\ \ \
| * | | bpf: Increase MAX_NR_MAPS to 17 in test_verifier.cMartin KaFai Lau2019-04-191-1/+1
| * | | selftests/bpf: fix compile errors due to unsync linux/in6.h and netinet/in.hWang YanQing2019-04-192-2/+2
| * | | selftests/bpf: fix a compilation errorYonghong Song2019-04-181-2/+2
| * | | selftests: bpf: add VRF test cases to lwt_ip_encap test.Peter Oskolkov2019-04-171-48/+86
| * | | selftests/bpf: make flow dissector tests more extensibleStanislav Fomichev2019-04-161-81/+116
| * | | selftests/bpf: two scale testsAlexei Starovoitov2019-04-162-0/+88
| * | | selftests/bpf: bring back (void *) cast to set_ipv4_csum in test_tc_tunnelStanislav Fomichev2019-04-161-1/+1
| * | | selftests/btf: add VAR and DATASEC case for dedup testsAndrii Nakryiko2019-04-161-0/+49
| * | | selftests/bpf: C based test for sysctl and strtoXAndrey Ignatov2019-04-122-1/+126
| * | | selftests/bpf: Test bpf_strtol and bpf_strtoul helpersAndrey Ignatov2019-04-121-0/+485
| * | | selftests/bpf: Test ARG_PTR_TO_LONG arg typeAndrey Ignatov2019-04-121-0/+160
| * | | selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.hAndrey Ignatov2019-04-121-0/+19
| * | | selftests/bpf: Test file_pos field in bpf_sysctl ctxAndrey Ignatov2019-04-121-0/+64
| * | | selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov2019-04-121-0/+222
| * | | selftests/bpf: Test sysctl_get_current_value helperAndrey Ignatov2019-04-121-0/+228
| * | | selftests/bpf: Test bpf_sysctl_get_name helperAndrey Ignatov2019-04-121-0/+222
| * | | selftests/bpf: Test BPF_CGROUP_SYSCTLAndrey Ignatov2019-04-122-1/+293
| * | | selftests/bpf: Test sysctl section nameAndrey Ignatov2019-04-121-0/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-1710-81/+288
|\ \ \ \ | | |/ / | |/| |
| * | | 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-161-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
* | | | 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-131-1/+1
| |_|_|/ |/| | |
* | | | selftests: Add debugging options to pmtu.shDavid Ahern2019-04-121-89/+124
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-1227-116/+2453
|\ \ \ \
| * | | | selftests_bpf: add L2 encap to test_tc_tunnelAlan Maguire2019-04-113-59/+277