aboutgitcodebugslistschat
path: root/icmp.c
Commit message (Expand)AuthorAgeFilesLines
...
* icmp: Work around possible failure on bind() due to e.g. broken SELinux policyStefano Brivio2021-07-261-4/+14
* tap: Fill the IPv6 flow label field to represent flow associationStefano Brivio2021-07-261-2/+2
* passt: Add PASTA mode, major reworkStefano Brivio2021-07-171-59/+126
* icmp: Implement lazy bind for ping socketsStefano Brivio2021-05-211-2/+10
* icmp: Implement ping tracking based on echo identifiersStefano Brivio2021-05-211-24/+33
* icmp: Warn if "ping" socket can't be opened, don't failStefano Brivio2021-05-101-2/+16
* udp, passt: Introduce socket packet buffer, avoid getsockname() for UDPStefano Brivio2021-04-301-1/+3
* udp: Connection tracking for ephemeral, local ports, and related fixesStefano Brivio2021-04-291-4/+9
* passt: Spare some syscalls, add some optimisations from profilingStefano Brivio2021-04-231-0/+3
* passt: Introduce packet batching mechanismStefano Brivio2021-04-221-11/+20
* passt: Introduce ICMP echo proxyStefano Brivio2021-03-181-0/+136