summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2019-10-29Update build tags to allow Go 1.14Michael Pratt
2019-10-29Allow waiting for Endpoint worker goroutines to finish.Ian Gudger
2019-10-29Support iterating an NDP options buffer.Ghanan Gowripalan
2019-10-28Use the user supplied TCP MSS when creating a new active socketGhanan Gowripalan
2019-10-25Validate the checksum for incoming ICMPv6 packetsGhanan Gowripalan
2019-10-25Convert DelayOption to the newer/faster SockOpt int type.Ian Gudger
2019-10-24Add a type to represent the NDP Prefix Information option.Ghanan Gowripalan
2019-10-24Remove the amss field from tcpip.tcp.handshake as it was unusedGhanan Gowripalan
2019-10-24Use interface-specific NDP configurations instead of the stack-wide default.Ghanan Gowripalan
2019-10-23Merge pull request #641 from tanjianfeng:mastergVisor bot
2019-10-23Inform netstack integrator when Duplicate Address Detection completesGhanan Gowripalan
2019-10-22Add a type to represent the NDP Router Advertisement message.Ghanan Gowripalan
2019-10-22Respect new PrimaryEndpointBehavior when addresses gets promoted to permanentGhanan Gowripalan
2019-10-22netstack/tcp: software segmentation offloadAndrei Vagin
2019-10-22Auto-generate an IPv6 link-local address based on the NIC's MAC Address.Ghanan Gowripalan
2019-10-21AF_PACKET support for netstack (aka epsocket).Kevin Krakauer
2019-10-18Store primary endpoints in a sliceTamir Duberstein
2019-10-18Fix typo while initializing protocol for UDP endpoints.Mithun Iyer
2019-10-18Remove restrictions on the sending addressTamir Duberstein
2019-10-17NDP Neighbor Solicitations sent during DAD must have an IP hop limit of 255Ghanan Gowripalan
2019-10-16Do Duplicate Address Detection on permanent IPv6 addresses.Ghanan Gowripalan
2019-10-15Remove panic when reassembly fails.Bhasker Hariharan
2019-10-15Set NDP hop limit in accordance with RFC 4861Tamir Duberstein
2019-10-15epsocket: support /proc/net/snmpJianfeng Tan
2019-10-15netstack: add counters for tcp CurrEstab and EstabResetsJianfeng Tan
2019-10-14Internal change.gVisor bot
2019-10-14Reorder BUILD license and load functions in netstack.Kevin Krakauer
2019-10-14Use a different fanoutID for each new fdbased endpoint.Bhasker Hariharan
2019-10-10Fix bugs in fragment handling.Bhasker Hariharan
2019-10-09Internal change.gVisor bot
2019-10-07Implement IP_TTL.Ian Gudger
2019-10-03Implement proper local broadcast behaviorChris Kuiper
2019-09-30Add a Stringer implementation to PacketDispatchModeBhasker Hariharan
2019-09-30Fix bugs in PickEphemeralPort for TCP.Bhasker Hariharan
2019-09-27Implement SO_BINDTODEVICE sockoptgVisor bot
2019-09-25Remove centralized registration of protocols.Kevin Krakauer
2019-09-24Return only primary addresses in Stack.NICInfo()Chris Kuiper
2019-09-24Simplify ICMPRateLimiterTamir Duberstein
2019-09-23netstack: convert more socket options to {Set,Get}SockOptIntAndrei Vagin
2019-09-20Allow waiting for LinkEndpoint worker goroutines to finish.Ian Gudger
2019-09-17Automated rollback of changelist 268047073Ghanan Gowripalan
2019-09-17Update remaining users of LinkEndpoints to not refer to them as an ID.Ian Gudger
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-09-12Automated rollback of changelist 268047073Ghanan Gowripalan
2019-09-09Fix ephemeral port leak.Ian Gudger
2019-09-09Join IPv6 all-nodes and solicited-node multicast addresses where appropriate.Ghanan Gowripalan
2019-09-06Remove reundant global tcpip.LinkEndpointID.Ian Gudger
2019-09-04Fix RST generation bugs.Bhasker Hariharan
2019-09-04Handle subnet and broadcast addresses correctly with NIC.subnetsChris Kuiper