summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/network
AgeCommit message (Expand)Author
2021-04-30Comment ip package in a single placeGhanan Gowripalan
2021-04-29netstack: Rename pkt.Data().TrimFront() to DeleteFront(), and ...Ting-Yu Wang
2021-04-21Only carry GSO options in the packet bufferGhanan Gowripalan
2021-04-20Expose header methods that validate checksumsArthur Sfez
2021-04-15Use nicer formatting for IP addresses in testsKevin Krakauer
2021-04-09iptables: support postrouting hook and SNAT targetToshi Kikuchi
2021-04-09Rename IsV6LinkLocalAddress to IsV6LinkLocalUnicastAddressGhanan Gowripalan
2021-04-08Do not forward link-local packetsGhanan Gowripalan
2021-04-08Join all routers group when forwarding is enabledGhanan Gowripalan
2021-04-06Do not perform MLD for certain multicast scopesGhanan 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-22Return tcpip.Error from (*Stack).GetMainNICAddressGhanan Gowripalan
2021-03-17Drop loopback traffic from outside of the stackGhanan Gowripalan
2021-03-16Detect looped-back NDP DAD messagesGhanan Gowripalan
2021-03-16Do not call into Stack from LinkAddressRequestGhanan Gowripalan
2021-03-05Fix network protocol/endpoint lock order violationGhanan Gowripalan
2021-03-05Include duplicate address holder info in DADResultGhanan Gowripalan
2021-03-05Make stack.DADResult an interfaceGhanan Gowripalan
2021-03-03Make dedicated methods for data operations in PacketBufferTing-Yu Wang
2021-03-03Export stats that were forgottenArthur Sfez
2021-02-24Validate MLD packetsArthur Sfez
2021-02-24Cleanup temp SLAAC address jobs on DAD conflictsGhanan Gowripalan
2021-02-18Validate IGMP packetsArthur Sfez
2021-02-09Move network internal code to internal packageGhanan Gowripalan
2021-02-09add IPv4 options processing for forwarding and reassemblyJulian Elischer
2021-02-08Remove unnecessary lockingGhanan Gowripalan
2021-02-08Support performing DAD for any addressGhanan Gowripalan
2021-02-06Remove linkAddrCacheGhanan Gowripalan
2021-02-06Use fine grained locks while sending NDP packetsGhanan Gowripalan
2021-02-06Remove (*stack.Stack).FindNetworkEndpointGhanan Gowripalan
2021-02-06Check local address directly through NICGhanan Gowripalan
2021-02-05Batch write packets after iptables checksGhanan Gowripalan
2021-02-05Refactor locally delivered packetsGhanan Gowripalan
2021-02-01Refactor HandleControlPacket/SockErrorGhanan Gowripalan
2021-01-31Default to NUD/neighborCache instead of linkAddrCacheGhanan Gowripalan
2021-01-31Use closure for IPv6 testContext cleanupGhanan Gowripalan
2021-01-31Remove NICs before closing their link endpointsGhanan Gowripalan
2021-01-31Use different neighbor tables per network endpointGhanan Gowripalan
2021-01-31Hide neighbor table kind from NetworkEndpointGhanan Gowripalan
2021-01-30Implement LinkAddressResolver on NetworkEndpointsGhanan Gowripalan
2021-01-29Make fragmentation return a reassembled PacketBufferTing-Yu Wang
2021-01-29Clear IGMPv1 present flag on NIC downGhanan Gowripalan
2021-01-29Refresh delayed report timers on query messagesGhanan Gowripalan
2021-01-29Discard invalid Neighbor AdvertisementsPeter Johnston
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-27Merge pull request #4705 from mlevesquedion:fix-cmp-diff-reporting-in-nud-testsgVisor bot
2021-01-26Do not use stack.Route to send NDP NSGhanan Gowripalan
2021-01-25Adjust included data size on icmp errorsJulian Elischer