aboutgitcodebugslistschat
path: root/arp.c
Commit message (Expand)AuthorAgeFilesLines
* Make substructures for IPv4 and IPv6 specific context informationDavid Gibson2022-07-301-1/+1
* treewide: Mark constant references as constStefano Brivio2022-03-291-1/+1
* treewide: Packet abstraction with mandatory boundary checksStefano Brivio2022-03-291-24/+27
* arp, dhcp: Fix strict aliasing warnings reported by gcc 4.9 with -OfastStefano Brivio2022-02-281-1/+2
* passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitionsStefano Brivio2022-01-261-2/+0
* passt: Fix build with gcc 7, use std=c99, enable some more Clang checkersStefano Brivio2021-10-211-9/+9
* arp: Don't resolve own, configured IPv4 addressStefano Brivio2021-09-011-0/+4
* arp: Don't answer announcements from guest or namespaceStefano Brivio2021-09-011-0/+6
* passt: Add PASTA mode, major reworkStefano Brivio2021-07-171-3/+6
* qrap: Connect to the first available instance of passt, probe via ARP requestStefano Brivio2021-05-211-14/+1
* udp: Connection tracking for ephemeral, local ports, and related fixesStefano Brivio2021-04-291-2/+0
* passt: Assorted fixes from "fresh eyes" reviewStefano Brivio2021-02-211-1/+1
* passt: New design and implementation with native Layer 4 socketsStefano Brivio2021-02-161-3/+8
* passt: Add IPv6 and NDP support, further fixes for IPv4 CTStefano Brivio2021-02-161-0/+1
* merd: Rename to PASSTStefano Brivio2021-02-161-2/+2
* merd: ARP and DHCP handlers, connection tracking fixesStefano Brivio2021-02-161-0/+82