| Commit message (Expand) | Author | Age | Files | Lines |
* | qrap: Don't rely on errno after perror(), and reset it before usage | Stefano Brivio | 2022-07-06 | 1 | -6/+13 |
* | qrap: Increase number of retries on connection reset even further | Stefano Brivio | 2022-06-27 | 1 | -1/+1 |
* | qrap: Change number of retries and delay on connection reset | Stefano Brivio | 2022-06-27 | 1 | -6/+6 |
* | qrap: Add probe retry on connection reset from passt for KubeVirt integration | Stefano Brivio | 2022-06-18 | 1 | -1/+33 |
* | treewide: Argument cannot be negative, CWE-687 | Stefano Brivio | 2022-04-07 | 1 | -5/+5 |
* | treewide: Unchecked return value from library, CWE-252 | Stefano Brivio | 2022-04-07 | 1 | -4/+9 |
* | passt: Address new clang-tidy warnings from LLVM 13.0.1 | Stefano Brivio | 2022-01-30 | 1 | -1/+1 |
* | passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitions | Stefano Brivio | 2022-01-26 | 1 | -2/+0 |
* | qrap: Silence bogus clang-tidy bugprone-suspicious-missing-comma warning | Stefano Brivio | 2021-10-21 | 1 | -1/+1 |
* | passt: Add cppcheck target, test, and address resulting warnings | Stefano Brivio | 2021-10-21 | 1 | -2/+3 |
* | passt: Fix build with gcc 7, use std=c99, enable some more Clang checkers | Stefano Brivio | 2021-10-21 | 1 | -3/+3 |
* | qrap: Set x-txburst as temporary workaround for virtio-net TX stall | Stefano Brivio | 2021-09-09 | 1 | -1/+1 |
* | qrap: Drop debugging left-overs, enable timeout for connect() too | Stefano Brivio | 2021-09-09 | 1 | -5/+3 |
* | qrap: Minor fixes in comments and usage message | Stefano Brivio | 2021-09-01 | 1 | -2/+2 |
* | passt, pasta: Introduce command-line options and port re-mapping | Stefano Brivio | 2021-09-01 | 1 | -0/+5 |
* | qrap: Skip pci.2 bus for pc-q35, add proper error reporting for probing | Stefano Brivio | 2021-07-17 | 1 | -12/+31 |
* | qrap: Connect to the first available instance of passt, probe via ARP request | Stefano Brivio | 2021-05-21 | 1 | -11/+53 |
* | qrap: Silence gcc -O3 warning about strncpy() buffer length | Stefano Brivio | 2021-05-21 | 1 | -1/+1 |
* | qrap: Also drop -device e1000e,... from qemu command line | Stefano Brivio | 2021-05-21 | 1 | -0/+1 |
* | qrap: Lowest usable PCI bus number for pc-q35 is actually 1 | Stefano Brivio | 2021-05-12 | 1 | -1/+1 |
* | qrap: Strip network devices from command line, set them up according to machine | Stefano Brivio | 2021-05-12 | 1 | -27/+94 |
* | qrap: Adapt -net/-netdev command-line mangling to existing arguments | Stefano Brivio | 2021-05-11 | 1 | -14/+22 |
* | qrap: Fix qemu name-guessing loop, add /usr/libexec/qemu-kvm as full path too | Stefano Brivio | 2021-05-10 | 1 | -4/+5 |
* | qrap: Find qemu command if not passed, patch command line | Stefano Brivio | 2021-05-10 | 1 | -9/+81 |
* | passt: New design and implementation with native Layer 4 sockets | Stefano Brivio | 2021-02-16 | 1 | -2/+4 |
* | passt: Add IPv6 and NDP support, further fixes for IPv4 CT | Stefano Brivio | 2021-02-16 | 1 | -0/+1 |
* | merd: Rename to PASST | Stefano Brivio | 2021-02-16 | 1 | -2/+5 |
* | merd: Switch to AF_UNIX for qemu tap, provide wrapper | Stefano Brivio | 2021-02-16 | 1 | -0/+79 |