aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* udp, udp_flow: Add instrumentation, handle EPOLLERR without queued errorspodman23686Stefano Brivio2024-09-043-14/+68
* additional debugDavid Gibson2024-09-041-0/+6
* tcp: Attempt to mitigate EPOLLRDHUP storms with half-closed connectionsDavid Gibson2024-09-041-4/+8
* log: Don't prefix log file messages with time and severity if they're continu...Stefano Brivio2024-09-041-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
* conf: Correct setting of dns_match address in add_dns6()David Gibson2024-08-211-1/+1
* conf: Move adding of a nameserver from resolv.conf into subfunctionDavid Gibson2024-08-211-7/+26
* conf: Move DNS array bounds checks into add_dns[46]David Gibson2024-08-211-8/+10
* conf: More accurately count entries added in get_dns()David Gibson2024-08-211-8/+3
* conf: Use array indices rather than pointers for DNS array slotsDavid Gibson2024-08-211-32/+41
* treewide: Use struct assignment instead of memcpy() for IP addressesDavid Gibson2024-08-212-10/+12
* treewide: Rename MAC address fields for clarityDavid Gibson2024-08-218-26/+28
* util: Helper for formatting MAC addressesDavid Gibson2024-08-214-7/+27
* treewide: Use "our address" instead of "forwarding address"David Gibson2024-08-217-105/+106
* netlink: Fix typo in function comment for nl_addr_set()Stefano Brivio2024-08-181-1/+1
* pasta: Disable neighbour solicitations on device up to prevent DADStefano Brivio2024-08-181-1/+10
* netlink, pasta: Fetch link-local address from namespace interface once it's upStefano Brivio2024-08-183-0/+55