aboutgitcodebugslistschat
path: root/udp.c
Commit message (Expand)AuthorAgeFilesLines
* 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