Age | Commit message (Expand) | Author |
2020-09-12 | Cap reassembled IPv6 packets at 65535 octets | Toshi Kikuchi |
2020-08-28 | Improve type safety for network protocol options | Ghanan Gowripalan |
2020-08-25 | Add option to replace linkAddrCache with neighborCache | Sam Balana |
2020-08-20 | Only use the NextHeader value of the first IPv6 fragment extension header. | Arthur Sfez |
2020-08-14 | Use a single NetworkEndpoint per NIC per protocol | Ghanan Gowripalan |
2020-08-13 | Migrate to PacketHeader API for PacketBuffer. | Ting-Yu Wang |
2020-08-10 | Set the NetworkProtocolNumber of all PacketBuffers. | Kevin Krakauer |
2020-08-04 | Use 1 fragmentation component per IP stack | Ghanan Gowripalan |
2020-07-31 | Support fragments from different sources | Ghanan Gowripalan |
2020-07-30 | Enforce fragment block size and validate args | Ghanan Gowripalan |
2020-07-07 | Set IPv4 ID on all non-atomic datagrams | Tony Gong |
2020-06-07 | netstack: parse incoming packet headers up-front | Kevin Krakauer |
2020-06-05 | iptables: loopback traffic skips prerouting chain | Kevin Krakauer |
2020-06-03 | Pass PacketBuffer as pointer. | Ting-Yu Wang |
2020-05-08 | iptables - filter packets using outgoing interface. | gVisor bot |
2020-05-01 | Support for connection tracking of TCP packets. | Nayana Bidari |
2020-05-01 | Automated rollback of changelist 308674219 | Kevin Krakauer |
2020-04-30 | FIFO QDisc implementation | Bhasker Hariharan |
2020-04-27 | Automated rollback of changelist 308163542 | gVisor bot |
2020-04-23 | Remove View.First() and View.RemoveFirst() | Kevin Krakauer |
2020-04-21 | Automated rollback of changelist 307477185 | gVisor bot |
2020-04-17 | Remove View.First() and View.RemoveFirst() | Kevin Krakauer |
2020-04-03 | Refactor software GSO code. | Bhasker Hariharan |
2020-03-26 | Support owner matching for iptables. | Nayana Bidari |
2020-03-24 | Move tcpip.PacketBuffer and IPTables to stack package. | Bhasker Hariharan |
2020-02-24 | Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. | Ian Gudger |
2020-01-21 | Add UDP matchers. | Kevin Krakauer |
2020-01-13 | Merge branch 'iptables-write-input-drop' into iptables-write-filter-proto | Kevin Krakauer |
2020-01-13 | Merge branch 'master' into iptables-write-input-drop | Kevin Krakauer |
2020-01-10 | I think INPUT works with protocol | Kevin Krakauer |
2020-01-08 | Getting a panic when running tests. For some reason the filter table is | Kevin Krakauer |
2020-01-08 | Built dead-simple traversal, but now getting depedency cycle error :'( | Kevin Krakauer |
2020-01-08 | Remove redundant function argument | Tamir Duberstein |
2019-11-25 | Set transport and network headers on outbound packets. | Kevin Krakauer |
2019-11-22 | Use PacketBuffers with GSO. | Kevin Krakauer |
2019-11-14 | Use PacketBuffers for outgoing packets. | Kevin Krakauer |
2019-11-06 | Rename nicid to nicID to follow go-readability initialisms | Ghanan Gowripalan |
2019-11-06 | Use PacketBuffers, rather than VectorisedViews, in netstack. | Kevin Krakauer |
2019-10-22 | netstack/tcp: software segmentation offload | Andrei Vagin |
2019-10-15 | Remove panic when reassembly fails. | Bhasker Hariharan |
2019-10-14 | Internal change. | gVisor bot |
2019-10-10 | Fix bugs in fragment handling. | Bhasker Hariharan |
2019-10-07 | Implement IP_TTL. | Ian Gudger |
2019-09-25 | Remove centralized registration of protocols. | Kevin Krakauer |
2019-07-24 | Add support for a subnet prefix length on interface network addresses | Chris Kuiper |
2019-07-12 | Add IPPROTO_RAW, which allows raw sockets to write IP headers. | Kevin Krakauer |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-05 | Adjust route when looping multicast packets | Chris Kuiper |
2019-05-07 | Check GSO for nil in WritePacket | Googler |
2019-05-03 | Support IPv4 fragmentation in netstack | Googler |