aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* test/memory/passt: Change passt.avx2 path to /bin in test itself2022_11_04.e308018Stefano Brivio2022-11-041-2/+2
* passt, qrap, README: Update notes and documentation for AF_UNIX support in qemuStefano Brivio2022-11-045-28/+18
* test/perf: Finally drop workaround for virtio_net TX stallStefano Brivio2022-11-042-30/+0
* test: Switch to qemu -netdev stream option instead of using qrapStefano Brivio2022-11-047-77/+75
* test: Wait for network before starting passt in two_guests setupStefano Brivio2022-11-041-0/+2
* udp: Check for answers to forwarded DNS queries before handling local redirectsStefano Brivio2022-11-041-11/+11
* conf: Split the notions of read DNS addresses and offered onesStefano Brivio2022-11-045-23/+49
* conf: Adjust netmask on mismatch between IPv4 address/netmask and gatewayStefano Brivio2022-11-041-1/+24
* tcp: Correct function comments for address typesDavid Gibson2022-11-041-6/+6
* Use endian-safer typing in struct tap4_l4_tDavid Gibson2022-11-041-15/+16
* Use typing to reduce chances of IPv4 endianness errorsDavid Gibson2022-11-0414-100/+113
* Use IPV4_IS_LOOPBACK more widelyDavid Gibson2022-11-042-5/+5
* Minor improvements to IPv4 netmask handlingDavid Gibson2022-11-044-33/+47
* Correct some missing endian conversions of IPv4 addressesDavid Gibson2022-11-042-14/+14
* test: Add memory/passt test casesStefano Brivio2022-11-046-1/+289
* test/lib: Add "td" directive, handled by table_value()Stefano Brivio2022-11-042-0/+31
* test/lib/perf_report: Use own flag to track initialisationStefano Brivio2022-11-041-3/+6
* tap: Support for detection of existing sockets on ramfsStefano Brivio2022-11-041-1/+2
* test/lib: Move screen-scraping setup and layout functions to _ugly filesStefano Brivio2022-11-045-92/+123
* README: Add Podman, vhost-user links, and links to Bugzilla queriesStefano Brivio2022-10-271-4/+8
* passt.1: Fix typo: "addressses", reported by LintianStefano Brivio2022-10-271-1/+1
* icmp: Don't discard first reply sequence for a given echo ID2022_10_26.f212044Stefano Brivio2022-10-273-2/+18
* icmp: Add debugging messages for handled replies and requestsStefano Brivio2022-10-271-5/+25
* tap: Trace received (outbound) ICMP packets in debug mode, tooStefano Brivio2022-10-271-0/+2
* conf, passt.1: Don't imply --foreground with --debugStefano Brivio2022-10-272-7/+5
* test/run: Temporarily disable distribution tests2022_10_26.e4df8b0Stefano Brivio2022-10-261-0/+4
* hooks: Temporarily disable demo generation in pre-pushStefano Brivio2022-10-261-4/+11
* test: Add log file tests for pasta plus corresponding layout and setupStefano Brivio2022-10-265-1/+150
* checksum: Fix calculation for ICMP checksum on IPv4Stefano Brivio2022-10-261-2/+5
* conf: Don't pass leading ~ to parse_port_range() on exclusions2022_10_24.c11277bStefano Brivio2022-10-241-0/+1
* util: Set NS_FN_STACK_SIZE to one eighth of ulimit-reported maximum stack size2022_10_22.b68da10Stefano Brivio2022-10-221-1/+1
* Add git-publish configuration fileAndrea Bolognani2022-10-221-0/+3
* qrap: Support JSON syntax for -deviceAndrea Bolognani2022-10-211-10/+41
* dhcp: Use tap_udp4_send() helper in dhcp()David Gibson2022-10-192-17/+2
* tap: Split tap_ip4_send() into UDP and ICMP variantsDavid Gibson2022-10-193-21/+66
* ndp: Use tap_icmp6_send() helperDavid Gibson2022-10-191-17/+4
* ndp: Remove unneeded eh_source parameterDavid Gibson2022-10-193-7/+4
* tap: Split tap_ip6_send() into UDP and ICMP variantsDavid Gibson2022-10-194-40/+75
* Split tap_ip_send() into IPv4 and IPv6 specific functionsDavid Gibson2022-10-194-96/+103
* tap: Remove unhelpeful vnet_pre optimization from tap_send()David Gibson2022-10-195-24/+13
* Remove support for TCP packets from tap_ip_send()David Gibson2022-10-193-44/+2
* Add helpers for normal inbound packet destination addressesDavid Gibson2022-10-192-5/+31
* Add csum_ip4_header() helper to calculate IPv4 header checksumsDavid Gibson2022-10-194-4/+13
* Add csum_udp4() helper for calculating UDP over IPv4 checksumsDavid Gibson2022-10-194-2/+37
* Add csum_udp6() helper for calculating UDP over IPv6 checksumsDavid Gibson2022-10-193-3/+28
* Add csum_icmp4() helper for calculating ICMP checksumsDavid Gibson2022-10-193-3/+19
* Add csum_icmp6() helper for calculating ICMPv6 checksumsDavid Gibson2022-10-194-8/+33
* passt.1: Add David to AUTHORS2022_10_15.b3f3591Stefano Brivio2022-10-151-2/+2
* conf: Bind inbound ports with CAP_NET_BIND_SERVICE before isolate_user()Stefano Brivio2022-10-155-63/+98
* Rename pasta_setup_ns() to pasta_spawn_cmd()David Gibson2022-10-151-9/+9