Age | Commit message (Expand) | Author | Files | Lines |
2019-06-24 | selftests: pmtu: Make list_flush_ipv6_exception test more demanding | Stefano Brivio | 1 | -8/+14 |
2019-06-24 | selftests: pmtu: Introduce list_flush_ipv4_exception test case | Stefano Brivio | 1 | -0/+60 |
2019-06-11 | selftests: pmtu: Introduce list_flush_ipv6_exception test case | Stefano Brivio | 1 | -1/+50 |
2019-06-10 | selftests: pmtu: Add support for routing via nexthop objects | David Ahern | 1 | -32/+126 |
2019-06-10 | selftests: pmtu: Move route installs to a new function | David Ahern | 1 | -11/+15 |
2019-06-10 | selftests: pmtu: Move running of test into a new function | David Ahern | 1 | -27/+36 |
2019-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -7/+7 |
2019-05-28 | selftests: pmtu: Fix encapsulating device in pmtu_vti6_link_change_mtu | Stefano Brivio | 1 | -7/+7 |
2019-05-22 | selftests: pmtu: Simplify cleanup and namespace names | David Ahern | 1 | -9/+8 |
2019-05-16 | selftests: pmtu.sh: Remove quotes around commands in setup_xfrm | David Ahern | 1 | -9/+9 |
2019-04-11 | selftests: Add debugging options to pmtu.sh | David Ahern | 1 | -89/+124 |
2019-02-27 | selftests: pmtu: add explicit tests for PMTU exceptions cleanup | Paolo Abeni | 1 | -1/+67 |
2019-02-27 | selftests: pmtu: disable DAD in all namespaces | Paolo Abeni | 1 | -15/+13 |
2018-11-08 | selftests: pmtu: Introduce FoU and GUE PMTU exceptions tests | Stefano Brivio | 1 | -0/+179 |
2018-11-08 | selftests: pmtu: Introduce tests for IPv4/IPv6 over GENEVE over IPv4/IPv6 | Stefano Brivio | 1 | -31/+86 |
2018-11-08 | selftests: pmtu: Introduce tests for IPv4/IPv6 over VXLAN over IPv4/IPv6 | Stefano Brivio | 1 | -18/+125 |
2018-10-15 | selftests: pmtu: Add optional traffic captures for single tests | Stefano Brivio | 1 | -7/+53 |
2018-10-15 | selftests: pmtu: Allow selection of single tests | Stefano Brivio | 1 | -0/+21 |
2018-10-08 | selftests: pmtu: add basic IPv4 and IPv6 PMTU tests | Sabrina Dubroca | 1 | -4/+203 |
2018-10-08 | selftests: pmtu: extend MTU parsing helper to locked MTU | Sabrina Dubroca | 1 | -0/+2 |
2018-10-08 | selftests: pmtu: Introduce check_pmtu_value() | Stefano Brivio | 1 | -27/+22 |
2018-09-18 | selftests: pmtu: properly redirect stderr to /dev/null | Sabrina Dubroca | 1 | -2/+2 |
2018-08-31 | selftests: pmtu: detect correct binary to ping ipv6 addresses | Sabrina Dubroca | 1 | -1/+4 |
2018-08-31 | selftests: pmtu: maximum MTU for vti4 is 2^16-1-20 | Sabrina Dubroca | 1 | -1/+1 |
2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+2 |
2018-05-30 | selftests: net: return Kselftest Skip code for skipped tests | Shuah Khan (Samsung OSG) | 1 | -1/+4 |
2018-04-27 | selftests: pmtu: Minimum MTU for vti6 is 68 | Stefano Brivio | 1 | -2/+2 |
2018-03-18 | selftests: pmtu: Drop prints to kernel log from pmtu_vti6_link_change_mtu | Stefano Brivio | 1 | -2/+0 |
2018-03-17 | selftests: pmtu: Add pmtu_vti6_link_change_mtu test | Stefano Brivio | 1 | -6/+61 |
2018-03-17 | selftests: pmtu: Add pmtu_vti6_link_add_mtu test | Stefano Brivio | 1 | -1/+43 |
2018-03-17 | selftests: pmtu: Add pmtu_vti4_link_add_mtu test | Stefano Brivio | 1 | -1/+44 |
2018-03-17 | selftests: pmtu: Add test_pmtu_vti4_exception test | Stefano Brivio | 1 | -10/+70 |
2018-03-17 | selftests: pmtu: Add pmtu_vti6_default_mtu test | Stefano Brivio | 1 | -1/+17 |
2018-03-17 | selftests: pmtu: Add pmtu_vti4_default_mtu test | Stefano Brivio | 1 | -13/+73 |
2018-03-17 | selftests: pmtu: Introduce support for multiple tests | Stefano Brivio | 1 | -26/+61 |
2018-03-17 | selftests: pmtu: Factor out MTU parsing helper | Stefano Brivio | 1 | -6/+11 |
2018-03-17 | selftests: pmtu: Use namespace command prefix to fetch route mtu | Stefano Brivio | 1 | -7/+9 |
2018-03-17 | selftests: pmtu: Reverse return codes of functions | Stefano Brivio | 1 | -16/+8 |
2018-03-07 | selftests: net: Introduce first PMTU test | Stefano Brivio | 1 | -0/+163 |