aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | | | unbound: add root zone file cache optionEric Luehrsen2018-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the possibility to use Unbound auto-zone: clause to fetch complete root, arpa, in-addr.arpa, and ip6.arpa zone files. This can speed up recursion when users access many ccTLD or connection logging hits many PTR. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | | | | unbound: provide transparent defaults with documentationEric Luehrsen2018-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some resource options bundled many Unbound.conf options and made customizing on top of UCI difficult. Make it easier to use Unbound built defaults (blank conf sections). Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | | | | nfs-kernel-server: update to 2.3.2Peter Wagner2018-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | openvswitch: remove ovs-parse-backtraceYousong Zhou2018-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's a python script and requires backtrace support when building openvswitch which requires glibc. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | openvswitch: remove docker related utilitiesYousong Zhou2018-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The overlay and underlay driver, and ovs-docker utilities requires setup and dependencies that are just not available in known maintained state. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | Merge pull request #5897 from oldium/fwknopd-device-fixHannu Nyman2018-05-28
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | fwknopd: More reliable network dependency
| * | | | | | | | fwknopd: More reliable network dependencyOldřich Jedlička2018-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two issues: 1. The fwknopd init script did not handle unprepared logical networks. This is fixed by A) not defining instance for procd when the physical interface is unknown, and B) by watching the logical network for changes. 2. When using PPPoE, there are two physical interfaces -- one for raw PPPoE communication and one for wrapped communication. The function network_get_physdev returns the physical device, while the function network_get_device returns the wrapped one -- we shall use the wrapped interface. Usually (for non-wrapped interfaces) the physdev and device are the same, also other network scripts use the latter function. Both issues found by and thanks are going to @lucize. Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
* | | | | | | | | Merge pull request #6127 from mwarning/zerotierHannu Nyman2018-05-25
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | zerotier: update to version 1.2.10
| * | | | | | | | zerotier: update to version 1.2.10Moritz Warning2018-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | | Shorewall6: Bump to version 5.2.0.4W. van den Akker2018-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | | Shorewall: Bump to version 5.2.0.4W. van den Akker2018-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | | Shorewall6-lite: Bump to version 5.2.0.4W. van den Akker2018-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | | Shorewall-lite: Bump to version 5.2.0.4W. van den Akker2018-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | | Shorewall-core: Bump to version 5.2.0.4W. van den Akker2018-05-23
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | xl2tpd: bump to version 1.3.12Yousong Zhou2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | Merge pull request #6080 from kuoruan/aria2Hannu Nyman2018-05-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | aria2: Bump 1.34.0
| * | | | | | | | aria2: Bump 1.34.0Hsing-Wang Liao2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | | | | | | kadnode: update to version 2.2.3Moritz Warning2018-05-21
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | Merge pull request #6075 from mwarning/kadnodeHannu Nyman2018-05-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | kadnode: update to version 2.2.2
| * | | | | | | | kadnode: update to version 2.2.2Moritz Warning2018-05-20
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | Merge pull request #6072 from wvdakker/masterHannu Nyman2018-05-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Shorewall: Bump to 5.2.0.3
| * | | | | | | | Shorewall6: Bump to 5.2.0.3W. van den Akker2018-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | Shorewall: Bump to 5.2.0.3W. van den Akker2018-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | Shorewall6-lite: Bump to 5.2.0.3W. van den Akker2018-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | Shorewall-lite: Bump to 5.2.0.3W. van den Akker2018-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | Shorewall-core: Bump to 5.2.0.3W. van den Akker2018-05-19
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | Merge pull request #5562 from Andy2244/krb5-fixHannu Nyman2018-05-20
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | krb5: update depends, fix FS#1310
| * | | | | | | krb5: update depends, adapt FS#1310Andy Walsh2018-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | knot: update to 2.6.7Daniel Salzman2018-05-17
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | | | | net/mwan3: update version to 2.6.16Florian Eckert2018-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | net/mwan3: execute only ifup event if l3_device is foundFlorian Eckert2018-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only execute an ifup event with the command "mwan3 ifup <iface>" if the l3_device is found in the ubus "network.interface.<iface>". Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | net/mwan3: remove logging mwan3track pid is not foundFlorian Eckert2018-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary logging if mwan3track pid is not found Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | net/mwan3: add/remove src_ip from routing tableFlorian Eckert2018-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add or remove local_source ip also if mwan3 is stopped or started Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | Merge pull request #5915 from neheb/cifsHannu Nyman2018-05-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | cifs-utils: Update to 6.8
| * | | | | | | cifs-utils: Update to 6.8Rosen Penev2018-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed libtalloc dependency and adjusted configure args to skip some tests. Those packages were not being built anyway. Size difference: 14405 vs. 14125 on mvebu. Also 11275 bytes for libtalloc are gone. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | adblock: update 3.5.2Dirk Brenken2018-05-14
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backend: * add generic blocklist archive support * add support for blacklist archive from Toulouse 1 University Capitole * add support for urlhaus RPZ domains by abuse.ch * small bugfixes & enhancements luci: * archive sub-categories (shalla & ut_capitole) are now configurable via LuCI CBI template * small bugfixes & enhancements Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #6050 from ldir-EDB0/bumpminiupnpdJo-Philipp Wich2018-05-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | miniupnpd: bump to v2.1 20180508
| * | | | | | | miniupnpd: bump to v2.1 20180508Kevin Darbyshire-Bryant2018-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | | | | | Merge pull request #6039 from vortigont/ddns-nowJo-Philipp Wich2018-05-14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ddns-scripts: "now-dns.com" service fix
| * | | | | | | | ddns-scripts: "now-dns.com" service fixEmil Muratov2018-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add valid responses "good|nochg" so that ddns-script could recognize "badauth" error that comes with http 200 code - Switch url to https scheme. "now-dns.com" always returns 302 redirect to https:// for all plain-text http requests. Since working via default plain-text http is not possible anyway, forcing url to https prevents curl sending unencrypted plain-text credentials via basic auth Signed-off-by: Emil Muratov <gpm@hotplug.ru>
* | | | | | | | | wget: update to 1.19.5Peter Wagner2018-05-13
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | Merge pull request #6017 from tohojo/masterHannu Nyman2018-05-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | acme: Change boot init script logic to invoke start
| * | | | | | | | acme: Change boot init script logic to invoke startToke Høiland-Jørgensen2018-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new procd config dependency tracking requires the start method to be called even on boot. So add a state file that is checked by the run script to condition the special-case boot run instead of the previous independent call to the run script. Ref: https://github.com/openwrt/luci/pull/1769 Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | | | Merge pull request #6028 from ldir-EDB0/miniupnpdtweaksHannu Nyman2018-05-13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Miniupnpdtweaks
| * | | | | | | | | miniupnpd: change leasefile locationKevin Darbyshire-Bryant2018-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move default leasefile location from /var to /var/run. Also rename from upnp.leases to miniupnpd.leases Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
| * | | | | | | | | miniupnpd: build with gc-sections & LTOKevin Darbyshire-Bryant2018-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building with --gc-sections & -flto drop ipk size from 72600 to 66345 on MIPS No misbehaviour due to these optimisations observed. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | | | | | | | Merge pull request #6048 from iamperson347/stubby0.2.3Hannu Nyman2018-05-13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | stubby: Bump to 0.2.3
| * | | | | | | | | | stubby: Bump to 0.2.3David Mora2018-05-13
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to new upstream version. Also changed to Cloudflare's DNS as default. Signed-off-by: David Mora <iamperson347+public@gmail.com>
* | | | | | | | | | Merge pull request #6032 from wvdakker/masterHannu Nyman2018-05-13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Shorewall: Bump to version 5.2.0.2
| * | | | | | | | | | Shorewall6: Bump to version 5.2.0.2.W. van den Akker2018-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>