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
/
registration.go
Age
Commit message (
Expand
)
Author
2021-01-13
Do not resolve remote link address at transport layer
Ghanan Gowripalan
2021-01-12
Drop TransportEndpointID from HandleControlPacket
Ghanan Gowripalan
2020-12-22
Invoke address resolution upon subsequent traffic to Failed neighbor
Peter Johnston
2020-12-04
Introduce IPv4 options serializer and add RouterAlert to IGMP
Bruno Dal Bo
2020-12-01
Track join count in multicast group protocol state
Ghanan Gowripalan
2020-11-18
Introduce stack.WritePacketToRemote, remove LinkEndpoint.WriteRawPacket
Bruno Dal Bo
2020-11-16
Remove ARP address workaround
Ghanan Gowripalan
2020-11-12
Change AllocationSize to SizeWithPadding as requested
Julian Elischer
2020-11-12
Move packet handling to NetworkEndpoint
Ghanan Gowripalan
2020-11-11
Teach netstack how to add options to IPv4 packets
Julian Elischer
2020-11-05
Cache addressEndpoint.addr.Subnet() to avoid allocations.
Bhasker Hariharan
2020-11-05
Use stack.Route exclusively for writing packets
Ghanan Gowripalan
2020-10-22
Pass NetworkInterface to LinkAddressRequest
Ghanan Gowripalan
2020-10-09
Automated rollback of changelist 336304024
Ghanan Gowripalan
2020-10-09
Automated rollback of changelist 336185457
Bhasker Hariharan
2020-10-08
Do not resolve routes immediately
Ghanan Gowripalan
2020-10-05
Remove AssignableAddressEndpoint.NetworkEndpoint
Ghanan Gowripalan
2020-09-30
Use the ICMP error response facility
Julian Elischer
2020-09-29
Return permanent addresses when NIC is down
Ghanan Gowripalan
2020-09-29
Trim Network/Transport Endpoint/Protocol
Ghanan Gowripalan
2020-09-29
Move IP state from NIC to NetworkEndpoint/Protocol
Ghanan Gowripalan
2020-09-26
Remove generic ICMP errors
Ghanan Gowripalan
2020-09-23
Extract ICMP error sender from UDP
Julian Elischer
2020-09-08
Improve type safety for transport protocol options
Ghanan Gowripalan
2020-08-28
Improve type safety for network protocol options
Ghanan Gowripalan
2020-08-25
Add option to replace linkAddrCache with neighborCache
Sam Balana
2020-08-14
Use a single NetworkEndpoint per NIC per protocol
Ghanan Gowripalan
2020-08-10
Set the NetworkProtocolNumber of all PacketBuffers.
Kevin Krakauer
2020-07-27
Add ability to send unicast ARP requests and Neighbor Solicitations
Sam Balana
2020-07-22
make connect(2) fail when dest is unreachable
Kevin Krakauer
2020-07-22
Support for receiving outbound packets in AF_PACKET.
Bhasker Hariharan
2020-07-15
Fix minor bugs in a couple of interface IOCTLs.
Bhasker Hariharan
2020-06-07
netstack: parse incoming packet headers up-front
Kevin Krakauer
2020-06-03
Pass PacketBuffer as pointer.
Ting-Yu Wang
2020-05-29
Update WritePacket* API to take ownership of packets to be written.
Ting-Yu Wang
2020-05-27
Remove linkEP from DeliverNetworkPacket
Sam Balana
2020-04-30
FIFO QDisc implementation
Bhasker Hariharan
2020-04-03
Refactor software GSO code.
Bhasker Hariharan
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-02-24
Add support for tearing down protocol dispatchers and TIME_WAIT endpoints.
Ian Gudger
2020-02-18
Fix mis-named comment.
Kevin Krakauer
2020-01-13
Merge branch 'master' into iptables-write-input-drop
Kevin Krakauer
2020-01-08
Getting a panic when running tests. For some reason the filter table is
Kevin Krakauer
2020-01-08
Remove redundant function argument
Tamir Duberstein
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
2019-10-30
Deep copy dispatcher views.
Kevin Krakauer
[next]