aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* apparmor: allow read access on /tmp for pasta2024_05_10.7288448Paul Holzinger2024-05-101-2/+3
* tcp_splice: Set OUT_WAIT_ flag whenever pipe isn't emptiedStefano Brivio2024-05-101-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