summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/tests
AgeCommit message (Expand)Author
2021-09-22Track UDP connectionsGhanan Gowripalan
2021-09-15Pass address properties in a single structTony Gong
2021-06-18Include off-link route's preference in update eventsGhanan Gowripalan
2021-06-14Rename DefaultRouter event to OffLinkRoute eventGhanan Gowripalan
2021-06-14Always accept discovered configurations from NDPGhanan Gowripalan
2021-06-05Use the NIC packets arrived at when filteringGhanan Gowripalan
2021-05-26Spawn dequeing task via the clockTamir Duberstein
2021-05-26Use the stack clock everywhereTamir Duberstein
2021-05-25Use opaque types to represent timeTamir Duberstein
2021-05-24Move RunImmediatelyScheduledJobs to faketimeTamir Duberstein
2021-05-22Remove detritusTamir Duberstein
2021-05-19Send ICMP errors when link address resolution failsNick Brown
2021-05-14Control forwarding per NetworkEndpointGhanan Gowripalan
2021-05-13Check filter table when forwarding IP packetsGhanan Gowripalan
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-24Unexpose immutable fields in stack.RouteNick Brown
2021-03-23Explicitly allow martian loopback packetsGhanan Gowripalan
2021-03-17Drop loopback traffic from outside of the stackGhanan Gowripalan
2021-03-05Include duplicate address holder info in DADResultGhanan Gowripalan
2021-03-05Make stack.DADResult an interfaceGhanan Gowripalan
2021-03-03Deflake //pkg/tcpip/tests/integration:forward_testTing-Yu Wang
2021-03-03Make dedicated methods for data operations in PacketBufferTing-Yu Wang
2021-03-02Plumb link address request errors up to requesterTamir Duberstein
2021-02-17[infra] Split tcpip/integration test targets to aid investigation.Ayush Ranjan
2021-02-08Support performing DAD for any addressGhanan Gowripalan
2021-02-06Remove linkAddrCacheGhanan Gowripalan
2021-02-05Batch write packets after iptables checksGhanan Gowripalan
2021-02-01Refactor HandleControlPacket/SockErrorGhanan Gowripalan
2021-01-31Use different neighbor tables per network endpointGhanan Gowripalan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-27Confirm neighbor reachability with TCP ACKsGhanan Gowripalan
2021-01-22Pass RouteInfo to the route resolve callbackGhanan Gowripalan
2021-01-22Define tcpip.Payloader in terms of io.ReaderTamir Duberstein
2021-01-21iptables: support matching the input interface nameToshi Kikuchi
2021-01-21Only use callback for GetLinkAddressGhanan Gowripalan
2021-01-21Queue packets in WritePackets when resolving link addressGhanan Gowripalan
2021-01-15Support GetLinkAddress with neighborCacheGhanan Gowripalan
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
2021-01-06Do not filter frames in ethernet link endpointGhanan Gowripalan
2021-01-06Support add/remove IPv6 multicast group sock optGhanan Gowripalan
2020-12-12Introduce IPv6 extension header serialization facilitiesBruno Dal Bo
2020-11-24Deduplicate code in ipv6.protocolGhanan Gowripalan
2020-11-18[netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions.Ayush Ranjan