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
/
stack_test.go
Age
Commit message (
Expand
)
Author
2020-08-13
Migrate to PacketHeader API for PacketBuffer.
Ting-Yu Wang
2020-08-08
Use unicast source for ICMP echo replies
Ghanan Gowripalan
2020-08-06
Join IPv4 all-systems group on NIC enable
Ghanan Gowripalan
2020-08-05
Support receiving broadcast IPv4 packets
Ghanan Gowripalan
2020-07-30
Use brodcast MAC for broadcast IPv4 packets
Ghanan Gowripalan
2020-07-28
Redirect TODO to GitHub issues
Fabricio Voznika
2020-06-24
Add support for Stack level options.
Bhasker Hariharan
2020-06-17
Increase timeouts for NDP tests
Ghanan Gowripalan
2020-06-07
netstack: parse incoming packet headers up-front
Kevin Krakauer
2020-06-03
Pass PacketBuffer as pointer.
Ting-Yu Wang
2020-05-01
Automated rollback of changelist 308674219
Kevin Krakauer
2020-04-30
FIFO QDisc implementation
Bhasker Hariharan
2020-04-30
Prefer temporary addresses
Ghanan Gowripalan
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-08
Fix all printf formatting errors.
Adin Scannell
2020-04-03
Refactor software GSO code.
Bhasker Hariharan
2020-04-01
Deflake tcpip/stack:stack_x_test
Ghanan Gowripalan
2020-03-24
Move tcpip.PacketBuffer and IPTables to stack package.
Bhasker Hariharan
2020-03-13
Disable a NIC before removing it
Ghanan Gowripalan
2020-03-13
Honour the link's MaxHeaderLength when forwarding
Ghanan Gowripalan
2020-03-11
Automated rollback of changelist 300217972
gVisor bot
2020-03-10
Honour the link's MaxHeaderLength when forwarding
Ghanan Gowripalan
2020-02-25
Use link-local source address for link-local multicast
Ghanan Gowripalan
2020-02-24
Add support for tearing down protocol dispatchers and TIME_WAIT endpoints.
Ian Gudger
2020-02-21
Attach LinkEndpoint to NetworkDispatcher immediately
Ghanan Gowripalan
2020-02-20
Support disabling a NIC
gVisor bot
2020-02-11
Disallow duplicate NIC names.
gVisor bot
2020-02-06
Send DAD event when DAD resolves immediately
Ghanan Gowripalan
2020-02-06
Auto-generate link-local address as a SLAAC address
Ghanan Gowripalan
2020-02-06
Perform DAD on IPv6 addresses when enabling a NIC
Ghanan Gowripalan
2020-01-27
Refactor to hide C from channel.Endpoint.
Ting-Yu Wang
2020-01-21
Merge pull request #1558 from kevinGC:iptables-write-input-drop
gVisor bot
2020-01-13
Do Source Address Selection when choosing an IPv6 source address
Ghanan Gowripalan
2020-01-13
Fix test building.
Kevin Krakauer
2020-01-10
Automated rollback of changelist 288990597
Ghanan Gowripalan
2020-01-09
Separate NDP tests into its own package
Ghanan Gowripalan
2020-01-09
Allow clients to store an opaque NICContext with NICs
Bert Muthalaly
2020-01-08
Combine various Create*NIC methods into CreateNICWithOptions.
Bert Muthalaly
2020-01-08
Remove redundant function argument
Tamir Duberstein
2020-01-08
Add NIC.isLoopback()
Bert Muthalaly
2020-01-07
Disable auto-generation of IPv6 link-local addresses for loopback NICs
Ghanan Gowripalan
2020-01-06
Pass the NIC-internal name to the NIC name function when generating opaque IIDs
Ghanan Gowripalan
2020-01-03
Support generating opaque interface identifiers as defined by RFC 7217
Ghanan Gowripalan
2019-11-22
Use PacketBuffers with GSO.
Kevin Krakauer
2019-11-14
Use PacketBuffers for outgoing packets.
Kevin Krakauer
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
[next]