aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/net/.gitignore
diff options
context:
space:
mode:
authorCezar Bulinaru <cbulinaru@gmail.com>2022-08-03 02:28:16 -0400
committerDavid S. Miller <davem@davemloft.net>2022-08-05 08:59:15 +0100
commit2e64fe4624d19bc71212aae434c54874e5c49c5a (patch)
tree2c5e5b9ec2da70d55aea4438b9c036b785b507a3 /tools/testing/selftests/net/.gitignore
parentnet: tap: NULL pointer derefence in dev_parse_header_protocol when skb->dev is null (diff)
downloadwireguard-linux-2e64fe4624d19bc71212aae434c54874e5c49c5a.tar.xz
wireguard-linux-2e64fe4624d19bc71212aae434c54874e5c49c5a.zip
selftests: add few test cases for tap driver
Few test cases related to the fix for 924a9bc362a5: "net: check if protocol extracted by virtio_net_hdr_set_proto is correct" Need test for the case when a non-standard packet (GSO without NEEDS_CSUM) sent to the tap device causes a BUG check in the tap driver. Signed-off-by: Cezar Bulinaru <cbulinaru@gmail.com> Reviewed-by: Willem de Bruijn <willemb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/net/.gitignore')
-rw-r--r--tools/testing/selftests/net/.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore
index 892306bdb47d..0e5751af6247 100644
--- a/tools/testing/selftests/net/.gitignore
+++ b/tools/testing/selftests/net/.gitignore
@@ -38,4 +38,5 @@ ioam6_parser
toeplitz
tun
cmsg_sender
-unix_connect \ No newline at end of file
+unix_connect
+tap \ No newline at end of file