Age | Commit message (Expand) | Author |
2021-07-30 | Support RTM_DELLINK | Zeling Feng |
2021-07-22 | Move socket_test_util to //test/util | Ghanan Gowripalan |
2020-11-01 | Fix returned error when deleting non-existant address | Ian Lewis |
2020-10-27 | Add basic address deletion to netlink | Ian Lewis |
2020-10-15 | sockets: ignore io.EOF from view.ReadAt | Andrei Vagin |
2020-07-31 | test/socket_netlink_route: check that there is a route on local or main tables | Andrei Vagin |
2020-06-30 | Remove struct packing to fix compiler warning. | Dean Deng |
2020-04-09 | Dedup netlink utility functions in tests. | Ting-Yu Wang |
2020-04-03 | Add missing newline | Tamir Duberstein |
2020-02-04 | Support RTM_NEWADDR and RTM_GETLINK in (rt)netlink. | Ting-Yu Wang |
2020-01-28 | netlink: add support for RTM_F_LOOKUP_TABLE | Jianfeng Tan |
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 |