aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* udp: Reduce scope of rport in udp_invert_portmap()2024_06_24.1ee2ecaStefano Brivio9 days1-2/+10
* Revert "udp: Make rport calculation more local"Stefano Brivio9 days1-1/+2
* log: Don't report syslog failures to stderr after initialisationStefano Brivio12 days1-1/+1
* conf, passt: Don't call __openlog() if a log file is usedStefano Brivio12 days2-8/+5
* treewide: Replace strerror() callsStefano Brivio12 days11-77/+53
* treewide: Replace perror() calls with calls to logging functionsStefano Brivio12 days6-58/+38
* log: Add _perror() logging function variantsStefano Brivio12 days2-4/+39
* log, passt: Always print to stderr before initialisation is completeStefano Brivio12 days3-15/+14
* conf, log: Instead of abusing log levels, add log_conf_parsed flagStefano Brivio12 days3-10/+10
* conf, passt: Make --stderr do nothing, and deprecate itStefano Brivio12 days4-29/+7
* conf, passt: Don't try to log to stderr after we close itStefano Brivio12 days2-1/+4
* conf: Accept duplicate and conflicting options, the last one winsStefano Brivio12 days2-104/+59
* netlink: Strip nexthop identifiers when duplicating routesStefano Brivio13 days1-7/+16
* passt.1, qrap.1: align license description with SPDX identifierDanish Prakash2024-06-192-4/+4
* netlink: Ignore EHOSTUNREACH failures when duplicating routesStefano Brivio2024-06-191-1/+2
* netlink: With no default route, pick the first interface with a routeStefano Brivio2024-06-192-10/+10
* tcp: Don't rely on bind() to fail to decide that connection target is validStefano Brivio2024-06-191-17/+31
* siphash: Remove stale prototypesDavid Gibson2024-06-191-6/+0
* udp: Move management of udp[46]_localname into udp_splice_send()David Gibson2024-06-141-5/+4
* udp: Rework how we divide queued datagrams between sending methodsDavid Gibson2024-06-141-61/+87
* udp: Fold checking of splice flag into udp_mmh_splice_port()David Gibson2024-06-141-15/+16
* util: Split construction of bind socket address from the rest of sock_l4()David Gibson2024-06-141-53/+70
* tap: use in->buf_size rather than sizeof(pkt_buf)Laurent Vivier2024-06-131-5/+5
* iov: remove iov_copy()Laurent Vivier2024-06-132-42/+0
* vhost-user: compare mode MODE_PASTA and not MODE_PASSTLaurent Vivier2024-06-136-21/+21
* udp: rename udp_sock_handler() to udp_buf_sock_handler()Laurent Vivier2024-06-133-5/+5
* udp: refactor UDP header update functionsLaurent Vivier2024-06-131-26/+34
* tap: refactor packets handling functionsLaurent Vivier2024-06-132-49/+64
* tcp: move buffers management functions to their own fileLaurent Vivier2024-06-135-550/+654
* tcp: extract buffer management from tcp_send_flag()Laurent Vivier2024-06-131-24/+54
* cppcheck: Suppress constParameterCallback errorsDavid Gibson2024-06-083-0/+3
* selinux: Allow access to user_devpts2024_06_07.8a83b53Derek Schrock2024-06-071-0/+1
* tcp, flow: Fix some error paths which didn't clean up flows properlyDavid Gibson2024-06-071-3/+3
* util: Use 'long' to represent millisecond durationsDavid Gibson2024-06-072-2/+2
* lineread: Use ssize_t for line lengthsDavid Gibson2024-06-073-10/+9
* conf: Safer parsing of MAC addressesDavid Gibson2024-06-071-17/+36
* util: Use unsigned indices for bits in bitmapsDavid Gibson2024-06-072-7/+7
* clang-tidy: Enable the bugprone-macro-parentheses checkDavid Gibson2024-06-074-26/+25
* Remove pointless macro parameters in CALL_PROTO_HANDLERDavid Gibson2024-06-071-3/+3
* udp: Make rport calculation more localDavid Gibson2024-06-071-2/+1
* tcp: Make pointer const in tcp_revert_seqDavid Gibson2024-06-071-1/+1
* log: Remove log_to_stdout optionDavid Gibson2024-06-052-6/+3
* conf: Don't print usage via the logging subsystemDavid Gibson2024-06-051-160/+166
* conf: Remove unhelpful usage() wrapperDavid Gibson2024-06-051-13/+4
* tcp: move seq_to_tap update to when frame is queuedJon Maloy2024-06-051-22/+39
* apparmor: Fix comments after PID file and AF_UNIX socket creation refactoring2024_05_23.765eb0bStefano Brivio2024-05-233-7/+13
* conf, passt.h: Rename pid_file in struct ctx to pidfileStefano Brivio2024-05-232-6/+6
* conf, passt, tap: Open socket and PID files before switching UID/GIDStefano Brivio2024-05-235-11/+28
* passt, util: Move opening of PID file to its own functionStefano Brivio2024-05-233-9/+25
* util: Rename write_pidfile() to pidfile_write()Stefano Brivio2024-05-233-5/+5