aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net/pmtu.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-15selftests: pmtu: Add optional traffic captures for single testsStefano Brivio1-7/+53
2018-10-15selftests: pmtu: Allow selection of single testsStefano Brivio1-0/+21
2018-10-08selftests: pmtu: add basic IPv4 and IPv6 PMTU testsSabrina Dubroca1-4/+203
2018-10-08selftests: pmtu: extend MTU parsing helper to locked MTUSabrina Dubroca1-0/+2
2018-10-08selftests: pmtu: Introduce check_pmtu_value()Stefano Brivio1-27/+22
2018-09-18selftests: pmtu: properly redirect stderr to /dev/nullSabrina Dubroca1-2/+2
2018-08-31selftests: pmtu: detect correct binary to ping ipv6 addressesSabrina Dubroca1-1/+4
2018-08-31selftests: pmtu: maximum MTU for vti4 is 2^16-1-20Sabrina Dubroca1-1/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2018-05-30selftests: net: return Kselftest Skip code for skipped testsShuah Khan (Samsung OSG)1-1/+4
2018-04-27selftests: pmtu: Minimum MTU for vti6 is 68Stefano Brivio1-2/+2
2018-03-18selftests: pmtu: Drop prints to kernel log from pmtu_vti6_link_change_mtuStefano Brivio1-2/+0
2018-03-17selftests: pmtu: Add pmtu_vti6_link_change_mtu testStefano Brivio1-6/+61
2018-03-17selftests: pmtu: Add pmtu_vti6_link_add_mtu testStefano Brivio1-1/+43
2018-03-17selftests: pmtu: Add pmtu_vti4_link_add_mtu testStefano Brivio1-1/+44
2018-03-17selftests: pmtu: Add test_pmtu_vti4_exception testStefano Brivio1-10/+70
2018-03-17selftests: pmtu: Add pmtu_vti6_default_mtu testStefano Brivio1-1/+17
2018-03-17selftests: pmtu: Add pmtu_vti4_default_mtu testStefano Brivio1-13/+73
2018-03-17selftests: pmtu: Introduce support for multiple testsStefano Brivio1-26/+61
2018-03-17selftests: pmtu: Factor out MTU parsing helperStefano Brivio1-6/+11
2018-03-17selftests: pmtu: Use namespace command prefix to fetch route mtuStefano Brivio1-7/+9
2018-03-17selftests: pmtu: Reverse return codes of functionsStefano Brivio1-16/+8
2018-03-07selftests: net: Introduce first PMTU testStefano Brivio1-0/+163