aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* apparmor: allow netns paths on /tmpHEADmasterPaul Holzinger6 days1-1/+1
* clang-tidy: Suppress macro to enum conversion warningsDavid Gibson6 days1-1/+8
* conf: Fix clang-tidy warning about using an undefined enum valueDavid Gibson6 days2-2/+3
* passt.c: explicitly include libgen.h for basenamelemmi6 days1-0/+1
* netlink: Don't duplicate routes referring to unrelated host interfacesStefano Brivio8 days1-6/+33
* apparmor: allow read access on /tmp for pasta2024_05_10.7288448Paul Holzinger9 days1-2/+3
* tcp_splice: Set OUT_WAIT_ flag whenever pipe isn't emptiedStefano Brivio9 days1-1/+1
* udp: Single buffer for IPv4, IPv6 headers and metadataDavid Gibson2024-05-021-77/+55
* udp: Use the same buffer for the L2 header for all framesDavid Gibson2024-05-021-21/+15
* udp: Share payload buffers between IPv4 and IPv6David Gibson2024-05-021-59/+67
* udp: Explicitly set checksum in guest-bound UDP headersDavid Gibson2024-05-021-3/+4
* udp: Combine initialisation of IPv4 and IPv6 iovsDavid Gibson2024-05-021-61/+53
* udp: Split tap-bound UDP packets into multiple buffers using io vectorDavid Gibson2024-05-022-63/+49
* test: Allow sftp via vsock-ssh in testsDavid Gibson2024-05-021-2/+4
* tcp: Update tap specific header too in tcp_fill_headers[46]()David Gibson2024-05-021-14/+14
* iov: Helper macro to construct iovs covering existing variables or fieldsDavid Gibson2024-05-024-21/+16
* tap, tcp: (Re-)abstract TAP specific header handlingDavid Gibson2024-05-022-25/+42
* tcp: Simplify packet length calculation when preparing headersDavid Gibson2024-05-021-16/+10
* treewide: Standardise variable names for various packet lengthsDavid Gibson2024-05-0212-193/+194
* checksum: Make csum_ip4_header() take a host endian lengthDavid Gibson2024-05-024-6/+8
* treewide: Remove misleading and redundant endianness notesDavid Gibson2024-05-023-16/+16
* tap: Remove unused structs tap_msg, tap_l4_msgDavid Gibson2024-05-021-20/+0
* tap: Split tap specific and L2 (ethernet) headersDavid Gibson2024-05-022-21/+23
* checksum: Use proto_ipv6_header_psum() for ICMPv6 as wellDavid Gibson2024-05-021-4/+2
* netlink: Fix iterations over nexthop objectsStefano Brivio2024-05-021-3/+9
* netlink: Use IFA_F_NODAD also while duplicating addresses from the host2024_04_26.d03c4e2Stefano Brivio2024-04-261-0/+6
* netlink: For IPv4, IFA_LOCAL is the interface address, not IFA_ADDRESSStefano Brivio2024-04-261-1/+2
* test: Make log truncation test more robustDavid Gibson2024-04-251-2/+3
* test: Slight simplification to pasta log testsDavid Gibson2024-04-251-6/+2
* udp: Correctly look up outbound socket with port remappingsDavid Gibson2024-04-251-2/+3
* tcp: Replace TCP buffer structure by an iovec arrayLaurent Vivier2024-04-192-268/+264
* conf: Don't fail if the template interface doesn't have a MAC addressStefano Brivio2024-04-192-4/+9
* conf: We're interested in the MAC address, not in the MAC itselfStefano Brivio2024-04-191-2/+2
* pasta, util: Align stack area for clones to maximum natural alignmentStefano Brivio2024-04-192-2/+5
* treewide: Compilers' name for armv6l and armv7l is "arm"Stefano Brivio2024-04-115-9/+8
* test: Verify that podman tests are using the pasta binary we expect2024_04_05.954589bDavid Gibson2024-04-051-2/+9
* test: catatonit may not be in $PATHDavid Gibson2024-04-051-1/+1
* test: Build and download podman as a test assetDavid Gibson2024-04-053-6/+13
* test: Make sure to update mbuto repositoryDavid Gibson2024-04-051-1/+7
* cppcheck: Explicitly give files to checkDavid Gibson2024-04-052-3/+3
* netlink: Ignore routes to link-local addresses for selecting interfaceDavid Gibson2024-04-052-1/+23
* util: Add helper to return name of address familyDavid Gibson2024-04-052-3/+21
* netlink: Adjust interface index inside copied nexthop objects tooStefano Brivio2024-04-051-4/+11
* apparmor: Fix access to procfs namespace entries in pasta's abstractionDanish Prakash2024-04-051-0/+3
* apparmor: Expand scope of @{run}/user access, allow writing PID files tooStefano Brivio2024-04-051-1/+1
* apparmor: Add mount rule with explicit, empty source in passt abstractionStefano Brivio2024-04-051-0/+1
* README.md: Alpine, Guix and OpenSUSE now have packages for passtStefano Brivio2024-04-051-1/+3
* tcp: Unconditionally force ACK for all !SYN, !RST packets2024_03_26.4988e2bDavid Gibson2024-03-261-5/+1
* tcp: Never automatically add the ACK flag to RST packetsDavid Gibson2024-03-261-1/+1
* tcp: Rearrange logic for setting ACK flag in tcp_send_flag()David Gibson2024-03-261-5/+4