summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/transport_demuxer_test.go
AgeCommit message (Expand)Author
2021-09-15Pass address properties in a single structTony Gong
2021-06-18Add endpoints to map only if registerEndpoint succeeds.Bhasker Hariharan
2021-05-27Speed up TestBindToDeviceDistributionKevin Krakauer
2021-05-27Avoid warningsTamir Duberstein
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-17Do not use martian loopback packets in testsGhanan Gowripalan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-26Drop nicID from transport endpoint reg/cleanup fnsGhanan Gowripalan
2021-01-15Remove count argument from tcpip.Endpoint.ReadTamir Duberstein
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2020-12-22Move SO_BINDTODEVICE to socketops.Nayana Bidari
2020-12-12Introduce IPv6 extension header serialization facilitiesBruno Dal Bo
2020-11-18[netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions.Ayush Ranjan
2020-11-11Teach netstack how to add options to IPv4 packetsJulian Elischer
2020-09-28Support creating protocol instances with Stack refGhanan Gowripalan
2020-08-27Improve type safety for socket optionsGhanan Gowripalan
2020-08-13Migrate to PacketHeader API for PacketBuffer.Ting-Yu Wang
2020-06-10Add support for SO_REUSEADDR to UDP sockets/endpoints.Ian Gudger
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-04-09Convert int and bool socket options to use GetSockOptInt and GetSockOptBoolAndrei Vagin
2020-03-26Add IPv4 to bind_to_device distribution testJay Zhuang
2020-03-26Clean up transport_demuxer.go and testJay Zhuang
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan
2020-03-11Use a heap in transport demuxerTamir Duberstein
2020-01-09Change BindToDeviceOption to store NICIDEyal Soha
2020-01-08Introduce tcpip.SockOptBoolTamir Duberstein
2020-01-08Combine various Create*NIC methods into CreateNICWithOptions.Bert Muthalaly
2019-11-06Rename nicid to nicID to follow go-readability initialismsGhanan Gowripalan
2019-11-06Use PacketBuffers, rather than VectorisedViews, in netstack.Kevin Krakauer
2019-09-27Implement SO_BINDTODEVICE sockoptgVisor bot