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
/
socket_netlink_route.cc
Age
Commit message (
Expand
)
Author
2020-01-21
Change to standard types.
Adin Scannell
2020-01-21
Merge pull request #1492 from majek:err_typo_in_netstack_tests
gVisor bot
2019-11-04
Add NETLINK_KOBJECT_UEVENT socket support
Michael Pratt
2019-11-01
Add SO_PASSCRED support to netlink sockets
Michael Pratt
2019-10-10
Allow for zero byte iovec with MSG_PEEK | MSG_TRUNC in recvmsg.
Ian Lewis
2019-08-09
netlink: return an error in nlmsgerr
Andrei Vagin
2019-07-31
Basic support for 'ip route'
Ian Lewis
2019-06-28
Fix suggestions from clang.
Nicolas Lacasse
2019-06-13
Implement getsockopt() SO_DOMAIN, SO_PROTOCOL and SO_TYPE.
Rahat Mahmood
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-29
Allow and document bug ids in gVisor codebase.
Nicolas Lacasse
2019-04-29
Appease googletest deprecation
Tamir Duberstein
2019-04-26
Remove syscall tests' dependency on glog
Tamir Duberstein
2019-04-19
Add support for the MSG_TRUNC msghdr flag.
Ian Gudger
2019-01-23
socket_netlink_route: ignore negative port ID values
Andrei Vagin
2018-12-10
Open source system call tests.
Brian Geffon