aboutgitcodebugslistschat
path: root/util.h
Commit message (Expand)AuthorAgeFilesLines
* passt: Add clang-tidy Makefile target and test, take care of warningsStefano Brivio2021-10-201-3/+3
* LICENSES: Add license text files, add missing notices, fix SPDX tagsStefano Brivio2021-10-201-0/+5
* passt: Static builds: don't redefine __vsyslog(), skip getpwnam() and initgro...Stefano Brivio2021-10-161-1/+1
* util: Define ROUND_UP()Stefano Brivio2021-10-151-0/+2
* passt, pasta: Completely avoid dynamic memory allocationStefano Brivio2021-10-141-0/+5
* conf, tap: Split netlink and pasta functions, allow interface configurationStefano Brivio2021-10-141-0/+9
* pasta: Allow specifying paths and names of namespacesGiuseppe Scrivano2021-10-071-1/+1
* tcp, tap: Turn tcp_probe_mem() into sock_probe_mem(), use for AF_UNIX socket tooStefano Brivio2021-10-051-0/+5
* conf, tcp: Periodic detection of bound ports for pasta port forwardingStefano Brivio2021-09-271-1/+1
* passt: Align pkt_buf to PAGE_SIZE (start and size), try to fit in huge pagesStefano Brivio2021-09-271-0/+1
* passt, pasta: Introduce command-line options and port re-mappingStefano Brivio2021-09-011-5/+9
* tcp: Introduce scatter-gather IO path from socket to tapStefano Brivio2021-07-261-0/+2
* tcp, udp: Allow binding ports in init namespace to both tap and loopbackStefano Brivio2021-07-261-2/+8
* checksum: Introduce AVX2 implementation, unify helpersStefano Brivio2021-07-261-4/+0
* udp: Introduce recvmmsg()/sendmmsg(), zero-copy path from socketStefano Brivio2021-07-211-0/+59
* passt: Add PASTA mode, major reworkStefano Brivio2021-07-171-2/+23
* passt: Add support for multiple instances in different network namespacesStefano Brivio2021-05-211-0/+7
* dhcp, ndp, dhcpv6: Support for multiple DNS servers, search listStefano Brivio2021-05-211-1/+6
* udp, passt: Introduce socket packet buffer, avoid getsockname() for UDPStefano Brivio2021-04-301-0/+1
* udp: Connection tracking for ephemeral, local ports, and related fixesStefano Brivio2021-04-291-2/+6
* tcp: Avoid SO_ACCEPTCONN getsockopt() by noting listening/data sockets numbersStefano Brivio2021-04-291-0/+19
* passt: Run in background, add message logging with severitiesStefano Brivio2021-03-181-0/+10
* passt: New design and implementation with native Layer 4 socketsStefano Brivio2021-02-161-1/+4
* passt: Add IPv6 and NDP support, further fixes for IPv4 CTStefano Brivio2021-02-161-0/+1
* merd: ARP and DHCP handlers, connection tracking fixesStefano Brivio2021-02-161-0/+2