index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
tcpip
/
stack
/
packet_buffer.go
Age
Commit message (
Expand
)
Author
2021-10-12
Support Twice NAT
Ghanan Gowripalan
2021-10-06
Create null entry connection on first IPTables hook
Ghanan Gowripalan
2021-09-27
Prevent PacketData from being modified.
Ayush Ranjan
2021-09-22
Track UDP connections
Ghanan Gowripalan
2021-09-22
Populate forwarded packet buffer's TransportHeader
Ghanan Gowripalan
2021-08-11
[op] Make PacketBuffer Clone() do a deeper copy.
Ayush Ranjan
2021-06-05
Use the NIC packets arrived at when filtering
Ghanan Gowripalan
2021-05-18
Emit more information on panic
Tamir Duberstein
2021-05-14
Fix panic on consume in a mixed push/consume case
Ting-Yu Wang
2021-05-13
Migrate PacketBuffer to use pkg/buffer
Ting-Yu Wang
2021-05-12
Send ICMP errors when unable to forward fragmented packets
Nick Brown
2021-04-29
netstack: Rename pkt.Data().TrimFront() to DeleteFront(), and ...
Ting-Yu Wang
2021-04-21
Only carry GSO options in the packet buffer
Ghanan Gowripalan
2021-04-09
iptables: support postrouting hook and SNAT target
Toshi Kikuchi
2021-03-03
Make dedicated methods for data operations in PacketBuffer
Ting-Yu Wang
2021-01-29
Make fragmentation return a reassembled PacketBuffer
Ting-Yu Wang
2021-01-15
Only pass stack.Route's fields to LinkEndpoints
Ghanan Gowripalan
2021-01-13
Do not resolve remote link address at transport layer
Ghanan Gowripalan
2020-11-05
Use stack.Route exclusively for writing packets
Ghanan Gowripalan
2020-10-16
Don't include link header when forwarding packets
Ghanan Gowripalan
2020-09-30
ip6tables: redirect support
Kevin Krakauer
2020-09-23
Extract ICMP error sender from UDP
Julian Elischer
2020-09-17
ip6tables: filter table support
Kevin Krakauer
2020-08-13
Migrate to PacketHeader API for PacketBuffer.
Ting-Yu Wang
2020-08-10
Set the NetworkProtocolNumber of all PacketBuffers.
Kevin Krakauer
2020-07-22
Support for receiving outbound packets in AF_PACKET.
Bhasker Hariharan
2020-07-12
Do not copy sleep.Waker
Ghanan Gowripalan
2020-06-03
Pass PacketBuffer as pointer.
Ting-Yu Wang
2020-05-01
Support for connection tracking of TCP packets.
Nayana Bidari
2020-05-01
Automated rollback of changelist 308674219
Kevin Krakauer
2020-04-30
FIFO QDisc implementation
Bhasker Hariharan
2020-04-27
Automated rollback of changelist 308163542
gVisor bot
2020-04-23
Remove View.First() and View.RemoveFirst()
Kevin Krakauer
2020-04-21
Automated rollback of changelist 307477185
gVisor bot
2020-04-17
Remove View.First() and View.RemoveFirst()
Kevin Krakauer
2020-04-03
Refactor software GSO code.
Bhasker Hariharan
2020-03-26
Support owner matching for iptables.
Nayana Bidari
2020-03-24
Add support for setting TCP segment hash.
Bhasker Hariharan
2020-03-24
Move tcpip.PacketBuffer and IPTables to stack package.
Bhasker Hariharan