aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* util: Set NS_FN_STACK_SIZE to one eighth of ulimit-reported maximum stack size2022_10_22.b68da10Stefano Brivio2022-10-221-1/+1
* Add git-publish configuration fileAndrea Bolognani2022-10-221-0/+3
* qrap: Support JSON syntax for -deviceAndrea Bolognani2022-10-211-10/+41
* dhcp: Use tap_udp4_send() helper in dhcp()David Gibson2022-10-192-17/+2
* tap: Split tap_ip4_send() into UDP and ICMP variantsDavid Gibson2022-10-193-21/+66
* ndp: Use tap_icmp6_send() helperDavid Gibson2022-10-191-17/+4
* ndp: Remove unneeded eh_source parameterDavid Gibson2022-10-193-7/+4
* tap: Split tap_ip6_send() into UDP and ICMP variantsDavid Gibson2022-10-194-40/+75
* Split tap_ip_send() into IPv4 and IPv6 specific functionsDavid Gibson2022-10-194-96/+103
* tap: Remove unhelpeful vnet_pre optimization from tap_send()David Gibson2022-10-195-24/+13
* Remove support for TCP packets from tap_ip_send()David Gibson2022-10-193-44/+2
* Add helpers for normal inbound packet destination addressesDavid Gibson2022-10-192-5/+31
* Add csum_ip4_header() helper to calculate IPv4 header checksumsDavid Gibson2022-10-194-4/+13
* Add csum_udp4() helper for calculating UDP over IPv4 checksumsDavid Gibson2022-10-194-2/+37
* Add csum_udp6() helper for calculating UDP over IPv6 checksumsDavid Gibson2022-10-193-3/+28
* Add csum_icmp4() helper for calculating ICMP checksumsDavid Gibson2022-10-193-3/+19
* Add csum_icmp6() helper for calculating ICMPv6 checksumsDavid Gibson2022-10-194-8/+33