Age | Commit message (Expand) | Author |
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 |
2021-02-01 | Refactor HandleControlPacket/SockError | Ghanan Gowripalan |
2021-01-31 | Default to NUD/neighborCache instead of linkAddrCache | 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 | Extract route table from Stack lock | Tamir Duberstein |
2021-01-30 | Implement LinkAddressResolver on NetworkEndpoints | Ghanan Gowripalan |
2021-01-29 | Make fragmentation return a reassembled PacketBuffer | Ting-Yu Wang |
2021-01-28 | Avoid locking when route doesn't require resolution | Ghanan Gowripalan |
2021-01-28 | RACK: Update reorder window. | Nayana Bidari |
2021-01-28 | Acquire entry lock with cache lock held | Tamir Duberstein |
2021-01-28 | Change tcpip.Error to an interface | Tamir Duberstein |
2021-01-27 | Confirm neighbor reachability with TCP ACKs | Ghanan Gowripalan |
2021-01-27 | Rename anonymous struct "mu" | Tamir Duberstein |
2021-01-27 | Move protected fields under anonymous mutex | Tamir Duberstein |
2021-01-27 | Merge pull request #4705 from mlevesquedion:fix-cmp-diff-reporting-in-nud-tests | gVisor bot |
2021-01-26 | Initialize the send buffer handler in endpoint creation. | Nayana Bidari |
2021-01-26 | Drop nicID from transport endpoint reg/cleanup fns | Ghanan Gowripalan |