summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/packet_buffer.go
AgeCommit message (Expand)Author
2021-01-29Make fragmentation return a reassembled PacketBufferTing-Yu Wang
2021-01-15Only pass stack.Route's fields to LinkEndpointsGhanan Gowripalan
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2020-11-05Use stack.Route exclusively for writing packetsGhanan Gowripalan
2020-10-16Don't include link header when forwarding packetsGhanan Gowripalan
2020-09-30ip6tables: redirect supportKevin Krakauer
2020-09-23Extract ICMP error sender from UDPJulian Elischer
2020-09-17ip6tables: filter table supportKevin Krakauer
2020-08-13Migrate to PacketHeader API for PacketBuffer.Ting-Yu Wang
2020-08-10Set the NetworkProtocolNumber of all PacketBuffers.Kevin Krakauer
2020-07-22Support for receiving outbound packets in AF_PACKET.Bhasker Hariharan
2020-07-12Do not copy sleep.WakerGhanan Gowripalan
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-05-01Support for connection tracking of TCP packets.Nayana Bidari
2020-05-01Automated rollback of changelist 308674219Kevin Krakauer
2020-04-30FIFO QDisc implementationBhasker Hariharan
2020-04-27Automated rollback of changelist 308163542gVisor bot
2020-04-23Remove View.First() and View.RemoveFirst()Kevin Krakauer
2020-04-21Automated rollback of changelist 307477185gVisor bot
2020-04-17Remove View.First() and View.RemoveFirst()Kevin Krakauer
2020-04-03Refactor software GSO code.Bhasker Hariharan
2020-03-26Support owner matching for iptables.Nayana Bidari
2020-03-24Add support for setting TCP segment hash.Bhasker Hariharan
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan