Age | Commit message (Expand) | Author |
2021-04-12 | [op] Use faster go_marshal methods in netfilter. | Ayush Ranjan |
2021-04-09 | iptables: support postrouting hook and SNAT target | Toshi Kikuchi |
2021-04-02 | Implement cgroupfs. | Rahat Mahmood |
2021-04-01 | Internal changes | Bhasker Hariharan |
2021-03-11 | Move Arch specific code to arch specific files. | Bhasker Hariharan |
2021-02-24 | Add YAMA security module restrictions on ptrace(2). | Dean Deng |
2021-02-08 | [go-marshal] Add dynamic tag in go_marshal. | Ayush Ranjan |
2021-01-29 | - Add more comments for the TCP_INFO struct fields. | Nayana Bidari |
2021-01-27 | Add support for more fields in netstack for TCP_INFO | Nayana Bidari |
2021-01-22 | Implement F_GETLK fcntl. | Dean Deng |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2021-01-06 | Support add/remove IPv6 multicast group sock opt | Ghanan Gowripalan |
2020-12-17 | [netstack] Implement MSG_ERRQUEUE flag for recvmsg(2). | Ayush Ranjan |
2020-12-15 | Implement command SEM_INFO and SEM_STAT for semctl. | Jing Chen |
2020-12-11 | Remove existing nogo exceptions. | Adin Scannell |
2020-12-11 | [netstack] Decouple tcpip.ControlMessages from the IP control messges. | Ayush Ranjan |
2020-12-03 | Implement command IPC_INFO for semctl. | Jing Chen |
2020-12-03 | Implement `fcntl` options `F_GETSIG` and `F_SETSIG`. | Etienne Perot |
2020-12-02 | Add /proc/sys/kernel/sem. | Jing Chen |
2020-10-27 | Add SHA512 to merkle tree library | Chong Cai |
2020-10-23 | Introduce SemidDs struct for amd64 and arm64. | Jing Chen |
2020-10-08 | Implement MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ. | Jamie Liu |
2020-10-06 | Implement membarrier(2) commands other than *_SYNC_CORE. | Jamie Liu |
2020-10-02 | Convert uses of the binary package in kernel to go-marshal. | Rahat Mahmood |
2020-09-30 | ip6tables: redirect support | Kevin Krakauer |
2020-09-30 | Implement ioctl with measure in verity fs | Chong Cai |
2020-09-29 | iptables: refactor to make targets extendable | Kevin Krakauer |
2020-09-24 | Correct FS_IOC_GETFLAGS value | Chong Cai |
2020-09-16 | fs/fuse: Move the 'marshal' and 'primitive' packages to the 'pkg' directory. | Andrei Vagin |
2020-09-16 | fuse_open: add padding to open out request | Boyuan He |
2020-09-16 | Implement FUSE_UNLINK | Boyuan He |
2020-09-16 | Fix comments of TODO issues. | Craig Chi |
2020-09-16 | Add comments for exported attributes | Craig Chi |
2020-09-16 | Implement FUSE_SETATTR | Craig Chi |
2020-09-16 | Add fh support for revise attr and fstat(2) test | Craig Chi |
2020-09-16 | Implement FUSE_WRITE | Jinmou Li |
2020-09-16 | Implement FUSE_CREATE | Craig Chi |
2020-09-16 | Downgrade FUSE minor version support and clarify comments | Jinmou Li |
2020-09-16 | fuse: remove unused marshalling functions | Craig Chi |
2020-09-16 | Support multiple FUSE kernel versions of FUSE_INIT response struct | Craig Chi |
2020-09-16 | fuse: use safe go_marshal API for FUSE | Ridwan Sharif |
2020-09-16 | fuse: Implement IterDirents for directory file description | Ridwan Sharif |
2020-09-16 | Implement FUSE_RMDIR | Ridwan Sharif |
2020-09-16 | Implement FUSE_READ | Jinmou Li |
2020-09-16 | Implement FUSE_MKDIR | Boyuan He |
2020-09-16 | Implement FUSE_READLINK | Boyuan He |
2020-09-16 | Implement FUSE_SYMLINK | Boyuan He |
2020-09-16 | Implement FUSE_MKNOD | Boyuan He |
2020-09-16 | Implement FUSE_RELEASE/RELEASEDIR | Boyuan He |
2020-09-16 | Implement FUSE_OPEN/OPENDIR | Boyuan He |