Age | Commit message (Expand) | Author |
2021-08-19 | Add loopback interface as an ethernet-based device | Ghanan Gowripalan |
2021-08-13 | [syserror] Remove pkg syserror. | Zach Koopmans |
2021-08-12 | [syserror] Convert remaining syserror definitions to linuxerr. | Zach Koopmans |
2021-07-30 | Support RTM_DELLINK | Zeling Feng |
2021-07-30 | checklinkname: rudimentary type-checking of linkname directives | Michael Pratt |
2021-07-28 | Explicitly encode the pcap packet headers to reduce CPU cost of pcap generation. | gVisor bot |
2021-07-20 | Add go:build directives as required by Go 1.17's gofmt. | Jamie Liu |
2021-07-12 | [syserror] Update syserror to linuxerr for more errors. | Zach Koopmans |
2021-07-12 | Prevent interleaving in sniffer pcap output | Tamir Duberstein |
2021-07-07 | Move time.Now() call to sniffer | Tamir Duberstein |
2021-07-07 | Use time package-level variable | Tamir Duberstein |
2021-06-30 | [syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM. | Zach Koopmans |
2021-06-29 | Merge pull request #6085 from liornm:fix-tun-no_pi | gVisor bot |
2021-06-29 | [syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL | Zach Koopmans |
2021-06-29 | Fix TUN IFF_NO_PI bug | liornm |
2021-06-24 | Internal change. | Jamie Liu |
2021-06-09 | Avoid fanout group collisions with best effort | Kevin Krakauer |
2021-05-22 | Remove detritus | Tamir Duberstein |
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 |