aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* util: Some corrections for timespec_diff_usDavid Gibson2024-08-072-3/+3
* conf, pasta: Make -g and -a skip route/addresses copy for matching IP version...Stefano Brivio2024-08-074-22/+36
* log, passt: Keep printing to stderr when passt is running in foreground2024_08_06.ee36266Stefano Brivio2024-08-063-9/+11
* tcp_splice: Fix side in OUT_WAIT flag settingStefano Brivio2024-08-061-1/+1
* util: Use unsigned (size_t) value for iov lengthDavid Gibson2024-08-062-4/+3
* udp_flow: move all udp_flow functions to udp_flow.cLaurent Vivier2024-08-054-261/+284
* udp_flow: Remove udp_meta_t from the parameters of udp_flow_from_sock()Laurent Vivier2024-08-051-7/+7
* log: Make logfile_write() privateDavid Gibson2024-08-052-171/+171
* pasta: Save errno on signal handler entry, restore on return when neededStefano Brivio2024-08-051-0/+3
* pasta: modify hostname when detaching new namespaceDanish Prakash2024-07-301-0/+11
* Fix typo in README fileAbdAlRahman Gad2024-07-291-1/+1
* fedora/rpkg: List myself as author for changelog entriesStefano Brivio2024-07-261-1/+5
* tap: Improve handling of partially received frames on qemu socket2024_07_26.57a21d2David Gibson2024-07-262-14/+23
* tap: Correctly handle frames of odd lengthDavid Gibson2024-07-262-1/+17
* tap: Don't use EPOLLET on Qemu socketsDavid Gibson2024-07-261-10/+4
* tap: Don't attempt to carry on if we get a bad frame length from qemuDavid Gibson2024-07-261-9/+7
* tap: Better report errors receiving from QEMU socketDavid Gibson2024-07-261-4/+6
* log: Fetch log times with CLOCK_MONOTONIC, not CLOCK_REALTIMEStefano Brivio2024-07-262-3/+3
* log: Initialise timestamp for relative log time also if we use a log fileStefano Brivio2024-07-263-3/+4
* log, util: Fix sub-second part in relative log time calculationStefano Brivio2024-07-263-27/+41
* test/lib/perf_report: Fix highlightStefano Brivio2024-07-251-1/+1
* test: Fix spurious test failure with systemd-resolvedDavid Gibson2024-07-251-1/+1
* fwd: Broaden what we consider for DNS specific forwarding rulesDavid Gibson2024-07-252-7/+21
* fwd: Refactor tests in fwd_nat_from_tap() for clarityDavid Gibson2024-07-251-13/+12
* conf: Accept addresses enclosed by square brackets in port forwarding specifiersStefano Brivio2024-07-251-7/+17
* tap: Exit if we fail to bind a UNIX domain socket with explicit pathStefano Brivio2024-07-251-2/+5
* test: iperf3 3.16 introduces multiple threads, drop our own implementation of...Stefano Brivio2024-07-256-145/+127
* test: Update names of symbols and slabinfo entriesStefano Brivio2024-07-251-17/+5
* test: Fix memory/passt tests, --netns-only is not a valid option for passtStefano Brivio2024-07-252-11/+11
* log: Drop newlines in the middle of the perror()-like messagesStefano Brivio2024-07-253-22/+32
* tcp: Change SO_PEEK_OFF support message to debug()Stefano Brivio2024-07-251-1/+1
* tap: Don't quit if pasta gets EIO on writev() to tap, interface might be downStefano Brivio2024-07-251-0/+1