summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket
AgeCommit message (Expand)Author
2021-06-16[syserror] Refactor linuxerr and error package.Zach Koopmans
2021-06-14Cleanup iptables bug TODOsKevin Krakauer
2021-06-07Remove unsupported syscall event for setsockopt(*, SOL_SOCKET, SO_OOBINLINE).Nicolas Lacasse
2021-05-26Use the stack RNG everywhereTamir Duberstein
2021-05-25Merge pull request #6027 from liornm:fix-unused-flaggVisor bot
2021-05-21Add aggregated NIC statsArthur Sfez
2021-05-21Clean-up netstack metrics descriptionsArthur Sfez
2021-05-20Add protocol state to TCPINFOMithun Iyer
2021-05-19Send ICMP errors when link address resolution failsNick Brown
2021-05-19Allow use of IFF_ONE_QUEUEliornm
2021-05-14Don't read forwarding from netstack in sentryGhanan Gowripalan
2021-05-13Rename SetForwarding to SetForwardingDefaultAndAllNICsGhanan Gowripalan
2021-05-12Fix TODO comments.Ian Lewis
2021-05-12Send ICMP errors when unable to forward fragmented packetsNick Brown
2021-05-11[syserror] Refactor abi/linux.ErrnoZach Koopmans
2021-05-11Process Hop-by-Hop header when forwarding IPv6 packetsNick Brown
2021-05-05Send ICMP errors when the network is unreachableNick Brown
2021-04-27Remove uses of the binary package from networking code.Rahat Mahmood
2021-04-23hostinet: parse the timeval structure from a SO_TIMESTAMP control messageAndrei Vagin
2021-04-22Fix AF_UNIX listen() w/ zero backlog.Bhasker Hariharan
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