Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use typing to reduce chances of IPv4 endianness errors | David Gibson | 2022-11-04 | 1 | -1/+2 |
* | Remove support for TCP packets from tap_ip_send() | David Gibson | 2022-10-19 | 1 | -1/+0 |
* | Add csum_ip4_header() helper to calculate IPv4 header checksums | David Gibson | 2022-10-19 | 1 | -0/+1 |
* | Add csum_udp4() helper for calculating UDP over IPv4 checksums | David Gibson | 2022-10-19 | 1 | -0/+2 |
* | Add csum_udp6() helper for calculating UDP over IPv6 checksums | David Gibson | 2022-10-19 | 1 | -0/+4 |
* | Add csum_icmp4() helper for calculating ICMP checksums | David Gibson | 2022-10-19 | 1 | -0/+2 |
* | Add csum_icmp6() helper for calculating ICMPv6 checksums | David Gibson | 2022-10-19 | 1 | -0/+5 |
* | treewide: Mark constant references as const | Stefano Brivio | 2022-03-29 | 1 | -2/+2 |
* | treewide: Add include guards | Stefano Brivio | 2022-03-29 | 1 | -0/+5 |
* | LICENSES: Add license text files, add missing notices, fix SPDX tags | Stefano Brivio | 2021-10-20 | 1 | -0/+5 |
* | checksum: Add checksum.h | Stefano Brivio | 2021-09-14 | 1 | -0/+5 |