summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack
AgeCommit message (Expand)Author
2020-06-18iptables: skip iptables if no rules are setKevin Krakauer
2020-06-18iptables: remove metadata structKevin Krakauer
2020-06-18Cleanup tcp.timer and tcpip.RouteGhanan Gowripalan
2020-06-17Increase timeouts for NDP testsGhanan Gowripalan
2020-06-11Do not use tentative addresses for routesGhanan Gowripalan
2020-06-10Add support for SO_REUSEADDR to UDP sockets/endpoints.Ian Gudger
2020-06-09Handle removed NIC in NDP timer for packet txGhanan Gowripalan
2020-06-07netstack: parse incoming packet headers up-frontKevin Krakauer
2020-06-05Merge pull request #2872 from kevinGC:ipt-skip-preroutinggVisor bot
2020-06-05iptables: loopback traffic skips prerouting chainKevin Krakauer
2020-06-05Fix copylocks error about copying IPTables.Ting-Yu Wang
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-05-29Merge pull request #2807 from kevinGC:iptables-sourcegVisor bot
2020-05-29Update WritePacket* API to take ownership of packets to be written.Ting-Yu Wang
2020-05-28Enable iptables source filtering (-s/--source)Kevin Krakauer
2020-05-27Remove linkEP from DeliverNetworkPacketSam Balana
2020-05-15Minor formatting updates for gvisor.dev.Adin Scannell
2020-05-08iptables - filter packets using outgoing interface.gVisor bot
2020-05-06Do not assume no DHCPv6 configurationsGhanan Gowripalan
2020-05-01Support for connection tracking of TCP packets.Nayana Bidari
2020-05-01Regenerate SLAAC address on conflicts with the NICGhanan Gowripalan
2020-05-01Automated rollback of changelist 308674219Kevin Krakauer
2020-04-30FIFO QDisc implementationBhasker Hariharan
2020-04-30Prefer temporary addressesGhanan Gowripalan
2020-04-28Support IPv6 Privacy Extensions for SLAACGhanan Gowripalan
2020-04-27Automated rollback of changelist 308163542gVisor bot
2020-04-24Do not copy tcpip.CancellableTimerGhanan Gowripalan
2020-04-23Remove View.First() and View.RemoveFirst()Kevin Krakauer
2020-04-21Automated rollback of changelist 307477185gVisor bot
2020-04-20Merge pull request #2313 from kevinGC:firstngVisor bot
2020-04-17Support NDP DNS Search List optionGhanan Gowripalan
2020-04-17Remove View.First() and View.RemoveFirst()Kevin Krakauer
2020-04-16Return detailed errors when iterating NDP optionsGhanan Gowripalan
2020-04-14Attempt SLAAC address regeneration on DAD conflictsGhanan Gowripalan
2020-04-09Merge pull request #2253 from amscanne:nogogVisor bot
2020-04-09Convert int and bool socket options to use GetSockOptInt and GetSockOptBoolAndrei Vagin
2020-04-08Remove lostcancel warnings.Adin Scannell
2020-04-08Fix all printf formatting errors.Adin Scannell
2020-04-03Refactor software GSO code.Bhasker Hariharan
2020-04-01Deflake tcpip/stack:stack_x_testGhanan Gowripalan
2020-03-26Use panic instead of log.FatalfGhanan Gowripalan
2020-03-26Support owner matching for iptables.Nayana Bidari
2020-03-26Add IPv4 to bind_to_device distribution testJay Zhuang
2020-03-26Clean up transport_demuxer.go and testJay Zhuang
2020-03-24Add support for setting TCP segment hash.Bhasker Hariharan
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan
2020-03-13Refactor SLAAC address state into SLAAC prefix stateGhanan Gowripalan
2020-03-13Disable a NIC before removing itGhanan Gowripalan
2020-03-13Avoid unnecessary work in transportDemuxer.deliverPacket().Jamie Liu
2020-03-13Honour the link's MaxHeaderLength when forwardingGhanan Gowripalan