aboutgitcodebugslistschat
path: root/udp.h
Commit message (Expand)AuthorAgeFilesLines
* conf, tcp, udp: Allow address specification for forwarded portsStefano Brivio2022-05-011-1/+3
* treewide: Mark constant references as constStefano Brivio2022-03-291-7/+7
* treewide: Packet abstraction with mandatory boundary checksStefano Brivio2022-03-291-3/+3
* passt: Fix build with gcc 7, use std=c99, enable some more Clang checkersStefano Brivio2021-10-211-1/+1
* passt: Add clang-tidy Makefile target and test, take care of warningsStefano Brivio2021-10-201-1/+1
* LICENSES: Add license text files, add missing notices, fix SPDX tagsStefano Brivio2021-10-201-0/+5
* conf, tcp: Periodic detection of bound ports for pasta port forwardingStefano Brivio2021-09-271-0/+4
* tap: Completely de-serialise input message batchesStefano Brivio2021-09-271-2/+2
* passt, pasta: Introduce command-line options and port re-mappingStefano Brivio2021-09-011-11/+6
* tcp, udp: Allow binding ports in init namespace to both tap and loopbackStefano Brivio2021-07-261-1/+0
* tcp, udp: Split IPv4 and IPv6 bound port setsStefano Brivio2021-07-211-6/+11
* udp: Introduce recvmmsg()/sendmmsg(), zero-copy path from socketStefano Brivio2021-07-211-0/+2
* passt: Add PASTA mode, major reworkStefano Brivio2021-07-171-7/+31
* udp, passt: Introduce socket packet buffer, avoid getsockname() for UDPStefano Brivio2021-04-301-1/+3
* udp: Connection tracking for ephemeral, local ports, and related fixesStefano Brivio2021-04-291-2/+8
* passt: Spare some syscalls, add some optimisations from profilingStefano Brivio2021-04-231-0/+15
* passt: Introduce packet batching mechanismStefano Brivio2021-04-221-1/+2
* passt: New design and implementation with native Layer 4 socketsStefano Brivio2021-02-161-0/+3