| Commit message (Expand) | Author | Age | Files | Lines |
* | tap: Split tap_ip6_send() into UDP and ICMP variants | David Gibson | 2022-10-19 | 1 | -1/+2 |
* | Split tap_ip_send() into IPv4 and IPv6 specific functions | David Gibson | 2022-10-19 | 1 | -8/+2 |
* | icmp: Set sin6_scope_id for outbound ICMPv6 echo requests | Stefano Brivio | 2022-10-15 | 1 | -0/+1 |
* | conf, tcp, udp: Allow specification of interface to bind to | Stefano Brivio | 2022-10-15 | 1 | -2/+2 |
* | Move logging functions to a new file, log.c | Stefano Brivio | 2022-10-14 | 1 | -0/+1 |
* | clang-tidy: Remove duplicate #include from icmp.c | David Gibson | 2022-09-29 | 1 | -1/+0 |
* | icmp: Correct off by one errors dealing with number of echo request ids2022_09_24.8978f65 | David Gibson | 2022-09-24 | 1 | -2/+3 |
* | conf, tcp, udp: Allow address specification for forwarded ports | Stefano Brivio | 2022-05-01 | 1 | -2/+3 |
* | treewide: Unchecked return value from library, CWE-252 | Stefano Brivio | 2022-04-07 | 1 | -4/+9 |
* | tap, tcp, udp, icmp: Cut down on some oversized buffers | Stefano Brivio | 2022-03-29 | 1 | -2/+10 |
* | treewide: Mark constant references as const | Stefano Brivio | 2022-03-29 | 1 | -7/+8 |
* | treewide: Packet abstraction with mandatory boundary checks | Stefano Brivio | 2022-03-29 | 1 | -14/+14 |
* | passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitions | Stefano Brivio | 2022-01-26 | 1 | -1/+0 |
* | passt: Fix build with gcc 7, use std=c99, enable some more Clang checkers | Stefano Brivio | 2021-10-21 | 1 | -20/+22 |
* | passt: Add clang-tidy Makefile target and test, take care of warnings | Stefano Brivio | 2021-10-20 | 1 | -2/+2 |
* | tap: Completely de-serialise input message batches | Stefano Brivio | 2021-09-27 | 1 | -7/+13 |
* | icmp: Work around possible failure on bind() due to e.g. broken SELinux policy | Stefano Brivio | 2021-07-26 | 1 | -4/+14 |
* | tap: Fill the IPv6 flow label field to represent flow association | Stefano Brivio | 2021-07-26 | 1 | -2/+2 |
* | passt: Add PASTA mode, major rework | Stefano Brivio | 2021-07-17 | 1 | -59/+126 |
* | icmp: Implement lazy bind for ping sockets | Stefano Brivio | 2021-05-21 | 1 | -2/+10 |
* | icmp: Implement ping tracking based on echo identifiers | Stefano Brivio | 2021-05-21 | 1 | -24/+33 |
* | icmp: Warn if "ping" socket can't be opened, don't fail | Stefano Brivio | 2021-05-10 | 1 | -2/+16 |
* | udp, passt: Introduce socket packet buffer, avoid getsockname() for UDP | Stefano Brivio | 2021-04-30 | 1 | -1/+3 |
* | udp: Connection tracking for ephemeral, local ports, and related fixes | Stefano Brivio | 2021-04-29 | 1 | -4/+9 |
* | passt: Spare some syscalls, add some optimisations from profiling | Stefano Brivio | 2021-04-23 | 1 | -0/+3 |
* | passt: Introduce packet batching mechanism | Stefano Brivio | 2021-04-22 | 1 | -11/+20 |
* | passt: Introduce ICMP echo proxy | Stefano Brivio | 2021-03-18 | 1 | -0/+136 |