Commit graph

  • 7cb2088835 conf: Don't print usage via the logging subsystem David Gibson 2024-06-05 10:42:41 +1000
  • e651197b5c conf: Remove unhelpful usage() wrapper David Gibson 2024-06-05 10:42:40 +1000
  • e84a01e94c tcp: move seq_to_tap update to when frame is queued Jon Maloy 2024-06-04 14:29:08 -0400
  • 765eb0bf16 apparmor: Fix comments after PID file and AF_UNIX socket creation refactoring 2024_05_23.765eb0b Stefano Brivio 2024-05-23 13:14:22 +0200
  • 0608ec42f2 conf, passt.h: Rename pid_file in struct ctx to pidfile Stefano Brivio 2024-05-22 20:39:30 +0200
  • c9b2413465 conf, passt, tap: Open socket and PID files before switching UID/GID Stefano Brivio 2024-05-22 20:18:19 +0200
  • ba23b05545 passt, util: Move opening of PID file to its own function Stefano Brivio 2024-05-22 19:50:58 +0200
  • 57d8aa8ffe util: Rename write_pidfile() to pidfile_write() Stefano Brivio 2024-05-22 19:52:54 +0200
  • cbca08cd38 tap: Split tap_sock_unix_init() into opening and listening parts Stefano Brivio 2024-05-22 19:31:12 +0200
  • fcfb592adc passt, tap: Don't use -1 as uninitialised value for fd_tap_listen Stefano Brivio 2024-05-22 19:35:25 +0200
  • d02bb6ca05 tap: Move all-ones initialisation of mac_guest to tap_sock_init() Stefano Brivio 2024-05-22 18:18:11 +0200
  • 45b8632dcc conf: Don't lecture user about starting us as root Stefano Brivio 2024-05-22 16:54:03 +0200
  • 3f917b326b netlink, test: Ignore deprecated addresses David Gibson 2024-05-22 17:22:32 +1000
  • cc801fb38f tcp: Remove interim 'tapside' field from connection David Gibson 2024-05-21 15:57:08 +1000
  • 8a2accb847 flow: Record the pifs for each side of each flow David Gibson 2024-05-21 15:57:07 +1000
  • 43571852e6 flow: Make side 0 always be the initiating side David Gibson 2024-05-21 15:57:06 +1000
  • 0060acd11b flow: Clarify and enforce flow state transitions David Gibson 2024-05-21 15:57:05 +1000
  • a63199832a inany: Better helpers for using inany and specific family addrs together David Gibson 2024-05-21 15:57:04 +1000
  • 7a832a8a0e flow: Properly type callbacks to protocol specific handlers David Gibson 2024-05-21 15:57:03 +1000
  • 1a20370b36 util, tcp: Add helper to display socket addresses David Gibson 2024-05-21 14:48:03 +1000
  • 3ff3a8a467 apparmor: Fix passt abstraction Maxime Bélair 2024-05-17 13:50:54 +0200
  • 6cdc9fd51b apparmor: allow netns paths on /tmp Paul Holzinger 2024-05-13 19:41:55 +0200
  • 80f7ff2996 clang-tidy: Suppress macro to enum conversion warnings David Gibson 2024-05-14 00:57:58 +1000
  • 29bd08ff0f conf: Fix clang-tidy warning about using an undefined enum value David Gibson 2024-05-14 00:57:57 +1000
  • 26c71db332 passt.c: explicitly include libgen.h for basename lemmi 2024-05-11 17:45:42 +0200
  • 623c2fd621 netlink: Don't duplicate routes referring to unrelated host interfaces Stefano Brivio 2024-04-23 22:29:25 +0200
  • 72884484b0 apparmor: allow read access on /tmp for pasta 2024_05_10.7288448 Paul Holzinger 2024-05-08 18:13:16 +0200
  • 7e6a606c32 tcp_splice: Set OUT_WAIT_ flag whenever pipe isn't emptied Stefano Brivio 2024-05-08 09:25:24 +0200
  • 1ba76c9e8c udp: Single buffer for IPv4, IPv6 headers and metadata David Gibson 2024-05-01 18:31:10 +1000
  • d4598e1d18 udp: Use the same buffer for the L2 header for all frames David Gibson 2024-05-01 18:31:09 +1000
  • 6170688616 udp: Share payload buffers between IPv4 and IPv6 David Gibson 2024-05-01 18:31:08 +1000
  • 2d16946bac udp: Explicitly set checksum in guest-bound UDP headers David Gibson 2024-05-01 18:31:07 +1000
  • 6c4d26a364 udp: Combine initialisation of IPv4 and IPv6 iovs David Gibson 2024-05-01 18:31:06 +1000
  • 3f9bd867b5 udp: Split tap-bound UDP packets into multiple buffers using io vector David Gibson 2024-05-01 18:31:05 +1000
  • fcd9308856 test: Allow sftp via vsock-ssh in tests David Gibson 2024-05-01 18:31:04 +1000
  • eea5d3ef2d tcp: Update tap specific header too in tcp_fill_headers[46]() David Gibson 2024-05-01 16:53:53 +1000
  • 3559899586 iov: Helper macro to construct iovs covering existing variables or fields David Gibson 2024-05-01 16:53:52 +1000
  • 40f8b2976a tap, tcp: (Re-)abstract TAP specific header handling David Gibson 2024-05-01 16:53:51 +1000
  • 68d1b0a152 tcp: Simplify packet length calculation when preparing headers David Gibson 2024-05-01 16:53:50 +1000
  • 5566386f5f treewide: Standardise variable names for various packet lengths David Gibson 2024-05-01 16:53:49 +1000
  • 9e22c53aa9 checksum: Make csum_ip4_header() take a host endian length David Gibson 2024-05-01 16:53:48 +1000
  • 1095a7b0c9 treewide: Remove misleading and redundant endianness notes David Gibson 2024-05-01 16:53:47 +1000
  • 5d37dab012 tap: Remove unused structs tap_msg, tap_l4_msg David Gibson 2024-05-01 16:53:46 +1000
  • 34fb381b5a tap: Split tap specific and L2 (ethernet) headers David Gibson 2024-05-01 16:53:45 +1000
  • c27ca91564 checksum: Use proto_ipv6_header_psum() for ICMPv6 as well David Gibson 2024-05-01 16:53:44 +1000
  • 76e32022c4 netlink: Fix iterations over nexthop objects Stefano Brivio 2024-04-23 22:10:21 +0200
  • d03c4e2020 netlink: Use IFA_F_NODAD also while duplicating addresses from the host 2024_04_26.d03c4e2 Stefano Brivio 2024-04-26 00:04:53 +0200
  • bfc83b54c4 netlink: For IPv4, IFA_LOCAL is the interface address, not IFA_ADDRESS Stefano Brivio 2024-04-25 07:11:55 +0200
  • ff2ff2fbca test: Make log truncation test more robust David Gibson 2024-04-24 14:30:00 +1000
  • 2681366966 test: Slight simplification to pasta log tests David Gibson 2024-04-24 14:29:59 +1000
  • 0804fdbc28 udp: Correctly look up outbound socket with port remappings David Gibson 2024-04-24 11:05:34 +1000
  • 95601237ef tcp: Replace TCP buffer structure by an iovec array Laurent Vivier 2024-04-15 19:01:37 +0200
  • 27f1c762b1 conf: Don't fail if the template interface doesn't have a MAC address Stefano Brivio 2024-04-11 23:23:04 +0200
  • eca8baa028 conf: We're interested in the MAC address, not in the MAC itself Stefano Brivio 2024-04-11 18:52:33 +0200
  • ee338a256e pasta, util: Align stack area for clones to maximum natural alignment Stefano Brivio 2024-04-11 17:48:23 +0200
  • 5d5208b67d treewide: Compilers' name for armv6l and armv7l is "arm" Stefano Brivio 2024-04-11 17:34:04 +0200
  • 954589b64b test: Verify that podman tests are using the pasta binary we expect 2024_04_05.954589b David Gibson 2024-03-21 15:57:42 +1100
  • 489b28e216 test: catatonit may not be in $PATH David Gibson 2024-03-21 15:57:41 +1100
  • f9fe3ae5dd test: Build and download podman as a test asset David Gibson 2024-03-21 15:57:40 +1100
  • e8b78217bb test: Make sure to update mbuto repository David Gibson 2024-03-21 15:57:39 +1100
  • ef2cb13b49 cppcheck: Explicitly give files to check David Gibson 2024-03-21 15:57:38 +1100
  • 97e8b33f87 netlink: Ignore routes to link-local addresses for selecting interface David Gibson 2024-03-21 15:04:49 +1100
  • 67a6258918 util: Add helper to return name of address family David Gibson 2024-03-21 15:04:48 +1100
  • f4e38b5cd2 netlink: Adjust interface index inside copied nexthop objects too Stefano Brivio 2024-04-04 17:04:37 +0200
  • 88c2f08eba apparmor: Fix access to procfs namespace entries in pasta's abstraction Danish Prakash 2024-04-03 20:25:23 +0200
  • 100919ce74 apparmor: Expand scope of @{run}/user access, allow writing PID files too Stefano Brivio 2024-04-03 20:12:47 +0200
  • dc7b7f28b7 apparmor: Add mount rule with explicit, empty source in passt abstraction Stefano Brivio 2024-04-03 19:57:34 +0200
  • bbea2752f6 README.md: Alpine, Guix and OpenSUSE now have packages for passt Stefano Brivio 2024-03-26 11:36:05 +0100
  • 4988e2b406 tcp: Unconditionally force ACK for all !SYN, !RST packets 2024_03_26.4988e2b David Gibson 2024-03-26 16:42:24 +1100
  • 5894a245b9 tcp: Never automatically add the ACK flag to RST packets David Gibson 2024-03-26 16:42:23 +1100
  • 16c2d8da0d tcp: Rearrange logic for setting ACK flag in tcp_send_flag() David Gibson 2024-03-26 16:42:22 +1100
  • 99355e25b9 tcp: Split handling of DUP_ACK from ACK David Gibson 2024-03-26 16:42:21 +1100
  • 71dd405460 util: fix confusion between offset in the iovec array and in the entry 2024_03_20.71dd405 Laurent Vivier 2024-03-20 09:47:26 +0100
  • 639fdf06ed netlink: Fix selection of template interface David Gibson 2024-03-20 16:33:39 +1100
  • d35bcbee90 netlink: Fix handling of NLMSG_DONE in nl_route_dup() 2024_03_19.d35bcbe David Gibson 2024-03-19 15:53:41 +1100
  • 615d370ca2 fedora: Switch license identifier to SPDX 2024_03_18.615d370 Dan Čermák 2024-03-14 09:38:09 +0100
  • d989eae308 udp: Translate source address of resolver only for DNS remapped queries Stefano Brivio 2024-03-15 15:17:08 +0100
  • f919dc7a4b conf, netlink: Don't require a default route to start Stefano Brivio 2024-03-15 13:25:44 +0100
  • f00b153414 netlink: Don't try to get further datagrams in nl_route_dup() on NLMSG_DONE Stefano Brivio 2024-03-15 12:07:52 +0100
  • d3eb0d7b59 tap: Rename tap_iov_{base,len} David Gibson 2024-03-08 17:53:25 +1100
  • 4db947d17c tap: Implement tap_send() "slow path" in terms of fast path David Gibson 2024-03-08 17:53:24 +1100
  • 1ebe787fe4 tap: Simplify some casts in the tap "slow path" functions David Gibson 2024-03-08 17:53:23 +1100
  • 2d0e0084b6 tap: Extend tap_send_frames() to allow multi-buffer frames David Gibson 2024-03-08 17:53:22 +1100
  • f67238aa86 passt, log: Call __openlog() earlier, log to stderr until we detach Stefano Brivio 2024-03-12 23:22:45 +0100
  • 3fe9878db7 pcap: Use clock_gettime() instead of gettimeofday() Stefano Brivio 2024-03-12 19:45:07 +0100
  • 0761f29a14 passt.1: --{no-,}dhcp-dns and --{no-,}dhcp-search don't take addresses Stefano Brivio 2024-03-12 19:17:50 +0100
  • 4d05ba2c58 conf: Warn if we can't advertise any nameserver via DHCP, NDP, or DHCPv6 Stefano Brivio 2024-03-12 19:13:46 +0100
  • 43881636c2 conf: Handle addresses passed via --dns just like the ones from resolv.conf Stefano Brivio 2024-03-12 01:51:56 +0100
  • b299942bbd tap: Capture only packets that are actually sent Laurent Vivier 2024-03-07 12:26:02 +0100
  • 413c15988e udp: Use existing helper for UDP checksum on inbound IPv6 packets David Gibson 2024-03-06 16:34:28 +1100
  • ae69838db0 udp: Avoid unnecessary pointer in udp_update_hdr4() David Gibson 2024-03-06 16:34:27 +1100
  • b0419d150a udp: Re-order udp_update_hdr[46] for clarity and brevity David Gibson 2024-03-06 16:34:26 +1100
  • 8a842e03cd udp: Pass data length explicitly to to udp_update_hdr[46] David Gibson 2024-03-06 16:34:25 +1100
  • 76571ae869 udp: Consistent port variable names in udp_update_hdr[46] David Gibson 2024-03-06 16:34:24 +1100
  • 205b140dec udp: Refactor udp_sock[46]_iov_init() David Gibson 2024-03-06 16:34:23 +1100
  • 60e35ab2bd vhost-user: remove tap_send_frames_vu() vhost-user Laurent Vivier 2024-01-19 13:18:31 +0100
  • 95aebad0a4 udp: vhost-user RX nocopy Laurent Vivier 2024-01-09 12:12:09 +0100
  • 2d5528c9be tcp: vhost-user RX nocopy Laurent Vivier 2023-11-14 16:18:01 +0100
  • 1bf4abe402 vhost-user: use guest buffer directly in vu_handle_tx() Laurent Vivier 2023-08-24 18:44:52 +0200
  • 37f457a76c vhost-user: add vhost-user Laurent Vivier 2022-11-08 21:16:46 +0100