aboutgitcodebugslistschat
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Allow implicit test for bugprone-suspicious-string-compare checkerStefano Brivio2022-03-291-4/+1
* treewide: Fix android-cloexec-* clang-tidy warnings, re-enable checksStefano Brivio2022-03-291-9/+0
* test, seccomp, Makefile: Switch to valgrind runs for passt functional testsStefano Brivio2022-03-291-1/+7
* Makefile: Enable a few hardening flagsStefano Brivio2022-03-281-2/+8
* Makefile, hooks: Static target precondition for pkgs, copy .avx2 buildsStefano Brivio2022-03-011-1/+1
* passt, pasta: Run-time selection of AVX2 buildStefano Brivio2022-02-281-10/+28
* Makefile: Fix up AUDIT_ARCH for armv6l, armv7lStefano Brivio2022-02-261-0/+1
* pasta: By default, quit if filesystem-bound net namespace goes awayStefano Brivio2022-02-211-1/+2
* Makefile, conf, passt: Drop passt4netns references, explicit argc checkStefano Brivio2022-02-211-5/+2
* passt: Address new clang-tidy warnings from LLVM 13.0.1Stefano Brivio2022-01-301-1/+23
* tcp, netlink, HAS{BYTES_ACKED,MIN_RTT,GETRANDOM} and NETLINK_GET_STRICT_CHKStefano Brivio2022-01-261-0/+15
* Makefile, seccomp: Fix build for i386, ppc64, ppc64leStefano Brivio2022-01-261-2/+12
* Makefile: cppcheck target: Suppress unmatchedSuppression, pass CFLAGSStefano Brivio2021-10-211-3/+16
* passt: Add cppcheck target, test, and address resulting warningsStefano Brivio2021-10-211-1/+31
* passt: Fix build with gcc 7, use std=c99, enable some more Clang checkersStefano Brivio2021-10-211-5/+1
* Makefile, tcp: Don't try to use tcpi_snd_wnd from tcp_info on pre-5.3 kernelsStefano Brivio2021-10-211-0/+5
* passt: Add clang-tidy Makefile target and test, take care of warningsStefano Brivio2021-10-201-0/+75
* passt: Address gcc 11 warningsStefano Brivio2021-10-201-0/+14
* LICENSES: Add license text files, add missing notices, fix SPDX tagsStefano Brivio2021-10-201-0/+11
* Makefile: Install man pages to /usr/share/man instead of /usr/manStefano Brivio2021-10-201-5/+5
* Makefile: Prefix installation paths with $(DESTDIR)Stefano Brivio2021-10-191-9/+9
* passt: Static builds: don't redefine __vsyslog(), skip getpwnam() and initgro...Stefano Brivio2021-10-161-1/+1
* passt, pasta: Add seccomp supportStefano Brivio2021-10-141-9/+8
* conf, tap: Split netlink and pasta functions, allow interface configurationStefano Brivio2021-10-141-4/+5
* pasta: Allow specifying paths and names of namespacesGiuseppe Scrivano2021-10-071-0/+1
* passt: Align pkt_buf to PAGE_SIZE (start and size), try to fit in huge pagesStefano Brivio2021-09-271-0/+1
* Makefile: Visually separate CFLAGS from input files in resulting cc commandsStefano Brivio2021-09-271-2/+4
* Makefile: Make sure destination directories exist on installStefano Brivio2021-09-011-0/+1
* Makefile: Quick hack to build convenience Debian and RPM packagesStefano Brivio2021-09-011-1/+15
* Makefile: Add install, uninstall targetsStefano Brivio2021-09-011-1/+16
* passt, pasta: Introduce command-line options and port re-mappingStefano Brivio2021-09-011-11/+6
* checksum: Introduce AVX2 implementation, unify helpersStefano Brivio2021-07-261-2/+17
* passt: Add PASTA mode, major reworkStefano Brivio2021-07-171-2/+9
* passt: Introduce packet capture implementationStefano Brivio2021-05-211-2/+2
* qrap: Find qemu command if not passed, patch command lineStefano Brivio2021-05-101-1/+1
* passt: Introduce a DHCPv6 serverStefano Brivio2021-04-131-2/+2
* passt: Introduce ICMP echo proxyStefano Brivio2021-03-181-2/+2
* tcp: Add siphash implementation for initial sequence numbersStefano Brivio2021-03-171-2/+2
* passt: New design and implementation with native Layer 4 socketsStefano Brivio2021-02-161-2/+2
* passt: Add IPv6 and NDP support, further fixes for IPv4 CTStefano Brivio2021-02-161-2/+2
* merd: Rename to PASSTStefano Brivio2021-02-161-6/+6
* merd: ARP and DHCP handlers, connection tracking fixesStefano Brivio2021-02-161-2/+2
* merd: Switch to AF_UNIX for qemu tap, provide wrapperStefano Brivio2021-02-161-3/+6
* merd: Initial importStefano Brivio2021-02-161-0/+10