| Commit message (Expand) | Author | Age | Files | Lines |
* | tap: Remove unhelpeful vnet_pre optimization from tap_send() | David Gibson | 2022-10-19 | 1 | -1/+1 |
* | Make substructures for IPv4 and IPv6 specific context information | David Gibson | 2022-07-30 | 1 | -1/+1 |
* | treewide: Mark constant references as const | Stefano Brivio | 2022-03-29 | 1 | -1/+1 |
* | treewide: Packet abstraction with mandatory boundary checks | Stefano Brivio | 2022-03-29 | 1 | -24/+27 |
* | arp, dhcp: Fix strict aliasing warnings reported by gcc 4.9 with -Ofast | Stefano Brivio | 2022-02-28 | 1 | -1/+2 |
* | passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitions | Stefano Brivio | 2022-01-26 | 1 | -2/+0 |
* | passt: Fix build with gcc 7, use std=c99, enable some more Clang checkers | Stefano Brivio | 2021-10-21 | 1 | -9/+9 |
* | arp: Don't resolve own, configured IPv4 address | Stefano Brivio | 2021-09-01 | 1 | -0/+4 |
* | arp: Don't answer announcements from guest or namespace | Stefano Brivio | 2021-09-01 | 1 | -0/+6 |
* | passt: Add PASTA mode, major rework | Stefano Brivio | 2021-07-17 | 1 | -3/+6 |
* | qrap: Connect to the first available instance of passt, probe via ARP request | Stefano Brivio | 2021-05-21 | 1 | -14/+1 |
* | udp: Connection tracking for ephemeral, local ports, and related fixes | Stefano Brivio | 2021-04-29 | 1 | -2/+0 |
* | passt: Assorted fixes from "fresh eyes" review | Stefano Brivio | 2021-02-21 | 1 | -1/+1 |
* | passt: New design and implementation with native Layer 4 sockets | Stefano Brivio | 2021-02-16 | 1 | -3/+8 |
* | passt: Add IPv6 and NDP support, further fixes for IPv4 CT | Stefano Brivio | 2021-02-16 | 1 | -0/+1 |
* | merd: Rename to PASST | Stefano Brivio | 2021-02-16 | 1 | -2/+2 |
* | merd: ARP and DHCP handlers, connection tracking fixes | Stefano Brivio | 2021-02-16 | 1 | -0/+82 |