aboutgitcodebugslistschat
path: root/udp.c
Commit message (Expand)AuthorAgeFilesLines
...
* udp: Switch to new socket message after 32KiB instead of 64KiBStefano Brivio2021-09-271-2/+2
* udp: Decrease UDP_TAP_FRAMES to 16Stefano Brivio2021-09-271-1/+1
* udp: Reset iov_base after sending partial message on sendmmsg() failureStefano Brivio2021-09-091-0/+2
* udp: Fix comparison of seen IPv4 address for local connectionsStefano Brivio2021-09-091-1/+2
* udp: Fix retry mechanism on partial sendmmsg()Stefano Brivio2021-09-091-3/+3
* tcp, udp: Restore usage of gateway for guest to connect to local hostStefano Brivio2021-09-011-6/+6
* udp: Handle partial failure in sendmmsg() to UNIX domain socketStefano Brivio2021-09-011-20/+60
* passt, pasta: Introduce command-line options and port re-mappingStefano Brivio2021-09-011-79/+95
* tcp, udp: Map source address to gateway for any traffic from 127.0.0.0/8Stefano Brivio2021-07-261-3/+4
* tcp, udp: Allow binding ports in init namespace to both tap and loopbackStefano Brivio2021-07-261-34/+71
* checksum: Introduce AVX2 implementation, unify helpersStefano Brivio2021-07-261-2/+16
* tcp, udp: Split IPv4 and IPv6 bound port setsStefano Brivio2021-07-211-29/+39
* udp: Introduce recvmmsg()/sendmmsg(), zero-copy path from socketStefano Brivio2021-07-211-40/+333
* passt: Add PASTA mode, major reworkStefano Brivio2021-07-171-257/+557
* udp, passt: Introduce socket packet buffer, avoid getsockname() for UDPStefano Brivio2021-04-301-13/+63
* udp: Connection tracking for ephemeral, local ports, and related fixesStefano Brivio2021-04-291-19/+259
* udp: Disable SO_ZEROCOPY againStefano Brivio2021-04-251-8/+2
* passt: Spare some syscalls, add some optimisations from profilingStefano Brivio2021-04-231-3/+17
* tcp, udp: Replace loopback source address by gateway addressStefano Brivio2021-04-221-0/+7
* passt: Introduce packet batching mechanismStefano Brivio2021-04-221-19/+50
* udp: Fix typo in tcp_tap_handler() documentationStefano Brivio2021-03-171-1/+1
* udp: Use size_t for return value of recvfrom()Stefano Brivio2021-03-171-1/+1
* passt: Assorted fixes from "fresh eyes" reviewStefano Brivio2021-02-211-15/+16
* passt: New design and implementation with native Layer 4 socketsStefano Brivio2021-02-161-0/+174