summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/tcpip.go
AgeCommit message (Expand)Author
2021-10-27Record counts of packets with unknown L3/L4 numbersNick Brown
2021-10-07Add a new metric to detect the number of spurious loss recoveries.Nayana Bidari
2021-10-07Store timestamps as time.TimeTamir Duberstein
2021-09-23Implement S/R for TransportEndpointStatsTamir Duberstein
2021-09-19Support IPV6_RECVPKTINFO on UDP socketsGhanan Gowripalan
2021-09-15Pass address properties in a single structTony Gong
2021-07-21Add metric to count number of segments acknowledged by DSACK.Nayana Bidari
2021-06-14Cleanup iptables bug TODOsKevin Krakauer
2021-05-26Use the stack clock everywhereTamir Duberstein
2021-05-25Use opaque types to represent timeTamir Duberstein
2021-05-21Add aggregated NIC statsArthur Sfez
2021-05-20Add protocol state to TCPINFOMithun Iyer
2021-05-19Send ICMP errors when link address resolution failsNick Brown
2021-05-13Check filter table when forwarding IP packetsGhanan Gowripalan
2021-05-12Send ICMP errors when unable to forward fragmented packetsNick Brown
2021-05-11Merge pull request #5694 from kevinGC:align32gVisor bot
2021-05-11Process Hop-by-Hop header when forwarding IPv6 packetsNick Brown
2021-05-06fix rebase errorKevin Krakauer
2021-05-06Moved to atomicbitops and renamed filesKevin Krakauer
2021-05-06Fix alignment issue with 64-bit atomics on 32 bit machinesKevin Krakauer
2021-05-05Send ICMP errors when the network is unreachableNick Brown
2021-05-03Implement standard clock safelyGhanan Gowripalan
2021-04-27Remove uses of the binary package from networking code.Rahat Mahmood
2021-04-20Move SO_RCVBUF to socketops.Nayana Bidari
2021-04-16Enlarge port range and fix integer overflowKevin Krakauer
2021-04-15Add field support to the sentry metrics.Nayana Bidari
2021-04-09iptables: support postrouting hook and SNAT targetToshi Kikuchi
2021-04-05Fix listen backlog handling to be in parity with LinuxMithun Iyer
2021-03-03Export stats that were forgottenArthur Sfez
2021-02-18Validate IGMP packetsArthur Sfez
2021-02-11[rack] TLP: ACK Processing and PTO scheduling.Ayush Ranjan
2021-02-10Fix broken IFTTT link in tcpip.Ayush Ranjan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-28Respect SO_BINDTODEVICE in unconnected UDP writesMarina Ciocea
2021-01-27Add support for more fields in netstack for TCP_INFONayana Bidari
2021-01-26Implement error on pointersTamir Duberstein
2021-01-26Move SO_SNDBUF to socketops.Nayana Bidari
2021-01-25Add per endpoint ARP statisticsArthur Sfez
2021-01-22Define tcpip.Payloader in terms of io.ReaderTamir Duberstein
2021-01-19Per NIC NetworkEndpoint statisticsArthur Sfez
2021-01-15Remove count argument from tcpip.Endpoint.ReadTamir Duberstein
2021-01-14Add stats for ARPArthur Sfez
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2020-12-22Move SO_BINDTODEVICE to socketops.Nayana Bidari
2020-12-21Prefer matching labels and longest matching prefixGhanan Gowripalan
2020-12-17[netstack] Implement MSG_ERRQUEUE flag for recvmsg(2).Ayush Ranjan
2020-12-14Move SO_LINGER option to socketops.Nayana Bidari
2020-12-14Move SO_ERROR and SO_OOBINLINE option to socketops.Nayana Bidari
2020-12-11[netstack] Decouple tcpip.ControlMessages from the IP control messges.Ayush Ranjan