| Commit message (Expand) | Author | Age | Files | Lines |
* | inany: Better helpers for using inany and specific family addrs together | David Gibson | 2024-05-22 | 3 | -37/+106 |
* | flow: Properly type callbacks to protocol specific handlers | David Gibson | 2024-05-22 | 6 | -25/+19 |
* | util, tcp: Add helper to display socket addresses | David Gibson | 2024-05-22 | 3 | -14/+79 |
* | apparmor: Fix passt abstraction | Maxime BĂ©lair | 2024-05-22 | 1 | -1/+1 |
* | apparmor: allow netns paths on /tmp | Paul Holzinger | 2024-05-13 | 1 | -1/+1 |
* | clang-tidy: Suppress macro to enum conversion warnings | David Gibson | 2024-05-13 | 1 | -1/+8 |
* | conf: Fix clang-tidy warning about using an undefined enum value | David Gibson | 2024-05-13 | 2 | -2/+3 |
* | passt.c: explicitly include libgen.h for basename | lemmi | 2024-05-13 | 1 | -0/+1 |
* | netlink: Don't duplicate routes referring to unrelated host interfaces | Stefano Brivio | 2024-05-11 | 1 | -6/+33 |
* | apparmor: allow read access on /tmp for pasta2024_05_10.7288448 | Paul Holzinger | 2024-05-10 | 1 | -2/+3 |
* | tcp_splice: Set OUT_WAIT_ flag whenever pipe isn't emptied | Stefano Brivio | 2024-05-10 | 1 | -1/+1 |
* | udp: Single buffer for IPv4, IPv6 headers and metadata | David Gibson | 2024-05-02 | 1 | -77/+55 |
* | udp: Use the same buffer for the L2 header for all frames | David Gibson | 2024-05-02 | 1 | -21/+15 |
* | udp: Share payload buffers between IPv4 and IPv6 | David Gibson | 2024-05-02 | 1 | -59/+67 |
* | udp: Explicitly set checksum in guest-bound UDP headers | David Gibson | 2024-05-02 | 1 | -3/+4 |
* | udp: Combine initialisation of IPv4 and IPv6 iovs | David Gibson | 2024-05-02 | 1 | -61/+53 |
* | udp: Split tap-bound UDP packets into multiple buffers using io vector | David Gibson | 2024-05-02 | 2 | -63/+49 |
* | test: Allow sftp via vsock-ssh in tests | David Gibson | 2024-05-02 | 1 | -2/+4 |
* | tcp: Update tap specific header too in tcp_fill_headers[46]() | David Gibson | 2024-05-02 | 1 | -14/+14 |
* | iov: Helper macro to construct iovs covering existing variables or fields | David Gibson | 2024-05-02 | 4 | -21/+16 |
* | tap, tcp: (Re-)abstract TAP specific header handling | David Gibson | 2024-05-02 | 2 | -25/+42 |
* | tcp: Simplify packet length calculation when preparing headers | David Gibson | 2024-05-02 | 1 | -16/+10 |
* | treewide: Standardise variable names for various packet lengths | David Gibson | 2024-05-02 | 12 | -193/+194 |
* | checksum: Make csum_ip4_header() take a host endian length | David Gibson | 2024-05-02 | 4 | -6/+8 |
* | treewide: Remove misleading and redundant endianness notes | David Gibson | 2024-05-02 | 3 | -16/+16 |
* | tap: Remove unused structs tap_msg, tap_l4_msg | David Gibson | 2024-05-02 | 1 | -20/+0 |
* | tap: Split tap specific and L2 (ethernet) headers | David Gibson | 2024-05-02 | 2 | -21/+23 |
* | checksum: Use proto_ipv6_header_psum() for ICMPv6 as well | David Gibson | 2024-05-02 | 1 | -4/+2 |
* | netlink: Fix iterations over nexthop objects | Stefano Brivio | 2024-05-02 | 1 | -3/+9 |
* | netlink: Use IFA_F_NODAD also while duplicating addresses from the host2024_04_26.d03c4e2 | Stefano Brivio | 2024-04-26 | 1 | -0/+6 |
* | netlink: For IPv4, IFA_LOCAL is the interface address, not IFA_ADDRESS | Stefano Brivio | 2024-04-26 | 1 | -1/+2 |
* | test: Make log truncation test more robust | David Gibson | 2024-04-25 | 1 | -2/+3 |
* | test: Slight simplification to pasta log tests | David Gibson | 2024-04-25 | 1 | -6/+2 |
* | udp: Correctly look up outbound socket with port remappings | David Gibson | 2024-04-25 | 1 | -2/+3 |
* | tcp: Replace TCP buffer structure by an iovec array | Laurent Vivier | 2024-04-19 | 2 | -268/+264 |
* | conf: Don't fail if the template interface doesn't have a MAC address | Stefano Brivio | 2024-04-19 | 2 | -4/+9 |
* | conf: We're interested in the MAC address, not in the MAC itself | Stefano Brivio | 2024-04-19 | 1 | -2/+2 |
* | pasta, util: Align stack area for clones to maximum natural alignment | Stefano Brivio | 2024-04-19 | 2 | -2/+5 |
* | treewide: Compilers' name for armv6l and armv7l is "arm" | Stefano Brivio | 2024-04-11 | 5 | -9/+8 |
* | test: Verify that podman tests are using the pasta binary we expect2024_04_05.954589b | David Gibson | 2024-04-05 | 1 | -2/+9 |
* | test: catatonit may not be in $PATH | David Gibson | 2024-04-05 | 1 | -1/+1 |
* | test: Build and download podman as a test asset | David Gibson | 2024-04-05 | 3 | -6/+13 |
* | test: Make sure to update mbuto repository | David Gibson | 2024-04-05 | 1 | -1/+7 |
* | cppcheck: Explicitly give files to check | David Gibson | 2024-04-05 | 2 | -3/+3 |
* | netlink: Ignore routes to link-local addresses for selecting interface | David Gibson | 2024-04-05 | 2 | -1/+23 |
* | util: Add helper to return name of address family | David Gibson | 2024-04-05 | 2 | -3/+21 |
* | netlink: Adjust interface index inside copied nexthop objects too | Stefano Brivio | 2024-04-05 | 1 | -4/+11 |
* | apparmor: Fix access to procfs namespace entries in pasta's abstraction | Danish Prakash | 2024-04-05 | 1 | -0/+3 |
* | apparmor: Expand scope of @{run}/user access, allow writing PID files too | Stefano Brivio | 2024-04-05 | 1 | -1/+1 |
* | apparmor: Add mount rule with explicit, empty source in passt abstraction | Stefano Brivio | 2024-04-05 | 1 | -0/+1 |