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
/
transport
/
packet
Age
Commit message (
Expand
)
Author
2020-07-23
Add AfterFunc to tcpip.Clock
Sam Balana
2020-07-22
Support for receiving outbound packets in AF_PACKET.
Bhasker Hariharan
2020-07-16
Add support to return protocol in recvmsg for AF_PACKET.
Bhasker Hariharan
2020-07-15
Add support for SO_ERROR to packet sockets.
Bhasker Hariharan
2020-07-11
Stub out SO_DETACH_FILTER.
Bhasker Hariharan
2020-07-06
Add support for SO_RCVBUF/SO_SNDBUF for AF_PACKET sockets.
Bhasker Hariharan
2020-06-05
Fix copylocks error about copying IPTables.
Ting-Yu Wang
2020-06-03
Pass PacketBuffer as pointer.
Ting-Yu Wang
2020-03-26
Support owner matching for iptables.
Nayana Bidari
2020-03-24
Move tcpip.PacketBuffer and IPTables to stack package.
Bhasker Hariharan
2020-02-27
Internal change.
Nayana Bidari
2020-02-24
Add support for tearing down protocol dispatchers and TIME_WAIT endpoints.
Ian Gudger
2020-01-27
Standardize on tools directory.
Adin Scannell
2020-01-09
New sync package.
Ian Gudger
2020-01-08
Introduce tcpip.SockOptBool
Tamir Duberstein
2020-01-08
Rename tcpip.SockOpt{,Int}
Tamir Duberstein
2019-11-23
Cleanup visibility.
Adin Scannell
2019-11-06
Rename nicid to nicID to follow go-readability initialisms
Ghanan Gowripalan
2019-11-06
Use PacketBuffers, rather than VectorisedViews, in netstack.
Kevin Krakauer
2019-10-30
Deep copy dispatcher views.
Kevin Krakauer
2019-10-21
AF_PACKET support for netstack (aka epsocket).
Kevin Krakauer