| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Unchecked return value from library, CWE-252 | Stefano Brivio | 2022-04-07 | 1 | -1/+2 |
* | tap, tcp, udp, icmp: Cut down on some oversized buffers | Stefano Brivio | 2022-03-29 | 1 | -2/+2 |
* | udp: Move flags before ts in struct udp_tap_port, avoid end padding | Stefano Brivio | 2022-03-29 | 1 | -3/+3 |
* | treewide: Mark constant references as const | Stefano Brivio | 2022-03-29 | 1 | -16/+18 |
* | treewide: Packet abstraction with mandatory boundary checks | Stefano Brivio | 2022-03-29 | 1 | -20/+26 |
* | tcp, udp, util: Enforce 24-bit limit on socket numbers | Stefano Brivio | 2022-03-29 | 1 | -0/+7 |
* | udp: Use flags for local, loopback, and configured unicast binds | Stefano Brivio | 2022-03-28 | 1 | -25/+23 |
* | udp: Split buffer queueing/writing parts of udp_sock_handler() | Stefano Brivio | 2022-03-28 | 1 | -171/+193 |
* | udp: Drop _splice from recv, send, sendto static buffer names | Stefano Brivio | 2022-03-28 | 1 | -29/+23 |
* | udp: Explicitly initialise sin6_scope_id and sin_zero in sockaddr_in{,6} | Stefano Brivio | 2022-02-25 | 1 | -0/+2 |
* | tcp, udp: Receive batching doesn't pay off when writing single frames to tap | Stefano Brivio | 2022-02-21 | 1 | -16/+17 |
* | udp: Allow loopback connections from host using configured unicast address | Stefano Brivio | 2022-02-21 | 1 | -2/+18 |
* | conf, udp: Introduce basic DNS forwarding | Stefano Brivio | 2022-02-21 | 1 | -0/+16 |
* | passt, pasta: Namespace-based sandboxing, defer seccomp policy application | Stefano Brivio | 2022-02-21 | 1 | -2/+5 |
* | tcp, udp, util: Fixes for bitmap handling on big-endian, casts | Stefano Brivio | 2022-01-26 | 1 | -2/+2 |
* | passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitions | Stefano Brivio | 2022-01-26 | 1 | -2/+0 |
* | passt: Add cppcheck target, test, and address resulting warnings | Stefano Brivio | 2021-10-21 | 1 | -10/+8 |
* | udp: Avoid static initialiser for udp{4,6}_l2_buf | Stefano Brivio | 2021-10-21 | 1 | -18/+23 |
* | udp: Fix maximum payload size calculation for IPv4 buffers, bump UDP_TAP_FRAMES | Stefano Brivio | 2021-10-21 | 1 | -2/+3 |
* | passt: Fix build with gcc 7, use std=c99, enable some more Clang checkers | Stefano Brivio | 2021-10-21 | 1 | -43/+46 |
* | ndp, dhcpv6, tcp, udp: Always use link-local as source if gateway isn't | Stefano Brivio | 2021-10-20 | 1 | -0/+5 |
* | passt: Add clang-tidy Makefile target and test, take care of warnings | Stefano Brivio | 2021-10-20 | 1 | -9/+9 |
* | passt: Address warnings from Clang's scan-build | Stefano Brivio | 2021-10-20 | 1 | -4/+11 |
* | passt: Address gcc 11 warnings | Stefano Brivio | 2021-10-20 | 1 | -3/+5 |
* | udp: drop bogus udp_tap_map ts assignment | Stefan Hajnoczi | 2021-10-15 | 1 | -1/+0 |
* | conf, tcp, udp: Add --no-map-gw to disable mapping gateway address to host | Stefano Brivio | 2021-10-14 | 1 | -2/+2 |
* | passt, pasta: Add seccomp support | Stefano Brivio | 2021-10-14 | 1 | -0/+7 |
* | pasta: Allow specifying paths and names of namespaces | Giuseppe Scrivano | 2021-10-07 | 1 | -2/+2 |
* | tap: Completely de-serialise input message batches | Stefano Brivio | 2021-09-27 | 1 | -4/+9 |
* | udp: Switch to new socket message after 32KiB instead of 64KiB | Stefano Brivio | 2021-09-27 | 1 | -2/+2 |
* | udp: Decrease UDP_TAP_FRAMES to 16 | Stefano Brivio | 2021-09-27 | 1 | -1/+1 |
* | udp: Reset iov_base after sending partial message on sendmmsg() failure | Stefano Brivio | 2021-09-09 | 1 | -0/+2 |
* | udp: Fix comparison of seen IPv4 address for local connections | Stefano Brivio | 2021-09-09 | 1 | -1/+2 |
* | udp: Fix retry mechanism on partial sendmmsg() | Stefano Brivio | 2021-09-09 | 1 | -3/+3 |
* | tcp, udp: Restore usage of gateway for guest to connect to local host | Stefano Brivio | 2021-09-01 | 1 | -6/+6 |
* | udp: Handle partial failure in sendmmsg() to UNIX domain socket | Stefano Brivio | 2021-09-01 | 1 | -20/+60 |
* | passt, pasta: Introduce command-line options and port re-mapping | Stefano Brivio | 2021-09-01 | 1 | -79/+95 |
* | tcp, udp: Map source address to gateway for any traffic from 127.0.0.0/8 | Stefano Brivio | 2021-07-26 | 1 | -3/+4 |
* | tcp, udp: Allow binding ports in init namespace to both tap and loopback | Stefano Brivio | 2021-07-26 | 1 | -34/+71 |
* | checksum: Introduce AVX2 implementation, unify helpers | Stefano Brivio | 2021-07-26 | 1 | -2/+16 |
* | tcp, udp: Split IPv4 and IPv6 bound port sets | Stefano Brivio | 2021-07-21 | 1 | -29/+39 |
* | udp: Introduce recvmmsg()/sendmmsg(), zero-copy path from socket | Stefano Brivio | 2021-07-21 | 1 | -40/+333 |
* | passt: Add PASTA mode, major rework | Stefano Brivio | 2021-07-17 | 1 | -257/+557 |
* | udp, passt: Introduce socket packet buffer, avoid getsockname() for UDP | Stefano Brivio | 2021-04-30 | 1 | -13/+63 |
* | udp: Connection tracking for ephemeral, local ports, and related fixes | Stefano Brivio | 2021-04-29 | 1 | -19/+259 |
* | udp: Disable SO_ZEROCOPY again | Stefano Brivio | 2021-04-25 | 1 | -8/+2 |
* | passt: Spare some syscalls, add some optimisations from profiling | Stefano Brivio | 2021-04-23 | 1 | -3/+17 |
* | tcp, udp: Replace loopback source address by gateway address | Stefano Brivio | 2021-04-22 | 1 | -0/+7 |
* | passt: Introduce packet batching mechanism | Stefano Brivio | 2021-04-22 | 1 | -19/+50 |
* | udp: Fix typo in tcp_tap_handler() documentation | Stefano Brivio | 2021-03-17 | 1 | -1/+1 |