summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
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
2021-05-06fix rebase errorKevin Krakauer
2021-05-06Moved to atomicbitops and renamed filesKevin Krakauer
2021-05-06Fix alignment issue with 64-bit atomics on 32 bit machinesKevin Krakauer
2021-05-06Solicit routers as long as RAs are handledGhanan Gowripalan
2021-05-05Allow handling RAs when forwarding is enabledGhanan Gowripalan
2021-05-05Send ICMP errors when the network is unreachableNick Brown
2021-05-05Don't cleanup NDP state when enabling forwardingGhanan Gowripalan
2021-05-05Fix a race in reading last seen ICMP error during handshakeMithun Iyer
2021-05-04Fix tcp_test listen backlog expectationMithun Iyer
2021-05-04Use cmp.Diff for tcpip.Error comparisonMithun Iyer
2021-05-03Implement standard clock safelyGhanan Gowripalan
2021-05-03Convey GSO capabilities through GSOEndpointGhanan Gowripalan
2021-05-03netstack: Add a test for mixed Push/ConsumeTing-Yu Wang
2021-04-30Comment ip package in a single placeGhanan Gowripalan
2021-04-29Fix up TODOs in the codeFabricio Voznika
2021-04-29netstack: Rename pkt.Data().TrimFront() to DeleteFront(), and ...Ting-Yu Wang
2021-04-27Remove uses of the binary package from networking code.Rahat Mahmood
2021-04-22Fix AF_UNIX listen() w/ zero backlog.Bhasker Hariharan
2021-04-21Only carry GSO options in the packet bufferGhanan Gowripalan
2021-04-20Move SO_RCVBUF to socketops.Nayana Bidari