aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* netlink: Fetch most specific (longest prefix) address in nl_addr_get()2023_12_30.f091893Stefano Brivio2023-12-301-5/+14
* README: Default SLAAC prefix comes from address (not prefix) on hostStefano Brivio2023-12-301-7/+7
* README: Fix broken link to CentOS Stream packageStefano Brivio2023-12-301-1/+1
* test: make passt.mbuto script more robustJon Paul Maloy2023-12-271-1/+3
* tcp: make tcp_sock_set_bufsize() static (again)Laurent Vivier2023-12-272-2/+1
* util: Make sock_l4() treat empty string ifname like NULLDavid Gibson2023-12-273-16/+7
* treewide: Avoid in_addr_tDavid Gibson2023-12-272-3/+3
* icmp: Avoid unnecessary handling of unspecified bind addressDavid Gibson2023-12-271-12/+4
* util: Drop explicit setting to INADDR_ANY/in6addr_any in sock_l4()David Gibson2023-12-271-4/+0
* util: Use htonl_constant() in more placesDavid Gibson2023-12-271-2/+2
* treewide: Add IN4ADDR_ANY_INIT macroDavid Gibson2023-12-272-1/+4
* treewide: Use IN4ADDR_LOOPBACK_INIT more widelyDavid Gibson2023-12-273-4/+4
* tcp: Fix address type for tcp_sock_init_af()David Gibson2023-12-271-1/+1
* checksum: Don't use linux/icmp.h when netinet/ip_icmp.h will doDavid Gibson2023-12-271-1/+1
* tcp: Don't account for hash table size in tcp_hash()David Gibson2023-12-271-13/+10
* tcp: Implement hash table with indices rather than pointersDavid Gibson2023-12-272-11/+33
* tcp: Switch hash table to linear probing instead of chainingDavid Gibson2023-12-273-56/+81
* tcp: Fix conceptually incorrect byte-order switch in tcp_tap_handler()David Gibson2023-12-271-1/+1
* README: Update "Availability" sectionStefano Brivio2023-12-271-13/+11
* tcp: Cast timeval fields to unsigned long long for printingStefano Brivio2023-12-271-2/+3
* flow: Add missing include, stdio.hStefano Brivio2023-12-271-0/+1
* test: Select first reported IPv6 address for guest/host comparisonStefano Brivio2023-12-275-11/+11
* ndp: Extend lifetime of prefix, router, RDNSS and search listStefano Brivio2023-12-271-5/+5
* test: Make handling of shell prompts with escapes a little more reliableDavid Gibson2023-12-071-4/+2