| Commit message (Expand) | Author | Age | Files | Lines |
* | conf: Split the notions of read DNS addresses and offered ones | Stefano Brivio | 2022-11-04 | 1 | -3/+3 |
* | ndp: Use tap_icmp6_send() helper | David Gibson | 2022-10-19 | 1 | -17/+4 |
* | ndp: Remove unneeded eh_source parameter | David Gibson | 2022-10-19 | 1 | -4/+2 |
* | tap: Remove unhelpeful vnet_pre optimization from tap_send() | David Gibson | 2022-10-19 | 1 | -1/+1 |
* | Add csum_icmp6() helper for calculating ICMPv6 checksums | David Gibson | 2022-10-19 | 1 | -4/+1 |
* | Move logging functions to a new file, log.c | Stefano Brivio | 2022-10-14 | 1 | -0/+1 |
* | Make substructures for IPv4 and IPv6 specific context information | David Gibson | 2022-07-30 | 1 | -8/+8 |
* | treewide: Mark constant references as const | Stefano Brivio | 2022-03-29 | 1 | -2/+2 |
* | treewide: Packet abstraction with mandatory boundary checks | Stefano Brivio | 2022-03-29 | 1 | -34/+25 |
* | conf, udp: Introduce basic DNS forwarding | Stefano Brivio | 2022-02-21 | 1 | -1/+5 |
* | passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitions | Stefano Brivio | 2022-01-26 | 1 | -1/+0 |
* | ndp: Don't send a DNS search list if we don't have a list of DNS servers | Stefano Brivio | 2021-10-21 | 1 | -2/+3 |
* | ndp: Don't sabotage DAD by replying to probing neighbour solicitation | Stefano Brivio | 2021-10-21 | 1 | -0/+3 |
* | ndp: Set (ICMP) hop limit to 255 in router advertisement | Stefano Brivio | 2021-10-21 | 1 | -0/+1 |
* | Makefile: cppcheck target: Suppress unmatchedSuppression, pass CFLAGS | Stefano Brivio | 2021-10-21 | 1 | -1/+1 |
* | passt: Add cppcheck target, test, and address resulting warnings | Stefano Brivio | 2021-10-21 | 1 | -4/+4 |
* | passt: Fix build with gcc 7, use std=c99, enable some more Clang checkers | Stefano Brivio | 2021-10-21 | 1 | -5/+5 |
* | ndp, dhcpv6, tcp, udp: Always use link-local as source if gateway isn't | Stefano Brivio | 2021-10-20 | 1 | -1/+5 |
* | passt: Add clang-tidy Makefile target and test, take care of warnings | Stefano Brivio | 2021-10-20 | 1 | -2/+2 |
* | ndp: Set router lifetime to 9000s instead of 3600s | Stefano Brivio | 2021-09-27 | 1 | -1/+1 |
* | conf, dhcp, ndp: Fix message about default MTU, make NDP consistent | Stefano Brivio | 2021-09-09 | 1 | -1/+1 |
* | passt, pasta: Introduce command-line options and port re-mapping | Stefano Brivio | 2021-09-01 | 1 | -0/+14 |
* | checksum: Introduce AVX2 implementation, unify helpers | Stefano Brivio | 2021-07-26 | 1 | -2/+3 |
* | ndp: Store link-local or global address on any NDP message received | Stefano Brivio | 2021-07-21 | 1 | -0/+5 |
* | ndp: Fix calculation of length for DNS Search List option (31) | Stefano Brivio | 2021-07-17 | 1 | -3/+3 |
* | passt: Add PASTA mode, major rework | Stefano Brivio | 2021-07-17 | 1 | -2/+6 |
* | ndp: Always answer neighbour solicitations with the requested target address | Stefano Brivio | 2021-05-21 | 1 | -3/+10 |
* | dhcp, ndp, dhcpv6: Support for multiple DNS servers, search list | Stefano Brivio | 2021-05-21 | 1 | -8/+46 |
* | passt: Introduce a DHCPv6 server | Stefano Brivio | 2021-04-13 | 1 | -1/+2 |
* | passt: Run in background, add message logging with severities | Stefano Brivio | 2021-03-18 | 1 | -2/+2 |
* | 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 | -2/+5 |
* | passt: Add IPv6 and NDP support, further fixes for IPv4 CT | Stefano Brivio | 2021-02-16 | 1 | -0/+133 |