aboutgitcodebugslistschat
path: root/passt.c
Commit message (Expand)AuthorAgeFilesLines
...
* conf: Add -P, --pid, to specify a file where own PID is written toStefano Brivio2021-10-141-1/+24
* passt: Warn if we're running as root, abort if we can't change to nobody:nobodyStefano Brivio2021-10-141-0/+29
* passt: Drop all capabilities that we might have, except for CAP_NET_BIND_SERVICEStefano Brivio2021-10-141-0/+18
* passt, pasta: Completely avoid dynamic memory allocationStefano Brivio2021-10-141-8/+8
* passt, pasta: Add seccomp supportStefano Brivio2021-10-141-0/+36
* conf, tap: Split netlink and pasta functions, allow interface configurationStefano Brivio2021-10-141-181/+2
* pasta: Add second waitid() in pasta_child_handler()Stefano Brivio2021-10-071-0/+1
* pasta: Allow specifying paths and names of namespacesGiuseppe Scrivano2021-10-071-20/+39
* passt: Shrink binary size by dropping static initialisersStefano Brivio2021-10-051-2/+6
* tcp, tap: Turn tcp_probe_mem() into sock_probe_mem(), use for AF_UNIX socket tooStefano Brivio2021-10-051-0/+1
* passt: Add handler for optional deferred tasksStefano Brivio2021-10-051-20/+26
* passt: Actually initialise timers for protocol handlersStefano Brivio2021-09-271-2/+16
* passt: Align pkt_buf to PAGE_SIZE (start and size), try to fit in huge pagesStefano Brivio2021-09-271-2/+6
* pasta: Clean up namespace processes on exit, reap zombies from clone()Stefano Brivio2021-09-151-9/+83
* pasta: Set ping_group_range upon namespace creationStefano Brivio2021-09-091-0/+4
* passt: Add epoll event indication and passt/pasta mode in socket debug messageStefano Brivio2021-09-091-1/+3
* pasta: If a new namespace is created, wait for it to be ready before proceedingStefano Brivio2021-09-011-1/+15
* passt, pasta: Introduce command-line options and port re-mappingStefano Brivio2021-09-011-423/+101
* tcp: Introduce scatter-gather IO path from socket to tapStefano Brivio2021-07-261-0/+1
* tcp, udp: Allow binding ports in init namespace to both tap and loopbackStefano Brivio2021-07-261-0/+15
* tcp, udp: Split IPv4 and IPv6 bound port setsStefano Brivio2021-07-211-15/+31
* udp: Introduce recvmmsg()/sendmmsg(), zero-copy path from socketStefano Brivio2021-07-211-0/+14
* passt: Add PASTA mode, major reworkStefano Brivio2021-07-171-439/+108
* passt: When probing for an existing instance, also accept ENOENT on connect()Stefano Brivio2021-05-231-1/+1
* util: On -DDEBUG, log to stderr with timestampsStefano Brivio2021-05-211-1/+1
* passt: Also log to stderr, don't fork to background if not interactiveStefano Brivio2021-05-211-2/+2
* passt: Add support for multiple instances in different network namespacesStefano Brivio2021-05-211-13/+33
* tcp: Actually enforce MAX_CONNS limitStefano Brivio2021-05-211-1/+1
* passt: Close UNIX domain socket on failure before accepting new connectionsStefano Brivio2021-05-211-1/+3
* passt: Introduce packet capture implementationStefano Brivio2021-05-211-0/+5
* dhcp, ndp, dhcpv6: Support for multiple DNS servers, search listStefano Brivio2021-05-211-20/+57
* passt: With -DDEBUG, also print protocol number for unsupported protocolsStefano Brivio2021-05-211-5/+5
* passt: Don't fork into background until the UNIX domain socket isn't listeningStefano Brivio2021-05-101-4/+7
* passt: Keep just two arrays to print context IPv4 and IPv6 addressesStefano Brivio2021-05-101-9/+9
* passt: Don't use getprotobynumber() in debug buildStefano Brivio2021-05-101-3/+17
* udp, passt: Introduce socket packet buffer, avoid getsockname() for UDPStefano Brivio2021-04-301-7/+8
* udp: Connection tracking for ephemeral, local ports, and related fixesStefano Brivio2021-04-291-39/+61
* tcp: Avoid SO_ACCEPTCONN getsockopt() by noting listening/data sockets numbersStefano Brivio2021-04-291-26/+25
* passt: Spare some syscalls, add some optimisations from profilingStefano Brivio2021-04-231-44/+69
* passt: Don't unconditionally disable forking to backgroundStefano Brivio2021-04-221-1/+1
* passt: Introduce packet batching mechanismStefano Brivio2021-04-221-69/+215
* passt: Print ports in debug messages only for protocols with portsStefano Brivio2021-04-221-2/+5
* passt: Always use INET_ADDRSTRLEN/INET6_ADDRSTRLEN for inet_ntop() buffersStefano Brivio2021-04-211-4/+4
* passt: Make UNIX domain socket world-writable and world-readableStefano Brivio2021-04-131-0/+5
* passt: Introduce a DHCPv6 serverStefano Brivio2021-04-131-5/+12
* passt: Add libvirt patch for qemu UNIX socket domain back-endStefano Brivio2021-03-211-1/+1
* passt: Initialise socket after getting addresses and routesStefano Brivio2021-03-201-5/+9
* passt: Set soft limit for number of open files to hard limitStefano Brivio2021-03-181-0/+12
* passt: Run in background, add message logging with severitiesStefano Brivio2021-03-181-61/+70
* passt: qemu patch for direct UNIX domain connection without the qrap wrapperStefano Brivio2021-03-181-1/+6