aboutgitcodebugslistschat
path: root/tcp_splice.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Compilers' name for armv6l and armv7l is "arm"Stefano Brivio12 days1-1/+1
* util: move IP stuff from util.[ch] to ip.[ch]Laurent Vivier2024-03-061-0/+1
* tcp, tcp_splice: Parse listening socket epoll ref in tcp_listen_handler()David Gibson2024-02-291-5/+7
* tcp_splice: Improve logic deciding when to spliceDavid Gibson2024-02-291-14/+34
* 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-291-19/+19
* flow: Clarify flow entry life cycle, introduce uniform loggingDavid Gibson2024-02-291-5/+6
* 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
* tcp, udp: Don't precompute port remappings in epoll referencesDavid Gibson2024-02-291-0/+2
* inany: Introduce union sockaddr_inanyDavid Gibson2024-02-291-1/+1
* inany: Helper to test for various address typesDavid Gibson2024-02-291-12/+3
* tcp, tcp_splice: Helpers for getting sockets from the poolsDavid Gibson2024-02-271-23/+32
* tcp, tcp_splice: Issue warnings if unable to refill socket poolDavid Gibson2024-02-271-4/+12
* treewide: Use sa_family_t for address family variablesDavid Gibson2024-02-271-1/+1
* flow: Avoid moving flow entries to compact tableDavid Gibson2024-01-221-11/+0
* flow: Enforce that freeing of closed flows must happen in deferred handlersDavid Gibson2024-01-221-4/+5
* flow: Move flow_count from context structure to a globalDavid Gibson2024-01-221-1/+1
* tcp, tcp_splice: Avoid double layered dispatch for connected TCP socketsDavid Gibson2024-01-221-7/+9
* tcp, tcp_splice: Move per-type cleanup logic into per-type helpersDavid Gibson2024-01-221-3/+6
* tcp, tcp_splice: Remove redundant handling from tcp_timer()David Gibson2024-01-221-5/+2
* flow: Make flow_table.h #include the protocol specific headers it needsDavid Gibson2024-01-221-1/+0
* treewide: Make a bunch of pointer variables pointers to constDavid Gibson2024-01-161-1/+1
* treewide: Use IN4ADDR_LOOPBACK_INIT more widelyDavid Gibson2023-12-271-1/+1
* flow,tcp: Use epoll_ref type including flow and sideDavid Gibson2023-12-041-25/+12
* tcp_splice: Use unsigned to represent sideDavid Gibson2023-12-041-3/+4
* flow,tcp: Generalise TCP epoll_ref to generic flowsDavid Gibson2023-12-041-2/+2
* flow, tcp: Add logging helpers for connection related messagesDavid Gibson2023-12-041-35/+26
* flow: Make unified version of flow table compactionDavid Gibson2023-12-041-1/+1
* flow, tcp: Consolidate flow pointer<->index helpersDavid Gibson2023-12-041-11/+10
* flow, tcp: Move TCP connection table to unified flow tableDavid Gibson2023-12-041-9/+10
* flow, tcp: Generalise connection typesDavid Gibson2023-12-041-1/+2
* treewide: Use 'z' length modifier for size_t/ssize_t conversionsStefano Brivio2023-12-021-4/+4
* tcp_splice: Simplify selection of socket and pipe sides in socket handlerDavid Gibson2023-11-071-59/+22
* tcp_splice: Exploit side symmetry in tcp_splice_destroy()David Gibson2023-11-071-18/+14
* tcp_splice: Exploit side symmetry in tcp_splice_connect_finish()David Gibson2023-11-071-40/+25
* tcp_splice: Exploit side symmetry in tcp_splice_timer()David Gibson2023-11-071-16/+11
* tcp_splice: Rename sides of connection from a/b to 0/1David Gibson2023-11-071-113/+111
* tcp_splice: Don't pool pipes in pairsDavid Gibson2023-11-071-29/+31
* tcp_splice: Avoid awkward temporaries in tcp_splice_epoll_ctl()David Gibson2023-11-071-13/+11
* tcp_splice: Remove unnecessary forward declarationDavid Gibson2023-11-071-37/+34
* tcp_splice: Don't handle EPOLL_CTL_DEL as part of tcp_splice_epoll_ctl()David Gibson2023-11-071-8/+4
* tcp_splice: Correct error handling in tcp_splice_epoll_ctl()David Gibson2023-11-071-9/+11
* tcp_splice: Remove redundant tcp_splice_epoll_ctl()David Gibson2023-11-071-1/+0
* pif: Record originating pif in listening socket refsDavid Gibson2023-11-071-4/+6
* cppcheck: Make many pointers constDavid Gibson2023-10-041-2/+3
* siphash: Use incremental rather than all-at-once siphash functionsDavid Gibson2023-09-301-0/+1
* Avoid shadowing index(3)David Gibson2023-09-271-1/+1