12.09/openwrt.git
9 years agoAA: mac80211: merge ath9k fixes from bb master
nbd [Mon, 22 Sep 2014 11:36:38 +0000 (11:36 +0000)]
AA: mac80211: merge ath9k fixes from bb

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@42647 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomcs814x: backport r37745
florian [Sat, 16 Aug 2014 18:28:03 +0000 (18:28 +0000)]
mcs814x: backport r37745

This is a critical fix for a correct system behavior, just backport it to AA.

It was already fixed in trunk revisions:
https://dev.openwrt.org/changeset/37745

It should be also fixed in 12.09. Several stuff is broken without this fix.
Regards.

Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@42171 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomac80211: fix a null pointer deref when querying station info when rate control is...
nbd [Tue, 22 Jul 2014 19:06:14 +0000 (19:06 +0000)]
mac80211: fix a null pointer deref when querying station info when rate control is not initialized (#17061)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r41801

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@41803 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoath9k: add a fix for tx pending frame accounting, fixes some tx hang issues
nbd [Tue, 22 Jul 2014 19:06:13 +0000 (19:06 +0000)]
ath9k: add a fix for tx pending frame accounting, fixes some tx hang issues

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r41673

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@41802 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoAA: hotplug2: use source hosted by OpenWrt as the original source is down
nbd [Fri, 4 Jul 2014 06:07:45 +0000 (06:07 +0000)]
AA: hotplug2: use source hosted by OpenWrt as the original source is down

The SVN server used so far seems to have gone down as of 07/2014, so let's just
use the source tarball mirrored by OpenWrt.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@41503 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoscripts: unset GREP_OPTIONS in env and feeds (fixes #16924)
nbd [Mon, 30 Jun 2014 06:50:54 +0000 (06:50 +0000)]
scripts: unset GREP_OPTIONS in env and feeds (fixes #16924)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r41407

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@41408 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoAA: tools: fix b43-tools build dependencies
nbd [Sun, 22 Jun 2014 16:48:08 +0000 (16:48 +0000)]
AA: tools: fix b43-tools build dependencies

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@41303 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomac80211: revert a faulty upstream change which is causing channel 12 to be enabled...
nbd [Sun, 22 Jun 2014 12:13:18 +0000 (12:13 +0000)]
mac80211: revert a faulty upstream change which is causing channel 12 to be enabled for US regdomain

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r41298

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@41301 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoAA: mac80211: sync with trunk r41181
nbd [Fri, 13 Jun 2014 13:33:39 +0000 (13:33 +0000)]
AA: mac80211: sync with trunk r41181

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@41182 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoAA: iw: sync with trunk r40801
nbd [Wed, 11 Jun 2014 12:30:54 +0000 (12:30 +0000)]
AA: iw: sync with trunk r40801

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@41117 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoAA: mac80211: sync with trunk r41113
nbd [Wed, 11 Jun 2014 12:30:50 +0000 (12:30 +0000)]
AA: mac80211: sync with trunk r41113

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@41116 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoAA: openssl: version bump to 1.0.1h
hauke [Thu, 5 Jun 2014 21:45:44 +0000 (21:45 +0000)]
AA: openssl: version bump to 1.0.1h

backport of r41026

today appeared another serious vulnerability in openssl. More info is
here http://ccsinjection.lepidum.co.jp. Users are advised to update to
openssl 1.0.1h.

Signed-off-by: Martin Strbacka <martin.strbacka@nic.cz>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@41027 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoAA: 6in4: backport r39646 and r40876 (#15054, #16617)
jow [Thu, 29 May 2014 09:42:25 +0000 (09:42 +0000)]
AA: 6in4: backport r39646 and r40876 (#15054, #16617)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@40877 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: add a ssb backport required for a new mac80211 update
nbd [Fri, 23 May 2014 20:58:43 +0000 (20:58 +0000)]
kernel: add a ssb backport required for a new mac80211 update

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r40833

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@40835 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoAA: x86: don't use /dev/vda2 for kvm guest, its not used since a long time
jow [Tue, 13 May 2014 12:55:32 +0000 (12:55 +0000)]
AA: x86: don't use /dev/vda2 for kvm guest, its not used since a long time

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@40757 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoath9k: fix some ANI related stability issues
nbd [Tue, 8 Apr 2014 22:14:51 +0000 (22:14 +0000)]
ath9k: fix some ANI related stability issues

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r40427

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@40431 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: security fix for CVE-2014-0160 - upgrade OpenSSL to version 1.0.1g
jow [Tue, 8 Apr 2014 09:04:35 +0000 (09:04 +0000)]
AA: security fix for CVE-2014-0160 - upgrade OpenSSL to version 1.0.1g

Signed-off-by: Mirko Vogt <mirko@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@40423 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomac80211: Enable kmod-rt2800-soc package for rt288x target
nbd [Tue, 1 Apr 2014 07:35:06 +0000 (07:35 +0000)]
mac80211: Enable kmod-rt2800-soc package for rt288x target

Trunk and the latest backport to Attitude Adjustment have the
kmod-rt2800-soc package hidden for the ramips_rt288x target.
This makes the dependency match the dependency given in the
TITLE field.

Signed-off-by: Claudio Leite <leitec@staticky.com>
Backport of r39976

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@40354 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: ramips: select kmod-rt2800-soc by default (#15429)
nbd [Tue, 1 Apr 2014 07:35:02 +0000 (07:35 +0000)]
AA: ramips: select kmod-rt2800-soc by default (#15429)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@40353 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoodhcp6c: fix integer overflow after 50 days
hauke [Sun, 30 Mar 2014 19:29:12 +0000 (19:29 +0000)]
odhcp6c: fix integer overflow after 50 days

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@40348 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agort2x00: remove the incompatible 20 mhz clock patch again (fixes #13532)
nbd [Wed, 19 Mar 2014 00:36:28 +0000 (00:36 +0000)]
rt2x00: remove the incompatible 20 mhz clock patch again (fixes #13532)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@39952 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: mac80211: backport package from trunk r39886
nbd [Fri, 14 Mar 2014 10:53:42 +0000 (10:53 +0000)]
AA: mac80211: backport package from trunk r39886

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@39928 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agohostapd: backport package from trunk r39765
nbd [Fri, 14 Mar 2014 10:53:39 +0000 (10:53 +0000)]
hostapd: backport package from trunk r39765

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@39927 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: merge bcma updates required for a new mac80211 update
nbd [Fri, 14 Mar 2014 10:53:36 +0000 (10:53 +0000)]
kernel: merge bcma updates required for a new mac80211 update

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@39926 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: openssl: Support multi-threaded applications
nbd [Fri, 14 Feb 2014 16:15:07 +0000 (16:15 +0000)]
AA: openssl: Support multi-threaded applications

(This is a backport of r39048 from trunk).

Allow multi-threaded applications to work properly by
removing the "no-threads" flag that is enabled by default.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@39585 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: ar71xx: fix bad RX sensitivity on newer TL-WDR4300 boards
juhosg [Tue, 28 Jan 2014 17:20:08 +0000 (17:20 +0000)]
AA: ar71xx: fix bad RX sensitivity on newer TL-WDR4300 boards

Backport of r39392.

On recent TL-WDR4300 boards the external LNAs of the 2.4GHz
interface are connected to GPIO lines. Because these GPIO
lines are disabled by default, the RX sensitivity of the
device is quite bad.

Setup the GPIOs of the external LNAs to fix the issue.

[Backport note: the 'ath79_wmac_set_ext_lna_gpio' function
is not available in AA, use the 'gpio_request_one' instead.]

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@39408 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: ath9k: add workaround for AR9331 USB host controller hang with USB1.1 devices
juhosg [Tue, 28 Jan 2014 17:20:04 +0000 (17:20 +0000)]
AA: ath9k: add workaround for AR9331 USB host controller hang with USB1.1 devices

Backport of r39212

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@39407 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: opkg: merge r39153
jow [Sat, 21 Dec 2013 13:55:57 +0000 (13:55 +0000)]
AA: opkg: merge r39153

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@39154 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: do not accept sysrq characters via serial port
nbd [Tue, 19 Nov 2013 00:09:21 +0000 (00:09 +0000)]
kernel: do not accept sysrq characters via serial port

many boards have a disconnected TTL level serial which can generate
some garbage that can lead to spurious false sysrq detects.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37210

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38863 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agouClibc: get rid of bogus unused strlcpy definition to fix build errors
nbd [Wed, 30 Oct 2013 21:47:10 +0000 (21:47 +0000)]
uClibc: get rid of bogus unused strlcpy definition to fix build errors

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38567

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38621 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agotoolchain/gdb: remove use of extern inline to fix build errors
nbd [Wed, 30 Oct 2013 21:47:09 +0000 (21:47 +0000)]
toolchain/gdb: remove use of extern inline to fix build errors

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38566

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38620 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: tools/cmake: update to latest version from trunk to fix build errors
nbd [Wed, 30 Oct 2013 21:47:08 +0000 (21:47 +0000)]
AA: tools/cmake: update to latest version from trunk to fix build errors

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38619 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomtd-utils: get rid of extern inline to fix build errors
nbd [Wed, 30 Oct 2013 21:47:07 +0000 (21:47 +0000)]
mtd-utils: get rid of extern inline to fix build errors

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38565

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38618 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoe2fsprogs: update to 1.42.8, fixes a build error
nbd [Wed, 30 Oct 2013 21:47:06 +0000 (21:47 +0000)]
e2fsprogs: update to 1.42.8, fixes a build error

Includes previous changes from trunk

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38564

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38617 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agosquashfs: make inline functions static to fix build errors
nbd [Wed, 30 Oct 2013 21:47:05 +0000 (21:47 +0000)]
squashfs: make inline functions static to fix build errors

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38563

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38616 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agosquashfs4: make inline functions static to fix build errors
nbd [Wed, 30 Oct 2013 21:47:04 +0000 (21:47 +0000)]
squashfs4: make inline functions static to fix build errors

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38562

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38615 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopkg-config: update to latest version, fix build on Mac OS X 10.9
nbd [Wed, 30 Oct 2013 21:47:02 +0000 (21:47 +0000)]
pkg-config: update to latest version, fix build on Mac OS X 10.9

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38561

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38614 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobuild: fix build on Mac OS X 10.9
nbd [Wed, 30 Oct 2013 21:47:01 +0000 (21:47 +0000)]
build: fix build on Mac OS X 10.9

Add a wrapper around the clang gcc emulation to fix -print-file-name=<lib>

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38560

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38613 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: scripts/config: fix path to host compiler
nbd [Wed, 30 Oct 2013 21:47:00 +0000 (21:47 +0000)]
AA: scripts/config: fix path to host compiler

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38612 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: scripts/config: fix inline handling for kconf_id_lookup()
nbd [Wed, 30 Oct 2013 21:46:58 +0000 (21:46 +0000)]
AA: scripts/config: fix inline handling for kconf_id_lookup()

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38611 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolibubox: update to latest version, fixes ustream reuse and a few other minor issues
nbd [Sat, 19 Oct 2013 16:25:40 +0000 (16:25 +0000)]
libubox: update to latest version, fixes ustream reuse and a few other minor issues

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38461

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38462 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: rt2800usb: merge a fix to slow down tx status polling (#13523)
nbd [Fri, 18 Oct 2013 13:41:18 +0000 (13:41 +0000)]
AA: rt2800usb: merge a fix to slow down tx status polling (#13523)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38452

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38455 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agort2x00: fix rf id for rt3352 (#14322)
nbd [Mon, 14 Oct 2013 19:46:22 +0000 (19:46 +0000)]
rt2x00: fix rf id for rt3352 (#14322)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38399

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38401 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: ath5k: fix tx status processing errors (causing packet loss and throughput issues)
nbd [Mon, 14 Oct 2013 19:22:45 +0000 (19:22 +0000)]
AA: ath5k: fix tx status processing errors (causing packet loss and throughput issues)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38396

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38397 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: mac80211: rtlwifi: Align private space in rtl_priv struct
hauke [Wed, 9 Oct 2013 09:14:46 +0000 (09:14 +0000)]
AA: mac80211: rtlwifi: Align private space in rtl_priv struct

Backport of r38346

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38347 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoath9k: fix tx queueing issues after background scans
nbd [Sat, 5 Oct 2013 12:12:57 +0000 (12:12 +0000)]
ath9k: fix tx queueing issues after background scans

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38304

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38305 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: odhcp6c: validate hop-limit on RAs
cyrus [Wed, 2 Oct 2013 14:17:00 +0000 (14:17 +0000)]
AA: odhcp6c: validate hop-limit on RAs

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38286 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoscripts/gen-dependencies.sh: use the cross readelf (#12940)
nbd [Sun, 29 Sep 2013 20:12:27 +0000 (20:12 +0000)]
scripts/gen-dependencies.sh: use the cross readelf (#12940)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38259

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38260 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomac80211: add AP inactivity handling / probing fixes to improve stability
nbd [Sun, 29 Sep 2013 19:43:49 +0000 (19:43 +0000)]
mac80211: add AP inactivity handling / probing fixes to improve stability

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38257

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38258 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomac80211: really fix the long standing wds ap tx power regression (#14153)
nbd [Sun, 29 Sep 2013 12:54:03 +0000 (12:54 +0000)]
mac80211: really fix the long standing wds ap tx power regression (#14153)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38255

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38256 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: odhcp6c: handle NoAddrsAvail IA-status
cyrus [Sat, 21 Sep 2013 10:57:00 +0000 (10:57 +0000)]
AA: odhcp6c: handle NoAddrsAvail IA-status

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38093 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: odhcp6c: Restart when server returns IAID error
cyrus [Wed, 18 Sep 2013 10:28:07 +0000 (10:28 +0000)]
AA: odhcp6c: Restart when server returns IAID error

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38033 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomac80211: drop spoofed packets in ad-hoc mode (fixes #12427)
nbd [Tue, 17 Sep 2013 09:19:39 +0000 (09:19 +0000)]
mac80211: drop spoofed packets in ad-hoc mode (fixes #12427)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38013

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38014 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: ar71xx: TP-LINK also has a family TL-WDR
juhosg [Tue, 17 Sep 2013 07:12:31 +0000 (07:12 +0000)]
AA: ar71xx: TP-LINK also has a family TL-WDR

Backport of r34577.

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38012 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: kernel: kmod-firewire: fix dependencies
hauke [Sun, 15 Sep 2013 20:53:02 +0000 (20:53 +0000)]
AA: kernel: kmod-firewire: fix dependencies

Backport of r37902

This fixes the following error:
firewire_core: Unknown symbol crc_itu_t (err 0)

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38003 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoiwinfo: when using nl80211, parse interface combinations instead of creating/deleting...
nbd [Sat, 14 Sep 2013 14:47:26 +0000 (14:47 +0000)]
iwinfo: when using nl80211, parse interface combinations instead of creating/deleting interfaces

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37983

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37984 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: odhcp6c: work around buggy server timeouts
cyrus [Thu, 12 Sep 2013 12:58:34 +0000 (12:58 +0000)]
AA: odhcp6c: work around buggy server timeouts

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37952 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agort2x00: merge an rt2800 initialization order fix
nbd [Tue, 10 Sep 2013 10:11:28 +0000 (10:11 +0000)]
rt2x00: merge an rt2800 initialization order fix

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37922

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37923 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: ath9k: remove most of the tx queueing rework until it has been fully debugged
nbd [Mon, 9 Sep 2013 12:37:56 +0000 (12:37 +0000)]
AA: ath9k: remove most of the tx queueing rework until it has been fully debugged

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37920 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: odhcp6c: more compatibility fixes
cyrus [Thu, 5 Sep 2013 21:15:13 +0000 (21:15 +0000)]
AA: odhcp6c: more compatibility fixes

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37908 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobusybox: enable readlink by default, it is used by various scripts
nbd [Thu, 5 Sep 2013 09:44:20 +0000 (09:44 +0000)]
busybox: enable readlink by default, it is used by various scripts

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37896 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agonetfilter: fix typo
acinonyx [Sun, 25 Aug 2013 19:02:22 +0000 (19:02 +0000)]
netfilter: fix typo

Backport of r37821

Signed-off-by: Luka Perkov <luka@openwrt.org>
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37838 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: allow __netdev_alloc_skb_ip_align to be called with dev = NULL
nbd [Tue, 13 Aug 2013 23:00:30 +0000 (23:00 +0000)]
kernel: allow __netdev_alloc_skb_ip_align to be called with dev = NULL

Backport of r36378

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37768 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoath9k: fix an rx descriptor processing race condition
nbd [Sat, 10 Aug 2013 14:04:15 +0000 (14:04 +0000)]
ath9k: fix an rx descriptor processing race condition

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37746

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37747 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: ubus: sync with latest trunk version (as of r37740)
nbd [Thu, 8 Aug 2013 20:47:38 +0000 (20:47 +0000)]
AA: ubus: sync with latest trunk version (as of r37740)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37743 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: ath9k: add an updated version of the tx queueing rework, refresh patches
nbd [Tue, 6 Aug 2013 16:45:25 +0000 (16:45 +0000)]
AA: ath9k: add an updated version of the tx queueing rework, refresh patches

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37729 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomac80211: backport a few upstream fixes
nbd [Tue, 6 Aug 2013 16:45:22 +0000 (16:45 +0000)]
mac80211: backport a few upstream fixes

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37653

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37728 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolibubox: update to the latest version, fixes a fd deletion race condition in uloop
nbd [Wed, 31 Jul 2013 22:07:43 +0000 (22:07 +0000)]
libubox: update to the latest version, fixes a fd deletion race condition in uloop

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37629

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37630 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: ath9k: remove some newer patches until they are fully debugged/fixed
nbd [Mon, 29 Jul 2013 18:45:47 +0000 (18:45 +0000)]
AA: ath9k: remove some newer patches until they are fully debugged/fixed

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37615 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolibubox: update to latest version
nbd [Mon, 29 Jul 2013 12:52:15 +0000 (12:52 +0000)]
libubox: update to latest version

Backport of r37604

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37605 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: eglibc: sync with trunk, delete old versions
nbd [Mon, 29 Jul 2013 07:22:31 +0000 (07:22 +0000)]
AA: eglibc: sync with trunk, delete old versions

Fixes build errors in the RPC code and adds parallel build support

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37596 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: 6relayd: Overridden DNS should affect DHCPv6
cyrus [Fri, 26 Jul 2013 12:01:00 +0000 (12:01 +0000)]
AA: 6relayd: Overridden DNS should affect DHCPv6

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37559 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoath9k: add initial tx queueing rework patches
nbd [Thu, 25 Jul 2013 18:32:13 +0000 (18:32 +0000)]
ath9k: add initial tx queueing rework patches

This forces all packets (even for un-aggregated traffic) through
software queues to improve fairness and stability

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37483

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37533 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoath5k: fix AHB support dependency (#13896)
nbd [Wed, 17 Jul 2013 13:59:05 +0000 (13:59 +0000)]
ath5k: fix AHB support dependency (#13896)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37377

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37378 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: netifd: Fix IPv6-prefix assignment with continuous hints
cyrus [Tue, 16 Jul 2013 12:08:43 +0000 (12:08 +0000)]
AA: netifd: Fix IPv6-prefix assignment with continuous hints

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37373 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: 6relayd: Fix DHCPv6-PD with continuous hints
cyrus [Tue, 16 Jul 2013 12:08:38 +0000 (12:08 +0000)]
AA: 6relayd: Fix DHCPv6-PD with continuous hints

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37372 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: mac80211: delete the rt2x00 clk patch again
nbd [Tue, 16 Jul 2013 07:17:33 +0000 (07:17 +0000)]
AA: mac80211: delete the rt2x00 clk patch again

It is only required for newer kernels

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37365 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: base-files: merge r37345
jow [Mon, 15 Jul 2013 13:50:32 +0000 (13:50 +0000)]
AA: base-files: merge r37345

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37346 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomac80211: fix a crash in legacy minstrel when no STA exists
nbd [Mon, 15 Jul 2013 12:36:00 +0000 (12:36 +0000)]
mac80211: fix a crash in legacy minstrel when no STA exists

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37342

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37343 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: update ralink wlan firmware hotplug script for new eeprom size
nbd [Mon, 15 Jul 2013 11:06:41 +0000 (11:06 +0000)]
lantiq: update ralink wlan firmware hotplug script for new eeprom size

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37334

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37335 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoramips: update wlan firmware hotplug script for new eeprom size
nbd [Mon, 15 Jul 2013 11:04:21 +0000 (11:04 +0000)]
ramips: update wlan firmware hotplug script for new eeprom size

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37112

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37333 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: brcm47xx: prevent the switch from leaking packages between lan and wan.
hauke [Sun, 14 Jul 2013 14:49:07 +0000 (14:49 +0000)]
AA: brcm47xx: prevent the switch from leaking packages between lan and wan.

This is partly a backport of r37286, this closes #13716

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37309 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: mac80211: b43: load b43 on core rev 17 and 18.
hauke [Sun, 14 Jul 2013 14:24:06 +0000 (14:24 +0000)]
AA: mac80211: b43: load b43 on core rev 17 and 18.

This is now controlled by a module parameter and the default
configuration depends on brcmsmac being installed.
This patch causes b43 to take core rev 17 and 18 always by default.

Backport of r37307

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37308 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: mac80211: b43: activate LP-Phy support every time
hauke [Sun, 14 Jul 2013 14:14:50 +0000 (14:14 +0000)]
AA: mac80211: b43: activate LP-Phy support every time

Backport of r37305

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37306 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomac80211: tweak mac address allocation
nbd [Sat, 13 Jul 2013 11:40:48 +0000 (11:40 +0000)]
mac80211: tweak mac address allocation

Apparently there are some broken devices out there that have the local
bit already set in the factory MAC address. Move the | 0x2 over to the
other side of the xor operation to fix this without affecting devices
with proper addresses.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37269

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37270 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: acx-mac80211: make it compile with recent mac80211 again
hauke [Fri, 12 Jul 2013 13:10:43 +0000 (13:10 +0000)]
AA: acx-mac80211: make it compile with recent mac80211 again

backport of r35332, r36481 and r36976

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37267 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomac80211: backport latest version from trunk (as of r37265)
nbd [Fri, 12 Jul 2013 08:19:04 +0000 (08:19 +0000)]
mac80211: backport latest version from trunk (as of r37265)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37266 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: kernel: refresh patches
hauke [Thu, 11 Jul 2013 22:24:10 +0000 (22:24 +0000)]
AA: kernel: refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37262 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: update bcma and ssb to wireless-testing/master master-2013-07-03
hauke [Thu, 11 Jul 2013 22:20:26 +0000 (22:20 +0000)]
kernel: update bcma and ssb to wireless-testing/master master-2013-07-03

This updates 025-bcma_backport.patch and 020-ssb_update.patch to a
version of ssb and bcma used in recent wireless-testing. I removed all
patches adding serial and nand flash support before doing so to not
conflict with the existing flash support in the brcm47xx target. This
update was done to easily update the wireless drivers afterwards.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37261 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: madwifi: merge r37172
jow [Thu, 4 Jul 2013 21:26:07 +0000 (21:26 +0000)]
AA: madwifi: merge r37172

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37174 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: odhcp6c: backport r37150
cyrus [Wed, 3 Jul 2013 16:15:21 +0000 (16:15 +0000)]
AA: odhcp6c: backport r37150

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37151 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: odhcp6c: backport r37148
cyrus [Wed, 3 Jul 2013 13:51:14 +0000 (13:51 +0000)]
AA: odhcp6c: backport r37148

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37149 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolibjson-c: rename the libjson binary package to libjson-c, add a new libjson package...
nbd [Mon, 1 Jul 2013 15:37:51 +0000 (15:37 +0000)]
libjson-c: rename the libjson binary package to libjson-c, add a new libjson package with the compatibility library (to deal with the rename)

Backport of r37119

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37121 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: fix feed url
blogic [Mon, 1 Jul 2013 14:58:49 +0000 (14:58 +0000)]
AA: fix feed url

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37118 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: 12.09.01
blogic [Mon, 1 Jul 2013 09:13:56 +0000 (09:13 +0000)]
AA: 12.09.01

set repo and version to 12.09.1

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37113 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: firewall: merge r37082 (#13787)
jow [Sat, 29 Jun 2013 13:31:39 +0000 (13:31 +0000)]
AA: firewall: merge r37082 (#13787)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37083 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolibubox: update to latest version from trunk (as of r37053)
nbd [Fri, 28 Jun 2013 11:08:34 +0000 (11:08 +0000)]
libubox: update to latest version from trunk (as of r37053)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37054 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: netifd: backport r37051
cyrus [Fri, 28 Jun 2013 04:20:18 +0000 (04:20 +0000)]
AA: netifd: backport r37051

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37052 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: odhcp6c: backport r37033
cyrus [Tue, 25 Jun 2013 05:19:09 +0000 (05:19 +0000)]
AA: odhcp6c: backport r37033

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37034 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: eglibc: backport 37029
mirko [Mon, 24 Jun 2013 14:52:54 +0000 (14:52 +0000)]
AA: eglibc: backport 37029

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37030 3c298f89-4303-0410-b956-a3cf2f4a3e73