summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/transport_demuxer_test.go
AgeCommit message (Expand)Author
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