summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/tap.c
AgeCommit message (Collapse)AuthorFilesLines
2022-08-05selftests: add few test cases for tap driverCezar Bulinaru1-0/+434
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>