aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* fedora: Hide restorecon(8) errors in post-transaction scriptletHEAD2025_06_11.0293c6fmasterStefano Brivio2025-06-111-2/+7
* fedora: Add container-selinux as dependency for passt-selinuxStefano Brivio2025-06-111-0/+2
* flow, repair: Proper error handling for missing passt-repair helper on target2025_06_06.754c6d7Stefano Brivio2025-06-063-13/+32
* fedora: Depend on SELinux tools and policy version, drop circular dependencyVit Mojzis2025-06-061-9/+12
* fedora: Call %selinux_modules_* macros only oncePetr Lautrbach2025-06-061-6/+2
* conf: flush stdout before early exitJon Maloy2025-06-061-0/+3
* passt-repair: Fix missing newlines in error messagesStefano Brivio2025-06-061-6/+6
* Correct various function comment headersLaurent Vivier2025-06-0413-28/+32
* tap: Avoid bogus missingReturn cppcheck warning in tap_l2_max_len()Stefano Brivio2025-06-041-0/+2
* fedora: Separately restore context for /run/user in %posttrans selinuxStefano Brivio2025-06-041-0/+6
* selinux: Transition to pasta_t in containersMax Chernoff2025-06-042-5/+49
* iov: Standardize function comment headersLaurent Vivier2025-05-161-7/+8
* virtio: Correct and align comment headersLaurent Vivier2025-05-162-15/+18
* vhost_user: Correct and align function comment headersLaurent Vivier2025-05-162-112/+111
* codespell: Correct typos in comments and error messageLaurent Vivier2025-05-155-8/+8
* test: Display count of skipped tests in status and summaryLaurent Vivier2025-05-152-5/+8
* flow: Fix clang error (clang-analyzer-security.PointerSub)Laurent Vivier2025-05-141-0/+1
* ndp: Fix Clang analyzer warning (clang-analyzer-security.PointerSub)Laurent Vivier2025-05-141-0/+1
* virtio: Fix Clang warning (bugprone-sizeof-expression, cert-arr39-c)Laurent Vivier2025-05-141-0/+1
* dhcpv6: fix GCC error (unterminated-string-initialization)Laurent Vivier2025-05-141-1/+3
* flow: close socket fd on error2025_05_12.8ec1341Laurent Vivier2025-05-121-2/+2
* flow: fix wrong macro name in commentsLaurent Vivier2025-05-081-1/+1
* flow: fix podman issue #260732025_05_07.eea8a76Laurent Vivier2025-05-071-0/+4
* udp: Actually discard datagrams we can't forward2025_05_03.587980cStefano Brivio2025-05-031-0/+10
* fwd: fix doc typoEmanuel Valasiadis2025-05-031-1/+1
* selinux: Add getattr to class udp_socketJanne Grunau2025-05-021-2/+2
* flow: fix podman issue #25959Laurent Vivier2025-05-021-50/+57
* util: Fix typo, ASSSERTION -> ASSERTIONStefano Brivio2025-05-021-1/+1
* passt-repair: Hide bogus gcc warning from -OgStefano Brivio2025-04-301-1/+1
* conf: allow --fd 0Alyssa Ross2025-04-282-2/+5
* udp: Translate offender addresses for ICMP messagesDavid Gibson2025-04-223-6/+19
* udp: Rework offender address handling in udp_sock_recverr()David Gibson2025-04-221-21/+48
* treewide: Improve robustness against sockaddrs of unexpected familyDavid Gibson2025-04-224-22/+38
* fwd: Split out helpers for port-independent NATDavid Gibson2025-04-221-25/+62
* udp: Propagate errors on listening and brand new sockets2025_04_15.2340bbfDavid Gibson2025-04-151-9/+32
* udp: Minor re-organisation of udp_sock_recverr()David Gibson2025-04-151-20/+26
* udp: Add udp_pktinfo() helperDavid Gibson2025-04-151-16/+36
* udp: Deal with errors as we go in udp_sock_fwd()David Gibson2025-04-151-19/+26
* udp: Pass socket & flow information direction to error handling functionsDavid Gibson2025-04-151-13/+13
* udp: Be quieter about errors on UDP receiveDavid Gibson2025-04-151-3/+4
* udp: Fix breakage of UDP error handling by PKTINFO supportDavid Gibson2025-04-151-13/+17
* conf: Honour --dns-forward for local resolver even with --no-map-gwStefano Brivio2025-04-151-8/+22
* conf: Split add_dns_resolv() into separate IPv4 and IPv6 versionsStefano Brivio2025-04-151-41/+60
* udp, udp_flow: Track our specific address on socket interfacesDavid Gibson2025-04-108-12/+61
* inany: Improve ASSERT message for bad socket familyDavid Gibson2025-04-101-1/+2
* udp: Use PKTINFO cmsgs to get destination address for received datagramsDavid Gibson2025-04-102-4/+41
* tcp_splice: Don't clobber errno before checking for EAGAINDavid Gibson2025-04-091-8/+10
* tcp_splice: Don't double count bytes read on EINTRDavid Gibson2025-04-091-14/+13
* conf: Add missing return in conf_nat(), fix --map-guest-addr noneStefano Brivio2025-04-091-0/+2
* udp_flow: Save 8 bytes in struct udp_flow on 64-bit architecturesStefano Brivio2025-04-091-4/+7