aboutgitcodebugslistschat
path: root/udp.h
Commit message (Expand)AuthorAgeFilesLines
* fwd: Rename port_fwd.[ch] and their contentsDavid Gibson2024-02-291-5/+5
* treewide: Use sa_family_t for address family variablesDavid Gibson2024-02-271-1/+1
* treewide: Standardise on 'now' for current timestamp variablesDavid Gibson2024-01-221-1/+1
* udp: Consistently use -1 to indicate un-opened sockets in mapsDavid Gibson2023-11-071-0/+1
* pif: Pass originating pif to tap handler functionsDavid Gibson2023-11-071-1/+2
* pif: Record originating pif in listening socket refsDavid Gibson2023-11-071-4/+4
* cppcheck: Make many pointers constDavid Gibson2023-10-041-1/+1
* udp, tap: Correctly advance through packets in udp_tap_handler()David Gibson2023-09-081-1/+1
* tcp, udp: Don't pre-fill IPv4 destination address in headersDavid Gibson2023-08-221-2/+1
* tap: Pass source address to protocol handler functionsDavid Gibson2023-08-221-1/+1
* Use C11 anonymous members to make poll refs less verbose to useDavid Gibson2023-08-041-1/+1
* passt: Relicense to GPL 2.0, or any later versionStefano Brivio2023-04-061-1/+1
* conf, tcp, udp: Exit if we fail to bind sockets for all given portsStefano Brivio2023-02-161-2/+2
* udp: Use tap_send_frames()David Gibson2023-01-231-1/+1
* udp: Decide whether to "splice" per datagram rather than per socketDavid Gibson2023-01-131-1/+1
* udp: Split splice field in udp_epoll_ref into (mostly) independent bitsDavid Gibson2022-12-061-8/+7
* udp: Remove the @bound field from union udp_epoll_refDavid Gibson2022-12-061-2/+1
* Use typing to reduce chances of IPv4 endianness errorsDavid Gibson2022-11-041-1/+1
* conf, tcp, udp: Allow specification of interface to bind toStefano Brivio2022-10-151-1/+1
* Fix widespread off-by-one error dealing with port numbersDavid Gibson2022-09-241-1/+1
* Don't use indirect remap functions for conf_ports()David Gibson2022-09-241-2/+0
* udp: Delay initialization of UDP reversed port mapping tableDavid Gibson2022-09-241-1/+1
* Consolidate port forwarding configuration into a common structureDavid Gibson2022-09-241-10/+17
* Improve types and names for port forwarding configurationDavid Gibson2022-09-241-6/+6
* conf, tcp, udp: Arrays for ports need 2^16 values, not 2^16-8Stefano Brivio2022-09-221-2/+2
* 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