aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* Merge pull request #16068 from neheb/keaRosen Penev2021-07-11
|\ | | | | kea: fix compilation with GCC11
| * kea: fix compilation with GCC11Rosen Penev2021-07-07
| | | | | | | | | | | | Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | transmission: bump PKG_RELEASEDaniel Golle2021-07-10
| | | | | | | | | | | | | | | | The commit updating the seccomp filter didn't bump PKG_RELEASE. Do that now. Fixes: 1141ee1e5 ("transmission: add new syscalls to seccomp filter)" Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | transmission: add new syscalls to seccomp filterDaniel Golle2021-07-10
| | | | | | | | | | | | | | | | Testing showed that additional syscalls are needed on ARMv7. Add "getegid32", "geteuid32", "getgid32" and "getrandom" as they are all innocent. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #16072 from neheb/nuttRosen Penev2021-07-09
|\ \ | | | | | | nut: fix compilation with GCC11
| * | nut: fix compilation with GCC11Rosen Penev2021-07-07
| |/ | | | | | | | | | | | | nut is a C++98 project which does not compile with GCC11's default of C++17. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16077 from wodu/linuxptp_maintJosef Schlehofer2021-07-09
|\ \ | | | | | | linuxptp: Upgrade to version 3.1.1
| * | linuxptp: Upgrade to version 3.1.1Wojciech Dubowik2021-07-09
| | | | | | | | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@westermo.com>
* | | Merge pull request #16066 from TDT-AG/pr/20210707-mwan3Florian Eckert2021-07-09
|\ \ \ | |/ / |/| | mwan3: add internal command
| * | mwan3: bump PKG_VERSION to 2.10.11Florian Eckert2021-07-08
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | mwan3: add troublshoot command from LuCIFlorian Eckert2021-07-08
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | mwan3: cleanup help outputFlorian Eckert2021-07-08
| |/ | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* / dawn: update to latest versionNick Hainke2021-07-08
|/ | | | | | | | 555268b ubus: filter neighbors by SSID when preparing nr 3db9607 data storage: match SSID when searching ap entry a22f5a7 storage: ensure SSID strings are NULL-terminated Signed-off-by: Nick Hainke <vincent@systemli.org>
* pdns-recursor: update to 4.5.4Peter van Dijk2021-07-06
| | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* mwan3: use default routes from additional tablesDaniel Golle2021-07-05
| | | | | | | | | | Until now the additional tables listed in gobal 'rt_table_lookup' were not considered for interfaces. In order to be able to also use interface-defined routes from tables other than main, consider also tables listed in 'rt_table_lookup'. Update version to 2.10.10 as requested by maintainer. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* nextdns: Update to version 1.34.2Olivier Poitrey2021-07-02
| | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* strongswan: trivial improvement in 'stroke' packagingPhilip Prindeville2021-07-01
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* Merge pull request #16000 from dibdot/adblockDirk Brenken2021-06-30
|\ | | | | adblock: update 4.1.3-2
| * adblock: update 4.1.3-2Dirk Brenken2021-06-29
| | | | | | | | | | | | | | | | | | * add a tcpdump option to resolve IPs in adblock reporting, set 'adb_represolve' accordingly (disabled by default). If enabled tcpdump will perform a reverse DNS (PTR) lookup for each IP address * add 'stalkerware' source (provided by @astryzia) * update readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #15996 from PowerDNS/dnsdist-recursor-option-checkingRosen Penev2021-06-29
|\ \ | |/ |/| dnsdist, pdns-recursor: remove --enable-option-checking=fatal
| * pdns-recursor: remove --enable-option-checking=fatalPeter van Dijk2021-06-29
| | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
| * dnsdist: remove --enable-option-checking=fatalPeter van Dijk2021-06-29
| | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | udhcpsnoop: import package from TIPDavid Bauer2021-06-29
|/ | | | | | | | | | | | Import the udhcpsnoop package from the TIP feed. The original Makefile in TIP repo spcifies GPL-2.0 as the PKG_LICENSE. However this is a mistake, as the SPDX headers of the repos source files all specify BSD-3-Clause as their license. See https://github.com/Telecominfraproject/wlan-ap/blob/uCentral-trunk/feeds/ucentral/udhcpsnoop/Makefile Signed-off-by: David Bauer <mail@david-bauer.net>
* Merge pull request #15851 from brvphoenix/ariangRosen Penev2021-06-28
|\ | | | | ariang: update to 1.2.2
| * ariang: update to 1.2.2Van Waholtz2021-06-16
| | | | | | | | Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
| * ariang: update to 1.2.1Van Waholtz2021-06-13
| | | | | | | | | | | | Use original main repo's releases instead Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* | Merge pull request #15991 from Andy2244/wsdd2-1.8.5Rosen Penev2021-06-28
|\ \ | | | | | | wsdd2: update to git 2021-06-28 (v1.8.5)
| * | wsdd2: update to git 2021-06-28 (v1.8.5)Andy Walsh2021-06-28
| | | | | | | | | | | | | | | | | | | | | * update to git 2021-06-28 (v1.8.5) * add extra startup delay Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | Merge pull request #15982 from Andy2244/samba-4.14.5Rosen Penev2021-06-28
|\ \ \ | | | | | | | | samba4: update to 4.14.5
| * | | samba4: update to 4.14.5Andy Walsh2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.14.5 * refresh patches Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | Merge pull request #15981 from Andy2244/rpcbind-1.2.6Rosen Penev2021-06-28
|\ \ \ \ | |_|/ / |/| | | rpcbind: update to 1.2.6
| * | | rpcbind: update to 1.2.6Andy Walsh2021-06-27
| |/ / | | | | | | | | | | | | | | | | | | * update to 1.2.6 * remove merged upstream patch Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | strongswan: add priority optionPhilip Prindeville2021-06-27
| | | | | | | | | | | | | | | | | | Also from Vincent Wiemann <vincent.wiemann@ironai.com>. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | strongswan: add ipcomp supportPhilip Prindeville2021-06-27
| | | | | | | | | | | | | | | | | | Also from Vincent Wiemann <vincent.wiemann@ironai.com>. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | strongswan: add interface option for childrenPhilip Prindeville2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | This option sets the interface of the policy. Also from Vincent Wiemann <vincent.wiemann@ironai.com>. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | strongswan: add support for hw_offloadPhilip Prindeville2021-06-27
| | | | | | | | | | | | | | | | | | Also from Vincent Wiemann <vincent.wiemann@ironai.com>. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | strongswan: miscellaneous cleanup of config file, etcPhilip Prindeville2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use list's where appropriate for multi-value config variables. Forbid absolute/relative paths for certificate and key files. Get rid of last remnants of left/right naming. Factor invariant code paths. Drop redundant secrets.rsa.filename section. Thanks to Vincent Wiemann <vincent.wiemann@ironai.com> for calling out many of these improvements. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | strongswan: rename config functionsPhilip Prindeville2021-06-27
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | 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: fix start of non-L2TP variantMatthias Schiffer2021-06-27
|/ / | | | | | | 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>
* | Merge pull request #15975 from rs/nextdns-1.33.11-masterRosen Penev2021-06-26
|\ \ | | | | | | nextdns: Update to version 1.33.11
| * | nextdns: Update to version 1.33.11Olivier Poitrey2021-06-26
| | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | acme: run through shellcheckRosen Penev2021-06-25
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | acme: update to 2.9.0Rosen Penev2021-06-25
|/ / | | | | | | | | | | | | | | | | Switch to AUTORELEASE to avoid bumping PKG_RELEASE all the time. Run shell scripts through shfmt -w -ci -bn -sr -s in order to have a standard style. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | travelmate: startup fixesDirk Brenken2021-06-25
| | | | | | | | | | | | * fix a possible race condition during boot * use the new "device" syntax in the network wizard Signed-off-by: Dirk Brenken <dev@brenken.org>
* | softethervpn5: update to 5.02.5180Andy Walsh2021-06-24
| | | | | | | | | | | | | | | | | | | | | | * update to 5.02.5180 * refresh patches * add deps: libsodium * fix (Build/Install) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com> fixup