Age | Commit message (Expand) | Author |
2021-06-22 | [syserror] Add conversions to linuxerr with temporary Equals method. | Zach Koopmans |
2021-06-22 | Trigger poll/epoll events on zero-length hostinet sendmsg | Ian Lewis |
2021-06-21 | clean up tcpdump TODOs | Kevin Krakauer |
2021-06-17 | remove outdated ip6tables TODOs | Kevin Krakauer |
2021-06-16 | [syserror] Refactor linuxerr and error package. | Zach Koopmans |
2021-06-14 | Cleanup iptables bug TODOs | Kevin Krakauer |
2021-06-07 | Remove unsupported syscall event for setsockopt(*, SOL_SOCKET, SO_OOBINLINE). | Nicolas Lacasse |
2021-05-26 | Use the stack RNG everywhere | Tamir Duberstein |
2021-05-25 | Merge pull request #6027 from liornm:fix-unused-flag | gVisor bot |
2021-05-21 | Add aggregated NIC stats | Arthur Sfez |
2021-05-21 | Clean-up netstack metrics descriptions | Arthur Sfez |
2021-05-20 | Add protocol state to TCPINFO | Mithun Iyer |
2021-05-19 | Send ICMP errors when link address resolution fails | Nick Brown |
2021-05-19 | Allow use of IFF_ONE_QUEUE | liornm |
2021-05-14 | Don't read forwarding from netstack in sentry | Ghanan Gowripalan |
2021-05-13 | Rename SetForwarding to SetForwardingDefaultAndAllNICs | Ghanan Gowripalan |
2021-05-12 | Fix TODO comments. | Ian Lewis |
2021-05-12 | Send ICMP errors when unable to forward fragmented packets | Nick Brown |
2021-05-11 | [syserror] Refactor abi/linux.Errno | Zach Koopmans |
2021-05-11 | Process Hop-by-Hop header when forwarding IPv6 packets | Nick Brown |
2021-05-05 | Send ICMP errors when the network is unreachable | Nick Brown |
2021-04-27 | Remove uses of the binary package from networking code. | Rahat Mahmood |
2021-04-23 | hostinet: parse the timeval structure from a SO_TIMESTAMP control message | Andrei Vagin |
2021-04-22 | Fix AF_UNIX listen() w/ zero backlog. | Bhasker Hariharan |
2021-04-21 | Only carry GSO options in the packet buffer | Ghanan Gowripalan |
2021-04-20 | Move SO_RCVBUF to socketops. | Nayana Bidari |
2021-04-16 | Enlarge port range and fix integer overflow | Kevin Krakauer |
2021-04-09 | iptables: support postrouting hook and SNAT target | Toshi Kikuchi |
2021-03-29 | [syserror] Split usermem package | Zach Koopmans |
2021-03-24 | Add POLLRDNORM/POLLWRNORM support. | Bhasker Hariharan |
2021-03-15 | Make netstack (//pkg/tcpip) buildable for 32 bit | Kevin Krakauer |
2021-03-15 | Merge pull request #5618 from iangudger:unix-transport-race | gVisor bot |
2021-03-08 | Implement /proc/sys/net/ipv4/ip_local_port_range | Kevin Krakauer |
2021-03-04 | Fix race in unix socket transport. | Ian Gudger |
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-02-19 | Don't hold baseEndpoint.mu while calling EventUpdate(). | Nicolas Lacasse |
2021-02-18 | Make socketops reflect correct sndbuf value for host UDS. | Bhasker Hariharan |
2021-02-18 | Validate IGMP packets | Arthur Sfez |
2021-02-17 | Move Name() out of netstack Matcher. It can live in the sentry. | Kevin Krakauer |
2021-02-11 | [rack] TLP: ACK Processing and PTO scheduling. | Ayush Ranjan |
2021-02-09 | Add support for setting SO_SNDBUF for unix domain sockets. | Bhasker Hariharan |
2021-02-05 | Replace TaskFromContext(ctx).Kernel() with KernelFromContext(ctx) | Ting-Yu Wang |
2021-02-01 | Refactor HandleControlPacket/SockError | Ghanan Gowripalan |
2021-01-28 | Change tcpip.Error to an interface | Tamir Duberstein |
2021-01-28 | Propagate reader error in ReadFrom | Tamir Duberstein |
2021-01-27 | Add support for more fields in netstack for TCP_INFO | Nayana Bidari |
2021-01-26 | Initialize the send buffer handler in endpoint creation. | Nayana Bidari |
2021-01-26 | Do not send SCM Rights more than once when message is truncated. | Dean Deng |
2021-01-26 | Move SO_SNDBUF to socketops. | Nayana Bidari |