index
:
passt
Plug A Simple Socket Transport
about
git
code
bugs
lists
chat
Commit message (
Expand
)
Author
Age
Files
Lines
*
udp: Propagate errors on listening and brand new sockets
HEAD
2025_04_15.2340bbf
master
David Gibson
3 days
1
-9
/
+32
*
udp: Minor re-organisation of udp_sock_recverr()
David Gibson
3 days
1
-20
/
+26
*
udp: Add udp_pktinfo() helper
David Gibson
3 days
1
-16
/
+36
*
udp: Deal with errors as we go in udp_sock_fwd()
David Gibson
3 days
1
-19
/
+26
*
udp: Pass socket & flow information direction to error handling functions
David Gibson
3 days
1
-13
/
+13
*
udp: Be quieter about errors on UDP receive
David Gibson
3 days
1
-3
/
+4
*
udp: Fix breakage of UDP error handling by PKTINFO support
David Gibson
3 days
1
-13
/
+17
*
conf: Honour --dns-forward for local resolver even with --no-map-gw
Stefano Brivio
3 days
1
-8
/
+22
*
conf: Split add_dns_resolv() into separate IPv4 and IPv6 versions
Stefano Brivio
3 days
1
-41
/
+60
*
udp, udp_flow: Track our specific address on socket interfaces
David Gibson
8 days
8
-12
/
+61
*
inany: Improve ASSERT message for bad socket family
David Gibson
8 days
1
-1
/
+2
*
udp: Use PKTINFO cmsgs to get destination address for received datagrams
David Gibson
8 days
2
-4
/
+41
*
tcp_splice: Don't clobber errno before checking for EAGAIN
David Gibson
9 days
1
-8
/
+10
*
tcp_splice: Don't double count bytes read on EINTR
David Gibson
9 days
1
-14
/
+13
*
conf: Add missing return in conf_nat(), fix --map-guest-addr none
Stefano Brivio
9 days
1
-0
/
+2
*
udp_flow: Save 8 bytes in struct udp_flow on 64-bit architectures
Stefano Brivio
9 days
1
-4
/
+7
*
udp_flow: Don't discard packets that arrive between bind() and connect()
David Gibson
11 days
5
-26
/
+63
*
udp: Fold udp_splice_prepare and udp_splice_send into udp_sock_to_sock
David Gibson
11 days
1
-40
/
+15
*
udp: Rework udp_listen_sock_data() into udp_sock_fwd()
David Gibson
11 days
1
-15
/
+14
*
udp_flow: Take pif and port as explicit parameters to udp_flow_from_sock()
David Gibson
11 days
3
-11
/
+11
*
udp: Move UDP_MAX_FRAMES to udp.c
David Gibson
11 days
2
-2
/
+2
*
udp: Merge vhost-user and "buf" listening socket paths
David Gibson
11 days
3
-80
/
+10
*
udp: Split spliced forwarding path from udp_buf_reply_sock_data()
David Gibson
11 days
3
-58
/
+60
*
udp: Parameterize number of datagrams handled by udp_*_reply_sock_data()
David Gibson
11 days
3
-16
/
+24
*
udp: Don't bother to batch datagrams from "listening" socket
David Gibson
11 days
1
-59
/
+22
*
udp: Polish udp_vu_sock_info() and remove from vu specific code
David Gibson
11 days
3
-18
/
+26
*
udp: Make udp_sock_recv() take max number of frames as a parameter
David Gibson
11 days
1
-14
/
+13
*
udp: Use connect()ed sockets for initiating side
David Gibson
11 days
6
-53
/
+41
*
udp: support traceroute in direction tap-socket
Jon Maloy
11 days
5
-7
/
+40
*
passt-repair: Ensure that read buffer is NULL-terminated
Stefano Brivio
13 days
1
-0
/
+1
*
udp: Correct some seccomp filter annotations
David Gibson
2025-04-02
1
-4
/
+2
*
udp: Simplify updates to UDP flow timestamp
David Gibson
2025-04-02
3
-19
/
+8
*
udp: Remove redundant udp_at_sidx() call in udp_tap_handler()
David Gibson
2025-04-02
1
-1
/
+1
*
passt-repair: Correct off-by-one error verifying name
David Gibson
2025-04-02
1
-1
/
+1
*
migrate, tcp: bind() migrated sockets in repair mode
David Gibson
2025-04-02
1
-11
/
+27
*
platform requirements: Add test for address conflicts with TCP_REPAIR
David Gibson
2025-04-02
3
-2
/
+131
*
platform requirements: Add attributes to die() function
David Gibson
2025-04-02
1
-0
/
+1
*
platform requirements: Fix clang-tidy warning
David Gibson
2025-04-02
1
-3
/
+3
*
udp: Improve name of UDP related ICMP sending functions
David Gibson
2025-03-28
1
-18
/
+17
*
udp: Don't attempt to forward ICMP socket errors to other sockets
David Gibson
2025-03-28
1
-1
/
+4
*
pasta, passt-repair: Support multiple events per read() in inotify handlers
Stefano Brivio
2025-03-28
2
-14
/
+38
*
udp: correct source address for ICMP messages
Jon Maloy
2025-03-27
1
-10
/
+12
*
build: normalize arm targets
Julian Wundrak
2025-03-26
1
-0
/
+1
*
udp: Add helper function for creating connected UDP socket
David Gibson
2025-03-26
1
-46
/
+58
*
udp: Always hash socket facing flowsides
David Gibson
2025-03-26
1
-21
/
+20
*
udp: Better handling of failure to forward from reply socket
David Gibson
2025-03-26
1
-7
/
+8
*
udp: Share more logic between vu and non-vu reply socket paths
David Gibson
2025-03-26
3
-31
/
+39
*
udp_vu: Factor things out of udp_vu_reply_sock_data() loop
David Gibson
2025-03-26
1
-15
/
+13
*
udp: Simplify checking of epoll event bits
David Gibson
2025-03-26
3
-64
/
+47
*
udp: Common invocation of udp_sock_errs() for vhost-user and "buf" paths
David Gibson
2025-03-26
3
-33
/
+21
[next]