summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket
AgeCommit message (Expand)Author
2021-04-21Only carry GSO options in the packet bufferGhanan Gowripalan
2021-04-20Move SO_RCVBUF to socketops.Nayana Bidari
2021-04-16Enlarge port range and fix integer overflowKevin Krakauer
2021-04-09iptables: support postrouting hook and SNAT targetToshi Kikuchi
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-15Make netstack (//pkg/tcpip) buildable for 32 bitKevin Krakauer
2021-03-15Merge pull request #5618 from iangudger:unix-transport-racegVisor bot
2021-03-08Implement /proc/sys/net/ipv4/ip_local_port_rangeKevin Krakauer
2021-03-04Fix race in unix socket transport.Ian Gudger
2021-03-03Export stats that were forgottenArthur Sfez
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-02-19Don't hold baseEndpoint.mu while calling EventUpdate().Nicolas Lacasse
2021-02-18Make socketops reflect correct sndbuf value for host UDS.Bhasker Hariharan
2021-02-18Validate IGMP packetsArthur Sfez
2021-02-17Move Name() out of netstack Matcher. It can live in the sentry.Kevin Krakauer
2021-02-11[rack] TLP: ACK Processing and PTO scheduling.Ayush Ranjan
2021-02-09Add support for setting SO_SNDBUF for unix domain sockets.Bhasker Hariharan
2021-02-05Replace TaskFromContext(ctx).Kernel() with KernelFromContext(ctx)Ting-Yu Wang
2021-02-01Refactor HandleControlPacket/SockErrorGhanan Gowripalan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-28Propagate reader error in ReadFromTamir Duberstein
2021-01-27Add support for more fields in netstack for TCP_INFONayana Bidari
2021-01-26Initialize the send buffer handler in endpoint creation.Nayana Bidari
2021-01-26Do not send SCM Rights more than once when message is truncated.Dean Deng
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-21iptables: support matching the input interface nameToshi Kikuchi
2021-01-20Remove unimplemented message for SO_LINGERNayana Bidari
2021-01-20Move Lock/UnlockPOSIX into LockFD util.Dean Deng
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-12Remove useless cached stateTamir Duberstein
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2021-01-06Support add/remove IPv6 multicast group sock optGhanan Gowripalan
2021-01-05Fix panic when parsing SO_TIMESTAMP cmsgKevin Krakauer
2020-12-22Move SO_BINDTODEVICE to socketops.Nayana Bidari
2020-12-17[netstack] Implement IP(V6)_RECVERR socket option.Ayush Ranjan
2020-12-17[netstack] Implement MSG_ERRQUEUE flag for recvmsg(2).Ayush Ranjan
2020-12-15[netstack] Make recvmsg(2) call to host in hostinet even if dst is empty.Ayush Ranjan
2020-12-14[netstack] Update raw socket and hostinet control message parsing.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
2020-12-09Add support for IP_RECVORIGDSTADDR IP option.Bhasker Hariharan
2020-12-07Export IGMP statsArthur Sfez
2020-12-02Extract ICMPv4/v6 specific stats to their own typesArthur Sfez