| Commit message (Expand) | Author | Age | Files | Lines |
* | tap: Eliminate goto from tap_handler() | David Gibson | 2023-02-16 | 1 | -12/+7 |
* | tap: Don't pcap frames that didn't get sent | David Gibson | 2023-02-16 | 1 | -10/+20 |
* | tap: Use single counter for iov elements in tap_send_frames_pasta() | Stefano Brivio | 2023-02-16 | 1 | -3/+3 |
* | convert all remaining err() followed by exit() to die() | Laine Stump | 2023-02-16 | 1 | -20/+10 |
* | tap: Send frames after the first one in tap_send_frames_pasta() | Stefano Brivio | 2023-02-12 | 1 | -1/+2 |
* | tap: Improve handling of partial frame sends | David Gibson | 2023-01-23 | 1 | -13/+36 |
* | tap: Use different io vector bases depending on tap type | David Gibson | 2023-01-23 | 1 | -3/+2 |
* | tap: Add "tap headers" abstraction | David Gibson | 2023-01-23 | 1 | -0/+15 |
* | tap, tcp: Move tap send path to tap.c | David Gibson | 2023-01-23 | 1 | -0/+84 |
* | passt, tap: Process data on the socket before HUP/ERR events | Richard W.M. Jones | 2022-11-25 | 1 | -3/+3 |
* | passt, tap: Add --fd option | Richard W.M. Jones | 2022-11-25 | 1 | -0/+9 |
* | style: Minor corrections to function comments | David Gibson | 2022-11-25 | 1 | -3/+3 |
* | tap: Revert recently added checks in tap_handler_passt() | Stefano Brivio | 2022-11-16 | 1 | -16/+4 |
* | arp, tap, util: Don't use perror() after seccomp filter is installed | Stefano Brivio | 2022-11-16 | 1 | -3/+3 |
* | tap: Return -EIO from tap_handler_passt() on inconsistent packet stream | Stefano Brivio | 2022-11-10 | 1 | -2/+2 |
* | tap: Keep stream consistent if qemu length descriptor spans two recv() calls | Stefano Brivio | 2022-11-10 | 1 | -3/+15 |
* | passt, qrap, README: Update notes and documentation for AF_UNIX support in qemu | Stefano Brivio | 2022-11-04 | 1 | -6/+4 |
* | Use endian-safer typing in struct tap4_l4_t | David Gibson | 2022-11-04 | 1 | -15/+16 |
* | Use typing to reduce chances of IPv4 endianness errors | David Gibson | 2022-11-04 | 1 | -9/+9 |
* | tap: Support for detection of existing sockets on ramfs | Stefano Brivio | 2022-11-04 | 1 | -1/+2 |
* | tap: Trace received (outbound) ICMP packets in debug mode, too | Stefano Brivio | 2022-10-27 | 1 | -0/+2 |
* | dhcp: Use tap_udp4_send() helper in dhcp() | David Gibson | 2022-10-19 | 1 | -1/+0 |
* | tap: Split tap_ip4_send() into UDP and ICMP variants | David Gibson | 2022-10-19 | 1 | -18/+59 |
* | ndp: Remove unneeded eh_source parameter | David Gibson | 2022-10-19 | 1 | -1/+1 |
* | tap: Split tap_ip6_send() into UDP and ICMP variants | David Gibson | 2022-10-19 | 1 | -20/+62 |
* | Split tap_ip_send() into IPv4 and IPv6 specific functions | David Gibson | 2022-10-19 | 1 | -83/+94 |
* | tap: Remove unhelpeful vnet_pre optimization from tap_send() | David Gibson | 2022-10-19 | 1 | -20/+9 |
* | Remove support for TCP packets from tap_ip_send() | David Gibson | 2022-10-19 | 1 | -9/+2 |
* | Add helpers for normal inbound packet destination addresses | David Gibson | 2022-10-19 | 1 | -5/+28 |
* | Add csum_ip4_header() helper to calculate IPv4 header checksums | David Gibson | 2022-10-19 | 1 | -2/+1 |
* | Add csum_udp4() helper for calculating UDP over IPv4 checksums | David Gibson | 2022-10-19 | 1 | -1/+1 |
* | Add csum_udp6() helper for calculating UDP over IPv6 checksums | David Gibson | 2022-10-19 | 1 | -3/+2 |
* | Add csum_icmp4() helper for calculating ICMP checksums | David Gibson | 2022-10-19 | 1 | -3/+1 |
* | Add csum_icmp6() helper for calculating ICMPv6 checksums | David Gibson | 2022-10-19 | 1 | -4/+2 |
* | conf: Bind inbound ports with CAP_NET_BIND_SERVICE before isolate_user() | Stefano Brivio | 2022-10-15 | 1 | -0/+1 |
* | tap: Don't check sequence counts when adding packets to pool | Stefano Brivio | 2022-10-15 | 1 | -6/+6 |
* | conf, tap: Add option to quit once the client closes the connection | Stefano Brivio | 2022-10-15 | 1 | -0/+5 |
* | Move logging functions to a new file, log.c | Stefano Brivio | 2022-10-14 | 1 | -0/+1 |
* | cppcheck: Reduce scope of some variables | David Gibson | 2022-09-29 | 1 | -2/+3 |
* | tap: Check return value of accept4() before calling getsockopt() | Stefano Brivio | 2022-09-22 | 1 | -2/+4 |
* | Make substructures for IPv4 and IPv6 specific context information | David Gibson | 2022-07-30 | 1 | -11/+11 |
* | Separate IPv4 and IPv6 configuration | David Gibson | 2022-07-30 | 1 | -2/+2 |
* | Move passt mac_guest init to be more symmetric with pasta | David Gibson | 2022-07-30 | 1 | -0/+6 |
* | tap: Add informational messages for UNIX domain socket connections | Stefano Brivio | 2022-06-18 | 1 | -0/+10 |
* | conf, tap: False "Buffer not null terminated" positives, CWE-170 | Stefano Brivio | 2022-04-07 | 1 | -3/+3 |
* | treewide: Argument cannot be negative, CWE-687 | Stefano Brivio | 2022-04-07 | 1 | -0/+5 |
* | tap: Resource leak, CWE-404 | Stefano Brivio | 2022-04-07 | 1 | -1/+4 |
* | treewide: Unchecked return value from library, CWE-252 | Stefano Brivio | 2022-04-07 | 1 | -7/+12 |
* | tap: Re-read from tap in tap_handler_pasta() on buffer full | Stefano Brivio | 2022-03-30 | 1 | -2/+9 |
* | tap: Allow ioctl() and openat() for tap_ns_tun() re-initialisation | Stefano Brivio | 2022-03-30 | 1 | -0/+2 |