aboutsummaryrefslogtreecommitdiff
path: root/net/fastd/Config.in
Commit message (Collapse)AuthorAge
* fastd: make L2TP support a config option instead of a variantMatthias Schiffer2021-06-27
| | | | | | | | We enable the option by default, but do not depend on the kernel modules required for L2TP offloading to avoid wasting space when the feature is not needed. To use offloading, kmod-l2tp-eth must be installed. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: add L2TP variantMatthias Schiffer2021-06-27
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: update to v22Matthias Schiffer2021-06-27
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: disable GMAC-based methods by defaultMatthias Schiffer2021-06-27
| | | | | | | | | The UMAC-based methods provide higher performance than GMAC and aren't suspectible to timing attacks when implemented in software (which is always the case on OpenWrt, as OpenSSL support is disabled). Disable GMAC by default to save a few KiB. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: simplify Config.inMatthias Schiffer2021-06-27
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: update to v20Matthias Schiffer2020-10-10
| | | | 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: update to v18Matthias Schiffer2016-03-29
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: update configuration optionsMatthias Schiffer2015-01-08
| | | | | | | When updating fastd, some added and renamed CMake options had been forgotten, so it was impossible to disable some feature to reduce its size. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: update to v15Matthias Schiffer2014-11-12
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: update to v14Matthias Schiffer2014-06-30
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* Add fastd, a very small VPN daemonMatthias Schiffer2014-06-12