summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/raw/endpoint_state.go
AgeCommit message (Expand)Author
2021-09-14Compose raw IP with datagram-based endpointGhanan 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-26Drop nicID from transport endpoint reg/cleanup fnsGhanan Gowripalan
2021-01-26Move SO_SNDBUF to socketops.Nayana Bidari
2020-11-25Make stack.Route safe to access concurrentlyGhanan Gowripalan
2020-10-20Fix nogo tests.Ting-Yu Wang
2019-10-21AF_PACKET support for netstack (aka epsocket).Kevin Krakauer
2019-10-09Internal change.gVisor bot
2019-08-15Don't dereference errors passed to panic()Tamir Duberstein
2019-08-15netstack: move resumption logic into *_state.goTamir Duberstein
2019-08-08netstack: Don't start endpoint goroutines too soon on restore.Rahat Mahmood
2019-06-13Update canonical repository.Adin Scannell
2019-05-03Fix transport/raw copybara exportTamir Duberstein