summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | bpf: Add ene-to-end test for bpf_sk_storage_* helpersMartin KaFai Lau2019-04-273-16/+157
| | * | | | | | | | bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_mapsMartin KaFai Lau2019-04-274-10/+679
| | * | | | | | | | bpf: Add verifier tests for the bpf_sk_storageMartin KaFai Lau2019-04-272-19/+152
| | * | | | | | | | bpf: Refactor BTF encoding macro to test_btf.hMartin KaFai Lau2019-04-272-62/+70
| | * | | | | | | | selftests: bpf: test writable buffers in raw tpsMatt Mullins2019-04-263-0/+156
| | * | | | | | | | selftests/bpf: expand test_tc_tunnel with SIT encapWillem de Bruijn2019-04-243-5/+80
| | * | | | | | | | bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-231-14/+9
| | * | | | | | | | selftests/bpf: properly return error from bpf_flow_loadStanislav Fomichev2019-04-231-4/+4
| | * | | | | | | | selftests/bpf: run flow dissector tests in skb-less modeStanislav Fomichev2019-04-234-34/+165
| | * | | | | | | | selftests/bpf: add flow dissector bpf_skb_load_bytes helper testStanislav Fomichev2019-04-231-0/+48
| * | | | | | | | | 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-257-17/+356
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-2214-135/+2167
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bpf: Increase MAX_NR_MAPS to 17 in test_verifier.cMartin KaFai Lau2019-04-181-1/+1
| | * | | | | | | | | selftests/bpf: fix compile errors due to unsync linux/in6.h and netinet/in.hWang YanQing2019-04-182-2/+2
| | * | | | | | | | | selftests/bpf: fix a compilation errorYonghong Song2019-04-171-2/+2
| | * | | | | | | | | selftests: bpf: add VRF test cases to lwt_ip_encap test.Peter Oskolkov2019-04-161-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-179-77/+275
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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-1127-116/+2453
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | selftests_bpf: add L2 encap to test_tc_tunnelAlan Maguire2019-04-113-59/+277
| | * | | | | | | | | | | 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
| | * | | | | | | | | | | 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-093-4/+553
| | * | | | | | | | | | | 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
OpenPOWER on IntegriCloud