index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
syscalls
/
linux
/
tuntap.cc
Age
Commit message (
Expand
)
Author
2021-09-09
Remove linux-compat loopback hacks from packet endpoint
Ghanan Gowripalan
2021-07-22
Move socket_test_util to //test/util
Ghanan Gowripalan
2021-06-29
Merge pull request #6085 from liornm:fix-tun-no_pi
gVisor bot
2021-06-29
Fix TUN IFF_NO_PI bug
liornm
2021-04-28
Remove side effect from test cases
Fabricio Voznika
2021-04-16
Use size_t instead of C integer types.
Dean Deng
2021-04-12
Make AsSockAddr() to replace reinterpret_cast<sockaddr*>
Ting-Yu Wang
2021-01-15
Add tests for cases of ARP failures on TCP connect
Mithun Iyer
2021-01-07
Fix tuntap_test to cleanup after CreateInterfaceNoCap
Mithun Iyer
2020-12-23
Resolve compiler warnings
Kevin Krakauer
2020-06-09
Fix write hang bug found by syzkaller.
gVisor bot
2020-04-09
Dedup netlink utility functions in tests.
Ting-Yu Wang
2020-04-08
Clean up TODOs
Fabricio Voznika
2020-03-16
Enable ARP resolution in TAP devices.
Ting-Yu Wang
2020-02-28
Hide /dev/net/tun when using hostinet.
Ting-Yu Wang
2020-02-21
Implement tap/tun device in vfs.
Ting-Yu Wang