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
/
link
/
fdbased
/
packet_dispatchers.go
Age
Commit message (
Expand
)
Author
2021-07-30
Support RTM_DELLINK
Zeling Feng
2021-07-20
Add go:build directives as required by Go 1.17's gofmt.
Jamie Liu
2021-05-03
Convey GSO capabilities through GSOEndpoint
Ghanan Gowripalan
2021-03-15
Make netstack (//pkg/tcpip) buildable for 32 bit
Kevin Krakauer
2021-03-03
Make dedicated methods for data operations in PacketBuffer
Ting-Yu Wang
2021-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2021-01-25
fdbased: Dedup code related to iovec reading
Ting-Yu Wang
2020-08-13
Migrate to PacketHeader API for PacketBuffer.
Ting-Yu Wang
2020-07-13
Fix recvMMsgDispatcher not slicing link header correctly.
Ting-Yu Wang
2020-06-03
Pass PacketBuffer as pointer.
Ting-Yu Wang
2020-05-27
Remove linkEP from DeliverNetworkPacket
Sam Balana
2020-05-27
Fix tiny typo.
Kevin Krakauer
2020-03-24
Move tcpip.PacketBuffer and IPTables to stack package.
Bhasker Hariharan
2019-11-06
Use PacketBuffers, rather than VectorisedViews, in netstack.
Kevin Krakauer
2019-10-30
Deep copy dispatcher views.
Kevin Krakauer
2019-10-22
netstack/tcp: software segmentation offload
Andrei Vagin
2019-10-21
AF_PACKET support for netstack (aka epsocket).
Kevin Krakauer
2019-06-13
Update canonical repository.
Adin Scannell
2019-05-21
Refactor fdbased endpoint dispatcher code.
Bhasker Hariharan