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
/
network
/
ipv6
/
ipv6.go
Age
Commit message (
Expand
)
Author
2021-04-21
Only carry GSO options in the packet buffer
Ghanan Gowripalan
2021-04-09
iptables: support postrouting hook and SNAT target
Toshi Kikuchi
2021-04-09
Rename IsV6LinkLocalAddress to IsV6LinkLocalUnicastAddress
Ghanan Gowripalan
2021-04-08
Do not forward link-local packets
Ghanan Gowripalan
2021-04-08
Join all routers group when forwarding is enabled
Ghanan Gowripalan
2021-03-24
Unexpose immutable fields in stack.Route
Nick Brown
2021-03-23
Explicitly allow martian loopback packets
Ghanan Gowripalan
2021-03-17
Drop loopback traffic from outside of the stack
Ghanan Gowripalan
2021-03-16
Detect looped-back NDP DAD messages
Ghanan Gowripalan
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-02-24
Validate MLD packets
Arthur Sfez
2021-02-24
Cleanup temp SLAAC address jobs on DAD conflicts
Ghanan Gowripalan
2021-02-09
Move network internal code to internal package
Ghanan Gowripalan
2021-02-08
Support performing DAD for any address
Ghanan Gowripalan
2021-02-06
Remove (*stack.Stack).FindNetworkEndpoint
Ghanan Gowripalan
2021-02-05
Batch write packets after iptables checks
Ghanan Gowripalan
2021-02-05
Refactor locally delivered packets
Ghanan Gowripalan
2021-02-01
Refactor HandleControlPacket/SockError
Ghanan Gowripalan
2021-01-31
Hide neighbor table kind from NetworkEndpoint
Ghanan Gowripalan
2021-01-30
Implement LinkAddressResolver on NetworkEndpoints
Ghanan Gowripalan
2021-01-29
Make fragmentation return a reassembled PacketBuffer
Ting-Yu Wang
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2021-01-26
Do not use stack.Route to send NDP NS
Ghanan Gowripalan
2021-01-21
iptables: support matching the input interface name
Toshi Kikuchi
2021-01-19
Per NIC NetworkEndpoint statistics
Arthur Sfez
2021-01-15
Correctly return EMSGSIZE when packet is too big in raw socket.
Ting-Yu Wang
2021-01-13
Do not resolve remote link address at transport layer
Ghanan Gowripalan
2020-12-21
Prefer matching labels and longest matching prefix
Ghanan Gowripalan
2020-12-12
Introduce IPv6 extension header serialization facilities
Bruno Dal Bo
2020-12-10
Use specified source address for IGMP/MLD packets
Ghanan Gowripalan
2020-12-09
export MountTempDirectory
Zeling Feng
2020-12-04
Remove stack.ReadOnlyAddressableEndpointState
Ghanan Gowripalan
2020-12-01
Track join count in multicast group protocol state
Ghanan Gowripalan
2020-11-30
Perform IGMP/MLD when the NIC is enabled/disabled
Ghanan Gowripalan
2020-11-25
Support listener-side MLDv1
Ghanan Gowripalan
2020-11-24
Report correct pointer value for "bad next header" ICMP error
Julian Elischer
2020-11-24
Deduplicate code in ipv6.protocol
Ghanan Gowripalan
2020-11-19
Don't hold AddressEndpoints for multicast addresses
Ghanan Gowripalan
2020-11-16
Clean up fragmentation.Process
Toshi Kikuchi
2020-11-13
Decrement TTL/Hop Limit when forwarding IP packets
Ghanan Gowripalan
2020-11-12
Move packet handling to NetworkEndpoint
Ghanan Gowripalan
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-24
Send ICMP error message if IP fragment reassembly fails
Toshi Kikuchi
2020-10-21
Add underflow check when calculating the MTU
Arthur Sfez
2020-10-16
Enable IPv4 fragmentation for every code path.
Arthur Sfez
2020-10-16
Enable IPv6 WriteHeaderIncludedPacket
Ghanan Gowripalan
2020-10-09
Automated rollback of changelist 336304024
Ghanan Gowripalan
[next]