aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* ath9k: improve ANI debugfs fileFelix Fietkau2014-03-095-9/+91
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix tx queue configuration for buffered multicast framesFelix Fietkau2014-03-091-0/+26
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: further reduce false baseband hang detects on older chipsFelix Fietkau2014-03-095-17/+22
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39847 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add a few upstream fixesFelix Fietkau2014-03-094-10/+101
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39846 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, adds a bridge reload fix and fixes #15157Felix Fietkau2014-03-071-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39791 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: fix int-overflow after 50d (thx Hauke Mehrtens)Steven Barth2014-03-071-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39785 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-sunxi: bump u-boot versionZoltan HERPAI2014-03-056-242/+10786
| | | | | | | | | | | | - update u-boot to 2014.01-rc1 - smp support on a20 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39779 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: don't incorrectly announce up-status via ubusSteven Barth2014-03-051-2/+2
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39777 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: several fixesSteven Barth2014-03-051-2/+2
| | | | | | | * Reduce RA/DHCPv6 spam filter to 30s by default and make it configurable * Don't set nd_ra_{reachable,retransmit] to 0 when received in RAs git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39775 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm2708-gpu-fw: update to a newer versionFlorian Fainelli2014-02-281-4/+4
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39769 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: improve noise immunity behavior for older chipsets (ar92xx and ↵Felix Fietkau2014-02-282-1/+117
| | | | | | | | earlier), should improve stability Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: declare missing config parameter mesh_idFelix Fietkau2014-02-281-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39766 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix deletion of wds sta interfaces in AP modeFelix Fietkau2014-02-281-0/+13
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39765 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: fix enabling 5/10 mhz channel bandwidth supportFelix Fietkau2014-02-271-13/+43
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39758 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: Reintroduce link-layer sensing (thx Hans Decker, Karl Vogel)Steven Barth2014-02-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39757 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: don't always assume addrs & routes are appliedSteven Barth2014-02-261-2/+2
| | | | | | | netifd didn't check the netlink return values and kept assuming routes are in place even if they weren't git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39755 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-diag: fix compileHauke Mehrtens2014-02-251-1/+1
| | | | | | | | | BCM47XX_BOARD_LINKSYS_WRT54G was renamed in r39718 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add fixes for rx processing and baseband hang detectionFelix Fietkau2014-02-255-7/+211
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39751 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: use termios instead of termioFelix Fietkau2014-02-242-2/+13
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39748 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libnl-tiny: fix include path to poll.hFelix Fietkau2014-02-241-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: link against librt if eglibc is usedFelix Fietkau2014-02-241-0/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39741 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcpd: avoid the unspecificed address being advertised as DNSSteven Barth2014-02-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39740 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcpd: fix DNS-server and MSR-entries in RASteven Barth2014-02-241-2/+2
| | | | | | | Similarly to the previously broken address pools, DNS-servers and some MSRs could be advertised incorrectly as well. This is now fixed. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39739 3c298f89-4303-0410-b956-a3cf2f4a3e73
* usbreset: fix possible access to uninitialized variable (#15041)Jo-Philipp Wich2014-02-232-3/+3
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to latest version, fixes lua binding issues and adds fd passing ↵Felix Fietkau2014-02-231-2/+2
| | | | | | | | support Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39726 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: update to latest version, improves uloop error handlingFelix Fietkau2014-02-231-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39725 3c298f89-4303-0410-b956-a3cf2f4a3e73
* procd: depend on libubox directly to rebuild on ABI changesFelix Fietkau2014-02-231-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39724 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: depend on libubox directly to rebuild on ABI changesFelix Fietkau2014-02-231-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: declare main version as ABI version for libubusFelix Fietkau2014-02-231-3/+3
| | | | | | | | | Reorder BuildPackage calls, as libubox needs to come first for ABI version handling to work Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39722 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: declare main version as ABI versionFelix Fietkau2014-02-231-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39721 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes wireless device reload handlingFelix Fietkau2014-02-231-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39706 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: mark the current survey channel as being usedFelix Fietkau2014-02-221-0/+20
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39691 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: reduce unnecessary logspam (#14940)Felix Fietkau2014-02-221-0/+40
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix issues with 5/10 mhz channel bandwidth (#14916)Felix Fietkau2014-02-222-2/+33
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39689 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix issues that have been plaguing some powersave clients since the ↵Felix Fietkau2014-02-221-0/+35
| | | | | | | | tx queueing rework (#14092) Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39688 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: show more reset causes in debugfsFelix Fietkau2014-02-225-8/+33
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39687 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: merge some upstream fixesFelix Fietkau2014-02-221-6/+426
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39686 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: enable u-apsd supportFelix Fietkau2014-02-225-5/+27
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39685 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a tx locking fixFelix Fietkau2014-02-221-0/+62
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add missing depends on kmod-miiHauke Mehrtens2014-02-212-19/+14
| | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39670 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec-tools: disable lzma supportHauke Mehrtens2014-02-211-1/+2
| | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39652 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcpd: fix wrong address pool being advertisedSteven Barth2014-02-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39651 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [base-files]: the root password should be empty for real, like beforeImre Kaloz2014-02-211-1/+1
| | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39650 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall: fix validation constraintsJo-Philipp Wich2014-02-211-8/+8
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39649 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: fix validation constraintsJo-Philipp Wich2014-02-211-15/+15
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39648 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall: fix several ipset integration issues (#15016)Jo-Philipp Wich2014-02-201-3/+3
| | | | | | | | | | | - Do not consider bitmap storage for IPv6 family sets - Move ipset family parameter before any additional option - Only emit family parameter for hash sets - Do not allow IPv6 iprange for IPv4 sets and vice versa Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39647 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6in4: add support for he.net updatekeySteven Barth2014-02-202-4/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39646 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: disable libertas-sd on uml targetNicolas Thill2014-02-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39630 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-envtools: pass target cflagsNicolas Thill2014-02-182-1/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: readd userclass and vendorclassSteven Barth2014-02-181-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39628 3c298f89-4303-0410-b956-a3cf2f4a3e73