aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
...
* tcp: Correctly update SO_PEEK_OFF when tcp_send_frames() drops framesDavid Gibson2024-07-242-10/+15
* tcp: probe for SO_PEEK_OFF both in tcpv4 and tcp6Jon Maloy2024-07-231-12/+25
* udp: Rename UDP listening socketsDavid Gibson2024-07-196-28/+23
* udp: Remove rdelta port forwarding mapsDavid Gibson2024-07-194-67/+27
* udp: Remove obsolete socket trackingDavid Gibson2024-07-191-91/+1
* udp: Direct datagrams from host to guest via flow tableDavid Gibson2024-07-191-134/+51
* udp: Find or create flows for datagrams from tap interfaceDavid Gibson2024-07-193-117/+100
* udp: Remove obsolete splice trackingDavid Gibson2024-07-192-51/+19
* udp: Handle "spliced" datagrams with per-flow socketsDavid Gibson2024-07-199-264/+226
* udp: Create flows for datagrams from originating socketsDavid Gibson2024-07-196-5/+242
* fwd: Update flow forwarding logic for UDPDavid Gibson2024-07-191-4/+23
* flow, icmp: Use general flow forwarding rules for ICMPDavid Gibson2024-07-192-38/+10
* flow, tcp: Flow based NAT and port forwarding for TCPDavid Gibson2024-07-197-139/+245
* icmp: Manage outbound socket address via flow tableDavid Gibson2024-07-192-14/+10
* flow: Helper to create sockets based on flowsideDavid Gibson2024-07-194-3/+102
* icmp: Eliminate icmp_id_mapDavid Gibson2024-07-191-17/+2
* icmp: Look up ping flows using flow hashDavid Gibson2024-07-191-3/+15
* icmp: Obtain destination addresses from the flowsidesDavid Gibson2024-07-193-22/+17
* icmp: Remove redundant id field from flow table entryDavid Gibson2024-07-192-7/+5
* tcp: Re-use flow hash for initial sequence number generationDavid Gibson2024-07-193-29/+36
* flow, tcp: Generalise TCP hash table to general flow hash tableDavid Gibson2024-07-195-145/+172
* tcp, flow: Replace TCP specific hash function with general flow hashDavid Gibson2024-07-194-53/+65
* tcp_splice: Eliminate SPLICE_V6 flagDavid Gibson2024-07-192-7/+3
* tcp: Simplify endpoint validation using flowside informationDavid Gibson2024-07-192-55/+18
* tcp: Manage outbound address via flow tableDavid Gibson2024-07-191-43/+50
* tcp: Obtain guest address from flowsideDavid Gibson2024-07-193-33/+17
* tcp, flow: Remove redundant information, repack connection structuresDavid Gibson2024-07-193-51/+47
* flow: Common address information for target sideDavid Gibson2024-07-198-78/+153
* flow: Common address information for initiating sideDavid Gibson2024-07-196-11/+127
* doc: Extend zero-recv test with methods using msghdrDavid Gibson2024-07-171-8/+52
* doc: Test behaviour of closing duplicate UDP socketsDavid Gibson2024-07-173-2/+108
* tcp_splice: Use parameterised macros for per-side event/flag bitsDavid Gibson2024-07-172-41/+34
* flow: Introduce flow_foreach_sidei() macroDavid Gibson2024-07-172-3/+9
* flow, tcp_splice: Prefer 'sidei' for variables referring to side indexDavid Gibson2024-07-173-62/+63
* flow, icmp, tcp: Clean up helpers for getting flow from indexDavid Gibson2024-07-174-17/+80
* udp: Handle errors on UDP socketsDavid Gibson2024-07-173-0/+92
* util: Add AF_UNSPEC support to sockaddr_ntop()David Gibson2024-07-171-0/+4
* udp, tcp: Tweak handling of no_udp and no_tcp flagsDavid Gibson2024-07-172-5/+22
* udp: Make udp_sock_recv staticDavid Gibson2024-07-171-2/+2
* conf: Don't configure port forwarding for a disabled protocolDavid Gibson2024-07-171-0/+5
* tcp: handle shrunk window advertisements from guestJon Maloy2024-07-151-0/+8
* tcp: leverage support of SO_PEEK_OFF socket option when availableJon Maloy2024-07-153-9/+73
* doc: Trivial fix for reuseaddr-priorityDavid Gibson2024-07-151-1/+1
* doc: Test behaviour of zero length datagram recv()sDavid Gibson2024-07-053-3/+78
* doc: Add program to document and test assumptions about SO_REUSEADDRDavid Gibson2024-07-056-0/+417
* udp: Consolidate datagram batchingDavid Gibson2024-07-051-90/+42
* udp: Move some more of sock_handler tasks into sub-functionsDavid Gibson2024-07-051-46/+84
* udp: Don't repeatedly initialise udp[46]_eth_hdrDavid Gibson2024-07-051-2/+3
* udp: Unify udp[46]_l2_iovDavid Gibson2024-07-051-23/+19
* udp: Unify udp[46]_mh_spliceDavid Gibson2024-07-051-27/+20