Age | Commit message (Expand) | Author |
2020-07-31 | iptables: support SO_ORIGINAL_DST | Kevin Krakauer |
2020-07-30 | Implement neighbor unreachability detection for ARP and NDP. | Sam Balana |
2020-07-30 | Use brodcast MAC for broadcast IPv4 packets | Ghanan Gowripalan |
2020-07-28 | Redirect TODO to GitHub issues | Fabricio Voznika |
2020-07-27 | Add ability to send unicast ARP requests and Neighbor Solicitations | Sam Balana |
2020-07-23 | Add AfterFunc to tcpip.Clock | Sam Balana |
2020-07-23 | iptables: use keyed array literals | Kevin Krakauer |
2020-07-23 | Merge pull request #3207 from kevinGC:icmp-connect | gVisor bot |
2020-07-22 | make connect(2) fail when dest is unreachable | Kevin Krakauer |
2020-07-22 | iptables: don't NAT existing connections | Kevin Krakauer |
2020-07-22 | iptables: replace maps with arrays | Kevin Krakauer |
2020-07-22 | Support for receiving outbound packets in AF_PACKET. | Bhasker Hariharan |
2020-07-15 | iptables: remove check for NetworkHeader | Kevin Krakauer |
2020-07-15 | Fix minor bugs in a couple of interface IOCTLs. | Bhasker Hariharan |
2020-07-13 | Merge pull request #2672 from amscanne:shim-integrated | gVisor bot |
2020-07-13 | garbage collect connections | Kevin Krakauer |
2020-07-12 | Do not copy sleep.Waker | Ghanan Gowripalan |
2020-07-07 | icmp: When setting TransportHeader, remove from the Data portion. | Ting-Yu Wang |
2020-07-06 | Shard some slow tests. | Ting-Yu Wang |
2020-06-25 | conntrack refactor, no behavior changes | Kevin Krakauer |
2020-06-24 | Add support for Stack level options. | Bhasker Hariharan |
2020-06-23 | Add support for SO_REUSEADDR to TCP sockets/endpoints. | Ian Gudger |
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 |