aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* udp: Reduce scope of rport in udp_invert_portmap()HEAD2024_06_24.1ee2ecamasterStefano Brivio7 days1-2/+10
* Revert "udp: Make rport calculation more local"Stefano Brivio7 days1-1/+2
* log: Don't report syslog failures to stderr after initialisationStefano Brivio10 days1-1/+1
* conf, passt: Don't call __openlog() if a log file is usedStefano Brivio10 days2-8/+5
* treewide: Replace strerror() callsStefano Brivio10 days11-77/+53
* treewide: Replace perror() calls with calls to logging functionsStefano Brivio10 days6-58/+38
* log: Add _perror() logging function variantsStefano Brivio10 days2-4/+39
* log, passt: Always print to stderr before initialisation is completeStefano Brivio10 days3-15/+14
* conf, log: Instead of abusing log levels, add log_conf_parsed flagStefano Brivio10 days3-10/+10
* conf, passt: Make --stderr do nothing, and deprecate itStefano Brivio10 days4-29/+7
* conf, passt: Don't try to log to stderr after we close itStefano Brivio10 days2-1/+4
* conf: Accept duplicate and conflicting options, the last one winsStefano Brivio10 days2-104/+59
* netlink: Strip nexthop identifiers when duplicating routesStefano Brivio11 days1-7/+16
* passt.1, qrap.1: align license description with SPDX identifierDanish Prakash12 days2-4/+4
* netlink: Ignore EHOSTUNREACH failures when duplicating routesStefano Brivio12 days1-1/+2
* netlink: With no default route, pick the first interface with a routeStefano Brivio12 days2-10/+10
* tcp: Don't rely on bind() to fail to decide that connection target is validStefano Brivio12 days1-17/+31
* siphash: Remove stale prototypesDavid Gibson12 days1-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