aboutgitcodebugslistschat
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
...
* util: On -DDEBUG, log to stderr with timestampsStefano Brivio2021-05-211-0/+26
* icmp: Implement lazy bind for ping socketsStefano Brivio2021-05-211-1/+3
* icmp: Implement ping tracking based on echo identifiersStefano Brivio2021-05-211-3/+0
* udp, passt: Introduce socket packet buffer, avoid getsockname() for UDPStefano Brivio2021-04-301-8/+16
* udp: Connection tracking for ephemeral, local ports, and related fixesStefano Brivio2021-04-291-7/+9
* tcp: Avoid SO_ACCEPTCONN getsockopt() by noting listening/data sockets numbersStefano Brivio2021-04-291-14/+5
* passt: Spare some syscalls, add some optimisations from profilingStefano Brivio2021-04-231-0/+15
* passt: Run in background, add message logging with severitiesStefano Brivio2021-03-181-0/+18
* passt: Introduce ICMP echo proxyStefano Brivio2021-03-181-1/+6
* passt: Assorted fixes from "fresh eyes" reviewStefano Brivio2021-02-211-6/+8
* passt: New design and implementation with native Layer 4 socketsStefano Brivio2021-02-161-3/+138
* passt: Add IPv6 and NDP support, further fixes for IPv4 CTStefano Brivio2021-02-161-0/+39
* merd: Rename to PASSTStefano Brivio2021-02-161-1/+1
* merd: ARP and DHCP handlers, connection tracking fixesStefano Brivio2021-02-161-0/+48