Age | Commit message (Expand) | Author |
2021-03-24 | Add POLLRDNORM/POLLWRNORM support. | Bhasker Hariharan |
2021-03-24 | Fix data race in fdbased when accessing fanoutID. | Bhasker Hariharan |
2021-03-24 | Unexpose immutable fields in stack.Route | Nick Brown |
2021-03-23 | Use constant (TestInitialSequenceNumber) instead of integer (789) in tests. | Nayana Bidari |
2021-03-23 | Explicitly allow martian loopback packets | Ghanan Gowripalan |
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-17 | Drop loopback traffic from outside of the stack | Ghanan Gowripalan |
2021-03-16 | Fix tcp_fin_retransmission_netstack_test | Zeling Feng |
2021-03-16 | Fix a race with synRcvdCount and accept | Mithun Iyer |
2021-03-16 | Unexport methods on NDPOption | 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-15 | Make netstack (//pkg/tcpip) buildable for 32 bit | Kevin Krakauer |
2021-03-11 | improve readability of ports package | Kevin Krakauer |
2021-03-09 | Give TCP flags a dedicated type | Zeling Feng |
2021-03-08 | Implement /proc/sys/net/ipv4/ip_local_port_range | Kevin Krakauer |
2021-03-05 | Increment the counters when sending Echo requests | Arthur Sfez |
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-04 | Nit fix: Should use maxTimeout in backoffTimer | Ting-Yu Wang |
2021-03-03 | Deflake //pkg/tcpip/tests/integration:forward_test | Ting-Yu Wang |
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-03 | Add checklocks analyzer. | Bhasker Hariharan |
2021-03-03 | Export stats that were forgotten | Arthur Sfez |
2021-03-03 | [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. | Ayush Ranjan |
2021-03-02 | Plumb link address request errors up to requester | Tamir Duberstein |
2021-03-01 | tcp: endpoint.Write has to send all data that has been read from payload | Andrei Vagin |
2021-02-26 | Fix panic due to zero length writes in TCP. | Bhasker Hariharan |
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 | RACK: recovery logic should check for receive window before re-transmitting. | Nayana Bidari |
2021-02-25 | Remove deadlock in raw.endpoint caused by recursive read locking | Kevin Krakauer |
2021-02-24 | Validate MLD packets | Arthur Sfez |
2021-02-24 | Cleanup temp SLAAC address jobs on DAD conflicts | Ghanan Gowripalan |
2021-02-24 | Move //pkg/gate.Gate to //pkg/sync. | Jamie Liu |
2021-02-18 | Bump build constraints to Go 1.18 | Michael Pratt |
2021-02-18 | Validate IGMP packets | Arthur Sfez |
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-17 | [infra] Split tcpip/integration test targets to aid investigation. | Ayush Ranjan |
2021-02-11 | [rack] TLP: ACK Processing and PTO scheduling. | Ayush Ranjan |
2021-02-11 | [netstack] Fix recovery entry and exit checks. | Ayush Ranjan |
2021-02-11 | Let sentry understand tcpip.ErrMalformedHeader | Kevin Krakauer |
2021-02-10 | RACK: Fix re-transmitting the segment twice when entering recovery. | Nayana Bidari |
2021-02-10 | Fix broken IFTTT link in tcpip. | Ayush Ranjan |