Age | Commit message (Expand) | Author |
2021-10-11 | Support DNAT target | Ghanan Gowripalan |
2021-10-07 | Track UDP packets performing REDIRECT NAT | Ghanan Gowripalan |
2021-10-06 | Create null entry connection on first IPTables hook | Ghanan Gowripalan |
2021-10-01 | Let connection handle tracked packets | Ghanan Gowripalan |
2021-09-28 | Support naive Masquerade NAT target | Ghanan Gowripalan |
2021-09-23 | Pass AddressableEndpoint to IPTables | Ghanan Gowripalan |
2021-09-22 | Track UDP connections | Ghanan Gowripalan |
2021-06-24 | Incrementally update checksum when NAT-ing | Ghanan Gowripalan |
2021-06-14 | Cleanup iptables bug TODOs | Kevin Krakauer |
2021-04-21 | Only carry GSO options in the packet buffer | Ghanan Gowripalan |
2021-04-09 | iptables: support postrouting hook and SNAT target | Toshi Kikuchi |
2021-03-03 | Make dedicated methods for data operations in PacketBuffer | Ting-Yu Wang |
2020-11-05 | Use stack.Route exclusively for writing packets | Ghanan Gowripalan |
2020-10-29 | Make RedirectTarget thread safe | Kevin Krakauer |
2020-10-29 | Keep magic constants out of netstack | Kevin Krakauer |
2020-09-30 | ip6tables: redirect support | Kevin Krakauer |
2020-09-30 | Make all Target.Action implementation pointer receivers | Kevin Krakauer |
2020-09-29 | iptables: remove unused min/max NAT range fields | Kevin Krakauer |
2020-09-29 | iptables: refactor to make targets extendable | Kevin Krakauer |
2020-08-13 | Migrate to PacketHeader API for PacketBuffer. | Ting-Yu Wang |
2020-07-22 | iptables: don't NAT existing connections | Kevin Krakauer |
2020-06-25 | conntrack refactor, no behavior changes | Kevin Krakauer |
2020-06-07 | netstack: parse incoming packet headers up-front | Kevin Krakauer |
2020-05-01 | Support for connection tracking of TCP packets. | Nayana Bidari |
2020-05-01 | Automated rollback of changelist 308674219 | Kevin Krakauer |
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-03-24 | Move tcpip.PacketBuffer and IPTables to stack package. | Bhasker Hariharan |