summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/registration.go
AgeCommit message (Expand)Author
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2021-01-12Drop TransportEndpointID from HandleControlPacketGhanan Gowripalan
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-12-04Introduce IPv4 options serializer and add RouterAlert to IGMPBruno Dal Bo
2020-12-01Track join count in multicast group protocol stateGhanan Gowripalan
2020-11-18Introduce stack.WritePacketToRemote, remove LinkEndpoint.WriteRawPacketBruno Dal Bo
2020-11-16Remove ARP address workaroundGhanan Gowripalan
2020-11-12Change AllocationSize to SizeWithPadding as requestedJulian Elischer
2020-11-12Move packet handling to NetworkEndpointGhanan Gowripalan
2020-11-11Teach netstack how to add options to IPv4 packetsJulian Elischer
2020-11-05Cache addressEndpoint.addr.Subnet() to avoid allocations.Bhasker Hariharan
2020-11-05Use stack.Route exclusively for writing packetsGhanan Gowripalan
2020-10-22Pass NetworkInterface to LinkAddressRequestGhanan Gowripalan
2020-10-09Automated rollback of changelist 336304024Ghanan Gowripalan
2020-10-09Automated rollback of changelist 336185457Bhasker Hariharan
2020-10-08Do not resolve routes immediatelyGhanan Gowripalan
2020-10-05Remove AssignableAddressEndpoint.NetworkEndpointGhanan Gowripalan
2020-09-30Use the ICMP error response facilityJulian Elischer
2020-09-29Return permanent addresses when NIC is downGhanan Gowripalan
2020-09-29Trim Network/Transport Endpoint/ProtocolGhanan Gowripalan
2020-09-29Move IP state from NIC to NetworkEndpoint/ProtocolGhanan Gowripalan
2020-09-26Remove generic ICMP errorsGhanan Gowripalan
2020-09-23Extract ICMP error sender from UDPJulian Elischer
2020-09-08Improve type safety for transport protocol optionsGhanan Gowripalan
2020-08-28Improve type safety for network protocol optionsGhanan Gowripalan
2020-08-25Add option to replace linkAddrCache with neighborCacheSam Balana
2020-08-14Use a single NetworkEndpoint per NIC per protocolGhanan Gowripalan
2020-08-10Set the NetworkProtocolNumber of all PacketBuffers.Kevin Krakauer
2020-07-27Add ability to send unicast ARP requests and Neighbor SolicitationsSam Balana
2020-07-22make connect(2) fail when dest is unreachableKevin Krakauer
2020-07-22Support for receiving outbound packets in AF_PACKET.Bhasker Hariharan
2020-07-15Fix minor bugs in a couple of interface IOCTLs.Bhasker Hariharan
2020-06-07netstack: parse incoming packet headers up-frontKevin Krakauer
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-05-29Update WritePacket* API to take ownership of packets to be written.Ting-Yu Wang
2020-05-27Remove linkEP from DeliverNetworkPacketSam Balana
2020-04-30FIFO QDisc implementationBhasker Hariharan
2020-04-03Refactor software GSO code.Bhasker Hariharan
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan
2020-03-13Disable a NIC before removing itGhanan Gowripalan
2020-02-24Add support for tearing down protocol dispatchers and TIME_WAIT endpoints.Ian Gudger
2020-02-18Fix mis-named comment.Kevin Krakauer
2020-01-13Merge branch 'master' into iptables-write-input-dropKevin Krakauer
2020-01-08Getting a panic when running tests. For some reason the filter table isKevin Krakauer
2020-01-08Remove redundant function argumentTamir Duberstein
2019-11-22Use PacketBuffers with GSO.Kevin Krakauer
2019-11-14Use PacketBuffers for outgoing packets.Kevin Krakauer
2019-11-06Rename nicid to nicID to follow go-readability initialismsGhanan Gowripalan
2019-11-06Use PacketBuffers, rather than VectorisedViews, in netstack.Kevin Krakauer
2019-10-30Deep copy dispatcher views.Kevin Krakauer