summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/nic.go
AgeCommit message (Expand)Author
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
2020-09-17ip6tables: filter table supportKevin Krakauer
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-28Use a single NetworkEndpoint per addressGhanan Gowripalan
2020-08-25Add option to replace linkAddrCache with neighborCacheSam Balana
2020-08-24Consider loopback bound to all addresses in subnetGhanan Gowripalan
2020-08-17Merge branch 'master' into ip-forwardingIan Lewis
2020-08-17Remove address range functionsGhanan Gowripalan
2020-08-15Don't support address rangesGhanan Gowripalan
2020-08-14Use a single NetworkEndpoint per NIC per protocolGhanan Gowripalan
2020-08-13Migrate to PacketHeader API for PacketBuffer.Ting-Yu Wang
2020-08-06Join IPv4 all-systems group on NIC enableGhanan Gowripalan
2020-08-05Support receiving broadcast IPv4 packetsGhanan Gowripalan