summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2021-08-30Avoid pseudo endpoint for TSVal generationZeling Feng
2021-08-27Add LinkEndpoint.WriteRawPacket with stubsGhanan Gowripalan
2021-08-26Add Stack.Seed() backZeling Feng
2021-08-26Centralize TCP timestamp logicTamir Duberstein
2021-08-26Avoid unhandled error warningsTamir Duberstein
2021-08-26Remove unused argumentTamir Duberstein
2021-08-26Pass must-not-be-nil by valueTamir Duberstein
2021-08-25Improve TestTimestampSynCookiesZeling Feng
2021-08-25Avoid the appearance of allocationTamir Duberstein
2021-08-24Measure RTT during handshake since Linux does the sameZeling Feng
2021-08-19Add loopback interface as an ethernet-based deviceGhanan Gowripalan
2021-08-19Use a hash function to generate tcp timestamp offsetZeling Feng
2021-08-18Split TCP secrets from Stack to tcp.protocolZeling Feng
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-08-13Free multicastMemberships on UDP endpoint closeGhanan Gowripalan
2021-08-12[syserror] Convert remaining syserror definitions to linuxerr.Zach Koopmans
2021-08-12Add support for TCP send buffer auto tuning.Nayana Bidari
2021-08-11[op] Make PacketBuffer Clone() do a deeper copy.Ayush Ranjan
2021-08-05Automated rollback of changelist 384508720Kevin Krakauer
2021-07-30Support RTM_DELLINKZeling Feng
2021-07-30checklinkname: rudimentary type-checking of linkname directivesMichael Pratt
2021-07-28Explicitly encode the pcap packet headers to reduce CPU cost of pcap generation.gVisor bot
2021-07-21Add metric to count number of segments acknowledged by DSACK.Nayana Bidari
2021-07-20Enable RACK by default in netstack.Nayana Bidari
2021-07-20Expose local address from raw socketsGhanan Gowripalan
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-15netstack: support SO_RCVBUFFORCEKevin Krakauer
2021-07-14Set tcp endpoint state atomicallyTamir Duberstein
2021-07-13netstack: atomically update buffer sizesKevin Krakauer
2021-07-13Deflake TestRouterSolicitationGhanan Gowripalan
2021-07-12netstack: move SO_SNDBUF/RCVBUF clamping logic out of //pkg/tcpipKevin Krakauer
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
2021-07-12Prevent interleaving in sniffer pcap outputTamir Duberstein
2021-07-08Do not queue zero sized segments.Bhasker Hariharan
2021-07-07Move time.Now() call to snifferTamir Duberstein
2021-07-07Use time package-level variableTamir Duberstein
2021-07-02Discover more specific routes as per RFC 4191Ghanan Gowripalan
2021-07-01Mix checklocks and atomic analyzers.Adin Scannell
2021-07-01Fix bug with TCP bind w/ SO_REUSEADDR.Bhasker Hariharan
2021-06-30Implement fmt.Stringer for NDPRoutePreferenceGhanan Gowripalan
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-29Support parsing NDP Route Information optionGhanan Gowripalan
2021-06-29Merge pull request #6085 from liornm:fix-tun-no_pigVisor bot
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-06-29Fix TUN IFF_NO_PI bugliornm
2021-06-28netstack: deflake TestSynRcvdBadSeqNumberKevin Krakauer
2021-06-25Remove sndQueue as its pointless now.Bhasker Hariharan
2021-06-24Incrementally update checksum when NAT-ingGhanan Gowripalan
2021-06-24Refactor default router state to off-link route stateGhanan Gowripalan
2021-06-24Internal change.Jamie Liu