Age | Commit message (Expand) | Author |
2020-01-09 | Added a test that we don't pass yet | Kevin Krakauer |
2020-01-09 | Change BindToDeviceOption to store NICID | Eyal Soha |
2020-01-09 | Allow clients to store an opaque NICContext with NICs | Bert Muthalaly |
2020-01-09 | Add test to check iptables redirect port rule | Nayana Bidari |
2020-01-09 | Configure issue reviver to run with Kokoro | Fabricio Voznika |
2020-01-09 | Avoid panic when c.PCIDs is nil | Lai Jiangshan |
2020-01-08 | Working on filtering by protocol. | Kevin Krakauer |
2020-01-08 | It works! It drops some packets. | Kevin Krakauer |
2020-01-08 | Merge branch 'iptables-write' into iptables-write-input-drop | Kevin Krakauer |
2020-01-08 | CancellableTimer to encapsulate the work of safely stopping timers | Ghanan Gowripalan |
2020-01-08 | More GH comments. | Kevin Krakauer |
2020-01-08 | Return correct length with MSG_TRUNC for unix sockets. | Ian Lewis |
2020-01-08 | Define sizes for extent headers and entries separately to improve clarity. | Dean Deng |
2020-01-08 | Addressed GH comments | Kevin Krakauer |
2020-01-08 | Fix slice bounds out of range panic in parsing socket control message. | Ting-Yu Wang |
2020-01-08 | Github bug reviver | Fabricio Voznika |
2020-01-08 | Getting a panic when running tests. For some reason the filter table is | Kevin Krakauer |
2020-01-08 | Introduce tcpip.SockOptBool | Tamir Duberstein |
2020-01-08 | Combine various Create*NIC methods into CreateNICWithOptions. | Bert Muthalaly |
2020-01-08 | Built dead-simple traversal, but now getting depedency cycle error :'( | Kevin Krakauer |
2020-01-08 | Rename tcpip.SockOpt{,Int} | Tamir Duberstein |
2020-01-08 | Take addresses as const | Tamir Duberstein |
2020-01-08 | Added test for unconditional DROP on the filter INPUT chain | Kevin Krakauer |
2020-01-08 | First commit -- re-adding DROP | Kevin Krakauer |
2020-01-08 | Merge pull request #1273 from lubinszARM:pr_ring_3 | gVisor bot |
2020-01-08 | Revert go.mod and go.sum | Kevin Krakauer |
2020-01-08 | Comment cleanup. | Kevin Krakauer |
2020-01-08 | Newline | Kevin Krakauer |
2020-01-08 | Revert filter_input change | Kevin Krakauer |
2020-01-08 | Minor fixes to comments and logging | Kevin Krakauer |
2020-01-08 | Make /proc/[pid] offset start at TGID_OFFSET | Fabricio Voznika |
2020-01-08 | Remove redundant function argument | Tamir Duberstein |
2020-01-08 | Write simple ACCEPT rules to the filter table. | Kevin Krakauer |
2020-01-08 | Add NIC.isLoopback() | Bert Muthalaly |
2020-01-08 | Fix #1522 - implement silly window sydrome protection on rx side | Marek Majkowski |
2020-01-07 | fs/splice: don't report a partialResult error if there is no data loss | Andrei Vagin |
2020-01-07 | Fix partial_bad_buffer write tests. | Adin Scannell |
2020-01-07 | Support deprecating SLAAC addresses after the preferred lifetime | Ghanan Gowripalan |
2020-01-07 | #1398 - send ACK when available buffer space gets larger than 1 MSS | Marek Majkowski |
2020-01-07 | Disable auto-generation of IPv6 link-local addresses for loopback NICs | Ghanan Gowripalan |
2020-01-06 | Fix readme formatting. | Kevin Krakauer |
2020-01-06 | Pass the NIC-internal name to the NIC name function when generating opaque IIDs | Ghanan Gowripalan |
2020-01-06 | platform/syscall: use syscall + int3 to execute a system call in a stub process | Andrei Vagin |
2020-01-06 | Convert memfs into proto-tmpfs. | Nicolas Lacasse |
2020-01-06 | Implement rseq(2) | Michael Pratt |
2020-01-06 | Cleanup Shm reference handling | Michael Pratt |
2020-01-06 | Make some of the fcntl flags arch specific.. | Haibo Xu |
2020-01-03 | Use opaque interface identifiers when generating IPv6 addresses via SLAAC | Ghanan Gowripalan |
2020-01-03 | Remove FIXME comments to close old bug. | Zach Koopmans |
2020-01-03 | Support generating opaque interface identifiers as defined by RFC 7217 | Ghanan Gowripalan |