aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* flow: fix wrong macro name in commentsHEADmasterLaurent Vivier16 hours1-1/+1
* flow: fix podman issue #260732025_05_07.eea8a76Laurent Vivier39 hours1-0/+4
* udp: Actually discard datagrams we can't forward2025_05_03.587980cStefano Brivio6 days1-0/+10
* fwd: fix doc typoEmanuel Valasiadis6 days1-1/+1
* selinux: Add getattr to class udp_socketJanne Grunau7 days1-2/+2
* flow: fix podman issue #25959Laurent Vivier7 days1-50/+57
* util: Fix typo, ASSSERTION -> ASSERTIONStefano Brivio7 days1-1/+1
* passt-repair: Hide bogus gcc warning from -OgStefano Brivio9 days1-1/+1
* conf: allow --fd 0Alyssa Ross11 days2-2/+5
* udp: Translate offender addresses for ICMP messagesDavid Gibson2025-04-223-6/+19
* udp: Rework offender address handling in udp_sock_recverr()David Gibson2025-04-221-21/+48
* treewide: Improve robustness against sockaddrs of unexpected familyDavid Gibson2025-04-224-22/+38
* fwd: Split out helpers for port-independent NATDavid Gibson2025-04-221-25/+62
* udp: Propagate errors on listening and brand new sockets2025_04_15.2340bbfDavid Gibson2025-04-151-9/+32
* udp: Minor re-organisation of udp_sock_recverr()David Gibson2025-04-151-20/+26
* udp: Add udp_pktinfo() helperDavid Gibson2025-04-151-16/+36
* udp: Deal with errors as we go in udp_sock_fwd()David Gibson2025-04-151-19/+26
* udp: Pass socket & flow information direction to error handling functionsDavid Gibson2025-04-151-13/+13
* udp: Be quieter about errors on UDP receiveDavid Gibson2025-04-151-3/+4
* udp: Fix breakage of UDP error handling by PKTINFO supportDavid Gibson2025-04-151-13/+17
* conf: Honour --dns-forward for local resolver even with --no-map-gwStefano Brivio2025-04-151-8/+22
* conf: Split add_dns_resolv() into separate IPv4 and IPv6 versionsStefano Brivio2025-04-151-41/+60
* udp, udp_flow: Track our specific address on socket interfacesDavid Gibson2025-04-108-12/+61
* inany: Improve ASSERT message for bad socket familyDavid Gibson2025-04-101-1/+2
* udp: Use PKTINFO cmsgs to get destination address for received datagramsDavid Gibson2025-04-102-4/+41
* tcp_splice: Don't clobber errno before checking for EAGAINDavid Gibson2025-04-091-8/+10
* tcp_splice: Don't double count bytes read on EINTRDavid Gibson2025-04-091-14/+13
* conf: Add missing return in conf_nat(), fix --map-guest-addr noneStefano Brivio2025-04-091-0/+2
* udp_flow: Save 8 bytes in struct udp_flow on 64-bit architecturesStefano Brivio2025-04-091-4/+7
* udp_flow: Don't discard packets that arrive between bind() and connect()David Gibson2025-04-075-26/+63
* udp: Fold udp_splice_prepare and udp_splice_send into udp_sock_to_sockDavid Gibson2025-04-071-40/+15
* udp: Rework udp_listen_sock_data() into udp_sock_fwd()David Gibson2025-04-071-15/+14
* udp_flow: Take pif and port as explicit parameters to udp_flow_from_sock()David Gibson2025-04-073-11/+11
* udp: Move UDP_MAX_FRAMES to udp.cDavid Gibson2025-04-072-2/+2
* udp: Merge vhost-user and "buf" listening socket pathsDavid Gibson2025-04-073-80/+10
* udp: Split spliced forwarding path from udp_buf_reply_sock_data()David Gibson2025-04-073-58/+60
* udp: Parameterize number of datagrams handled by udp_*_reply_sock_data()David Gibson2025-04-073-16/+24
* udp: Don't bother to batch datagrams from "listening" socketDavid Gibson2025-04-071-59/+22
* udp: Polish udp_vu_sock_info() and remove from vu specific codeDavid Gibson2025-04-073-18/+26
* udp: Make udp_sock_recv() take max number of frames as a parameterDavid Gibson2025-04-071-14/+13
* udp: Use connect()ed sockets for initiating sideDavid Gibson2025-04-076-53/+41
* udp: support traceroute in direction tap-socketJon Maloy2025-04-075-7/+40
* passt-repair: Ensure that read buffer is NULL-terminatedStefano Brivio2025-04-051-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