summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi/linux/socket.go
AgeCommit message (Expand)Author
2021-01-29- Add more comments for the TCP_INFO struct fields.Nayana Bidari
2021-01-27Add support for more fields in netstack for TCP_INFONayana Bidari
2021-01-06Support add/remove IPv6 multicast group sock optGhanan Gowripalan
2020-12-11Remove existing nogo exceptions.Adin Scannell
2020-12-11[netstack] Decouple tcpip.ControlMessages from the IP control messges.Ayush Ranjan
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-08-12ip6tables: ABI structs and constantsKevin Krakauer
2020-08-04Internal change.gVisor bot
2020-07-31iptables: support SO_ORIGINAL_DSTKevin Krakauer
2020-07-23Marshallable socket opitons.Ayush Ranjan
2020-07-22Support for receiving outbound packets in AF_PACKET.Bhasker Hariharan
2020-02-13Internal change.gVisor bot
2019-11-27Add support for receiving TOS and TCLASS control messages in hostinet.Dean Deng
2019-10-21AF_PACKET support for netstack (aka epsocket).Kevin Krakauer
2019-08-15Document source and versioning of the TCPInfo struct.Rahat Mahmood
2019-08-12Compute size of struct tcp_info instead of hardcoding it.Rahat Mahmood
2019-08-08Return a well-defined socket address type from socket funtions.Rahat Mahmood
2019-06-13Update canonical repository.Adin Scannell
2019-06-06Use common definition of SockType.Rahat Mahmood
2019-06-06Track and export socket state.Rahat Mahmood
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-18Only emit unimplemented syscall events for unsupported values.Ian Gudger
2019-02-07Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack.Ian Gudger
2019-02-07Implement /proc/net/unix.Rahat Mahmood
2018-11-20Add unsupported syscall events for get/setsockoptFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-14Reuse readlink parameter, add sockaddr max.Michael Pratt
2018-04-28Check in gVisor.Googler