summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/nic.go
AgeCommit message (Expand)Author
2021-02-08Support performing DAD for any addressGhanan Gowripalan
2021-02-06Remove linkAddrCacheGhanan Gowripalan
2021-02-06Use embedded mutex pattern in neighbor cache/entryGhanan Gowripalan
2021-02-06Unexpose NICGhanan Gowripalan
2021-02-06Check local address directly through NICGhanan Gowripalan
2021-02-05Refactor locally delivered packetsGhanan Gowripalan
2021-02-01Refactor HandleControlPacket/SockErrorGhanan 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-28Avoid locking when route doesn't require resolutionGhanan Gowripalan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-27Confirm neighbor reachability with TCP ACKsGhanan Gowripalan
2021-01-21Only use callback for GetLinkAddressGhanan Gowripalan
2021-01-21Do not cache remote link address in RouteGhanan Gowripalan
2021-01-21Queue packets in WritePackets when resolving link addressGhanan Gowripalan
2021-01-21Populate EgressRoute, GSO, Netproto in NICGhanan Gowripalan
2021-01-19Do not have a stack-wide linkAddressCacheGhanan Gowripalan
2021-01-17Do not use a stack-wide queue of pending packetsGhanan Gowripalan
2021-01-15Support GetLinkAddress with neighborCacheGhanan Gowripalan
2021-01-15Only pass stack.Route's fields to LinkEndpointsGhanan Gowripalan
2021-01-13Clear neighbor table on NIC downGhanan Gowripalan
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-12-15Fix a data race in packetEPsTing-Yu Wang
2020-12-10Use specified source address for IGMP/MLD packetsGhanan Gowripalan
2020-12-03Make `stack.Route` thread safePeter Johnston
2020-12-01Track join count in multicast group protocol stateGhanan Gowripalan
2020-11-25Make stack.Route safe to access concurrentlyGhanan Gowripalan
2020-11-24Track number of packets queued to Failed neighborsSam Balana
2020-11-16Remove ARP address workaroundGhanan Gowripalan
2020-11-12Move packet handling to NetworkEndpointGhanan Gowripalan
2020-11-05Use stack.Route exclusively for writing packetsGhanan Gowripalan
2020-10-30Automated rollback of changelist 339750876Dean Deng
2020-10-29Automated rollback of changelist 339675182Dean Deng
2020-10-29Delay goroutine creation during TCP handshake for accept/connect.Dean Deng
2020-10-27Add support for Timestamp and RecordRoute IP optionsJulian Elischer
2020-10-22Pass NetworkInterface to LinkAddressRequestGhanan Gowripalan
2020-10-16Don't include link header when forwarding packetsGhanan Gowripalan
2020-10-09Automated rollback of changelist 336304024Ghanan Gowripalan
2020-10-09Automated rollback of changelist 336185457Bhasker Hariharan
2020-10-08Do not resolve routes immediatelyGhanan Gowripalan
2020-10-05Remove AssignableAddressEndpoint.NetworkEndpointGhanan Gowripalan
2020-09-30Use the ICMP error response facilityJulian Elischer
2020-09-29Return permanent addresses when NIC is downGhanan Gowripalan
2020-09-29Trim Network/Transport Endpoint/ProtocolGhanan Gowripalan
2020-09-29Move IP state from NIC to NetworkEndpoint/ProtocolGhanan Gowripalan
2020-09-26Remove generic ICMP errorsGhanan Gowripalan
2020-09-23Extract ICMP error sender from UDPJulian Elischer
2020-09-20Merge pull request #3651 from ianlewis:ip-forwardinggVisor bot
2020-09-18Count packets dropped by iptables in IPStatsKevin Krakauer