summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2020-11-11Teach netstack how to add options to IPv4 packetsJulian Elischer
2020-11-09Skip `EventHUp` notify in `FIN_WAIT2` on a socket close.Mithun Iyer
2020-11-09net: connect to the ipv4 localhost returns ENETUNREACH if the address isn't setAndrei Vagin
2020-11-09Initialize references with a value of 1.Dean Deng
2020-11-06Trim link headers from buffer clone when sniffingGhanan Gowripalan
2020-11-06Return early in walkSACK if segment has no SACK blocks.Bhasker Hariharan
2020-11-06Do not send to the zero portGhanan Gowripalan
2020-11-05Cache addressEndpoint.addr.Subnet() to avoid allocations.Bhasker Hariharan
2020-11-05Use stack.Route exclusively for writing packetsGhanan Gowripalan
2020-11-04Unlock tcp endpoint mutex before blocking forever.Dean Deng
2020-11-03Release mutex before blocking during TCP handshake route resolution.Dean Deng
2020-11-02Send NUD probes in a separate gorountineSam Balana
2020-11-02Automated rollback of changelist 339945377Dean Deng
2020-10-31net/tcpip: connect to unset loopback address has to return EADDRNOTAVAILAndrei Vagin
2020-10-30Automated rollback of changelist 339750876Dean Deng
2020-10-29Automated rollback of changelist 339675182Dean Deng
2020-10-29Make RedirectTarget thread safeKevin Krakauer
2020-10-29Fix TCP wildcard bind failure when netstack is v6 onlyTing-Yu Wang
2020-10-29Keep magic constants out of netstackKevin Krakauer
2020-10-29Delay goroutine creation during TCP handshake for accept/connect.Dean Deng
2020-10-28Avoid time.Now in NUDTamir Duberstein
2020-10-27Add support for Timestamp and RecordRoute IP optionsJulian Elischer
2020-10-27Wake up any waiters on an ICMP error on UDP socket.Bhasker Hariharan
2020-10-27Pass NeighborEntry in NUD callbacksTamir Duberstein
2020-10-27Add basic address deletion to netlinkIan Lewis
2020-10-24Send ICMP error message if IP fragment reassembly failsToshi Kikuchi
2020-10-23Wait before transitioning NUD entries from Probe to FailedSam Balana
2020-10-23Fix TestTCPTimeWaitNewSyn.Bhasker Hariharan
2020-10-23Support getsockopt for SO_ACCEPTCONN.Nayana Bidari
2020-10-23Do not hold NIC local address in neighbor entriesGhanan Gowripalan
2020-10-23Decrement e.synRcvdCount once handshake is complete.Bhasker Hariharan
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-10-22Pass NetworkInterface to LinkAddressRequestGhanan Gowripalan
2020-10-21Add underflow check when calculating the MTUArthur Sfez
2020-10-20Fix nogo test in //pkg/tcpip/...Ting-Yu Wang
2020-10-20Fix locking in AddressableEndpointStateGhanan Gowripalan
2020-10-20Fix nogo tests.Ting-Yu Wang
2020-10-16Don't include link header when forwarding packetsGhanan Gowripalan
2020-10-16Make IPv4 check the IP header checksumJulian Elischer
2020-10-16Enable IPv4 fragmentation for every code path.Arthur Sfez
2020-10-16Enable IPv6 WriteHeaderIncludedPacketGhanan Gowripalan
2020-10-15Process NAs without target link-layer addressesSam Balana
2020-10-15Refactor compareFragments to follow Go styleArthur Sfez
2020-10-14Find route before sending NA responseGhanan Gowripalan
2020-10-13Merge pull request #4486 from patr0nus:master_udp_ep_fixgVisor bot
2020-10-13Correct NA minimum sizeSam Balana
2020-10-13Use NDP option serializer instead of handcrafting the NSTamir Duberstein
2020-10-11Assign ep.effectiveNetProtos in UDP forwarder's CreateEndpointpatr0nus
2020-10-09TCP Receive window advertisement fixes.Bhasker Hariharan
2020-10-09RACK: Detect packet reordering.Nayana Bidari