summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-27bpf: Add ene-to-end test for bpf_sk_storage_* helpersMartin KaFai Lau
2019-04-27bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_mapsMartin KaFai Lau
2019-04-27bpf: Add verifier tests for the bpf_sk_storageMartin KaFai Lau
2019-04-27bpf: Refactor BTF encoding macro to test_btf.hMartin KaFai Lau
2019-04-26selftests: bpf: test writable buffers in raw tpsMatt Mullins
2019-04-26netdevsim: move netdev creation/destruction to dev probeJiri Pirko
2019-04-26netdevsim: change debugfs tree topologyJiri Pirko
2019-04-26netdevsim: merge sdev into devJiri Pirko
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-04-24selftests/bpf: expand test_tc_tunnel with SIT encapWillem de Bruijn
2019-04-23bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUNStanislav Fomichev
2019-04-23selftests/bpf: properly return error from bpf_flow_loadStanislav Fomichev
2019-04-23selftests/bpf: run flow dissector tests in skb-less modeStanislav Fomichev
2019-04-23selftests/bpf: add flow dissector bpf_skb_load_bytes helper testStanislav Fomichev
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-04-20selftests/net: correct the return value for run_afpackettestsPo-Hsu Lin
2019-04-19selftests/net: correct the return value for run_netsocktestsPo-Hsu Lin
2019-04-19proc: fixup proc-pid-vm testAlexey Dobriyan
2019-04-19proc: fix map_files test on F29Alexey Dobriyan
2019-04-18bpf: Increase MAX_NR_MAPS to 17 in test_verifier.cMartin KaFai Lau
2019-04-18selftests/bpf: fix compile errors due to unsync linux/in6.h and netinet/in.hWang YanQing
2019-04-17selftests/bpf: fix a compilation errorYonghong Song
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-04-16selftests: bpf: add VRF test cases to lwt_ip_encap test.Peter Oskolkov
2019-04-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-04-16selftests: kvm: add a selftest for SMMVitaly Kuznetsov
2019-04-16selftests: kvm: fix for compilers that do not support -no-piePaolo Bonzini
2019-04-16selftests: kvm/evmcs_test: complete I/O before migrating guest statePaolo Bonzini
2019-04-16selftests/bpf: make flow dissector tests more extensibleStanislav Fomichev
2019-04-16selftests/bpf: two scale testsAlexei Starovoitov
2019-04-16selftests/bpf: bring back (void *) cast to set_ipv4_csum in test_tc_tunnelStanislav Fomichev
2019-04-16selftests/btf: add VAR and DATASEC case for dedup testsAndrii Nakryiko
2019-04-15Merge tag 'libnvdimm-fixes-5.1-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-04-15selftests: mlxsw: Test neighbour offload indicationIdo Schimmel
2019-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-04-15netfilter: nat: fix icmp id randomizationFlorian Westphal
2019-04-13selftests: netfilter: check icmp pkttoobig errors are set as relatedFlorian Westphal
2019-04-12netdevsim: move sdev specific bpf debugfs files to sdev dirJiri Pirko
2019-04-12selftests/bpf: C based test for sysctl and strtoXAndrey Ignatov
2019-04-12selftests/bpf: Test bpf_strtol and bpf_strtoul helpersAndrey Ignatov
2019-04-12selftests/bpf: Test ARG_PTR_TO_LONG arg typeAndrey Ignatov
2019-04-12selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.hAndrey Ignatov
2019-04-12selftests/bpf: Test file_pos field in bpf_sysctl ctxAndrey Ignatov
2019-04-12selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov
2019-04-12selftests/bpf: Test sysctl_get_current_value helperAndrey Ignatov
2019-04-12selftests/bpf: Test bpf_sysctl_get_name helperAndrey Ignatov