aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* cppcheck: Add suppressions for "logically" exported functionsHEADmasterDavid Gibson5 days2-0/+2
* vhost_user: Don't export several functionsDavid Gibson5 days4-10/+6
* tcp: Don't export tcp_update_csum()David Gibson5 days2-3/+2
* checksum: Don't export various functionsDavid Gibson5 days2-20/+17
* log: Don't export passt_vsyslog()David Gibson5 days2-25/+24
* treewide: Mark assorted functions staticDavid Gibson5 days4-6/+6
* udp: create and send ICMPv6 to local peer when applicableJon Maloy5 days3-5/+66
* tap: break out building of udp header from tap_udp6_send functionJon Maloy5 days2-9/+35
* udp: create and send ICMPv4 to local peer when applicableJon Maloy5 days5-16/+81
* tap: break out building of udp header from tap_udp4_send functionJon Maloy6 days2-7/+32
* conf: Be more precise about minimum MTUsDavid Gibson6 days3-9/+22
* tcp: Send RST in response to guest packets that match no connectionDavid Gibson7 days4-11/+88
* tap: Consider IPv6 flow label when building packet sequencesDavid Gibson7 days2-1/+4
* ip: Helpers to access IPv6 flow labelDavid Gibson7 days3-6/+27
* migrate, tcp: Don't flow_alloc_cancel() during incoming migrationDavid Gibson12 days1-3/+16
* tcp: Unconditionally move to CLOSED state on tcp_rst()David Gibson12 days1-2/+2
* tcp: Correct error code handling from tcp_flow_repair_socket()David Gibson12 days1-2/+3
* migrate, flow: Don't attempt to migrate TCP flows without passt-repairDavid Gibson12 days1-2/+9
* migrate, flow: Trivially succeed if migrating with no flowsDavid Gibson12 days1-0/+6
* selinux: Fixes/workarounds for passt and passt-repair, mostly for libvirt usageStefano Brivio12 days2-4/+38
* seccomp.sh: Silence stty errorsMichal Privoznik2025-02-241-1/+1
* tap: always set the no_frag flag in IPv4 headersJon Maloy2025-02-202-2/+3
* contrib/fedora: Actually install passt-repair SELinux policy fileStefano Brivio2025-02-191-1/+5
* dhcp: Add option code byte in calculation for OPT_MAX boundary checkStefano Brivio2025-02-191-1/+1
* Makefile: Use mmap2() as alternative for mmap() in valgrind extra syscallsStefano Brivio2025-02-191-3/+3
* conf: Use 0 instead of -1 as "unassigned" mtu valueDavid Gibson2025-02-196-14/+8
* conf: More thorough error checking when parsing --mtu optionDavid Gibson2025-02-191-6/+15
* flow: Clean up and generalise flow traversal macrosDavid Gibson2025-02-192-28/+44
* flow: Remove unneeded bound parameter from flow traversal macrosDavid Gibson2025-02-191-16/+18
* flow: Remove unneeded index from foreach_* macrosDavid Gibson2025-02-191-23/+21
* flow: Add flow_perror() helperDavid Gibson2025-02-186-47/+49
* tcp: Don't pass both flow pointer and flow indexDavid Gibson2025-02-183-7/+4
* tcp: Remove spurious prototype for tcp_flow_migrate_shrink_windowDavid Gibson2025-02-181-1/+0
* tcp: More type safety for tcp_flow_migrate_target_ext()David Gibson2025-02-183-6/+5
* tcp_vu: head_cnt need not be globalDavid Gibson2025-02-181-10/+11
* tap: Remove unused ETH_HDR_INIT() macroDavid Gibson2025-02-181-2/+0
* packet: Don't pass start and offset separately to packet_check_range()David Gibson2025-02-183-26/+24
* packet: Use flexible array member in struct poolDavid Gibson2025-02-181-1/+1
* dhcp: Remove option 255 length byteEnrique Llorente2025-02-181-4/+3
* test: Add migration tests2025_02_17.a1e48a0Stefano Brivio2025-02-1716-13/+870
* migrate: Migrate TCP flowsStefano Brivio2025-02-178-6/+1288
* repair, passt-repair: Build and warning fixes for muslStefano Brivio2025-02-172-5/+12
* tcp_splice: A typo three years ago and SO_RCVLOWAT is goneStefano Brivio2025-02-171-1/+1
* tcp_splice: Don't wake up on input data if we can't write it anywhereStefano Brivio2025-02-171-2/+6
* vhost_user: Clear ring address on GET_VRING_BASEDavid Gibson2025-02-151-0/+1
* tcp, tcp_splice: Don't set SO_SNDBUF and SO_RCVBUF to maximum valuesStefano Brivio2025-02-143-37/+14
* tcp: Keep updating window and checking for socket data after FIN from guestStefano Brivio2025-02-141-1/+3
* contrib/selinux: Enable mapping guest memory for libvirt guestsStefano Brivio2025-02-141-0/+12
* selinux: Add rules needed to run testsStefano Brivio2025-02-132-2/+16
* rampstream: Add utility to test for corruption of data streamsDavid Gibson2025-02-127-4/+267