Age | Commit message (Expand) | Author |
2021-04-21 | Only carry GSO options in the packet buffer | Ghanan Gowripalan |
2021-04-20 | Expose header methods that validate checksums | Arthur Sfez |
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 | Do not forward link-local packets | Ghanan Gowripalan |
2021-04-08 | Join all routers group when forwarding is enabled | Ghanan Gowripalan |
2021-04-06 | Do not perform MLD for certain multicast scopes | Ghanan Gowripalan |
2021-03-24 | Add POLLRDNORM/POLLWRNORM support. | Bhasker Hariharan |
2021-03-24 | Unexpose immutable fields in stack.Route | Nick Brown |
2021-03-23 | Explicitly allow martian loopback packets | Ghanan Gowripalan |
2021-03-22 | Return tcpip.Error from (*Stack).GetMainNICAddress | 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-16 | Do not call into Stack from LinkAddressRequest | Ghanan Gowripalan |
2021-03-05 | Fix network protocol/endpoint lock order violation | 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-03-03 | Export stats that were forgotten | Arthur Sfez |
2021-02-24 | Validate MLD packets | Arthur Sfez |
2021-02-24 | Cleanup temp SLAAC address jobs on DAD conflicts | Ghanan Gowripalan |
2021-02-18 | Validate IGMP packets | Arthur Sfez |
2021-02-09 | Move network internal code to internal package | Ghanan Gowripalan |
2021-02-09 | add IPv4 options processing for forwarding and reassembly | Julian Elischer |
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 | Use fine grained locks while sending NDP packets | Ghanan Gowripalan |
2021-02-06 | Remove (*stack.Stack).FindNetworkEndpoint | Ghanan Gowripalan |
2021-02-06 | Check local address directly through NIC | 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 | Default to NUD/neighborCache instead of linkAddrCache | Ghanan Gowripalan |
2021-01-31 | Use closure for IPv6 testContext cleanup | Ghanan Gowripalan |
2021-01-31 | Remove NICs before closing their link endpoints | 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-29 | Make fragmentation return a reassembled PacketBuffer | Ting-Yu Wang |
2021-01-29 | Clear IGMPv1 present flag on NIC down | Ghanan Gowripalan |
2021-01-29 | Refresh delayed report timers on query messages | Ghanan Gowripalan |
2021-01-29 | Discard invalid Neighbor Advertisements | Peter Johnston |
2021-01-28 | Change tcpip.Error to an interface | Tamir Duberstein |
2021-01-27 | Merge pull request #4705 from mlevesquedion:fix-cmp-diff-reporting-in-nud-tests | gVisor bot |
2021-01-26 | Do not use stack.Route to send NDP NS | Ghanan Gowripalan |
2021-01-25 | Adjust included data size on icmp errors | Julian Elischer |
2021-01-25 | Add per endpoint ARP statistics | Arthur Sfez |
2021-01-22 | Refactor GetMainNICAddress | Arthur Sfez |