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
Age
Commit message (
Expand
)
Author
2021-05-06
Moved to atomicbitops and renamed files
Kevin Krakauer
2021-05-06
Solicit routers as long as RAs are handled
Ghanan Gowripalan
2021-05-05
Allow handling RAs when forwarding is enabled
Ghanan Gowripalan
2021-05-05
Don't cleanup NDP state when enabling forwarding
Ghanan Gowripalan
2021-05-03
Implement standard clock safely
Ghanan Gowripalan
2021-05-03
Convey GSO capabilities through GSOEndpoint
Ghanan Gowripalan
2021-05-03
netstack: Add a test for mixed Push/Consume
Ting-Yu Wang
2021-04-29
Fix up TODOs in the code
Fabricio Voznika
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-20
Move SO_RCVBUF to socketops.
Nayana Bidari
2021-04-19
De-duplicate TCP state in TCPEndpointState vs tcp.endpoint
Nick Brown
2021-04-17
Avoid ignoring incoming packet by demuxer on endpoint lookup failure
Mithun Iyer
2021-04-15
Use nicer formatting for IP addresses in tests
Kevin Krakauer
2021-04-09
iptables: support postrouting hook and SNAT target
Toshi Kikuchi
2021-04-09
Rename IsV6LinkLocalAddress to IsV6LinkLocalUnicastAddress
Ghanan Gowripalan
2021-04-08
Join all routers group when forwarding is enabled
Ghanan Gowripalan
2021-03-24
Add POLLRDNORM/POLLWRNORM support.
Bhasker Hariharan
2021-03-24
Unexpose immutable fields in stack.Route
Nick Brown
2021-03-22
Return tcpip.Error from (*Stack).GetMainNICAddress
Ghanan Gowripalan
2021-03-17
Do not use martian loopback packets in tests
Ghanan Gowripalan
2021-03-16
Detect looped-back NDP DAD messages
Ghanan Gowripalan
2021-03-16
Do not call into Stack from LinkAddressRequest
Ghanan Gowripalan
2021-03-11
improve readability of ports package
Kevin Krakauer
2021-03-08
Implement /proc/sys/net/ipv4/ip_local_port_range
Kevin Krakauer
2021-03-05
Include duplicate address holder info in DADResult
Ghanan Gowripalan
2021-03-05
Make stack.DADResult an interface
Ghanan Gowripalan
2021-03-03
Make dedicated methods for data operations in PacketBuffer
Ting-Yu Wang
2021-03-03
Assert UpdatedAtNanos in neighbor cache tests
Sam Balana
2021-03-02
Plumb link address request errors up to requester
Tamir Duberstein
2021-02-26
Assert UpdatedAtNanos in neighbor entry tests
Sam Balana
2021-02-26
Embed sync.Mutex for entryTestLinkResolver and testNUDDispatcher
Sam Balana
2021-02-26
Use helper functions in neighbor entry tests
Sam Balana
2021-02-26
Use closure to avoid manual unlocking
Tamir Duberstein
2021-02-25
Remove deadlock in raw.endpoint caused by recursive read locking
Kevin Krakauer
2021-02-24
Cleanup temp SLAAC address jobs on DAD conflicts
Ghanan Gowripalan
2021-02-18
Remove deprecated NUD types Failed and FailedEntryLookups
Sam Balana
2021-02-17
Move Name() out of netstack Matcher. It can live in the sentry.
Kevin Krakauer
2021-02-09
Deprecate Failed state in favor of Unreachable state
Sam Balana
2021-02-08
Remove unnecessary locking
Ghanan Gowripalan
2021-02-08
Support performing DAD for any address
Ghanan Gowripalan
2021-02-06
Remove linkAddrCache
Ghanan Gowripalan
2021-02-06
Remove (*stack.Stack).FindNetworkEndpoint
Ghanan Gowripalan
2021-02-06
Use fine grained locks while sending NUD probes
Ghanan Gowripalan
2021-02-06
Use embedded mutex pattern in neighbor cache/entry
Ghanan Gowripalan
2021-02-06
Unexpose NIC
Ghanan Gowripalan
2021-02-06
Check local address directly through NIC
Ghanan Gowripalan
2021-02-05
Refactor locally delivered packets
Ghanan Gowripalan
2021-02-04
Lock ConnTrack before initializing buckets
Ghanan Gowripalan
2021-02-02
Add support for rate limiting out of window ACKs.
Bhasker Hariharan
[next]