summaryrefslogtreecommitdiff
path: root/icmp.h
AgeCommit message (Expand)Author
2024-03-12icmp: Use 'flowside' epoll references for ping socketsDavid Gibson
2024-03-12icmp: Store ping socket information in flow tableDavid Gibson
2024-02-27treewide: Use sa_family_t for address family variablesDavid Gibson
2024-01-22icmp: Consolidate icmp_sock_handler() with icmpv6_sock_handler()David Gibson
2024-01-22icmp: Simplify socket expiry scanningDavid Gibson
2024-01-22treewide: Standardise on 'now' for current timestamp variablesDavid Gibson
2023-11-07pif: Pass originating pif to tap handler functionsDavid Gibson
2023-08-22tap: Pass source address to protocol handler functionsDavid Gibson
2023-08-13epoll: Split handling of ICMP and ICMPv6 socketsDavid Gibson
2023-08-04Use C11 anonymous members to make poll refs less verbose to useDavid Gibson
2023-04-06passt: Relicense to GPL 2.0, or any later versionStefano Brivio
2022-10-27icmp: Don't discard first reply sequence for a given echo ID2022_10_26.f212044Stefano Brivio
2022-03-29treewide: Mark constant references as constStefano Brivio
2022-03-29treewide: Packet abstraction with mandatory boundary checksStefano Brivio
2021-10-21passt: Fix build with gcc 7, use std=c99, enable some more Clang checkersStefano Brivio
2021-10-20LICENSES: Add license text files, add missing notices, fix SPDX tagsStefano Brivio
2021-09-27tap: Completely de-serialise input message batchesStefano Brivio
2021-07-26icmp: Work around possible failure on bind() due to e.g. broken SELinux policyStefano Brivio
2021-07-17passt: Add PASTA mode, major reworkStefano Brivio
2021-05-21icmp: Implement ping tracking based on echo identifiersStefano Brivio
2021-04-30udp, passt: Introduce socket packet buffer, avoid getsockname() for UDPStefano Brivio
2021-04-29udp: Connection tracking for ephemeral, local ports, and related fixesStefano Brivio
2021-04-23passt: Spare some syscalls, add some optimisations from profilingStefano Brivio
2021-04-22passt: Introduce packet batching mechanismStefano Brivio
2021-03-18passt: Introduce ICMP echo proxyStefano Brivio