summaryrefslogtreecommitdiff
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* selftests: net: add a test for UDP tunnel info infraJakub Kicinski2020-07-101-0/+786
* selftests: net: Add port split testDanielle Ratson2020-07-092-0/+278
* selftests/mptcp: add diag interface testsPaolo Abeni2020-07-093-5/+140
* selftests: mptcp: capture pcap on both sidesMatthieu Baerts2020-07-061-4/+9
* selftests/net: update initializer syntax to use c99 designatorsTanner Love2020-07-041-15/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-0441-245/+2431
|\
| * selftests/bpf: Fix compilation error of bpf_iter_task_stack.cSong Liu2020-07-031-1/+1
| * bpf: selftests: Restore netns after each testMartin KaFai Lau2020-07-022-2/+23
| * bpf: selftests: A few improvements to network_helpers.cMartin KaFai Lau2020-07-026-86/+110
| * selftests/bpf: Test_progs option for listing test namesJesper Dangaard Brouer2020-07-012-0/+16
| * selftests/bpf: Test_progs option for getting number of testsJesper Dangaard Brouer2020-07-012-0/+19
| * selftests/bpf: Test_progs indicate to shell on non-actionsJesper Dangaard Brouer2020-07-011-0/+3
| * selftests/bpf: Switch test_vmlinux to use hrtimer_range_start_ns.Hao Luo2020-07-011-8/+8
| * selftests/bpf: Add bpf_iter test with bpf_get_task_stack()Song Liu2020-07-012-0/+54
| * selftests/bpf: Add byte swapping selftestAndrii Nakryiko2020-07-012-0/+90
| * selftests/bpf: Allow substituting custom vmlinux.h for selftests buildAndrii Nakryiko2020-06-301-2/+7
| * selftests/bpf: Test auto-load disabling logic for BPF programsAndrii Nakryiko2020-06-282-0/+81
| * selftests/bpf: Add tcp/udp iterator programs to selftestsYonghong Song2020-06-241-0/+68
| * selftests/bpf: Implement sample udp/udp6 bpf_iter programsYonghong Song2020-06-243-0/+166
| * selftests/bpf: Implement sample tcp/tcp6 bpf_iter programsYonghong Song2020-06-243-0/+499
| * selftests/bpf: Add more common macros to bpf_tracing_net.hYonghong Song2020-06-241-0/+35
| * selftests/bpf: Refactor some net macros to bpf_tracing_net.hYonghong Song2020-06-243-9/+18
| * selftests/bpf: Move newer bpf_iter_* type redefining to a new header fileYonghong Song2020-06-249-136/+57
| * bpf: Add SO_KEEPALIVE and related options to bpf_setsockoptDmitry Yakunin2020-06-241-0/+27
| * selftests/bpf: Workaround for get_stack_rawtp test.Alexei Starovoitov2020-06-241-1/+2
| * selftests/bpf: Add variable-length data concat pattern less than testJohn Fastabend2020-06-242-4/+78
| * selftests/bpf: Add variable-length data concatenation pattern testAndrii Nakryiko2020-06-242-0/+152
| * selftests/bpf: Add __ksym extern selftestAndrii Nakryiko2020-06-222-0/+103
| * selftests/bpf: Test access to bpf map pointerAndrey Ignatov2020-06-223-0/+780
| * bpf: Support access to bpf map fieldsAndrey Ignatov2020-06-221-1/+1
| * tools/bpf: Add verifier tests for 32bit pointer/scalar arithmeticYonghong Song2020-06-191-0/+38
* | selftests/net: add ipv6 test coverage in rxtimestamp testtannerlove2020-07-031-26/+59
* | selftests: mptcp: add option to specify size of file to transferFlorian Westphal2020-07-011-13/+39
* | selftests: forwarding: Add tests for ethtool extended stateAmit Cohen2020-06-291-0/+102
* | selftests: forwarding: forwarding.config.sample: Add port with no cable conne...Amit Cohen2020-06-291-0/+3
* | selftests: forwarding: ethtool: Move different_speeds_get() to ethtool_libAmit Cohen2020-06-292-17/+17
* | selftests: forwarding: Add a RED test for SW datapathPetr Machata2020-06-291-0/+492
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-2594-677/+462
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-2510-35/+321
| |\ \
| | * | tc-testing: avoid action cookies with odd length.Briana Oursler2020-06-253-7/+7
| | * | bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-251-3/+2
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-06-252-1/+176
| | |\ \
| | | * | selftests: netfilter: add test case for conntrack helper assignmentFlorian Westphal2020-06-252-1/+176
| | * | | wireguard: device: avoid circular netns referencesJason A. Donenfeld2020-06-231-1/+12
| | |/ /
| | * | tc-testing: update geneve options match in tunnel_key unit testsHangbin Liu2020-06-201-7/+7
| | * | selftests/net: report etf errors correctlyWillem de Bruijn2020-06-191-7/+26
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-172-9/+91
| | |\ \ | | | |/ | | |/|
| | | * selftests/bpf: Make sure optvals > PAGE_SIZE are bypassedStanislav Fomichev2020-06-172-9/+91
| * | | Merge tag 'for-linus-2020-06-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-243-5/+17
| |\ \ \
| | * | | tests: test for setns() EINVAL regressionChristian Brauner2020-06-173-5/+17
| | | |/ | | |/|