aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | openvswitch: check correct config symbolStijn Tintel2021-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The config symbol is named CONFIG_OPENVSWITCH_WITH_LIBUNBOUND, so check for that instead of the non-existent CONFIG_OPENVSWITCH_WITH_UNBOUND. Fixes: 45c8cc9d8a7b ("openvswitch: make libunbound optional") Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | dawn: update to 2021-07-27Nick Hainke2021-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 276ca16 msghandler: fix rrm array parsing 1e4871d datastorage: debug rrm capabilities Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | irssi: add test.shJosef Schlehofer2021-07-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | irssi: update to 1.2.3Rosen Penev2021-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #16211 from stintel/ovs-libunbound-optionalStijn Tintel2021-07-27
|\ \ \ \ \ | | | | | | | | | | | | openvswitch: make libunbound optional
| * | | | | openvswitch: make libunbound optionalStijn Tintel2021-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Installing openvswitch on an x86/64 snapshot image pulls in a bunch of dependencies, good for a total size of 3648406 byte. Disabling libunbound reduces that with 559941 byte, for a total of 3088465 byte. This is quite a big reduction for a small tradeoff: without libunbound, hostnames can not be used to specify OpenFlow managers or controllers. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | vpn-policy-routing: update to 0.3.5-1Stan Grishin2021-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support for 21.02.0-rc2 and up support for reloading a single interface on ifup/ifupdate rename config file updated shellcheck compatibility remove obsolete create/remove_lock interface processing optimizations to speed up reloads drop dependency on curl in user scripts uniform styling of functions Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | Merge pull request #16226 from dibdot/masterDirk Brenken2021-07-26
|\ \ \ \ \ \ | |/ / / / / |/| | | | | adblock: bugfix 4.1.3-3
| * | | | | adblock: bugfix 4.1.3-3Dirk Brenken2021-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix regex to prepare google safesearch domains Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #16163 from stintel/openvswitchStijn Tintel2021-07-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | openvswitch: allow complex port configurations
| * | | | | | openvswitch: allow complex port configurationsStijn Tintel2021-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current way to add ports to an Open vSwitch bridge does not allow complex port configurations. Use a dedicated uci config section per port instead of the current port:type syntax. This way we can easily support more features like setting the VLAN tag or the OpenFlow port number. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | | | | | openvswitch: only init bridges when (re)startingStijn Tintel2021-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calling the ovs_bridge_init function when stopping the service will result in ovs-vsctl being called after ovsdb-server has been shut down. This causes the following error: ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory) Calling the ovs_bridge_init function when requesting the service status has no added value. Only call ovs_bridge_init during start or restart to fix this. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | | | | | openvswitch: refresh patchesStijn Tintel2021-07-23
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI run fails due to dirty patches, so refresh them. Fixes: f4f1a25e80f5 ("openvswitch: bump to version 2.15.0") Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | travelmate: update to 2.0.4Dirk Brenken2021-07-25
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * code cleanup * add auto login script for Julianahoeve beach resort (NL) * add auto login script for Vodafone hotspots (DE) * add auto login script for telekom hotspots (DE) * enhance captive portal detection to support html redirects as well * change default captive portal detection url to 'detectportal.firefox.com' Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #16198 from 1715173329/dnsproxyRosen Penev2021-07-23
|\ \ \ \ \ | | | | | | | | | | | | dnsproxy: Update to 0.39.0 and add init script
| * | | | | dnsproxy: add basic init scriptTianling Shen2021-07-23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
| * | | | | dnsproxy: Update to 0.39.0Tianling Shen2021-07-23
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | hs20: set PKG_SOURCE_SUBDIRDaniel Golle2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building without the mirror-tarballs fails to PKG_SOURCE_SUBDIR not matching the hostapd source subdir name. Fix that. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #16170 from neheb/IperfRosen Penev2021-07-23
|\ \ \ \ \ | | | | | | | | | | | | iperf: update to 2.1.3
| * | | | | iperf: update to 2.1.3Rosen Penev2021-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Remove upstreamed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #16182 from neheb/lkRosen Penev2021-07-23
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | lksctp-tools: update to 1.0.19
| * | | | | lksctp-tools: update to 1.0.19Rosen Penev2021-07-21
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #16188 from neheb/UaRosen Penev2021-07-21
|\ \ \ \ \ | | | | | | | | | | | | uacme: update to 1.7.1
| * | | | | uacme: update to 1.7.1Rosen Penev2021-07-21
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / / / clamav: update to 0.103.3Rosen Penev2021-07-21
|/ / / / | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #16122 from zhoreeq/bump_0_4_0Rosen Penev2021-07-20
|\ \ \ \ | | | | | | | | | | yggdrasil: bump to 0.4.0
| * | | | yggdrasil: bump to 0.4.0George Iv2021-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bump yggdrasil-go version to v0.4.0 - Update ygguci tool for compatibility with the new yggdrasil-go version - Yggdrasil's config file is now generated in a separate command before running the daemon Signed-off-by: George Iv <zhoreeq@users.noreply.github.com>
* | | | | Merge pull request #16164 from stangri/master-vpnbypassRosen Penev2021-07-20
|\ \ \ \ \ | |_|/ / / |/| | | | vpnbypass: update to 1.3.2-1
| * | | | vpnbypass: updates to 1.3.2-1Stan Grishin2021-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix: domain names bypass rename config file update Makefile updated README link updated shellcheck compatibility support for 21.02.0-rc2 and later updated code for interface triggers add newline to test.sh Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | openvswitch: close flock fd when starting openvswitch servicesFelix Fietkau2021-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes deadlock with multiple init script calls Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | Merge pull request #16152 from BKPepe/miniupnpnd-remove-not-upstreamed-patchJosef Schlehofer2021-07-20
|\ \ \ \ \ | | | | | | | | | | | | Revert "net/miniupnpd: ext_ip_reserved_ignore support"
| * | | | | Revert "net/miniupnpd: ext_ip_reserved_ignore support"Josef Schlehofer2021-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is causing several issues [1], which then were reported to upstream [2] and it was not accepted by upstream [3]. This results that nobody maintain this custom patch and it is not useful as it is changing addr_is_reserved behavior. [1] https://github.com/openwrt/packages/issues/15258 [2] https://github.com/miniupnp/miniupnp/issues/542 [3] https://github.com/miniupnp/miniupnp/pull/511 This reverts commit b76aa9919489f49b472a8f939f6d46ca33d05f64. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | knot: update to version 3.0.8Jan Hak2021-07-20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | | | ddns-scripts: use https for google ipv6 ddns urlScott Lamb2021-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This matches an ipv4 change in 21f5cdd2fa and has the same rationale. Google requires https for both ipv6 and ipv6. Signed-off-by: Scott Lamb <slamb@slamb.org>
* | | | | | Merge pull request #16067 from neheb/dnRosen Penev2021-07-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | dnsdist: fix compilation with GCC11
| * | | | | | dnsdist: fix compilation with GCC11Rosen Penev2021-07-07
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #16107 from Thermi/strongswan-update-5.9.3Rosen Penev2021-07-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | strongswan: update to version 5.9.3
| * | | | | | strongswan: update to version 5.9.3Noel Kuntze2021-07-18
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Noel Kuntze <noel.kuntze@thermi.consulting>
* | | | | | Merge pull request #16130 from 1715173329/dnsproxyRosen Penev2021-07-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | dnsproxy: add new package
| * | | | | | dnsproxy: add new packageTianling Shen2021-07-15
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A simple DNS proxy server that supports all existing DNS protocols including DNS-over-TLS, DNS-over-HTTPS, DNSCrypt, and DNS-over-QUIC. Moreover, it can work as a DNS-over-HTTPS, DNS-over-TLS or DNS-over-QUIC server. For documents, see https://github.com/AdguardTeam/dnsproxy. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | Merge pull request #16131 from 1715173329/dnslookupRosen Penev2021-07-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | dnslookup: add new package
| * | | | | | dnslookup: add new packageTianling Shen2021-07-15
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A simple command line utility to make DNS lookups. Supports all known DNS protocols: plain DNS, DoH, DoT, DoQ, DNSCrypt. For documents, see https://github.com/ameshkov/dnslookup. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* / / / / / bonding: allow xmit_hash_policy in 802.3ad modeDENG Qingfang2021-07-16
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Allow the transmit hash policy to be changed in 802.3ad mode. Signed-off-by: DENG Qingfang <dqfext@gmail.com>
* | | | | Merge pull request #15934 from lnslbrty/package/httptunnelRosen Penev2021-07-14
|\ \ \ \ \ | | | | | | | | | | | | httptunnel: add new package
| * | | | | httptunnel: add new packageToni Uhlig2021-06-24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | | Merge pull request #15899 from jefferyto/addrwatch-fixesRosen Penev2021-07-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | addrwatch: Various fixes
| * | | | | | addrwatch: Various fixesJeffery To2021-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile changes include: * Remove USE_UCLIBC, as uclibc is no longer supported * Package output modules * Move main binary (back) to /usr/sbin, as it is system administration related and requires superuser privileges New patches: * 003-add-space-for-null-byte.patch - from https://github.com/fln/addrwatch/commit/374cfd2cabe4db9882d8a210adff430cc579f859 * 004-more-specific-library-linking.patch - from https://github.com/fln/addrwatch/commit/27b57d9da322fc16c6904d8e35aae4557a3e517b * 005-use-c99-format-macro-constants.patch - from https://github.com/fln/addrwatch/pull/28 Init script changes include: * Change from explicit disable to explicit enable, so that the service is disabled by default and on first install * Set config option default values to default values of the main binary * Fix command-line option names and format (from https://forum.openwrt.org/t/cant-start-addrwatch-service/60499/3) * Always use the --quiet command-line option, as the procd instance is not configured to capture stdout/stderr * Change the syslog config option to start the syslog output module Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | Merge pull request #15702 from dangowrt/kplex-sierra-gps-startRosen Penev2021-07-14
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | kplex: add support for Sierra Wireless Gobi GPS
| * | | | | | kplex: add support for Sierra Wireless Gobi GPSDaniel Golle2021-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sierra Wireless modems need the string '$GPS_START' to be sent to the GPS tty device as only then the modem firmware starts emitting NMEA-0183 sentences. Add an option 'sierragpsstart' to kplex' serial driver to support that quirk as kplex can be very useful to spread GPS data over the network while also supplying 'ugps' using a PTY, allowing for correct system time to be set automatically on boot up from GPS. This patch is also PR'ed at the upstream project: https://github.com/stripydog/kplex/pull/54 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | openvpn: enable LZO support by default for OpenSSL variantEtienne Champetier2021-07-12
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | User that don't control both OpenVPN client and server might still need LZO support, so keep it enable by default for at least OpenSSL variant. Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>