summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2021-07-01Mix checklocks and atomic analyzers.Adin Scannell
2021-07-01Fix bug with TCP bind w/ SO_REUSEADDR.Bhasker Hariharan
2021-06-30Implement fmt.Stringer for NDPRoutePreferenceGhanan Gowripalan
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-29Support parsing NDP Route Information optionGhanan Gowripalan
2021-06-29Merge pull request #6085 from liornm:fix-tun-no_pigVisor bot
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-06-29Fix TUN IFF_NO_PI bugliornm
2021-06-28netstack: deflake TestSynRcvdBadSeqNumberKevin Krakauer
2021-06-25Remove sndQueue as its pointless now.Bhasker Hariharan
2021-06-24Incrementally update checksum when NAT-ingGhanan Gowripalan
2021-06-24Refactor default router state to off-link route stateGhanan Gowripalan
2021-06-24Internal change.Jamie Liu
2021-06-22Wake up Writers when tcp socket is shutdown for writes.Bhasker Hariharan
2021-06-22netstack: further deflake tcp_testKevin Krakauer
2021-06-21clean up tcpdump TODOsKevin Krakauer
2021-06-21Use fake clocks in NDP testsGhanan Gowripalan
2021-06-21netstack: don't ACK SYNs in TIME-WAITKevin Krakauer
2021-06-18Add endpoints to map only if registerEndpoint succeeds.Bhasker Hariharan
2021-06-18Include off-link route's preference in update eventsGhanan Gowripalan
2021-06-17raw sockets: don't overwrite destination addressKevin Krakauer
2021-06-16Fix broken hdrincl testKevin Krakauer
2021-06-14Support parsing Prf field in RAsGhanan Gowripalan
2021-06-14Rename DefaultRouter event to OffLinkRoute eventGhanan Gowripalan
2021-06-14Cleanup iptables bug TODOsKevin Krakauer
2021-06-14Always accept discovered configurations from NDPGhanan Gowripalan
2021-06-09Merge pull request #6128 from kevinGC:fanout-pidgVisor bot
2021-06-09Avoid fanout group collisions with best effortKevin Krakauer
2021-06-07Exclusively lock IPv6 EP when modifying addressesGhanan Gowripalan
2021-06-05Use the NIC packets arrived at when filteringGhanan Gowripalan
2021-06-04Honor data and FIN from the ACK completing handshakeMithun Iyer
2021-06-01Ensure full shutdown of endpoint on notifyCloseMithun Iyer
2021-06-01Ignore RST received for a TCP listenerMithun Iyer
2021-05-28Clean up warningsTamir Duberstein
2021-05-27Support SO_BINDTODEVICE in ICMP socketsSam Balana
2021-05-27Speed up TestBindToDeviceDistributionKevin Krakauer
2021-05-27Use fake clocks in all testsTamir Duberstein
2021-05-27Avoid warningsTamir Duberstein
2021-05-26Use the stack RNG everywhereTamir Duberstein
2021-05-26Clarify commentTamir Duberstein
2021-05-26Move presence methods from segment to TCPFlagsTamir Duberstein
2021-05-26Alias most local importTamir Duberstein
2021-05-26Spawn dequeing task via the clockTamir Duberstein
2021-05-26Use the stack clock everywhereTamir Duberstein
2021-05-25Use opaque types to represent timeTamir Duberstein
2021-05-25Use the stack RNGTamir Duberstein
2021-05-25Use embedded mutex patternTamir Duberstein
2021-05-25Merge pull request #6060 from zchee:tcpip-remove-unused-sfilegVisor bot
2021-05-24Move RunImmediatelyScheduledJobs to faketimeTamir Duberstein
2021-05-24Standardize import aliasTamir Duberstein