- Mar 21, 2015
-
-
John Crispin authored
Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 44925
-
John Crispin authored
For using liblldpctl to talk to lldpd (via unix sockets). Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 44924
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 44919
-
- Mar 20, 2015
-
-
Rafał Miłecki authored
It can be found e.g. in Netgear R8000. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44915
-
Rafał Miłecki authored
It includes new Broadcom firmware files for brcmfmac. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44914
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44912
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44910
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44909
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44907
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44906
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44904
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 44900
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 44899
-
- Mar 19, 2015
-
-
Felix Fietkau authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44897
-
Felix Fietkau authored
igmpproxy: add names for default config lan/wan phyint sections to make it easier to refer to them from scripts Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44896
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44893
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44892
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44891
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44883
-
- Mar 18, 2015
-
-
John Crispin authored
fixes parameter handling in askfirst tool Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44879
-
- Mar 17, 2015
-
-
Felix Fietkau authored
kernel: remove the netfilter optimization that skips the filter table, it has caused too many issues Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44873
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44872
-
John Crispin authored
Signed-off-by:
Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 44865
-
John Crispin authored
Signed-off-by:
Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 44864
-
John Crispin authored
from Erik Tews <erik@datenzone.de> This patch has two effects. First, the quickleave feature/behaviour is disabled for all groups that are used on more than one interface. The idea of quickleave is to leave a group fast and later figure out whether there is still somebody interested in that group. For groups used on more than one interface, it is already known that there is still somebody interested in that group. Second, when a leave is received for a group that is used on more than one interface, igmpproxy sends queries on all interface to discover remeining listeners for that group. Previously these queries were only send on the interface the leave was received on, so that listeners on the other interfaces were not discovered and the group might be left on the upstream router incorrectly. This patch can be improved by sending the queries only on the interface the leave was received on and adapting the algorithm in internAgeRoute(...) in rttable.c in a way that only one interface is actually processed and all other interfaces of the route are silently assumed to be still active. Signed-off-by:
Erik Tews <erik@datenzone.de> SVN-Revision: 44859
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44858
-
- Mar 16, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44845
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44844
-
Nicolas Thill authored
_GNU_SOURCE has been declared "deprecated" in favor of _DEFAULT_SOURCE in glibc Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 44843
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 44842
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44826
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44808
-
Rafał Miłecki authored
This makes it consistent with other buses configuration. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44807
-
Rafał Miłecki authored
linuxwireless.org was moved to wireless.wiki.kernel.org and it RO now Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44806
-
- Mar 15, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44790
-
Jo-Philipp Wich authored
Certain DHCP servers push a gateway outside of the assigned interface subnet, to support those situations install a host route towards the gateway. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44789
-
Jonas Gorski authored
Bcm63xx supports usb gadget, so dwc2 will default do dual mode. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44786
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44783
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44772
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44770
-