aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* 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
* netlink, pasta: Disable DAD for link-local addresses on namespace interfaceStefano Brivio2024-08-183-0/+64
* netlink, pasta: Turn nl_link_up() into a generic function to set link flagsStefano Brivio2024-08-153-7/+11
* netlink, pasta: Split MTU setting functionality out of nl_link_up()Stefano Brivio2024-08-153-13/+32
* netlink: Fix typo in function comment for nl_addr_get()Stefano Brivio2024-08-151-1/+1
* test: Speed up by cutting on eye candy and performance test durationStefano Brivio2024-08-158-54/+53
* flow: Don't crash if guest attempts to connect to port 02024_08_14.61c0b0dDavid Gibson2024-08-141-8/+10
* conf: Don't ignore -t and -u options after -DDavid Gibson2024-08-141-2/+2
* ndp.c: Turn NDP responder into more declarative implementationAbdAlRahman Gad2024-08-133-79/+246
* conf: Delay handling -D option until after addresses are configuredDavid Gibson2024-08-121-39/+45
* Correct inaccurate comments on ip[46]_ctx::addrDavid Gibson2024-08-121-2/+2
* log: Don't prefix message with timestamp on --debug if it's a continuationStefano Brivio2024-08-123-18/+21
* conf: Stop parsing options at first non-option argumentStefano Brivio2024-08-082-3/+3
* passt, util: Close any open file that the parent might have leakedStefano Brivio2024-08-086-7/+59
* nstool: Propagate SIGTERM to processes executed in the namespaceDavid Gibson2024-08-071-2/+24
* nstool: Fix some trivial typosDavid Gibson2024-08-071-2/+2
* log: Avoid duplicate calls to logtime()David Gibson2024-08-071-9/+8
* log: Handle errors from clock_gettime()David Gibson2024-08-071-15/+32
* log: Correct formatting of timestampsDavid Gibson2024-08-071-12/+24