Age | Commit message (Expand) | Author |
2020-07-11 | Stub out SO_DETACH_FILTER. | Bhasker Hariharan |
2020-07-09 | Discard multicast UDP source address. | gVisor bot |
2020-07-09 | Add support for IP_HDRINCL IP option for raw sockets. | Bhasker Hariharan |
2020-07-01 | Port fallocate to VFS2. | Zach Koopmans |
2020-06-26 | Implement SO_NO_CHECK socket option. | gVisor bot |
2020-06-25 | conntrack refactor, no behavior changes | Kevin Krakauer |
2020-06-24 | Add support for Stack level options. | Bhasker Hariharan |
2020-06-19 | Implement UDP cheksum verification. | gVisor bot |
2020-06-18 | socket/unix: (*connectionedEndpoint).State() has to take the endpoint lock | Andrei Vagin |
2020-06-18 | iptables: remove metadata struct | Kevin Krakauer |
2020-06-18 | Remove various uses of 'whitelist' | Michael Pratt |
2020-06-18 | Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets. | Bhasker Hariharan |
2020-06-17 | Implement POSIX locks | Fabricio Voznika |
2020-06-10 | {S,G}etsockopt for TCP_KEEPCNT option. | Nayana Bidari |
2020-06-10 | socket/unix: handle sendto address argument for connected sockets | Andrei Vagin |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika |
2020-06-07 | netstack: parse incoming packet headers up-front | Kevin Krakauer |
2020-06-05 | Fix error code returned due to Port exhaustion. | Bhasker Hariharan |
2020-06-05 | Fix copylocks error about copying IPTables. | Ting-Yu Wang |
2020-06-03 | Pass PacketBuffer as pointer. | Ting-Yu Wang |
2020-06-02 | Check that two sockets with different types can't be connected to each other | Andrei Vagin |
2020-05-28 | Enable iptables source filtering (-s/--source) | Kevin Krakauer |
2020-05-19 | Fix flaky udp tests by polling before reading. | Dean Deng |
2020-05-15 | Minor formatting updates for gvisor.dev. | Adin Scannell |
2020-05-13 | Stub support for TCP_SYNCNT and TCP_WINDOW_CLAMP. | Bhasker Hariharan |
2020-05-12 | Merge pull request #2678 from nybidari:iptables | gVisor bot |
2020-05-12 | Merge pull request #2671 from kevinGC:skip-output | gVisor bot |
2020-05-12 | Don't call kernel.Task.Block() from netstack.SocketOperations.Write(). | Jamie Liu |
2020-05-12 | iptables: support gid match for owner matching. | Nayana Bidari |
2020-05-11 | iptables: check for truly unconditional rules | Kevin Krakauer |
2020-05-08 | iptables - filter packets using outgoing interface. | gVisor bot |
2020-05-07 | Allocate device numbers for VFS2 filesystems. | Jamie Liu |
2020-05-05 | Update vfs2 socket TODOs. | Dean Deng |
2020-05-01 | Support for connection tracking of TCP packets. | Nayana Bidari |
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 |