summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/tuntap.cc
AgeCommit message (Expand)Author
2021-09-09Remove linux-compat loopback hacks from packet endpointGhanan Gowripalan
2021-07-22Move socket_test_util to //test/utilGhanan Gowripalan
2021-06-29Merge pull request #6085 from liornm:fix-tun-no_pigVisor bot
2021-06-29Fix TUN IFF_NO_PI bugliornm
2021-04-28Remove side effect from test casesFabricio Voznika
2021-04-16Use size_t instead of C integer types.Dean Deng
2021-04-12Make AsSockAddr() to replace reinterpret_cast<sockaddr*>Ting-Yu Wang
2021-01-15Add tests for cases of ARP failures on TCP connectMithun Iyer
2021-01-07Fix tuntap_test to cleanup after CreateInterfaceNoCapMithun Iyer
2020-12-23Resolve compiler warningsKevin Krakauer
2020-06-09Fix write hang bug found by syzkaller.gVisor bot
2020-04-09Dedup netlink utility functions in tests.Ting-Yu Wang
2020-04-08Clean up TODOsFabricio Voznika
2020-03-16Enable ARP resolution in TAP devices.Ting-Yu Wang
2020-02-28Hide /dev/net/tun when using hostinet.Ting-Yu Wang
2020-02-21Implement tap/tun device in vfs.Ting-Yu Wang