aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* Revert "selinux: Drop user_namespace class rules for Fedora 37"2023_11_07.56d9f6dStefano Brivio2023-11-072-0/+4
* selinux: Allow passt to talk over unconfined_t UNIX domain socket for --fd2023_11_07.74e6f48Stefano Brivio2023-11-071-0/+1
* log: Match implicit va_start() with va_end() in vlogmsg()Stefano Brivio2023-11-071-0/+2
* port_fwd: Don't try to read bound ports from invalid file handlesStefano Brivio2023-11-071-0/+3
* netlink: Sequence numbers are actually 32 bits wideStefano Brivio2023-11-071-10/+10
* test/perf: Simplify calculation of "omit" time for TCP throughputDavid Gibson2023-11-072-2/+2
* test/perf: Remove unnecessary --pacing-timer optionsDavid Gibson2023-11-072-3/+3
* test/perf: "MTU" changes in passt_tcp host to guest aren't usefulDavid Gibson2023-11-071-29/+8
* test/perf: Explicitly control UDP packet length, instead of MTUDavid Gibson2023-11-072-94/+75
* test/perf: Small MTUs for spliced TCP aren't interestingDavid Gibson2023-11-071-52/+1
* test/perf: Start iperf3 server less oftenDavid Gibson2023-11-075-109/+213
* test/perf: Get iperf3 stats from client sideDavid Gibson2023-11-072-19/+15
* test/perf: Remove stale iperf3c/iperf3s directivesDavid Gibson2023-11-072-6/+1
* udp: Remove socket from udp_{tap,splice}_map when timed outDavid Gibson2023-11-071-5/+7
* udp: Consistently use -1 to indicate un-opened sockets in mapsDavid Gibson2023-11-073-5/+23
* log: Add vlogmsg()David Gibson2023-11-072-9/+17
* log: Enable format warningsDavid Gibson2023-11-076-12/+18
* log: Don't define logging function 4 timesDavid Gibson2023-11-072-39/+38
* tcp: Remove remaining declaration of tcp_l2_mhLaurent Vivier2023-11-071-6/+0
* 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-072-139/+130
* 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: Pass originating pif to tap handler functionsDavid Gibson2023-11-077-17/+34
* pif: Record originating pif in listening socket refsDavid Gibson2023-11-076-23/+28
* pif: Introduce notion of passt/pasta interfaceDavid Gibson2023-11-072-1/+28
* udp: Clean up ref initialisation in udp_sock_init()David Gibson2023-11-071-5/+2
* port_fwd: Simplify get_bound_ports_*() to port_fwd_scan_*()David Gibson2023-11-073-38/+21
* port_fwd: Move port scanning /proc fds into struct port_fwdDavid Gibson2023-11-073-35/+36
* port_fwd: Split TCP and UDP cases for get_bound_ports()David Gibson2023-11-073-36/+47
* port_fwd: Don't NS_CALL get_bound_ports()David Gibson2023-11-072-71/+4
* port_fwd: Pre-open /proc/net/* files rather than on-demandDavid Gibson2023-11-071-18/+24
* util: Add open_in_ns() helperDavid Gibson2023-11-072-0/+54
* port_fwd: Better parameterise procfs_scan_listen()David Gibson2023-11-071-31/+24
* port_fwd: Move automatic port forwarding code to port_fwd.[ch]David Gibson2023-11-078-153/+185
* conf: Cleaner initialisation of default forwarding modesDavid Gibson2023-11-071-33/+27
* selinux: Drop user_namespace class rules for Fedora 37Stefano Brivio2023-11-072-4/+0