Age | Commit message (Expand) | Author |
2020-05-01 | Automated rollback of changelist 308674219 | Kevin Krakauer |
2020-05-01 | Port netstack, hostinet, and netlink sockets to VFS2. | Dean Deng |
2020-04-29 | iptables: don't pollute logs | Kevin Krakauer |
2020-04-28 | Fix Unix socket permissions. | Dean Deng |
2020-04-28 | Deduplicate unix socket Release() method. | Dean Deng |
2020-04-28 | Support pipes and sockets in VFS2 gofer fs. | Dean Deng |
2020-04-27 | Import host sockets. | Dean Deng |
2020-04-27 | Automated rollback of changelist 308163542 | gVisor bot |
2020-04-24 | Port SCM Rights to VFS2. | Dean Deng |
2020-04-23 | Remove View.First() and View.RemoveFirst() | Kevin Krakauer |
2020-04-21 | Sentry metrics updates. | Dave Bailey |
2020-04-21 | Automated rollback of changelist 307477185 | gVisor bot |
2020-04-17 | Remove View.First() and View.RemoveFirst() | Kevin Krakauer |
2020-04-17 | Permit setting unknown options | Tamir Duberstein |
2020-04-09 | Replace type assertion with TaskFromContext. | Ting-Yu Wang |
2020-04-09 | Convert int and bool socket options to use GetSockOptInt and GetSockOptBool | Andrei Vagin |
2020-04-07 | Remove out-of-date TODOs. | Ting-Yu Wang |
2020-04-04 | Record VFS2 sockets in global socket map. | Dean Deng |
2020-04-03 | Add FileDescriptionImpl for Unix sockets. | Dean Deng |
2020-04-02 | Fix typo in TODO comments. | Dean Deng |
2020-04-01 | Add FileDescription interface for socket files. | Dean Deng |
2020-03-26 | Support owner matching for iptables. | Nayana Bidari |
2020-03-25 | Automated rollback of changelist 301837227 | Bhasker Hariharan |
2020-03-24 | Move tcpip.PacketBuffer and IPTables to stack package. | Bhasker Hariharan |
2020-03-23 | Support basic /proc/net/dev metrics for netstack | Ian Lewis |
2020-03-23 | Fix data race in SetSockOpt. | Bhasker Hariharan |
2020-03-19 | Change SocketOperations.readMu to an RWMutex. | Bhasker Hariharan |
2020-03-19 | Remove workMu from tcpip.Endpoint. | Bhasker Hariharan |
2020-03-16 | Merge pull request #1943 from kevinGC:ipt-filter-ip | gVisor bot |
2020-03-11 | Merge pull request #1975 from nybidari:iptables | gVisor bot |
2020-03-02 | Fix panic caused by invalid address for Bind in packet sockets. | Nayana Bidari |
2020-03-02 | socket: take readMu to access readView | Andrei Vagin |
2020-02-28 | Add nat table support for iptables. | Nayana Bidari |
2020-02-27 | Internal change. | Nayana Bidari |
2020-02-26 | iptables: filter by IP address (and range) | Kevin Krakauer |
2020-02-25 | Merge branch 'master' into iptables | nybidari |
2020-02-25 | Add nat table support for iptables. | Nayana Bidari |
2020-02-19 | Internal change. | gVisor bot |
2020-02-18 | Enable IPV6_RECVTCLASS socket option for datagram sockets | gVisor bot |
2020-02-18 | Merge pull request #1850 from kevinGC:jump2 | gVisor bot |
2020-02-18 | Add nat table support for iptables. | Nayana Bidari |
2020-02-13 | We can now create and jump in iptables. For example: | Kevin Krakauer |
2020-02-13 | Merge pull request #1791 from kevinGC:uchains | gVisor bot |
2020-02-13 | Internal change. | gVisor bot |
2020-02-12 | iptables: User chains | Kevin Krakauer |
2020-02-11 | Move Align{Up,Down} into binary package. | gVisor bot |
2020-02-10 | Merge pull request #1775 from kevinGC:tcp-matchers-submit | gVisor bot |
2020-02-07 | Address GH comments. | Kevin Krakauer |
2020-02-06 | Merge branch 'master' into tcp-matchers-submit | Kevin Krakauer |
2020-02-05 | Add notes to relevant tests. | Adin Scannell |