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
/
nic.go
Age
Commit message (
Expand
)
Author
2021-09-16
Allow creating packet socket bound to any protocol
Ghanan Gowripalan
2021-09-15
Pass address properties in a single struct
Tony Gong
2021-09-13
Support anonymous structs in checklocks.
Adin Scannell
2021-09-09
Remove link/packetsocket
Ghanan Gowripalan
2021-09-01
Support sending with packet sockets
Ghanan Gowripalan
2021-06-17
raw sockets: don't overwrite destination address
Kevin Krakauer
2021-06-14
Cleanup iptables bug TODOs
Kevin Krakauer
2021-05-21
Add aggregated NIC stats
Arthur Sfez
2021-05-14
Control forwarding per NetworkEndpoint
Ghanan Gowripalan
2021-04-21
Only carry GSO options in the packet buffer
Ghanan Gowripalan
2021-03-16
Do not call into Stack from LinkAddressRequest
Ghanan Gowripalan
2021-03-03
Make dedicated methods for data operations in PacketBuffer
Ting-Yu Wang
2021-03-02
Plumb link address request errors up to requester
Tamir Duberstein
2021-02-08
Support performing DAD for any address
Ghanan Gowripalan
2021-02-06
Remove linkAddrCache
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-01
Refactor HandleControlPacket/SockError
Ghanan Gowripalan
2021-01-31
Use different neighbor tables per network endpoint
Ghanan Gowripalan
2021-01-31
Hide neighbor table kind from NetworkEndpoint
Ghanan Gowripalan
2021-01-30
Implement LinkAddressResolver on NetworkEndpoints
Ghanan Gowripalan
2021-01-28
Avoid locking when route doesn't require resolution
Ghanan Gowripalan
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2021-01-27
Confirm neighbor reachability with TCP ACKs
Ghanan Gowripalan
2021-01-21
Only use callback for GetLinkAddress
Ghanan Gowripalan
2021-01-21
Do not cache remote link address in Route
Ghanan Gowripalan
2021-01-21
Queue packets in WritePackets when resolving link address
Ghanan Gowripalan
2021-01-21
Populate EgressRoute, GSO, Netproto in NIC
Ghanan Gowripalan
2021-01-19
Do not have a stack-wide linkAddressCache
Ghanan Gowripalan
2021-01-17
Do not use a stack-wide queue of pending packets
Ghanan Gowripalan
2021-01-15
Support GetLinkAddress with neighborCache
Ghanan Gowripalan
2021-01-15
Only pass stack.Route's fields to LinkEndpoints
Ghanan Gowripalan
2021-01-13
Clear neighbor table on NIC down
Ghanan Gowripalan
2020-12-22
Invoke address resolution upon subsequent traffic to Failed neighbor
Peter Johnston
2020-12-15
Fix a data race in packetEPs
Ting-Yu Wang
2020-12-10
Use specified source address for IGMP/MLD packets
Ghanan Gowripalan
2020-12-03
Make `stack.Route` thread safe
Peter Johnston
2020-12-01
Track join count in multicast group protocol state
Ghanan Gowripalan
2020-11-25
Make stack.Route safe to access concurrently
Ghanan Gowripalan
2020-11-24
Track number of packets queued to Failed neighbors
Sam Balana
2020-11-16
Remove ARP address workaround
Ghanan Gowripalan
2020-11-12
Move packet handling to NetworkEndpoint
Ghanan Gowripalan
2020-11-05
Use stack.Route exclusively for writing packets
Ghanan Gowripalan
2020-10-30
Automated rollback of changelist 339750876
Dean Deng
2020-10-29
Automated rollback of changelist 339675182
Dean Deng
2020-10-29
Delay goroutine creation during TCP handshake for accept/connect.
Dean Deng
2020-10-27
Add support for Timestamp and RecordRoute IP options
Julian Elischer
2020-10-22
Pass NetworkInterface to LinkAddressRequest
Ghanan Gowripalan
[next]