summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp/dispatcher.go
AgeCommit message (Expand)Author
2021-07-01Mix checklocks and atomic analyzers.Adin Scannell
2021-05-26Use the stack RNG everywhereTamir Duberstein
2021-05-26Use the stack clock everywhereTamir Duberstein
2021-05-21Add aggregated NIC statsArthur Sfez
2021-04-19De-duplicate TCP state in TCPEndpointState vs tcp.endpointNick Brown
2020-11-05Use stack.Route exclusively for writing packetsGhanan Gowripalan
2020-07-06Remove dependency on pkg/binaryTamir Duberstein
2020-07-05Add wakers synchronouslyTamir Duberstein
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan
2020-03-19Remove workMu from tcpip.Endpoint.Bhasker Hariharan
2020-02-24Add support for tearing down protocol dispatchers and TIME_WAIT endpoints.Ian Gudger
2020-01-15Bugfix to terminate the protocol loop on StateError.Bhasker Hariharan
2020-01-14Changes TCP packet dispatch to use a pool of goroutines.Bhasker Hariharan