summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
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-30Extract route table from Stack lockTamir Duberstein
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-28Avoid locking when route doesn't require resolutionGhanan Gowripalan
2021-01-28RACK: Update reorder window.Nayana Bidari
2021-01-28Acquire entry lock with cache lock heldTamir Duberstein
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-28Do not use clockwork for faketimeGhanan Gowripalan
2021-01-28Respect SO_BINDTODEVICE in unconnected UDP writesMarina Ciocea
2021-01-27Confirm neighbor reachability with TCP ACKsGhanan Gowripalan
2021-01-27Rename anonymous struct "mu"Tamir Duberstein
2021-01-27Add support for more fields in netstack for TCP_INFONayana Bidari
2021-01-27Move protected fields under anonymous mutexTamir Duberstein
2021-01-27Merge pull request #4705 from mlevesquedion:fix-cmp-diff-reporting-in-nud-testsgVisor bot
2021-01-26Initialize the send buffer handler in endpoint creation.Nayana Bidari
2021-01-26Do not use stack.Route to send NDP NSGhanan Gowripalan
2021-01-26Implement error on pointersTamir Duberstein
2021-01-26Fix couple of potential route leaks.Bhasker Hariharan
2021-01-26Drop nicID from transport endpoint reg/cleanup fnsGhanan Gowripalan
2021-01-26Move SO_SNDBUF to socketops.Nayana Bidari
2021-01-25Adjust included data size on icmp errorsJulian Elischer
2021-01-25Add per endpoint ARP statisticsArthur Sfez
2021-01-25fdbased: Dedup code related to iovec readingTing-Yu Wang
2021-01-25Unlock tcp endpoint on zero-length atomic writesTamir Duberstein
2021-01-22Refactor GetMainNICAddressArthur Sfez
2021-01-22Do not modify IGMP packets when verifying checksumGhanan Gowripalan
2021-01-22Pass RouteInfo to the route resolve callbackGhanan Gowripalan
2021-01-22Define tcpip.Payloader in terms of io.ReaderTamir Duberstein
2021-01-21Resolve static link addresses in GetLinkAddressGhanan Gowripalan
2021-01-21iptables: support matching the input interface nameToshi Kikuchi
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-20Change the way the IP options report problemsJulian Elischer
2021-01-20rewrite diff check to match example in cmp.Diff docsMichaël Lévesque-Dion
2021-01-19Do not have a stack-wide linkAddressCacheGhanan Gowripalan
2021-01-19Per NIC NetworkEndpoint statisticsArthur Sfez
2021-01-19Drop CheckLocalAddress from LinkAddressCacheGhanan Gowripalan
2021-01-17Do not use a stack-wide queue of pending packetsGhanan Gowripalan
2021-01-15Resolve known link address on route creationGhanan Gowripalan
2021-01-15Support GetLinkAddress with neighborCacheGhanan Gowripalan
2021-01-15Only pass stack.Route's fields to LinkEndpointsGhanan Gowripalan
2021-01-15Remove count argument from tcpip.Endpoint.ReadTamir Duberstein