summaryrefslogtreecommitdiff
path: root/arp.c
AgeCommit message (Expand)Author
2024-05-02treewide: Standardise variable names for various packet lengthsDavid Gibson
2024-03-14tap: Implement tap_send() "slow path" in terms of fast pathDavid Gibson
2023-04-06passt: Relicense to GPL 2.0, or any later versionStefano Brivio
2022-11-16arp, tap, util: Don't use perror() after seccomp filter is installedStefano Brivio
2022-10-19tap: Remove unhelpeful vnet_pre optimization from tap_send()David Gibson
2022-07-30Make substructures for IPv4 and IPv6 specific context informationDavid Gibson
2022-03-29treewide: Mark constant references as constStefano Brivio
2022-03-29treewide: Packet abstraction with mandatory boundary checksStefano Brivio
2022-02-28arp, dhcp: Fix strict aliasing warnings reported by gcc 4.9 with -OfastStefano Brivio
2022-01-26passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitionsStefano Brivio
2021-10-21passt: Fix build with gcc 7, use std=c99, enable some more Clang checkersStefano Brivio
2021-09-01arp: Don't resolve own, configured IPv4 addressStefano Brivio
2021-09-01arp: Don't answer announcements from guest or namespaceStefano Brivio
2021-07-17passt: Add PASTA mode, major reworkStefano Brivio
2021-05-21qrap: Connect to the first available instance of passt, probe via ARP requestStefano Brivio
2021-04-29udp: Connection tracking for ephemeral, local ports, and related fixesStefano Brivio
2021-02-21passt: Assorted fixes from "fresh eyes" reviewStefano Brivio
2021-02-16passt: New design and implementation with native Layer 4 socketsStefano Brivio
2021-02-16passt: Add IPv6 and NDP support, further fixes for IPv4 CTStefano Brivio
2021-02-16merd: Rename to PASSTStefano Brivio
2021-02-16merd: ARP and DHCP handlers, connection tracking fixesStefano Brivio