summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/stack_test.go
AgeCommit message (Expand)Author
2020-08-14Use a single NetworkEndpoint per NIC per protocolGhanan Gowripalan
2020-08-13Migrate to PacketHeader API for PacketBuffer.Ting-Yu Wang
2020-08-08Use unicast source for ICMP echo repliesGhanan Gowripalan
2020-08-06Join IPv4 all-systems group on NIC enableGhanan Gowripalan
2020-08-05Support receiving broadcast IPv4 packetsGhanan Gowripalan
2020-07-30Use brodcast MAC for broadcast IPv4 packetsGhanan Gowripalan
2020-07-28Redirect TODO to GitHub issuesFabricio Voznika
2020-06-24Add support for Stack level options.Bhasker Hariharan
2020-06-17Increase timeouts for NDP testsGhanan Gowripalan
2020-06-07netstack: parse incoming packet headers up-frontKevin Krakauer
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-05-01Automated rollback of changelist 308674219Kevin Krakauer
2020-04-30FIFO QDisc implementationBhasker Hariharan
2020-04-30Prefer temporary addressesGhanan Gowripalan
2020-04-27Automated rollback of changelist 308163542gVisor bot
2020-04-23Remove View.First() and View.RemoveFirst()Kevin Krakauer
2020-04-21Automated rollback of changelist 307477185gVisor bot
2020-04-17Remove View.First() and View.RemoveFirst()Kevin Krakauer
2020-04-08Fix all printf formatting errors.Adin Scannell
2020-04-03Refactor software GSO code.Bhasker Hariharan
2020-04-01Deflake tcpip/stack:stack_x_testGhanan Gowripalan
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan
2020-03-13Disable a NIC before removing itGhanan Gowripalan
2020-03-13Honour the link's MaxHeaderLength when forwardingGhanan Gowripalan
2020-03-11Automated rollback of changelist 300217972gVisor bot
2020-03-10Honour the link's MaxHeaderLength when forwardingGhanan Gowripalan
2020-02-25Use link-local source address for link-local multicastGhanan Gowripalan
2020-02-24Add support for tearing down protocol dispatchers and TIME_WAIT endpoints.Ian Gudger
2020-02-21Attach LinkEndpoint to NetworkDispatcher immediatelyGhanan Gowripalan
2020-02-20Support disabling a NICgVisor bot
2020-02-11Disallow duplicate NIC names.gVisor bot
2020-02-06Send DAD event when DAD resolves immediatelyGhanan Gowripalan
2020-02-06Auto-generate link-local address as a SLAAC addressGhanan Gowripalan
2020-02-06Perform DAD on IPv6 addresses when enabling a NICGhanan Gowripalan
2020-01-27Refactor to hide C from channel.Endpoint.Ting-Yu Wang
2020-01-21Merge pull request #1558 from kevinGC:iptables-write-input-dropgVisor bot
2020-01-13Do Source Address Selection when choosing an IPv6 source addressGhanan Gowripalan
2020-01-13Fix test building.Kevin Krakauer
2020-01-10Automated rollback of changelist 288990597Ghanan Gowripalan
2020-01-09Separate NDP tests into its own packageGhanan Gowripalan
2020-01-09Allow clients to store an opaque NICContext with NICsBert Muthalaly
2020-01-08Combine various Create*NIC methods into CreateNICWithOptions.Bert Muthalaly
2020-01-08Remove redundant function argumentTamir Duberstein
2020-01-08Add NIC.isLoopback()Bert Muthalaly
2020-01-07Disable auto-generation of IPv6 link-local addresses for loopback NICsGhanan Gowripalan
2020-01-06Pass the NIC-internal name to the NIC name function when generating opaque IIDsGhanan Gowripalan
2020-01-03Support generating opaque interface identifiers as defined by RFC 7217Ghanan Gowripalan
2019-11-22Use PacketBuffers with GSO.Kevin Krakauer
2019-11-14Use PacketBuffers for outgoing packets.Kevin Krakauer
2019-11-06Rename nicid to nicID to follow go-readability initialismsGhanan Gowripalan