summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2020-01-31Fix method comment to match method name.Ian Gudger
2020-01-31Use multicast Ethernet address for multicast NDPGhanan Gowripalan
2020-01-31Extract multicast IP to Ethernet address mappingGhanan Gowripalan
2020-01-30Fix for panic in endpoint.Close().Bhasker Hariharan
2020-01-30Do not include the Source Link Layer option with an unspecified source addressGhanan Gowripalan
2020-01-29Do not spawn a goroutine when calling stack.NDPDispatcher's methodsGhanan Gowripalan
2020-01-29Add support for TCP_DEFER_ACCEPT.Bhasker Hariharan
2020-01-28Update link address for senders of Neighbor SolicitationsGhanan Gowripalan
2020-01-28Include the NDP Source Link Layer option when sending DAD messagesGhanan Gowripalan
2020-01-27Add a type to represent the NDP Source Link Layer Address optionGhanan Gowripalan
2020-01-27Merge pull request #1676 from majek:marek/FIX-1632-expose-NewPacketConngVisor bot
2020-01-27Fix licenses.Adin Scannell
2020-01-27Update ChecksumVVWithoffset to use unrolled version.Bhasker Hariharan
2020-01-27Refactor to hide C from channel.Endpoint.Ting-Yu Wang
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-27Expose gonet.NewPacketConn, for parity with gonet.NewConn APIMarek Majkowski
2020-01-27Replace calculateChecksum w/ the unrolled version.Bhasker Hariharan
2020-01-26Unroll checksum computation loop.Bhasker Hariharan
2020-01-24Lock the NIC when checking if an address is tentativeGhanan Gowripalan
2020-01-24Increase timeouts for NDP tests' async eventsGhanan Gowripalan
2020-01-23Merge pull request #1617 from kevinGC:iptables-write-filter-protogVisor bot
2020-01-22Use embedded mutex pattern for stack.NICGhanan Gowripalan
2020-01-22Address GitHub comments.Kevin Krakauer
2020-01-22gonet PacketConn.RemoteAddr() incorrectly returns *net.TCPAddr, should be *ne...Marek Majkowski
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2020-01-21Add a new TCP stat for current open connections.Mithun Iyer
2020-01-21Fixing stuffKevin Krakauer
2020-01-21Merge branch 'master' into iptables-write-filter-protoKevin Krakauer
2020-01-21Merge pull request #1558 from kevinGC:iptables-write-input-dropgVisor bot
2020-01-17Filter out received packets with a local source IP address.Eyal Soha
2020-01-17Remove addPermanentAddressLockedTamir Duberstein
2020-01-15Support upgrading expired/removed IPv6 addresses to permanent SLAAC addressesGhanan Gowripalan
2020-01-15Solicit IPv6 routers when a NIC becomes enabled as a hostGhanan Gowripalan
2020-01-15Bugfix to terminate the protocol loop on StateError.Bhasker Hariharan
2020-01-14Address Nic's comments.Kevin Krakauer
2020-01-14Changes TCP packet dispatch to use a pool of goroutines.Bhasker Hariharan
2020-01-14Implement {g,s}etsockopt(IP_RECVTOS) for UDP socketsTamir Duberstein
2020-01-13Do Source Address Selection when choosing an IPv6 source addressGhanan Gowripalan
2020-01-13Protocol filtering works.Kevin Krakauer
2020-01-13Merge branch 'iptables-write-input-drop' into iptables-write-filter-protoKevin Krakauer
2020-01-13Fix test building.Kevin Krakauer
2020-01-13Allow dual stack sockets to operate on AF_INETTamir Duberstein
2020-01-13Merge branch 'master' into iptables-write-input-dropKevin Krakauer
2020-01-13Merge pull request #1528 from kevinGC:iptables-writegVisor bot
2020-01-10I think INPUT works with protocolKevin Krakauer
2020-01-10Automated rollback of changelist 288990597Ghanan Gowripalan
2020-01-10Put CancellableTimer tests in the tcpip_test packageGhanan Gowripalan
2020-01-10Cleaned up logs.Kevin Krakauer
2020-01-10panic fix in retransmitTimerExpired.Bhasker Hariharan
2020-01-09New sync package.Ian Gudger