summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2020-04-30FIFO QDisc implementationBhasker Hariharan
2020-04-30Prefer temporary addressesGhanan Gowripalan
2020-04-28Internal change.gVisor bot
2020-04-28Support IPv6 Privacy Extensions for SLAACGhanan Gowripalan
2020-04-27Reduce flakiness in tcp_test.Bhasker Hariharan
2020-04-27Automated rollback of changelist 308163542gVisor bot
2020-04-24Add ICMP6 param problem testEyal Soha
2020-04-24Do not copy tcpip.CancellableTimerGhanan Gowripalan
2020-04-23Remove View.First() and View.RemoveFirst()Kevin Krakauer
2020-04-23Simplify Docker test infrastructure.Adin Scannell
2020-04-22tcp: handle listen after shutdown properlyAndrei Vagin
2020-04-21Automated rollback of changelist 307477185gVisor bot
2020-04-20Prevent race when reassigning CancellableTimerGhanan Gowripalan
2020-04-20Merge pull request #2313 from kevinGC:firstngVisor bot
2020-04-19Don't accept segments outside the receive windowEyal Soha
2020-04-17Support NDP DNS Search List optionGhanan Gowripalan
2020-04-17Remove View.First() and View.RemoveFirst()Kevin Krakauer
2020-04-17Allow caller-defined sinks for packet sniffing.Tamir Duberstein
2020-04-17Permit setting unknown optionsTamir Duberstein
2020-04-16Drop invalid NDP NA messagesGhanan Gowripalan
2020-04-16Properly delegate WaitTamir Duberstein
2020-04-16Reset pending connections on listener shutdown.Mithun Iyer
2020-04-16Return detailed errors when iterating NDP optionsGhanan Gowripalan
2020-04-16Fix data race in tcp_test.Bhasker Hariharan
2020-04-15Deduplicate packet loggingTamir Duberstein
2020-04-15Remove unnecessary codeTamir Duberstein
2020-04-15Reset pending connections on listener closeMithun Iyer
2020-04-14Reduce flakiness in tcp_test.Bhasker Hariharan
2020-04-14Attempt SLAAC address regeneration on DAD conflictsGhanan Gowripalan
2020-04-09Merge pull request #2253 from amscanne:nogogVisor bot
2020-04-09Drop invalid NDP NS messagesGhanan Gowripalan
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-07Require that IPv6 headers be in the first fragmentGhanan Gowripalan
2020-04-03Refactor software GSO code.Bhasker Hariharan
2020-04-02Drop NDP messages with fragment extension headerGhanan Gowripalan
2020-04-02Increment NDP message RX stats before validationGhanan Gowripalan
2020-04-01Deflake tcpip/stack:stack_x_testGhanan Gowripalan
2020-03-31Test receiving multicast packets over UDPEyal Soha
2020-03-27Support Hop By Hop and Destination Options ext hdrGhanan Gowripalan
2020-03-26Use panic instead of log.FatalfGhanan Gowripalan
2020-03-26Merge pull request #2130 from nybidari:iptablesgVisor bot
2020-03-26Handle IPv6 Fragment & Routing extension headersGhanan 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-25Fix data-race in endpoint.ReadinessBhasker Hariharan
2020-03-24Add support for setting TCP segment hash.Bhasker Hariharan
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan