summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket
AgeCommit message (Expand)Author
2021-09-01Extract network datagram endpoint common facilitiesGhanan Gowripalan
2021-09-01unix: handle a case when a buffer is overflowedAndrei Vagin
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-08-12[syserror] Convert remaining syserror definitions to linuxerr.Zach Koopmans
2021-08-12Add support for TCP send buffer auto tuning.Nayana Bidari
2021-07-30Support RTM_DELLINKZeling Feng
2021-07-23Add support for SIOCGIFCONF ioctl in hostinet.Lucas Manning
2021-07-21Add metric to count number of segments acknowledged by DSACK.Nayana Bidari
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-15netstack: support SO_RCVBUFFORCEKevin Krakauer
2021-07-12netstack: move SO_SNDBUF/RCVBUF clamping logic out of //pkg/tcpipKevin Krakauer
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
2021-07-02Merge pull request #6258 from liornm:fix-iptables-input-interfacegVisor bot
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-29Add SIOCGIFFLAGS ioctl support to hostinet.Lucas Manning
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-06-29Fix iptables List entries Input interface fieldliornm
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-06-22Trigger poll/epoll events on zero-length hostinet sendmsgIan Lewis
2021-06-21clean up tcpdump TODOsKevin Krakauer
2021-06-17remove outdated ip6tables TODOsKevin Krakauer
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