Age | Commit message (Expand) | Author |
2021-05-03 | Convey GSO capabilities through GSOEndpoint | Ghanan Gowripalan |
2021-04-27 | Remove uses of the binary package from networking code. | Rahat Mahmood |
2021-04-21 | Only carry GSO options in the packet buffer | Ghanan Gowripalan |
2021-03-24 | Add POLLRDNORM/POLLWRNORM support. | Bhasker Hariharan |
2021-03-24 | Fix data race in fdbased when accessing fanoutID. | Bhasker Hariharan |
2021-03-15 | Make netstack (//pkg/tcpip) buildable for 32 bit | Kevin Krakauer |
2021-03-09 | Give TCP flags a dedicated type | Zeling Feng |
2021-03-03 | Make dedicated methods for data operations in PacketBuffer | Ting-Yu Wang |
2021-03-03 | [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. | Ayush Ranjan |
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-06 | Synchronously send packets over pipe link endpoint | Ghanan Gowripalan |
2021-01-28 | Change tcpip.Error to an interface | Tamir Duberstein |
2021-01-25 | fdbased: Dedup code related to iovec reading | Ting-Yu Wang |
2021-01-21 | Queue packets in WritePackets when resolving link address | Ghanan Gowripalan |
2021-01-21 | Populate EgressRoute, GSO, Netproto in NIC | Ghanan Gowripalan |
2021-01-15 | Support GetLinkAddress with neighborCache | Ghanan Gowripalan |
2021-01-15 | Only pass stack.Route's fields to LinkEndpoints | Ghanan Gowripalan |
2021-01-15 | Populate EgressRoute, GSO, Netproto for batch writes | Ghanan Gowripalan |
2021-01-13 | Switch uses of os.Getenv that check for empty string to os.LookupEnv. | Dean Deng |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2021-01-06 | Do not filter frames in ethernet link endpoint | Ghanan Gowripalan |
2020-12-22 | Correctly log sniffed ARP packets | Tamir Duberstein |
2020-12-22 | Invoke address resolution upon subsequent traffic to Failed neighbor | Peter Johnston |
2020-12-10 | Disable host reassembly for fragments. | Bhasker Hariharan |
2020-12-03 | Make `stack.Route` thread safe | Peter Johnston |
2020-11-25 | Make stack.Route safe to access concurrently | Ghanan Gowripalan |
2020-11-18 | Introduce stack.WritePacketToRemote, remove LinkEndpoint.WriteRawPacket | Bruno Dal Bo |
2020-11-17 | Add per-sniffer instance log prefix | Bruno Dal Bo |
2020-11-16 | Remove ARP address workaround | Ghanan Gowripalan |
2020-11-09 | Initialize references with a value of 1. | Dean Deng |
2020-11-06 | Trim link headers from buffer clone when sniffing | Ghanan Gowripalan |
2020-10-23 | Rewrite reference leak checker without finalizers. | Dean Deng |
2020-10-20 | Fix nogo test in //pkg/tcpip/... | Ting-Yu Wang |
2020-10-16 | Don't include link header when forwarding packets | 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-09-18 | Use common parsing utilities when sniffing | Ghanan Gowripalan |
2020-09-16 | Gracefully translate unknown errno. | Ting-Yu Wang |
2020-08-25 | Use new reference count utility throughout gvisor. | Dean Deng |
2020-08-24 | Bump build constraints to 1.17 | Michael Pratt |
2020-08-13 | Migrate to PacketHeader API for PacketBuffer. | Ting-Yu Wang |
2020-08-11 | Fix-up issue comment. | Adin Scannell |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-07-22 | Support for receiving outbound packets in AF_PACKET. | Bhasker Hariharan |
2020-07-15 | fdbased: Vectorized write for packet; relax writev syscall filter. | Ting-Yu Wang |
2020-07-15 | Fix minor bugs in a couple of interface IOCTLs. | Bhasker Hariharan |
2020-07-13 | Fix recvMMsgDispatcher not slicing link header correctly. | Ting-Yu Wang |
2020-07-06 | Fix NonBlockingWrite3 not writing b3 if b2 is zero-length. | Ting-Yu Wang |