summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2021-06-14Cleanup iptables bug TODOsKevin Krakauer
2021-06-14Always accept discovered configurations from NDPGhanan Gowripalan
2021-06-09Merge pull request #6128 from kevinGC:fanout-pidgVisor bot
2021-06-09Avoid fanout group collisions with best effortKevin Krakauer
2021-06-07Exclusively lock IPv6 EP when modifying addressesGhanan Gowripalan
2021-06-05Use the NIC packets arrived at when filteringGhanan Gowripalan
2021-06-04Honor data and FIN from the ACK completing handshakeMithun Iyer
2021-06-01Ensure full shutdown of endpoint on notifyCloseMithun Iyer
2021-06-01Ignore RST received for a TCP listenerMithun Iyer
2021-05-28Clean up warningsTamir Duberstein
2021-05-27Support SO_BINDTODEVICE in ICMP socketsSam Balana
2021-05-27Speed up TestBindToDeviceDistributionKevin Krakauer
2021-05-27Use fake clocks in all testsTamir Duberstein
2021-05-27Avoid warningsTamir Duberstein
2021-05-26Use the stack RNG everywhereTamir Duberstein
2021-05-26Clarify commentTamir Duberstein
2021-05-26Move presence methods from segment to TCPFlagsTamir Duberstein
2021-05-26Alias most local importTamir Duberstein
2021-05-26Spawn dequeing task via the clockTamir Duberstein
2021-05-26Use the stack clock everywhereTamir Duberstein
2021-05-25Use opaque types to represent timeTamir Duberstein
2021-05-25Use the stack RNGTamir Duberstein
2021-05-25Use embedded mutex patternTamir Duberstein
2021-05-25Merge pull request #6060 from zchee:tcpip-remove-unused-sfilegVisor bot
2021-05-24Move RunImmediatelyScheduledJobs to faketimeTamir Duberstein
2021-05-24Standardize import aliasTamir Duberstein
2021-05-24Handle errorsTamir Duberstein
2021-05-24Remove unused pkg/tcpip/time.s dummy assembly fileKoichi Shiraishi
2021-05-22Remove detritusTamir Duberstein
2021-05-21Add aggregated NIC statsArthur Sfez
2021-05-20Add protocol state to TCPINFOMithun Iyer
2021-05-19Send ICMP errors when link address resolution failsNick Brown
2021-05-18use more explicit netstack dependency restrictionsKevin Krakauer
2021-05-18Merge pull request #6009 from kevinGC:anotheraligngVisor bot
2021-05-18Emit more information on panicTamir Duberstein
2021-05-17replace use of atomic with AlignedAtomicInt64Kevin Krakauer
2021-05-17Rename variables in IP forwarding testsNick Brown
2021-05-14Validate DAD configs when initializing DAD stateGhanan Gowripalan
2021-05-14Control forwarding per NetworkEndpointGhanan Gowripalan
2021-05-14Fix panic on consume in a mixed push/consume caseTing-Yu Wang
2021-05-13Check filter table when forwarding IP packetsGhanan Gowripalan
2021-05-13Apply SWS avoidance to ACKs with window updatesMithun Iyer
2021-05-13Migrate PacketBuffer to use pkg/bufferTing-Yu Wang
2021-05-13Rename SetForwarding to SetForwardingDefaultAndAllNICsGhanan Gowripalan
2021-05-12Send ICMP errors when unable to forward fragmented packetsNick Brown
2021-05-12Fix not calling decRef on merged segmentsTing-Yu Wang
2021-05-11Merge pull request #5694 from kevinGC:align32gVisor bot
2021-05-11Change AcquireAssignedAddress to use RLock.Bhasker Hariharan
2021-05-11Move multicounter testutil functions out of network/ipArthur Sfez
2021-05-11Process Hop-by-Hop header when forwarding IPv6 packetsNick Brown