summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net
Commit message (Expand)AuthorAgeFilesLines
...
* | selftests: forwarding: Add a test for VLAN deletionIdo Schimmel2019-01-081-1/+14
* | selftests: forwarding: Fix test for different devicesIdo Schimmel2019-01-081-1/+1
* | selftests: net: fix/improve ip_defrag selftestPeter Oskolkov2019-01-042-10/+95
|/
* selftests: net: reuseport_addr_any: silence clang warningPeter Oskolkov2018-12-201-0/+10
* selftests: rtnetlink: Add a test case for multipath route getIdo Schimmel2018-12-201-0/+15
* selftests: forwarding: Add router test with VID 1Ido Schimmel2018-12-201-0/+135
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-202-0/+30
|\
| * selftests: net: Add test_vxlan_fdb_changelink.shPetr Machata2018-12-182-0/+30
* | selftests: net: refactor reuseport_addr_any testPeter Oskolkov2018-12-191-83/+38
* | selftests: rtnetlink.sh: add testcase for neigh getRoopa Prabhu2018-12-191-0/+54
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-12-182-1/+304
|\ \
| * | xfrm: policy: fix netlink/pf_key policy lookupsFlorian Westphal2018-11-151-6/+32
| * | selftests: add xfrm policy test scriptFlorian Westphal2018-11-092-1/+278
* | | selftests: net: rtnetlink.sh: add fdb get testRoopa Prabhu2018-12-161-0/+53
* | | selftests: net: reuseport_addr_any: add DCCPPeter Oskolkov2018-12-161-2/+47
* | | selftests: net: test that listening sockets match on address properlyPeter Oskolkov2018-12-144-2/+271
* | | selftests: forwarding: Add multicast routing testNir Dotan2018-12-112-0/+313
* | | selftests: forwarding: Add PVID test case for VXLAN with VLAN-aware bridgesIdo Schimmel2018-12-071-0/+70
* | | 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/net: add txring_overwriteWillem de Bruijn2018-11-244-1/+191
* | | selftests: explicitly require kernel features needed by udpgro testsPaolo Abeni2018-11-221-0/+14
* | | selftests: forwarding: vxlan_bridge_1d: Add learning testIdo Schimmel2018-11-211-0/+108
* | | selftests: forwarding: vxlan_bridge_1d_port_8472: New testPetr Machata2018-11-191-0/+10
* | | selftests: forwarding: vxlan_bridge_1d: Add an ECN decap testPetr Machata2018-11-191-0/+116
* | | selftests: forwarding: vxlan_bridge_1d: Add an ECN encap testPetr Machata2018-11-191-0/+26
* | | selftests: forwarding: vxlan_bridge_1d: Add a TOS testPetr Machata2018-11-191-0/+14
* | | selftests: forwarding: vxlan_bridge_1d: Add a TTL testPetr Machata2018-11-191-0/+33
* | | selftests: forwarding: vxlan_bridge_1d: Reconfigure & rerun testsPetr Machata2018-11-191-0/+26
* | | selftests: forwarding: vxlan_bridge_1d: Add unicast testPetr Machata2018-11-191-0/+54
* | | selftests: forwarding: vxlan_bridge_1d: Add flood testPetr Machata2018-11-191-0/+105
* | | selftests: forwarding: vxlan_bridge_1d: Add ping testPetr Machata2018-11-191-0/+8
* | | selftests: forwarding: Add a skeleton of vxlan_bridge_1dPetr Machata2018-11-191-0/+296
* | | selftests: forwarding: lib: Add link_stats_rx_errors_get()Petr Machata2018-11-191-2/+15
* | | selftests: forwarding: ping{6, }_do(): Allow passing ping argumentsPetr Machata2018-11-191-2/+4
* | | selftests: forwarding: ping{6, }_test(): Add description argumentPetr Machata2018-11-191-2/+2
* | | selftests: forwarding: lib: Add in_ns()Petr Machata2018-11-191-0/+11
* | | selftests: forwarding: lib: Support NUM_NETIFS of 0Petr Machata2018-11-191-2/+2
* | | selftests: add explicit test for multiple concurrent GRO socketsPaolo Abeni2018-11-161-0/+34
|/ /
* | selftests: pmtu: Introduce FoU and GUE PMTU exceptions testsStefano Brivio2018-11-081-0/+179
* | selftests: pmtu: Introduce tests for IPv4/IPv6 over GENEVE over IPv4/IPv6Stefano Brivio2018-11-081-31/+86
* | selftests: pmtu: Introduce tests for IPv4/IPv6 over VXLAN over IPv4/IPv6Stefano Brivio2018-11-081-18/+125
* | selftests: add functionals test for UDP GROPaolo Abeni2018-11-076-23/+282
* | selftests: add some benchmark for UDP GROPaolo Abeni2018-11-072-0/+94
* | selftests: add GRO support to udp bench rx programPaolo Abeni2018-11-071-7/+30
|/
* net/ipv6: Allow onlink routes to have a device mismatch if it is the default ...David Ahern2018-10-241-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-4/+9
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-10-141-4/+9
| |\
| | * bpf: do not blindly change rlimit in reuseport net selftestEric Dumazet2018-10-081-4/+9