aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
...
* tcp: Introduce tcp_fill_headers4()/tcp_fill_headers6()Laurent Vivier2024-03-061-50/+106
* tap: make tap_update_mac() genericLaurent Vivier2024-03-064-12/+12
* checksum: introduce functions to compute the header part checksum for TCP/UDPLaurent Vivier2024-03-064-50/+90
* checksum: use csum_ip4_header() in udp.c and tcp.cLaurent Vivier2024-03-065-46/+27
* udp: little cleanup in udp_update_hdrX() to prepare future changesLaurent Vivier2024-03-061-20/+19
* util: move IP stuff from util.[ch] to ip.[ch]Laurent Vivier2024-03-0617-136/+175
* checksum: add csum_iov()Laurent Vivier2024-03-062-14/+49
* checksum: align buffersLaurent Vivier2024-03-061-23/+24
* pcap: add pcap_iov()Laurent Vivier2024-03-063-5/+24
* fwd: Rename port_fwd.[ch] and their contentsDavid Gibson2024-02-299-53/+53
* port_fwd: Fix copypasta error in port_fwd_scan_udp() commentsDavid Gibson2024-02-291-1/+1
* tap: Disallow loopback addresses on tap interfaceDavid Gibson2024-02-291-0/+19
* tcp: Validate TCP endpoint addressesDavid Gibson2024-02-291-7/+67
* tcp, tcp_splice: Parse listening socket epoll ref in tcp_listen_handler()David Gibson2024-02-293-13/+16
* tcp_splice: Improve logic deciding when to spliceDavid Gibson2024-02-293-17/+35
* tcp_splice: Improve error reporting on connect pathDavid Gibson2024-02-291-2/+17
* tcp_splice: Make tcp_splice_connect() create its own socketsDavid Gibson2024-02-291-14/+17
* tcp_splice: Merge tcp_splice_new() into its callerDavid Gibson2024-02-291-34/+24
* tcp_splice: More specific variable names in new splice pathDavid Gibson2024-02-292-20/+20
* flow: Clarify flow entry life cycle, introduce uniform loggingDavid Gibson2024-02-295-18/+95
* tcp_splice: Don't use flow_trace() before setting flow typeDavid Gibson2024-02-291-3/+3
* tcp_splice: Simplify clean up logicDavid Gibson2024-02-291-15/+11
* flow: Add helper to determine a flow's protocolDavid Gibson2024-02-292-0/+11
* tcp, udp: Don't precompute port remappings in epoll referencesDavid Gibson2024-02-294-11/+15
* util: Allow IN4_IS_* macros to operate on untyped addressesDavid Gibson2024-02-291-4/+4
* inany: Introduce union sockaddr_inanyDavid Gibson2024-02-295-32/+35
* inany: Provide more conveniently typed constants for special addressesDavid Gibson2024-02-294-5/+32
* inany: Add inany_ntop() helperDavid Gibson2024-02-293-2/+41
* inany: Helper to test for various address typesDavid Gibson2024-02-292-12/+53
* tap: Use write_remainder() in tap_send_frames_passt()David Gibson2024-02-291-25/+4
* pcap: Handle short writes in pcap_frame()David Gibson2024-02-293-21/+32
* util: Add write_remainder() helperDavid Gibson2024-02-292-0/+36
* pcap: Update pcap_frame() to take an iovec and offsetDavid Gibson2024-02-291-17/+12
* iov: Add helper to find skip over first n bytes of an io vectorDavid Gibson2024-02-293-16/+40
* iov: add some functions to manage iovecLaurent Vivier2024-02-293-4/+207
* udp: Remove unnecessary test for unspecified addr_outDavid Gibson2024-02-291-4/+2
* udp: Fix incorrect usage of IPv6 state in IPv4 pathDavid Gibson2024-02-291-2/+2
* udp: Small streamline to udp_update_hdr4()David Gibson2024-02-291-8/+9
* udp: Set pif in epoll reference for ephemeral host socketsDavid Gibson2024-02-291-2/+9
* udp: Don't attempt to translate a 0.0.0.0 source addressDavid Gibson2024-02-291-1/+0
* conf: If no interface with a default route was found, say itStefano Brivio2024-02-281-2/+2
* Makefile: check for cppcheck's --check-level option in cppcheck targetStefano Brivio2024-02-281-6/+6
* conf: set the log level much earlierPaul Holzinger2024-02-272-10/+10
* passt: make --quiet set the log level to warningPaul Holzinger2024-02-271-1/+1
* tcp: Don't store errnos in socket poolDavid Gibson2024-02-271-2/+6
* tcp, tcp_splice: Helpers for getting sockets from the poolsDavid Gibson2024-02-273-29/+62
* tcp, tcp_splice: Issue warnings if unable to refill socket poolDavid Gibson2024-02-273-11/+31
* tcp: Stop on first error when refilling socket poolsDavid Gibson2024-02-271-1/+2
* tcp: Don't stop refilling socket pool if we find a filled entryDavid Gibson2024-02-271-1/+1
* treewide: Use sa_family_t for address family variablesDavid Gibson2024-02-2711-19/+20