Age | Commit message (Expand) | Author |
2020-06-18 | iptables: skip iptables if no rules are set | Kevin Krakauer |
2020-06-18 | iptables: remove metadata struct | Kevin Krakauer |
2020-06-18 | Cleanup tcp.timer and tcpip.Route | Ghanan Gowripalan |
2020-06-17 | Increase timeouts for NDP tests | Ghanan Gowripalan |
2020-06-11 | Do not use tentative addresses for routes | Ghanan Gowripalan |
2020-06-10 | Add support for SO_REUSEADDR to UDP sockets/endpoints. | Ian Gudger |
2020-06-09 | Handle removed NIC in NDP timer for packet tx | Ghanan Gowripalan |
2020-06-07 | netstack: parse incoming packet headers up-front | Kevin Krakauer |
2020-06-05 | Merge pull request #2872 from kevinGC:ipt-skip-prerouting | gVisor bot |
2020-06-05 | iptables: loopback traffic skips prerouting chain | Kevin Krakauer |
2020-06-05 | Fix copylocks error about copying IPTables. | Ting-Yu Wang |
2020-06-03 | Pass PacketBuffer as pointer. | Ting-Yu Wang |
2020-05-29 | Merge pull request #2807 from kevinGC:iptables-source | gVisor bot |
2020-05-29 | Update WritePacket* API to take ownership of packets to be written. | Ting-Yu Wang |
2020-05-28 | Enable iptables source filtering (-s/--source) | Kevin Krakauer |
2020-05-27 | Remove linkEP from DeliverNetworkPacket | Sam Balana |
2020-05-15 | Minor formatting updates for gvisor.dev. | Adin Scannell |
2020-05-08 | iptables - filter packets using outgoing interface. | gVisor bot |
2020-05-06 | Do not assume no DHCPv6 configurations | Ghanan Gowripalan |
2020-05-01 | Support for connection tracking of TCP packets. | Nayana Bidari |
2020-05-01 | Regenerate SLAAC address on conflicts with the NIC | Ghanan Gowripalan |
2020-05-01 | Automated rollback of changelist 308674219 | Kevin Krakauer |
2020-04-30 | FIFO QDisc implementation | Bhasker Hariharan |
2020-04-30 | Prefer temporary addresses | Ghanan Gowripalan |
2020-04-28 | Support IPv6 Privacy Extensions for SLAAC | Ghanan Gowripalan |
2020-04-27 | Automated rollback of changelist 308163542 | gVisor bot |
2020-04-24 | Do not copy tcpip.CancellableTimer | Ghanan Gowripalan |
2020-04-23 | Remove View.First() and View.RemoveFirst() | Kevin Krakauer |
2020-04-21 | Automated rollback of changelist 307477185 | gVisor bot |
2020-04-20 | Merge pull request #2313 from kevinGC:firstn | gVisor bot |
2020-04-17 | Support NDP DNS Search List option | Ghanan Gowripalan |
2020-04-17 | Remove View.First() and View.RemoveFirst() | Kevin Krakauer |
2020-04-16 | Return detailed errors when iterating NDP options | Ghanan Gowripalan |
2020-04-14 | Attempt SLAAC address regeneration on DAD conflicts | Ghanan Gowripalan |
2020-04-09 | Merge pull request #2253 from amscanne:nogo | gVisor bot |
2020-04-09 | Convert int and bool socket options to use GetSockOptInt and GetSockOptBool | Andrei Vagin |
2020-04-08 | Remove lostcancel warnings. | Adin Scannell |
2020-04-08 | Fix all printf formatting errors. | Adin Scannell |
2020-04-03 | Refactor software GSO code. | Bhasker Hariharan |
2020-04-01 | Deflake tcpip/stack:stack_x_test | Ghanan Gowripalan |
2020-03-26 | Use panic instead of log.Fatalf | Ghanan Gowripalan |
2020-03-26 | Support owner matching for iptables. | Nayana Bidari |
2020-03-26 | Add IPv4 to bind_to_device distribution test | Jay Zhuang |
2020-03-26 | Clean up transport_demuxer.go and test | Jay Zhuang |
2020-03-24 | Add support for setting TCP segment hash. | Bhasker Hariharan |
2020-03-24 | Move tcpip.PacketBuffer and IPTables to stack package. | Bhasker Hariharan |
2020-03-13 | Refactor SLAAC address state into SLAAC prefix state | Ghanan Gowripalan |
2020-03-13 | Disable a NIC before removing it | Ghanan Gowripalan |
2020-03-13 | Avoid unnecessary work in transportDemuxer.deliverPacket(). | Jamie Liu |
2020-03-13 | Honour the link's MaxHeaderLength when forwarding | Ghanan Gowripalan |