| Commit message (Expand) | Author | Age | Files | Lines |
* | epoll: Use different epoll types for passt and pasta tap fds | David Gibson | 2023-08-13 | 1 | -24/+15 |
* | epoll: Split listening Unix domain socket into its own type | David Gibson | 2023-08-13 | 1 | -11/+4 |
* | epoll: Always use epoll_ref for the epoll data variable | David Gibson | 2023-08-13 | 1 | -4/+12 |
* | tap: Fold reset handling into tap_handler_passt() | David Gibson | 2023-08-13 | 1 | -36/+32 |
* | tap: Fold reset handling into tap_handler_pasta() | David Gibson | 2023-08-13 | 1 | -15/+15 |
* | tap: Clean up behaviour for errors on listening Unix socket | David Gibson | 2023-08-13 | 1 | -4/+8 |
* | tap: Clean up tap reset path | David Gibson | 2023-08-13 | 1 | -23/+29 |
* | tap: fix seq->p.count limit | Laurent Vivier | 2023-08-13 | 1 | -6/+6 |
* | tap: Remove unnecessary global tun_ns_fd | David Gibson | 2023-08-04 | 1 | -7/+3 |
* | tap: More detailed error reporting in tap_ns_tun() | David Gibson | 2023-08-04 | 1 | -9/+16 |
* | util: Make ns_enter() a void function and report setns() errors | David Gibson | 2023-08-04 | 1 | -2/+2 |
* | tap: Explicitly drop IPv4 fragments, and give a warning | David Gibson | 2023-07-07 | 1 | -0/+31 |
* | tap: With pasta, don't reset on tap errors, handle write failures | Stefano Brivio | 2023-06-23 | 1 | -5/+19 |
* | tap: Don't update ip6.addr_seen to :: | David Gibson | 2023-05-17 | 1 | -1/+1 |
* | passt: Relicense to GPL 2.0, or any later version | Stefano Brivio | 2023-04-06 | 1 | -1/+1 |
* | Work around weird false positives with cppcheck-2.9.1 | David Gibson | 2023-03-21 | 1 | -1/+1 |
* | treewide: Fix header includes to build with musl | Chris Kuhn | 2023-03-09 | 1 | -0/+1 |
* | log, conf, tap: Define die() as err() plus exit(), drop cppcheck workarounds | Stefano Brivio | 2023-02-27 | 1 | -5/+1 |
* | conf, tap: Silence two false positive invalidFunctionArg from cppcheck | Stefano Brivio | 2023-02-16 | 1 | -1/+5 |
* | 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 |