- Dec 20, 2016
-
-
Kevin Darbyshire-Bryant authored
Update tc to track upstream cake changes: diffserv3 - a simple 3 tin classifier Also make diffserv3 and triple-isolate default Signed-off-by:
Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
-
Nickolay Ledovskikh authored
Add uqmi 'sync' command call to release stalled cid when preparing to setup new connection. As a result it prevents 'POLICY MISMATCH' errors. Signed-off-by:
Nickolay Ledovskikh <nledovskikh@gmail.com>
-
John Crispin authored
8ceeab6 uqmi: Change returned value to QMI_CMD_REQUEST for 'sync' command. 1dc7be1 uqmi: Add sync command to release all cids. Signed-off-by:
John Crispin <john@phrozen.org>
-
Nickolay Ledovskikh authored
It's useful when using multiple usb devices that should be bound to certain usb ports. Symlinks are created by hotplug handlers. Signed-off-by:
Nickolay Ledovskikh <nledovskikh@gmail.com>
-
Nickolay Ledovskikh authored
It's useful when using multiple usb devices that should be bound to certain usb ports. Symlinks are created by hotplug handlers. Signed-off-by:
Nickolay Ledovskikh <nledovskikh@gmail.com>
-
Yousong Zhou authored
The build system only accepts Package/<name>/description and since the typoed version virtually has the same content as the TITLE field, remove them altogether Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com>
-
John Crispin authored
be8ae8d cmake: Search for libjson-c 1fa9077 Fix IPv6 read 846369c Revert "mdnsd: interface: enable looped back messages" Signed-off-by:
John Crispin <john@phrozen.org>
-
- Dec 17, 2016
-
-
Hans Dedecker authored
e055530 Don't print non bound assignments in the state file 3af23ad config: Fix RA interface config being overwritten 41b5268 dhcpv6-ia : Fix static DHCPv6 assignments becoming non static be6c515 dhcpv6-ia: Fix assignment of static DHCPv6 leases 374dc3f cmake: Find libubox/uloop.h 01c919c odhcpd: Display infinite valid lifetime as -1
-
- Dec 16, 2016
-
-
Felix Fietkau authored
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Hans Dedecker authored
Pass all the parameters like device, dhcpv6 state to user script Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Florian Fainelli authored
Update CMakeList.txt to look for libubus.h since we depend on it. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
John Crispin authored
The SIGHUP also got sent to the reload script making it bail out with an error Revert "dnsmasq: reload config if host name is modified" This reverts commit 854459a2. Reported-by:
Hans Dedecker <dedeckeh@gmail.com> Signed-off-by:
John Crispin <john@phrozen.org>
-
- Dec 14, 2016
-
-
Hauke Mehrtens authored
The sha256sum was not updated in the last commit. Fixes: a7c23102 [odhcpd: Fix dnsmasq re-reading hostfile] Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Felix Fietkau authored
Reduces binary size Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Matti Laakso authored
Add support for specifying a call profile index instead of APN. A specific index different from 1 must be used for some service provider and modem combinations. In addition, change the manufacturer detection to use the standard AT+CGMI command, which produces more predictable output than ATI, remove the redundant ipv6 option, since it is less ambiguous to directly specify the PDP context type with mobile connections, and fix missing device during teardown when using ncm through the wwan proto. Signed-off-by:
Matti Laakso <malaakso@elisanet.fi>
-
Matti Laakso authored
Update uqmi to latest version, which brings about support for specifying a call profile index instead of APN. A specific index different from 1 must be used for some service provider and modem combinations. Also change option dhcp to dhcpv6, since IPv4 now always uses DHCP, replace option ipv6 with pdptype, which is less ambiguous, and make autoconnect optional and default it to off for IPv6 due to it not working with statically configured IPv6. Signed-off-by:
Matti Laakso <malaakso@elisanet.fi>
-
Dario Ernst authored
Harmonise handling of DEFAULT_PATH by removing the patch introducing #ifndef guards around the path, and only using one means to set the path in the makefile. Signed-off-by:
Dario Ernst <Dario.Ernst@riverbed.com>
-
Jo-Philipp Wich authored
The xt_id match was used by the firewall3 package to track its own rules but the approach has been changed to use xt_comment instead now, so we can drop this nonstandard extension. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Jo-Philipp Wich authored
Update to current HEAD in order to drop automatic generation of per-zone NOTRACK rules. The NOTRACK rules used to provide a little performance improvement but the later introduction of the netfilter conntrack cache made those rules largely unnecessary. Additionally, those rules caused various issues which broke stateful firewalling in some scenarios. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Dec 13, 2016
-
-
Hans Dedecker authored
Depending on the dhcp uci config pidof dnsmasq can return multiple pids. Fix re-reading of the hostfile by dnsmasq in such case by sending SIGHUP signal to each of the returned pids. Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Hans Dedecker authored
Let dnsmasq read all hosts files in /tmp/hosts directory by specifying /tmp/hosts as argument of --addn-host Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
- Dec 12, 2016
-
-
Kevin Darbyshire-Bryant authored
Support new packet overhead passing paradigm in cake qdisc, also restore DSCP wash/nowash keywords. Signed-off-by:
Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
-
Felix Fietkau authored
This removes: - BGP - CDP - SCTP MIPS binary .ipk size is reduced from ~150k to ~130k Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
p-wassi authored
Update tcpdump to upstream release 4.8.1 Signed-off-by:
Paul Wassi <p.wassi@gmx.at>
-
Magnus Kroken authored
OpenVPN requires arguments to --push to be enclosed in double quotes. One set of quotes is stripped when the UCI config is parsed. Change append_params() of openvpn.init to enclose push parameters in double quotes. Unquoted push parameters do not cause errors in OpenVPN 2.3, but OpenVPN 2.4 fails to start with unquoted push parameters. Fixes: FS#290. Signed-off-by:
Magnus Kroken <mkroken@gmail.com>
-
- Dec 06, 2016
-
-
Arjen de Korte authored
Correct splitting the 32-bit 'hostid' value to two 16-bit hexadecimal values. Previously, the lower 16-bit value was truncated to an 8-bit value, which would result in hostid values 100 and 200 both to be set to [::0:0] instead of [::0:100] and [::0:200] respectively. Signed-off-by:
Arjen de Korte <build+lede@de-korte.org>
-
- Dec 04, 2016
-
-
Florian Eckert authored
If the hostname in /etc/config/system is modified the dnsmasq will not reread the update host file under /tmp/hosts/dhcp.$cfg. Signed-off-by:
Florian Eckert <Eckert.Florian@googlemail.com>
-
Pierre Lebleu authored
Signed-off-by:
Pierre Lebleu <pme.lebleu@gmail.com>
-
- Dec 03, 2016
-
-
Hauke Mehrtens authored
This fixes the following security problems: CVE-2016-8615: cookie injection for other servers CVE-2016-8616: case insensitive password comparison CVE-2016-8617: OOB write via unchecked multiplication CVE-2016-8618: double-free in curl_maprintf CVE-2016-8619: double-free in krb5 code CVE-2016-8620: glob parser write/read out of bounds CVE-2016-8621: curl_getdate read out of bounds CVE-2016-8622: URL unescape heap overflow via integer truncation CVE-2016-8623: Use-after-free via shared cookies CVE-2016-8624: invalid URL parsing with '#' CVE-2016-8625: IDNA 2003 makes curl use wrong host Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Dec 01, 2016
-
-
Felix Fietkau authored
Not all kmod packages depends on kmod-ipt-compat-xtables, but this kernel config option is required for building the whole package Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Nov 29, 2016
-
-
Rafał Miłecki authored
Applying it again was resulting in duplicated TX info like: Interface wlan0 ifindex 6 wdev 0x1 addr 00:23:6a:a3:7d:00 ssid LEDE2 type AP wiphy 0 channel 11 (2462 MHz), width: 20 MHz, center1: 2462 MHz txpower 31.00 dBm txpower 31.00 dBm Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Nov 26, 2016
-
-
Julian Kornberger authored
-
- Nov 22, 2016
-
-
Felix Fietkau authored
Fixes config reload on bridge MAC address changes Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Nov 21, 2016
-
-
John Crispin authored
Signed-off-by:
John Crispin <john@phrozen.org>
-
John Crispin authored
Signed-off-by:
John Crispin <john@phrozen.org>
-
Magnus Kroken authored
Changelog: https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23#OpenVPN2.3.13 Signed-off-by:
Magnus Kroken <mkroken@gmail.com>
-
- Nov 16, 2016
-
-
Matthias Schiffer authored
These symbols don't affect wpa-supplicant only, but also wpad. Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
- Nov 14, 2016
-
-
Hans Dedecker authored
odhcpd daemon has hitless config reload support by means of the sighup signal; add reload_service function which uses sighup signal to reload the config Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Ralph Sennhauser authored
This fixes building with musl and drops the dependency on the OpenWrt kernel-header patches: 270-uapi-kernel.h-glibc-specific-inclusion-of-sysinfo.h.patch 271-uapi-libc-compat.h-do-not-rely-on-__GLIBC__.patch 272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch Use the new upstream location at netfilter.org and use a define instead of a patch to "optimize". See also: https://git.netfilter.org/arptables/log/ Signed-off-by:
Ralph Sennhauser <ralph.sennhauser@gmail.com> [Jo-Philipp Wich: add mirror SHA256 sum] Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-