aboutgitcodebugslistschat
path: root/checksum.h
Commit message (Expand)AuthorAgeFilesLines
* Use typing to reduce chances of IPv4 endianness errorsDavid Gibson2022-11-041-1/+2
* Remove support for TCP packets from tap_ip_send()David Gibson2022-10-191-1/+0
* Add csum_ip4_header() helper to calculate IPv4 header checksumsDavid Gibson2022-10-191-0/+1
* Add csum_udp4() helper for calculating UDP over IPv4 checksumsDavid Gibson2022-10-191-0/+2
* Add csum_udp6() helper for calculating UDP over IPv6 checksumsDavid Gibson2022-10-191-0/+4
* Add csum_icmp4() helper for calculating ICMP checksumsDavid Gibson2022-10-191-0/+2
* Add csum_icmp6() helper for calculating ICMPv6 checksumsDavid Gibson2022-10-191-0/+5
* treewide: Mark constant references as constStefano Brivio2022-03-291-2/+2
* treewide: Add include guardsStefano Brivio2022-03-291-0/+5
* LICENSES: Add license text files, add missing notices, fix SPDX tagsStefano Brivio2021-10-201-0/+5
* checksum: Add checksum.hStefano Brivio2021-09-141-0/+5