aboutsummaryrefslogtreecommitdiff
path: root/net/fastd/patches
Commit message (Collapse)AuthorAge
* treewide: compile with tools/mesonRosen Penev2021-09-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fastd: fix start of non-L2TP variantMatthias Schiffer2021-06-27
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: update to v19Matthias Schiffer2020-05-22
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: fix init script for multiple VPN instancesMatthias Schiffer2019-09-04
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: fix segmentation fault with musl >1.1.20David Bauer2019-07-25
| | | | | | | | | | | When compiled with musl >1.1.20, fastd will crash in case it can't resolve a peers hostname. This is due to a changed implementation of freeaddrinfo in musl 1.1.21 onwards. This segfault is fixed by not calling freeaddrinfo in case the supplied pointer is null. Signed-off-by: David Bauer <mail@david-bauer.net>
* fastd: update to v18Matthias Schiffer2016-03-29
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: fix musl compatibilityMatthias Schiffer2015-06-19
Prefer linux/if_ether.h over netinet/if_ether.h if available since the musl libc if_ether.h header does not allow mixing with kernel headers, it will result in a struct ethhdr redefinition error. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>