aboutgitcodebugslistschat
path: root/ndp.c
Commit message (Expand)AuthorAgeFilesLines
* Make substructures for IPv4 and IPv6 specific context informationDavid Gibson2022-07-301-8/+8
* treewide: Mark constant references as constStefano Brivio2022-03-291-2/+2
* treewide: Packet abstraction with mandatory boundary checksStefano Brivio2022-03-291-34/+25
* conf, udp: Introduce basic DNS forwardingStefano Brivio2022-02-211-1/+5
* passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitionsStefano Brivio2022-01-261-1/+0
* ndp: Don't send a DNS search list if we don't have a list of DNS serversStefano Brivio2021-10-211-2/+3
* ndp: Don't sabotage DAD by replying to probing neighbour solicitationStefano Brivio2021-10-211-0/+3
* ndp: Set (ICMP) hop limit to 255 in router advertisementStefano Brivio2021-10-211-0/+1
* Makefile: cppcheck target: Suppress unmatchedSuppression, pass CFLAGSStefano Brivio2021-10-211-1/+1
* passt: Add cppcheck target, test, and address resulting warningsStefano Brivio2021-10-211-4/+4
* passt: Fix build with gcc 7, use std=c99, enable some more Clang checkersStefano Brivio2021-10-211-5/+5
* ndp, dhcpv6, tcp, udp: Always use link-local as source if gateway isn'tStefano Brivio2021-10-201-1/+5
* passt: Add clang-tidy Makefile target and test, take care of warningsStefano Brivio2021-10-201-2/+2
* ndp: Set router lifetime to 9000s instead of 3600sStefano Brivio2021-09-271-1/+1
* conf, dhcp, ndp: Fix message about default MTU, make NDP consistentStefano Brivio2021-09-091-1/+1
* passt, pasta: Introduce command-line options and port re-mappingStefano Brivio2021-09-011-0/+14
* checksum: Introduce AVX2 implementation, unify helpersStefano Brivio2021-07-261-2/+3
* ndp: Store link-local or global address on any NDP message receivedStefano Brivio2021-07-211-0/+5
* ndp: Fix calculation of length for DNS Search List option (31)Stefano Brivio2021-07-171-3/+3
* passt: Add PASTA mode, major reworkStefano Brivio2021-07-171-2/+6
* ndp: Always answer neighbour solicitations with the requested target addressStefano Brivio2021-05-211-3/+10
* dhcp, ndp, dhcpv6: Support for multiple DNS servers, search listStefano Brivio2021-05-211-8/+46
* passt: Introduce a DHCPv6 serverStefano Brivio2021-04-131-1/+2
* passt: Run in background, add message logging with severitiesStefano Brivio2021-03-181-2/+2
* 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-2/+5
* passt: Add IPv6 and NDP support, further fixes for IPv4 CTStefano Brivio2021-02-161-0/+133