summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/packet/endpoint_state.go
AgeCommit message (Expand)Author
2021-09-20Do not allow unbinding network protocolGhanan Gowripalan
2021-09-15Annotate checklocks on mutex protected fieldsGhanan Gowripalan
2021-09-01Support sending with packet socketsGhanan Gowripalan
2021-05-25Use opaque types to represent timeTamir Duberstein
2021-04-20Move SO_RCVBUF to socketops.Nayana Bidari
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-26Initialize the send buffer handler in endpoint creation.Nayana Bidari
2021-01-26Move SO_SNDBUF to socketops.Nayana Bidari
2020-07-15Add support for SO_ERROR to packet sockets.Bhasker Hariharan
2019-10-21AF_PACKET support for netstack (aka epsocket).Kevin Krakauer