summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/packet_buffer.go
AgeCommit message (Expand)Author
2021-11-08Add reference counting to packet buffers.Lucas Manning
2021-10-12Support Twice NATGhanan Gowripalan
2021-10-06Create null entry connection on first IPTables hookGhanan Gowripalan
2021-09-27Prevent PacketData from being modified.Ayush Ranjan
2021-09-22Track UDP connectionsGhanan Gowripalan
2021-09-22Populate forwarded packet buffer's TransportHeaderGhanan Gowripalan
2021-08-11[op] Make PacketBuffer Clone() do a deeper copy.Ayush Ranjan
2021-06-05Use the NIC packets arrived at when filteringGhanan Gowripalan
2021-05-18Emit more information on panicTamir Duberstein
2021-05-14Fix panic on consume in a mixed push/consume caseTing-Yu Wang
2021-05-13Migrate PacketBuffer to use pkg/bufferTing-Yu Wang
2021-05-12Send ICMP errors when unable to forward fragmented packetsNick Brown
2021-04-29netstack: Rename pkt.Data().TrimFront() to DeleteFront(), and ...Ting-Yu Wang
2021-04-21Only carry GSO options in the packet bufferGhanan Gowripalan
2021-04-09iptables: support postrouting hook and SNAT targetToshi Kikuchi
2021-03-03Make dedicated methods for data operations in PacketBufferTing-Yu Wang
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