summaryrefslogtreecommitdiff
path: root/checksum.h
AgeCommit message (Expand)Author
2024-03-06checksum: introduce functions to compute the header part checksum for TCP/UDPLaurent Vivier
2024-03-06checksum: use csum_ip4_header() in udp.c and tcp.cLaurent Vivier
2024-03-06checksum: add csum_iov()Laurent Vivier
2023-04-06passt: Relicense to GPL 2.0, or any later versionStefano Brivio
2022-11-04Use typing to reduce chances of IPv4 endianness errorsDavid Gibson
2022-10-19Remove support for TCP packets from tap_ip_send()David Gibson
2022-10-19Add csum_ip4_header() helper to calculate IPv4 header checksumsDavid Gibson
2022-10-19Add csum_udp4() helper for calculating UDP over IPv4 checksumsDavid Gibson
2022-10-19Add csum_udp6() helper for calculating UDP over IPv6 checksumsDavid Gibson
2022-10-19Add csum_icmp4() helper for calculating ICMP checksumsDavid Gibson
2022-10-19Add csum_icmp6() helper for calculating ICMPv6 checksumsDavid Gibson
2022-03-29treewide: Mark constant references as constStefano Brivio
2022-03-29treewide: Add include guardsStefano Brivio
2021-10-20LICENSES: Add license text files, add missing notices, fix SPDX tagsStefano Brivio
2021-09-14checksum: Add checksum.hStefano Brivio