| Commit message (Expand) | Author | Age | Files | Lines |
* | udp: Use tap_send_frames() | David Gibson | 2023-01-23 | 1 | -1/+1 |
* | udp: Decide whether to "splice" per datagram rather than per socket | David Gibson | 2023-01-13 | 1 | -1/+1 |
* | udp: Split splice field in udp_epoll_ref into (mostly) independent bits | David Gibson | 2022-12-06 | 1 | -8/+7 |
* | udp: Remove the @bound field from union udp_epoll_ref | David Gibson | 2022-12-06 | 1 | -2/+1 |
* | Use typing to reduce chances of IPv4 endianness errors | David Gibson | 2022-11-04 | 1 | -1/+1 |
* | conf, tcp, udp: Allow specification of interface to bind to | Stefano Brivio | 2022-10-15 | 1 | -1/+1 |
* | Fix widespread off-by-one error dealing with port numbers | David Gibson | 2022-09-24 | 1 | -1/+1 |
* | Don't use indirect remap functions for conf_ports() | David Gibson | 2022-09-24 | 1 | -2/+0 |
* | udp: Delay initialization of UDP reversed port mapping table | David Gibson | 2022-09-24 | 1 | -1/+1 |
* | Consolidate port forwarding configuration into a common structure | David Gibson | 2022-09-24 | 1 | -10/+17 |
* | Improve types and names for port forwarding configuration | David Gibson | 2022-09-24 | 1 | -6/+6 |
* | conf, tcp, udp: Arrays for ports need 2^16 values, not 2^16-8 | Stefano Brivio | 2022-09-22 | 1 | -2/+2 |
* | conf, tcp, udp: Allow address specification for forwarded ports | Stefano Brivio | 2022-05-01 | 1 | -1/+3 |
* | treewide: Mark constant references as const | Stefano Brivio | 2022-03-29 | 1 | -7/+7 |
* | treewide: Packet abstraction with mandatory boundary checks | Stefano Brivio | 2022-03-29 | 1 | -3/+3 |
* | passt: Fix build with gcc 7, use std=c99, enable some more Clang checkers | Stefano Brivio | 2021-10-21 | 1 | -1/+1 |
* | passt: Add clang-tidy Makefile target and test, take care of warnings | Stefano Brivio | 2021-10-20 | 1 | -1/+1 |
* | LICENSES: Add license text files, add missing notices, fix SPDX tags | Stefano Brivio | 2021-10-20 | 1 | -0/+5 |
* | conf, tcp: Periodic detection of bound ports for pasta port forwarding | Stefano Brivio | 2021-09-27 | 1 | -0/+4 |
* | tap: Completely de-serialise input message batches | Stefano Brivio | 2021-09-27 | 1 | -2/+2 |
* | passt, pasta: Introduce command-line options and port re-mapping | Stefano Brivio | 2021-09-01 | 1 | -11/+6 |
* | tcp, udp: Allow binding ports in init namespace to both tap and loopback | Stefano Brivio | 2021-07-26 | 1 | -1/+0 |
* | tcp, udp: Split IPv4 and IPv6 bound port sets | Stefano Brivio | 2021-07-21 | 1 | -6/+11 |
* | udp: Introduce recvmmsg()/sendmmsg(), zero-copy path from socket | Stefano Brivio | 2021-07-21 | 1 | -0/+2 |
* | passt: Add PASTA mode, major rework | Stefano Brivio | 2021-07-17 | 1 | -7/+31 |
* | 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 | -2/+8 |
* | passt: Spare some syscalls, add some optimisations from profiling | Stefano Brivio | 2021-04-23 | 1 | -0/+15 |
* | passt: Introduce packet batching mechanism | Stefano Brivio | 2021-04-22 | 1 | -1/+2 |
* | passt: New design and implementation with native Layer 4 sockets | Stefano Brivio | 2021-02-16 | 1 | -0/+3 |