summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | bpf: Add unit tests for bpf_line_infoMartin KaFai Lau2018-12-091-17/+580
| | * | | | | | | | bpf: Refactor and bug fix in test_func_type in test_btf.cMartin KaFai Lau2018-12-091-86/+125
| | * | | | | | | | selftests: bpf: update testcases for BPF_ALU | BPF_ARSHJiong Wang2018-12-071-4/+25
| | * | | | | | | | bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau2018-12-051-1/+7
| | * | | | | | | | selftests: add a test for bpf_prog_test_run_xattrLorenz Bauer2018-12-041-1/+54
| | * | | | | | | | bpf: allow BPF read access to qdisc pkt_lenPetar Penkov2018-12-031-0/+32
| | * | | | | | | | bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David Miller2018-11-301-0/+17
| | * | | | | | | | bpf: Make more use of 'any' alignment in test_verifier.cDavid Miller2018-11-301-0/+44
| | * | | | | | | | bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.cDavid Miller2018-11-301-18/+24
| | * | | | | | | | bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2018-11-302-3/+4
| | * | | | | | | | bpf: Fix verifier log string check for bad alignment.David Miller2018-11-301-1/+1
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-096-25/+422
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | tc-testing: gitignore, ignore generated test resultsLucas Bates2018-12-071-0/+3
| * | | | | | | | | tc-testing: Implement the TdcResults module in tdcLucas Bates2018-12-073-51/+91
| * | | | | | | | | tc-testing: Add new TdcResults moduleLucas Bates2018-12-071-0/+132
| * | | | | | | | | tc-testing: Add command timeout feature to tdcLucas Bates2018-12-072-5/+13
| * | | | | | | | | selftests: forwarding: Add PVID test case for VXLAN with VLAN-aware bridgesIdo Schimmel2018-12-071-0/+70
| * | | | | | | | | selftests: mlxsw: vxlan: Test FDB un/marking on VXLAN join/leavePetr Machata2018-12-071-0/+177
| * | | | | | | | | selftests: mlxsw: Add a new test extack.shPetr Machata2018-12-061-0/+84
| * | | | | | | | | selftests: mlxsw: Add one-armed router testIdo Schimmel2018-12-041-0/+259
| * | | | | | | | | selftests: extend zerocopy tests to udpWillem de Bruijn2018-12-033-1/+7
| * | | | | | | | | test/net: Add script for VXLAN underlay in a VRFAlexis Bauvin2018-12-032-1/+130
| * | | | | | | | | selftests: forwarding: Add VxLAN test with a VLAN-aware bridgeIdo Schimmel2018-11-302-0/+800
| * | | | | | | | | selftests: mlxsw: Add a test for VxLAN configuration with a VLAN-aware bridgeIdo Schimmel2018-11-301-1/+203
| * | | | | | | | | selftests: mlxsw: Consider VLAN-aware bridges as validIdo Schimmel2018-11-301-1/+1
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-296-53/+192
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: Fix various lib and testsuite build failures on 32-bit.David Miller2018-11-281-5/+5
| | * | | | | | | | selftests/bpf: add config fragment CONFIG_FTRACE_SYSCALLSNaresh Kamboju2018-11-281-0/+1
| | * | | | | | | | bpf: test_sockmap, add options for msg_pop_data() helperJohn Fastabend2018-11-282-17/+180
| | * | | | | | | | bpf: add msg_pop_data helper to toolsJohn Fastabend2018-11-281-0/+2
| | * | | | | | | | libbpf: Name changing for btf_get_from_idMartin KaFai Lau2018-11-261-1/+1
| | * | | | | | | | tools/bpf: change selftest test_btf for both jit and non-jitYonghong Song2018-11-261-30/+3
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-286-1/+110
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-2617-77/+1629
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu2018-11-221-0/+29
| | * | | | | | | | | tools/bpf: fix spelling mistake "memeory" -> "memory"Colin Ian King2018-11-221-2/+2
| | * | | | | | | | | bpf: adding tests for map_in_map helpber in libbpfNikita V. Shirokov2018-11-213-1/+141
| | * | | | | | | | | tools/bpf: enhance test_btf file testing to test func infoYonghong Song2018-11-203-13/+136
| | * | | | | | | | | tools/bpf: do not use pahole if clang/llvm can generate BTF sectionsYonghong Song2018-11-201-0/+8
| | * | | | | | | | | tools/bpf: extends test_btf to test load/retrieve func_type infoYonghong Song2018-11-201-3/+329
| | * | | | | | | | | tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNCMartin KaFai Lau2018-11-201-2/+472
| | * | | | | | | | | tools: add selftest for BPF_F_ZERO_SEEDLorenz Bauer2018-11-201-9/+55
| | * | | | | | | | | selftest/bpf: Use bpf_sk_lookup_{tcp, udp} in test_sock_addrAndrey Ignatov2018-11-162-21/+78
| | * | | | | | | | | selftests/bpf: Fix uninitialized duration warningJoe Stringer2018-11-161-1/+1
| | * | | | | | | | | selftests/bpf: Test narrow loads with off > 0 for bpf_sock_addrAndrey Ignatov2018-11-101-4/+24
| | * | | | | | | | | selftests/bpf: Test narrow loads with off > 0 in test_verifierAndrey Ignatov2018-11-101-10/+38
| | * | | | | | | | | selftests/bpf: rename flow dissector section to flow_dissectorStanislav Fomichev2018-11-102-2/+2
| | * | | | | | | | | selftests/bpf: add a test case for sock_ops perf-event notificationSowmini Varadhan2018-11-094-1/+303
| | * | | | | | | | | selftests/bpf: enable (uncomment) all tests in test_libbpf.shQuentin Monnet2018-11-072-10/+14
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | selftests/net: add txring_overwriteWillem de Bruijn2018-11-244-1/+191
OpenPOWER on IntegriCloud