aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* udp: Propagate errors on listening and brand new socketsHEAD2025_04_15.2340bbfmasterDavid Gibson3 days1-9/+32
* udp: Minor re-organisation of udp_sock_recverr()David Gibson3 days1-20/+26
* udp: Add udp_pktinfo() helperDavid Gibson3 days1-16/+36
* udp: Deal with errors as we go in udp_sock_fwd()David Gibson3 days1-19/+26
* udp: Pass socket & flow information direction to error handling functionsDavid Gibson3 days1-13/+13
* udp: Be quieter about errors on UDP receiveDavid Gibson3 days1-3/+4
* udp: Fix breakage of UDP error handling by PKTINFO supportDavid Gibson3 days1-13/+17
* conf: Honour --dns-forward for local resolver even with --no-map-gwStefano Brivio3 days1-8/+22
* conf: Split add_dns_resolv() into separate IPv4 and IPv6 versionsStefano Brivio3 days1-41/+60
* udp, udp_flow: Track our specific address on socket interfacesDavid Gibson8 days8-12/+61
* inany: Improve ASSERT message for bad socket familyDavid Gibson8 days1-1/+2
* udp: Use PKTINFO cmsgs to get destination address for received datagramsDavid Gibson8 days2-4/+41
* tcp_splice: Don't clobber errno before checking for EAGAINDavid Gibson9 days1-8/+10
* tcp_splice: Don't double count bytes read on EINTRDavid Gibson9 days1-14/+13
* conf: Add missing return in conf_nat(), fix --map-guest-addr noneStefano Brivio9 days1-0/+2
* udp_flow: Save 8 bytes in struct udp_flow on 64-bit architecturesStefano Brivio9 days1-4/+7
* udp_flow: Don't discard packets that arrive between bind() and connect()David Gibson11 days5-26/+63
* udp: Fold udp_splice_prepare and udp_splice_send into udp_sock_to_sockDavid Gibson11 days1-40/+15
* udp: Rework udp_listen_sock_data() into udp_sock_fwd()David Gibson11 days1-15/+14
* udp_flow: Take pif and port as explicit parameters to udp_flow_from_sock()David Gibson11 days3-11/+11
* udp: Move UDP_MAX_FRAMES to udp.cDavid Gibson11 days2-2/+2
* udp: Merge vhost-user and "buf" listening socket pathsDavid Gibson11 days3-80/+10
* udp: Split spliced forwarding path from udp_buf_reply_sock_data()David Gibson11 days3-58/+60
* udp: Parameterize number of datagrams handled by udp_*_reply_sock_data()David Gibson11 days3-16/+24
* udp: Don't bother to batch datagrams from "listening" socketDavid Gibson11 days1-59/+22
* udp: Polish udp_vu_sock_info() and remove from vu specific codeDavid Gibson11 days3-18/+26
* udp: Make udp_sock_recv() take max number of frames as a parameterDavid Gibson11 days1-14/+13
* udp: Use connect()ed sockets for initiating sideDavid Gibson11 days6-53/+41
* udp: support traceroute in direction tap-socketJon Maloy11 days5-7/+40
* passt-repair: Ensure that read buffer is NULL-terminatedStefano Brivio13 days1-0/+1
* udp: Correct some seccomp filter annotationsDavid Gibson2025-04-021-4/+2
* udp: Simplify updates to UDP flow timestampDavid Gibson2025-04-023-19/+8
* udp: Remove redundant udp_at_sidx() call in udp_tap_handler()David Gibson2025-04-021-1/+1
* passt-repair: Correct off-by-one error verifying nameDavid Gibson2025-04-021-1/+1
* migrate, tcp: bind() migrated sockets in repair modeDavid Gibson2025-04-021-11/+27
* platform requirements: Add test for address conflicts with TCP_REPAIRDavid Gibson2025-04-023-2/+131
* platform requirements: Add attributes to die() functionDavid Gibson2025-04-021-0/+1
* platform requirements: Fix clang-tidy warningDavid Gibson2025-04-021-3/+3
* udp: Improve name of UDP related ICMP sending functionsDavid Gibson2025-03-281-18/+17
* udp: Don't attempt to forward ICMP socket errors to other socketsDavid Gibson2025-03-281-1/+4
* pasta, passt-repair: Support multiple events per read() in inotify handlersStefano Brivio2025-03-282-14/+38
* udp: correct source address for ICMP messagesJon Maloy2025-03-271-10/+12
* build: normalize arm targetsJulian Wundrak2025-03-261-0/+1
* udp: Add helper function for creating connected UDP socketDavid Gibson2025-03-261-46/+58
* udp: Always hash socket facing flowsidesDavid Gibson2025-03-261-21/+20
* udp: Better handling of failure to forward from reply socketDavid Gibson2025-03-261-7/+8
* udp: Share more logic between vu and non-vu reply socket pathsDavid Gibson2025-03-263-31/+39
* udp_vu: Factor things out of udp_vu_reply_sock_data() loopDavid Gibson2025-03-261-15/+13
* udp: Simplify checking of epoll event bitsDavid Gibson2025-03-263-64/+47
* udp: Common invocation of udp_sock_errs() for vhost-user and "buf" pathsDavid Gibson2025-03-263-33/+21