aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* test: Update mbuto profile to fix the symlink of /binHEADmasterYumei Huang3 days1-1/+3
* test: Update lib/term for clearer output when DEBUG is enabledYumei Huang3 days1-8/+8
* test: fix 'make assets' failure as rootYumei Huang3 days1-0/+4
* tap: Drop frames if no client connectedYumei Huang4 days1-1/+4
* Add --stats option to display event statistics2025_09_19.623dbf6Laurent Vivier10 days4-0/+73
* netlink: Drop nexthop state flags from routes we duplicateStefano Brivio10 days1-0/+5
* Add CONTRIBUTING.mdYumei Huang11 days2-1/+155
* selinux: add missing file contexts for PodmanPaul Holzinger11 days1-0/+6
* selinux: add container_var_run_t type transitionPaul Holzinger11 days1-0/+5
* dhcp: Fix coding style violations in dhcp() functionLaurent Vivier11 days1-1/+1
* Improve clarity of commentVolker Diels-Grabsch12 days1-3/+3
* Send an initial ARP and NDP request to resolve the guest IP addressVolker Diels-Grabsch12 days6-2/+63
* Fix --no-icmp description and make it imply --no-ndpVolker Diels-Grabsch12 days2-2/+5
* Introduce constant MAC_BROADCASTVolker Diels-Grabsch12 days2-1/+3
* Show debug message whenever we observe a new guest MAC addressVolker Diels-Grabsch12 days1-0/+4
* tcp: Store the owner connections for flags frames2025_09_11.6cbccccYumei Huang2025-09-111-2/+3
* Reduce tcp_buf_discard sizeXun Gu2025-09-114-26/+82
* tcp: Don't send FIN segment to guest yet if we have pending unacknowledged dataStefano Brivio2025-09-111-1/+4
* tcp: Fast re-transmit if half-closed, make TAP_FIN_RCVD path consistentStefano Brivio2025-09-111-3/+39
* tcp: Cast operands of sequence comparison macros to uint32_t before using themStefano Brivio2025-09-111-4/+8
* tcp: Don't try to transmit right after the peer shrank the window to zeroStefano Brivio2025-09-111-7/+9
* tcp: Fix closing logic for half-closed connectionsStefano Brivio2025-09-111-4/+9
* tcp: Rewind sequence when guest shrinks window to zeroStefano Brivio2025-09-111-9/+25
* tcp: Factor sequence rewind for retransmissions into a new functionStefano Brivio2025-09-111-15/+32
* tcp: FIN flags have to be retransmitted as wellStefano Brivio2025-09-111-0/+2
* test: Fix the download link for debian-11-generic-ppc64el imageYumei Huang2025-09-091-1/+4
* tcp_vu: Pass virtqueue pointer to tcp_vu_sock_recv()Laurent Vivier2025-09-091-4/+4
* udp_vu: Pass virtqueue pointer to udp_vu_sock_recv()Laurent Vivier2025-09-091-4/+5
* vhost-user: Fix VHOST_USER_GET_QUEUE_NUM to return number of queuesLaurent Vivier2025-09-092-9/+11
* Add missing explicit PSH assignmentVolker Diels-Grabsch2025-09-062-0/+2
* Fix typo in doc commentVolker Diels-Grabsch2025-09-061-1/+1
* test: Explicit specify forwarding ports for pasta in log rotation testsDavid Gibson2025-09-051-5/+5
* test: Allow exeter & podman tests to be parallel executed with BATSDavid Gibson2025-09-052-0/+15
* test: Convert build tests to exeterDavid Gibson2025-09-053-65/+113
* test: Run static checkers as exeter testsDavid Gibson2025-09-054-36/+27
* test: Extend test scripts to allow running exeter tests.David Gibson2025-09-055-3/+108
* packet: Add support for multi-vector packetsLaurent Vivier2025-09-033-21/+39
* packet: Refactor vhost-user memory region handlingLaurent Vivier2025-09-038-40/+64
* packet: remove unused parameter from PACKET_POOL_DECL()Laurent Vivier2025-09-032-6/+6
* packet: remove PACKET_POOL() and PACKET_POOL_P()Laurent Vivier2025-09-031-9/+0
* ndp: use iov_tail rather than poolLaurent Vivier2025-09-033-17/+16
* icmp: use iov_tail rather than poolLaurent Vivier2025-09-033-15/+8
* dhcpv6: use iov_tail rather than poolLaurent Vivier2025-09-033-21/+16
* dhcp: use iov_tail rather than poolLaurent Vivier2025-09-033-23/+16
* arp: use iov_tail rather than poolLaurent Vivier2025-09-033-14/+7
* packet: rename packet_data() to packet_get()Laurent Vivier2025-09-0310-21/+20
* tap: Convert tap6_handler() to iov_tailLaurent Vivier2025-09-033-90/+16
* tap: Convert tap4_handler() to iov_tailLaurent Vivier2025-09-031-13/+20
* ip: Use iov_tail in ipv6_l4hdr()Laurent Vivier2025-09-034-21/+20
* dhcp: Convert to iov_tailLaurent Vivier2025-09-031-18/+28