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
/
BUILD
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-07-30
Implement neighbor unreachability detection for ARP and NDP.
Sam Balana
2020-07-30
Use brodcast MAC for broadcast IPv4 packets
Ghanan Gowripalan
2020-07-13
Merge pull request #2672 from amscanne:shim-integrated
gVisor bot
2020-07-13
garbage collect connections
Kevin Krakauer
2020-07-06
Shard some slow tests.
Ting-Yu Wang
2020-06-24
Add support for Stack level options.
Bhasker Hariharan
2020-06-10
Add support for SO_REUSEADDR to UDP sockets/endpoints.
Ian Gudger
2020-06-09
Handle removed NIC in NDP timer for packet tx
Ghanan Gowripalan
2020-05-01
Support for connection tracking of TCP packets.
Nayana Bidari
2020-04-03
Refactor software GSO code.
Bhasker Hariharan
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
2020-03-10
The packet forwarding should resolve the link address if necessary.
gVisor bot
2020-03-06
Get strings for stack.DHCPv6ConfigurationFromNDPRA
Ghanan Gowripalan
2020-02-06
Perform DAD on IPv6 addresses when enabling a NIC
Ghanan Gowripalan
2020-01-27
Standardize on tools directory.
Adin Scannell
2020-01-15
Solicit IPv6 routers when a NIC becomes enabled as a host
Ghanan Gowripalan
2020-01-10
Automated rollback of changelist 288990597
Ghanan Gowripalan
2020-01-09
New sync package.
Ian Gudger
2020-01-09
Separate NDP tests into its own package
Ghanan Gowripalan
2020-01-03
Support generating opaque interface identifiers as defined by RFC 7217
Ghanan Gowripalan
2019-11-23
Cleanup visibility.
Adin Scannell
2019-10-22
Respect new PrimaryEndpointBehavior when addresses gets promoted to permanent
Ghanan Gowripalan
2019-10-16
Do Duplicate Address Detection on permanent IPv6 addresses.
Ghanan Gowripalan
2019-10-14
Reorder BUILD license and load functions in netstack.
Kevin Krakauer
2019-09-30
Fix bugs in PickEphemeralPort for TCP.
Bhasker Hariharan
2019-09-27
Implement SO_BINDTODEVICE sockopt
gVisor bot
2019-09-12
Remove go_test from go_stateify and go_marshal
Michael Pratt
2019-09-03
Make UDP traceroute work.
Bhasker Hariharan
2019-08-28
Export generated linkAddrEntryEntry
Tamir Duberstein
2019-08-27
Populate link address cache at dispatch
Tamir Duberstein
2019-08-02
Plumbing for iptables sockopts.
Kevin Krakauer
2019-06-13
Update canonical repository.
Adin Scannell
2019-01-31
Remove license comments
Michael Pratt
2019-01-29
Fix NIC endpoint forwarding.
Ian Gudger
2018-12-28
Implement SO_REUSEPORT for TCP and UDP sockets
Andrei Vagin
2018-12-06
Allow sending of broadcast packets w/o route.
Chris Kuiper
2018-07-27
stateify: support explicit annotation mode; convert refs and stack packages.
Zhaozhong Ni
2018-07-09
Switch netstack licenses to Apache 2.0.
Nicolas Lacasse
2018-04-28
Check in gVisor.
Googler