summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/header
AgeCommit message (Expand)Author
2020-04-28Internal change.gVisor bot
2020-04-28Support IPv6 Privacy Extensions for SLAACGhanan Gowripalan
2020-04-24Add ICMP6 param problem testEyal Soha
2020-04-17Support NDP DNS Search List optionGhanan Gowripalan
2020-04-16Return detailed errors when iterating NDP optionsGhanan Gowripalan
2020-04-08Fix all printf formatting errors.Adin Scannell
2020-04-07Require that IPv6 headers be in the first fragmentGhanan Gowripalan
2020-04-02Drop NDP messages with fragment extension headerGhanan Gowripalan
2020-03-31Test receiving multicast packets over UDPEyal Soha
2020-03-27Support Hop By Hop and Destination Options ext hdrGhanan Gowripalan
2020-03-26Handle IPv6 Fragment & Routing extension headersGhanan Gowripalan
2020-03-17Packetimpact in Go with c++ stubEyal Soha
2020-03-12Clarify comments about IHL in ipv4.go.Eyal Soha
2020-02-25Use link-local source address for link-local multicastGhanan Gowripalan
2020-01-31Use multicast Ethernet address for multicast NDPGhanan Gowripalan
2020-01-31Extract multicast IP to Ethernet address mappingGhanan 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-27Update ChecksumVVWithoffset to use unrolled version.Bhasker Hariharan
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-27Replace calculateChecksum w/ the unrolled version.Bhasker Hariharan
2020-01-26Unroll checksum computation loop.Bhasker Hariharan
2020-01-15Solicit IPv6 routers when a NIC becomes enabled as a hostGhanan Gowripalan
2020-01-13Do Source Address Selection when choosing an IPv6 source addressGhanan Gowripalan
2020-01-06Pass the NIC-internal name to the NIC name function when generating opaque IIDsGhanan Gowripalan
2020-01-03Support generating opaque interface identifiers as defined by RFC 7217Ghanan Gowripalan
2019-12-13Properly generate the EUI64 interface identifier from an Ethernet addressGhanan Gowripalan
2019-12-06Do IPv6 Stateless Address Auto-Configuration (SLAAC)Ghanan Gowripalan
2019-12-05Add a type to represent the NDP Recursive DNS Server optionGhanan Gowripalan
2019-11-12Discover on-link prefixes from Router Advertisements' Prefix Information optionsGhanan Gowripalan
2019-11-06Discover default routers from Router AdvertisementsGhanan Gowripalan
2019-10-29Support iterating an NDP options buffer.Ghanan Gowripalan
2019-10-25Validate the checksum for incoming ICMPv6 packetsGhanan Gowripalan
2019-10-24Add a type to represent the NDP Prefix Information option.Ghanan Gowripalan
2019-10-22Add a type to represent the NDP Router Advertisement message.Ghanan 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-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-14Reorder BUILD license and load functions in netstack.Kevin Krakauer
2019-10-10Fix bugs in fragment handling.Bhasker Hariharan
2019-09-17Automated rollback of changelist 268047073Ghanan Gowripalan
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-09Join IPv6 all-nodes and solicited-node multicast addresses where appropriate.Ghanan Gowripalan
2019-09-03Make UDP traceroute work.Bhasker Hariharan
2019-08-27Populate link address cache at dispatchTamir Duberstein
2019-08-21Use tcpip.Subnet in tcpip.RouteTamir Duberstein