aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge pull request #6930 from mwarning/zerotierDirk Brenken2018-09-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | zerotier: fix multiple instance handling and port setting
| * | | | | | | zerotier: fix multiple instance handling and port settingMoritz Warning2018-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | Merge pull request #6978 from dibdot/travelmateDirk Brenken2018-09-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | travelmate: update 1.2.3
| * | | | | | | | travelmate: update 1.2.3Dirk Brenken2018-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove needless third status "not connected", use only "running / not connected" and "connected" * change indentation from spaces to tabs (saves 4kb) * small fixes * update readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | openvswitch: provide in-tree kmod buildsYousong Zhou2018-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Open vSwitch 2.10 introduces meters support to the kernel datapath. In upstream Linux, the feature is only available since 4.15 This is mainly for make the newly introduced meter features in linux kernel datapath more easily available root@OpenWrt:/# ovs-ofctl -OOpenFlow13 meter-features br0 OFPST_METER_FEATURES reply (OF1.3) (xid=0x2): max_meter:4294967295 max_bands:1 max_color:0 band_types: drop capabilities: kbps pktps burst stats root@OpenWrt:/# Size comparison between in-tree and upstreamed modules are attached 2800 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch-geneve-intree/lib/modules/4.14.67/vport-geneve.ko 2736 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch-geneve/lib/modules/4.14.67/vport-geneve.ko 2596 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch-gre-intree/lib/modules/4.14.67/vport-gre.ko 2536 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch-gre/lib/modules/4.14.67/vport-gre.ko 288320 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch-intree/lib/modules/4.14.67/openvswitch.ko 118984 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch/lib/modules/4.14.67/openvswitch.ko 2792 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch-lisp-intree/lib/modules/4.14.67/vport-lisp.ko 2788 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch-stt-intree/lib/modules/4.14.67/vport-stt.ko 3668 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch-vxlan-intree/lib/modules/4.14.67/vport-vxlan.ko 3400 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch-vxlan/lib/modules/4.14.67/vport-vxlan.ko Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | openvswitch: multiple fixes for 2.10Yousong Zhou2018-09-09
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - initscript: skip when ctl scripts are absent. When only ovs is installed, this will quash error messages of ovn-ctl not found when invoking stop - openvswitch-common: include ovs-kmod-ctl - patches: ovs-save: compatible with busybox ip command Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | net/stunnel: add archive mirrorFlorian Eckert2018-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The registered URLs only point to the latest version. After adding the archive URL we could now download older version again. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | mtr: add autoreconfGuo Li2018-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The official tarball does not contain configure, we should set PKG_FIXUP=autoreconf to generate one make[4]: *** No targets specified and no makefile found. Stop. Signed-off-by: Guo Li <uxgood.org@gmail.com>
* | | | | | | | Merge pull request #6951 from MikePetullo/dmapdTed Hess2018-09-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | dmapd: update to 0.0.77
| * | | | | | | | dmapd: update to 0.0.77W. Michael Petullo2018-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | Merge pull request #6956 from dibdot/adblockDirk Brenken2018-09-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | adblock: bugfix 3.5.5v2
| * | | | | | | | | adblock: bugfix 3.5.5v2Dirk Brenken2018-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix uci wrapper calls * fix link in readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | openvswitch: depends on libunboundYousong Zhou2018-09-05
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was introduced in Open vSwitch 2.10 in commit 771680d ("DNS: Add basic support for asynchronous DNS resolving") Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | net/mosquitto: install pkg-config filesMichael Heimpold2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install the .pc files to staging directory to help other packages to find the libraries. Since the build does not use CMake, we need to manually install the files and replace two variables using sed. Filed upstream as https://github.com/eclipse/mosquitto/pull/950 Signed-off-by: Michael Heimpold <michael.heimpold@i2se.com> Tested-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | Merge pull request #6859 from Andy2244/samba4-update-4.8.5Dirk Brenken2018-09-04
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | samba4: update to 4.8.5
| * | | | | | | | | samba4: update to 4.8.5Andy Walsh2018-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.8.5 * enable aesni support for x86_64 * add 'unbundle libbsd' patch * update smb.conf.template (disable spoolss) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | | | Merge pull request #6853 from stangri/https-dns-proxyDirk Brenken2018-09-04
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | https-dns-proxy: new init script and config files
| * | | | | | | | | | https-dns-proxy: new init script and config filesStan Grishin2018-09-02
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | | | | radsecproxy: Bump to v1.7.2Toke Høiland-Jørgensen2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | | | | Merge pull request #6935 from Ansuel/nginxupDirk Brenken2018-09-04
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nginx: bump to latest release
| * | | | | | | | | | nginx: bump to latest releaseAnsuel Smith2018-09-02
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | | | Merge pull request #6929 from Ansuel/ariangDirk Brenken2018-09-04
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ariang: fix nginx support script logic
| * | | | | | | | | | ariang: fix nginx support script logicAnsuel Smith2018-09-03
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the uci-defaults script doesn't check if the rule is already present. This prevent any problem related by this. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | | | Merge pull request #6866 from gladiac1337/feature-haproxy-v1.8.13-updatesDirk Brenken2018-09-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | haproxy: Update all patches for HAProxy v1.8.13
| * | | | | | | | | | haproxy: Update all patches for HAProxy v1.8.13Christian Lachner2018-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.13.html) - Raise PKG_RELEASE to 2 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | | | | Merge pull request #6904 from lucize/clamav-milterDirk Brenken2018-09-03
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | clamav: enable clamav-milter
| * | | | | | | | | | | clamav: enable clamav-milterLucian Cristian2018-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | | | | Merge pull request #6507 from kenkeys/spoofer-133Dirk Brenken2018-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | spoofer: add package
| * | | | | | | | | | | | spoofer: add packageKen Keys2018-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The spoofer client is part of a system to measure the Internet's resistance to packets with a spoofed (forged) source IP address. Signed-off-by: Ken Keys <kkeys@caida.org>
* | | | | | | | | | | | | Merge pull request #6632 from t-8ch/esniper_2.35Dirk Brenken2018-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | Esniper: update to 2.35
| * | | | | | | | | | | | esniper: update to 2.35Thomas Weißschuh2018-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
* | | | | | | | | | | | | mtr: Switch to official tarball and remove hackish patches (#6738)Rosen Penev2018-09-02
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should properly report version now. Cosmetic makefile changes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | adblock: update 3.5.5Dirk Brenken2018-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * accept only ascii aka punycode chars in blocklists to prevent possible dns backend warnings * fix cornercase issues in json parsing (backend & frontend) * slightly optimize tld compression performance * refine logging * use uci wrapper where possible * change indentation from spaces to tabs (saves 8kb) * add experimental youtube blocklist source Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | | nfs-kernel-server: Switch to xz tarballDaniel Engberg2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to smaller xz tarball Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | | Merge pull request #6515 from ptpt52/mwan3Hannu Nyman2018-08-31
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | refine mwan3 link selection
| * | | | | | | | | | | | mwan3: fix missing device in mwan3_set_policy()Chen Minqiang2018-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
| * | | | | | | | | | | | mwan3: mwan3rtmon sleep time configurableChen Minqiang2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
| * | | | | | | | | | | | mwan3: refine link selectionChen Minqiang2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - globals src_ip to none - ip route back to source - add mwan3rtmon - update version to 2.7 Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
* | | | | | | | | | | | | Merge pull request #6917 from thess/socat-workTed Hess2018-08-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | socat: Fix CRDLY, TABDLY and CSIZE shifts for PowerPC
| * | | | | | | | | | | | | socat: Fix CRDLY, TABDLY and CSIZE shifts for PowerPCTed Hess2018-08-30
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | | | | Merge pull request #6897 from cshoredaniel/pr-nut-fixesHannu Nyman2018-08-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | nut: A number of fixes and enhancements
| * | | | | | | | | | | | nut: bump PKG_RELEASEDaniel F. Dickinson2018-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | | | | | | | nut: Remove duplicate/extraneous linesDaniel F. Dickinson2018-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes a duplicate directory creation and a stray newline. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | | | | | | | nut: Makefile: Fix typo in descriptionDaniel F. Dickinson2018-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cosmetic edit. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | | | | | | | nut: Use quotes around filenamesDaniel F. Dickinson2018-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid potential issues with space or other strangeness by quoting filenames through the initscripts. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | | | | | | | nut: Fix license informationDaniel F. Dickinson2018-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The source code has multiple licenses so update SPD-X header. NB: The previously unlisted licenses are not applicable to parts actually built in any configuration for OpenWrt, but rather to unused (by us) source code. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | | | | | | | nut: Avoid building docsDaniel F. Dickinson2018-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce compilation time and complexity by not building documentation we don't use. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | | | | | | | nut: Drop unnecessary dependency on libwrapDaniel F. Dickinson2018-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're using --without-wrap unconditionally anyway, so this legacy dependency needs to be removed. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | | | | | | | nut: Reduce user error with POWERDOWNFLAGDaniel F. Dickinson2018-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of making POWERDOWNFLAG an uci option the user can only change it via initscript edits. This avoids chance for users to miss the required change to nut-driver when setting an UCI option for nut-monitor which results in failure to do FSD on the UPS. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | | | | | | | nut: Use diff non-privileged user for upsmonDaniel F. Dickinson2018-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default use a non-privileged user that is different than the server or driver (when they are running non-privileged). This is recommended by upstream. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>