aboutgitcodebugslistschat
path: root/qrap.c
Commit message (Expand)AuthorAgeFilesLines
* qrap: Add a neighbour solicitation to probe frames, instead of just ARP2022_07_20.9af2e5dStefano Brivio2022-07-201-4/+32
* qrap: Don't rely on errno after perror(), and reset it before usageStefano Brivio2022-07-061-6/+13
* qrap: Increase number of retries on connection reset even furtherStefano Brivio2022-06-271-1/+1
* qrap: Change number of retries and delay on connection resetStefano Brivio2022-06-271-6/+6
* qrap: Add probe retry on connection reset from passt for KubeVirt integrationStefano Brivio2022-06-181-1/+33
* treewide: Argument cannot be negative, CWE-687Stefano Brivio2022-04-071-5/+5
* treewide: Unchecked return value from library, CWE-252Stefano Brivio2022-04-071-4/+9
* passt: Address new clang-tidy warnings from LLVM 13.0.1Stefano Brivio2022-01-301-1/+1
* passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitionsStefano Brivio2022-01-261-2/+0
* qrap: Silence bogus clang-tidy bugprone-suspicious-missing-comma warningStefano Brivio2021-10-211-1/+1
* passt: Add cppcheck target, test, and address resulting warningsStefano Brivio2021-10-211-2/+3
* passt: Fix build with gcc 7, use std=c99, enable some more Clang checkersStefano Brivio2021-10-211-3/+3
* qrap: Set x-txburst as temporary workaround for virtio-net TX stallStefano Brivio2021-09-091-1/+1
* qrap: Drop debugging left-overs, enable timeout for connect() tooStefano Brivio2021-09-091-5/+3
* qrap: Minor fixes in comments and usage messageStefano Brivio2021-09-011-2/+2
* passt, pasta: Introduce command-line options and port re-mappingStefano Brivio2021-09-011-0/+5
* qrap: Skip pci.2 bus for pc-q35, add proper error reporting for probingStefano Brivio2021-07-171-12/+31
* qrap: Connect to the first available instance of passt, probe via ARP requestStefano Brivio2021-05-211-11/+53
* qrap: Silence gcc -O3 warning about strncpy() buffer lengthStefano Brivio2021-05-211-1/+1
* qrap: Also drop -device e1000e,... from qemu command lineStefano Brivio2021-05-211-0/+1
* qrap: Lowest usable PCI bus number for pc-q35 is actually 1Stefano Brivio2021-05-121-1/+1
* qrap: Strip network devices from command line, set them up according to machineStefano Brivio2021-05-121-27/+94
* qrap: Adapt -net/-netdev command-line mangling to existing argumentsStefano Brivio2021-05-111-14/+22
* qrap: Fix qemu name-guessing loop, add /usr/libexec/qemu-kvm as full path tooStefano Brivio2021-05-101-4/+5
* qrap: Find qemu command if not passed, patch command lineStefano Brivio2021-05-101-9/+81
* passt: New design and implementation with native Layer 4 socketsStefano Brivio2021-02-161-2/+4
* passt: Add IPv6 and NDP support, further fixes for IPv4 CTStefano Brivio2021-02-161-0/+1
* merd: Rename to PASSTStefano Brivio2021-02-161-2/+5
* merd: Switch to AF_UNIX for qemu tap, provide wrapperStefano Brivio2021-02-161-0/+79