summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/tests/integration/loopback_test.go
AgeCommit message (Expand)Author
2021-05-13Rename SetForwarding to SetForwardingDefaultAndAllNICsGhanan Gowripalan
2021-04-21Only carry GSO options in the packet bufferGhanan Gowripalan
2021-04-15Use nicer formatting for IP addresses in testsKevin Krakauer
2021-04-08Do not forward link-local packetsGhanan Gowripalan
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-23Explicitly allow martian loopback packetsGhanan Gowripalan
2021-03-17Drop loopback traffic from outside of the stackGhanan Gowripalan
2021-03-05Make stack.DADResult an interfaceGhanan Gowripalan
2021-02-17[infra] Split tcpip/integration test targets to aid investigation.Ayush Ranjan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-22Define tcpip.Payloader in terms of io.ReaderTamir Duberstein
2021-01-15Remove count argument from tcpip.Endpoint.ReadTamir Duberstein
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2020-11-24Deduplicate code in ipv6.protocolGhanan Gowripalan
2020-11-18Fix loopback subnet routing errorGhanan Gowripalan
2020-11-05Use stack.Route exclusively for writing packetsGhanan Gowripalan
2020-09-29Don't generate link-local IPv6 for loopbackGhanan Gowripalan
2020-09-28Support creating protocol instances with Stack refGhanan Gowripalan
2020-09-16Bind loopback subnets' lifetime to perm addressGhanan Gowripalan
2020-08-28Don't bind loopback to all IPs in an IPv6 subnetGhanan Gowripalan
2020-08-24Consider loopback bound to all addresses in subnetGhanan Gowripalan