aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* apparmor: Allow read access to /proc/sys/net/ipv4/ip_local_port_range2024_09_06.6b38f07Stefano Brivio13 days1-0/+2
* selinux: Allow read access to /proc/sys/net/ipv4/ip_local_port_rangeStefano Brivio13 days2-1/+4
* tap: Don't risk truncating frames on full buffer in tap_pasta_input()David Gibson13 days1-2/+2
* tap: Restructure in tap_pasta_input()David Gibson13 days1-26/+19
* tap: Improve handling of EINTR in tap_passt_input()David Gibson13 days1-3/+6
* tap: Split out handling of EPOLLIN eventsDavid Gibson13 days1-14/+36
* util: Fix order of operands and carry of one second in timespec_diff_us()Stefano Brivio13 days1-1/+1
* cppcheck: Work around some cppcheck 2.15.0 redundantInitialization warningsDavid Gibson13 days2-7/+6
* tcp: Use EPOLLET for any state of not established connectionsStefano Brivio13 days1-1/+1
* udp: Handle more error conditions in udp_sock_errs()David Gibson13 days1-1/+20
* udp: Treat errors getting errors as unrecoverableDavid Gibson13 days1-10/+17
* udp: Split socket error handling out from udp_sock_recv()David Gibson13 days1-6/+40
* flow: Helpers to log details of a flowDavid Gibson13 days2-17/+38
* udp: Allow UDP flows to be prematurely closedDavid Gibson13 days3-2/+23
* flow: Fix incorrect hash probe in flowside_lookup()David Gibson13 days1-1/+1
* log: Don't prefix log file messages with time and severity if they're continu...Stefano Brivio13 days1-5/+9
* Makefile: Enable _FORTIFY_SOURCE iff neededMichal Privoznik2024-08-291-1/+8
* fwd, conf: Probe host's ephemeral portsDavid Gibson2024-08-293-2/+61
* conf, fwd: Don't attempt to forward port 0David Gibson2024-08-291-2/+8
* conf, fwd: Make ephemeral port logic more flexibleDavid Gibson2024-08-294-7/+27
* seccomp.sh: Try to account for terminal width while formatting list of system...Stefano Brivio2024-08-271-1/+4
* udp: Use dual stack sockets for port forwarding when possibleDavid Gibson2024-08-271-0/+19
* udp: Remove unnnecessary local from udp_sock_init()David Gibson2024-08-271-15/+15
* udp: Merge udp[46]_mh_recv arraysDavid Gibson2024-08-272-39/+17
* test: Look for possible sshd-session paths (if it's there at all) in mbuto's ...Stefano Brivio2024-08-271-2/+9
* README: pasta is indeed a supported back-end for rootless Docker2024_08_21.1d6142fStefano Brivio2024-08-211-1/+3
* util: Don't stop on unrelated values when looking for --fd in close_open_files()Stefano Brivio2024-08-212-4/+4
* test: Update list of dependencies in README.mdStefano Brivio2024-08-211-4/+5
* tcp, udp: Allow timerfd_gettime64() and recvmmsg_time64() on arm (armhf)Stefano Brivio2024-08-212-2/+2
* util: Provide own version of close_range(), and no-op fallbackStefano Brivio2024-08-211-0/+22
* udp_flow: Add missing unistd.h include for close()Stefano Brivio2024-08-211-0/+1
* test: Duplicate existing recvfrom() valgrind suppression for recv()Stefano Brivio2024-08-211-0/+9
* test/passt.mbuto: Install sshd-session OpenSSH's split processStefano Brivio2024-08-211-1/+2
* test/passt.mbuto: Run sshd from vsock proxy with absolute pathStefano Brivio2024-08-211-1/+1
* test/lib/setup: Transform i686 kernel architecture name into QEMU name (i386)Stefano Brivio2024-08-211-4/+6
* treewide: Allow additional system calls for i386/i686Stefano Brivio2024-08-218-10/+10
* fwd, conf: Allow NAT of the guest's assigned addressDavid Gibson2024-08-214-17/+60
* fwd: Distinguish translatable from untranslatable addresses on inboundDavid Gibson2024-08-211-1/+8
* conf: Allow address remapped to host to be configuredDavid Gibson2024-08-2111-95/+237
* test: Reconfigure IPv6 address after changing MTUDavid Gibson2024-08-211-0/+4
* conf, fwd: Split notion of gateway/router from guest-visible host addressDavid Gibson2024-08-215-42/+55
* Don't take "our" MAC address from the hostDavid Gibson2024-08-213-35/+13
* fwd: Split notion of "our tap address" from gateway for IPv4David Gibson2024-08-213-7/+13
* fwd: Helpers to clarify what host addresses aren't guest accessibleDavid Gibson2024-08-211-11/+87
* Initialise our_tap_ll to ip6.gw when suitableDavid Gibson2024-08-214-12/+6
* Clarify which addresses in ip[46]_ctx are meaningful whereDavid Gibson2024-08-211-4/+10
* treewide: Change misleading 'addr_ll' nameDavid Gibson2024-08-215-8/+9
* util: Correct sock_l4() binding for link local addressesDavid Gibson2024-08-211-2/+1
* conf: Remove incorrect initialisation of addr_ll_seenDavid Gibson2024-08-211-1/+0
* conf: Treat --dns addresses as guest visible addressesDavid Gibson2024-08-212-50/+52