summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2020-06-18Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets.Bhasker Hariharan
2020-06-18Cleanup tcp.timer and tcpip.RouteGhanan Gowripalan
2020-06-17Increase timeouts for NDP testsGhanan Gowripalan
2020-06-17TCP stat fixesMithun Iyer
2020-06-16Replace use of %v in tcp testsMithun Iyer
2020-06-15TCP to honor updated window size during handshake.Mithun Iyer
2020-06-12Allow reading IP_MULTICAST_LOOP and IP_MULTICAST_TTL on TCP sockets.Ian Gudger
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-10Remove duplicate and incorrect size checkTamir Duberstein
2020-06-10Replace use of %v in snifferTamir Duberstein
2020-06-09Fix write hang bug found by syzkaller.gVisor bot
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-05Drop flaky tag.Adin Scannell
2020-06-05Centralize the categories of endpoint states.Rahat Mahmood
2020-06-05Fix error code returned due to Port exhaustion.Bhasker Hariharan
2020-06-05Fix copylocks error about copying IPTables.Ting-Yu Wang
2020-06-05Handle TCP segment split cases as per MSS.Mithun Iyer
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-06-03Avoid TCP segment split when out of sender window.Mithun Iyer
2020-06-01Enable TCP Receive buffer moderation in gonet and benchmark.Bhasker Hariharan
2020-05-29Update Go version build tagsMichael Pratt
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-29Move TCP to CLOSED from SYN-RCVD on RST.Mithun Iyer
2020-05-28Enable iptables source filtering (-s/--source)Kevin Krakauer
2020-05-27Remove linkEP from DeliverNetworkPacketSam Balana
2020-05-27Fix tiny typo.Kevin Krakauer
2020-05-20Test that we have PAWS mechanismZeling Feng
2020-05-20Internal change.gVisor bot
2020-05-15Minor formatting updates for gvisor.dev.Adin Scannell
2020-05-13Fix TCP segment retransmit timeout handling.Mithun Iyer
2020-05-13Stub support for TCP_SYNCNT and TCP_WINDOW_CLAMP.Bhasker Hariharan
2020-05-11Automated rollback of changelist 310417191Bhasker Hariharan
2020-05-11Fix view.ToVectorisedView().Bhasker Hariharan
2020-05-08iptables - filter packets using outgoing interface.gVisor bot
2020-05-08Send ACK to OTW SEQs/unacc ACKs in CLOSE_WAITZeling Feng
2020-05-07Capture range variable in parallel subtestsSam Balana
2020-05-07Automated rollback of changelist 309339316Bhasker Hariharan
2020-05-07Fix bugs in SACK recovery.Bhasker Hariharan
2020-05-07Merge pull request #2639 from kevinGC:ipv4-frag-reassembly-testgVisor bot
2020-05-06Add basic incoming ipv4 fragment testsKevin Krakauer
2020-05-06Do not assume no DHCPv6 configurationsGhanan Gowripalan
2020-05-06sniffer: fix accidental logging of good packets as badKevin Krakauer
2020-05-05Support TCP zero window probes.Mithun Iyer
2020-05-01Support for connection tracking of TCP packets.Nayana Bidari
2020-05-01Regenerate SLAAC address on conflicts with the NICGhanan Gowripalan