aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* Remove contrib/debian, Debian package development now happens on SalsaStefano Brivio2022-11-166-63/+0
* contrib/apparmor: Merge pasta and passt profiles, update rulesStefano Brivio2022-11-162-88/+51
* README: Add links to Debian package trackerStefano Brivio2022-11-161-7/+10
* Makefile: Change HPPA into PARISC while building PASST_AUDIT_ARCHStefano Brivio2022-11-161-0/+1
* Makefile: It's AUDIT_ARCH_MIPSEL64, not AUDIT_ARCH_MIPS64ELStefano Brivio2022-11-161-0/+1
* Makefile: Don't filter out -O2 from supplied flags for AVX2 buildsStefano Brivio2022-11-161-1/+1
* Makefile: Honour passed CPPFLAGS, not just CFLAGSStefano Brivio2022-11-161-7/+7
* conf, udp: Drop mostly duplicated dns_send arrays, rename related fieldsStefano Brivio2022-11-166-71/+62
* conf: Fix mask calculation from prefix_len in conf_print()2022_11_10.4129764Stefano Brivio2022-11-101-1/+4
* tcp, udp: Don't initialise IPv6/IPv4 sockets if IPv4/IPv6 are not enabledStefano Brivio2022-11-102-4/+4
* passt: Move __setlogmask() calls before output unrelated to configurationStefano Brivio2022-11-101-8/+8
* tap: Return -EIO from tap_handler_passt() on inconsistent packet streamStefano Brivio2022-11-101-2/+2
* tap: Keep stream consistent if qemu length descriptor spans two recv() callsStefano Brivio2022-11-101-3/+15
* 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