summaryrefslogtreecommitdiff
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* ltq-tapi: disable mips16 supportFelix Fietkau2014-03-111-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39875
* ltq-adsl: disable mips16 supportFelix Fietkau2014-03-111-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39874
* ltq-adsl: disable mips16 supportFelix Fietkau2014-03-111-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39873
* openvpn: make size optimization configurableFelix Fietkau2014-03-114-1/+22
| | | | | | Signed-off-by: Christoph Kottke <christoph.kottke@gmx.de> SVN-Revision: 39872
* netifd: update to latest version, includes interface handling fixes by Hans ↵Felix Fietkau2014-03-111-2/+2
| | | | | | | | Dedecker Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39870
* odhcpd/odhcp6c: fix HMAC-MD5 in DHCPv6-ReconfigureSteven Barth2014-03-112-4/+4
| | | | SVN-Revision: 39868
* ath9k: add another ANI fix for older chipsetsFelix Fietkau2014-03-101-1/+32
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39865
* iproute2: add ip-full variant to disable IP_CONFIG_TINYFelix Fietkau2014-03-091-7/+20
| | | | | | | | | This change creates a new ip-full variant for the ip package. It disables IP_CONFIG_TINY to make some iproute2 features available like xfrm, gretap, ... Signed-off-by: Thomas Wouters <thomaswouters@gmail.com> SVN-Revision: 39854
* openssl: update to 1.0.1fFelix Fietkau2014-03-097-47/+16
| | | | | | | | | | | | | This version includes this changes: Don't include gmt_unix_time in TLS server and client random values Fix for TLS record tampering bug CVE-2013-4353 Fix for TLS version checking bug CVE-2013-6449 Fix for DTLS retransmission bug CVE-2013-6450 Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 39853
* openssl: detect configuration changes and clean build tree accordingly ↵Felix Fietkau2014-03-091-0/+6
| | | | | | | | (fixes #15067) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39852
* openssl: move make depend call to Build/ConfigureFelix Fietkau2014-03-091-5/+5
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39851
* ath9k: improve ANI debugfs fileFelix Fietkau2014-03-095-9/+91
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39849
* ath9k: fix tx queue configuration for buffered multicast framesFelix Fietkau2014-03-091-0/+26
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39848
* ath9k: further reduce false baseband hang detects on older chipsFelix Fietkau2014-03-095-17/+22
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39847
* mac80211: add a few upstream fixesFelix Fietkau2014-03-094-10/+101
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39846
* 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> SVN-Revision: 39791
* odhcp6c: fix int-overflow after 50d (thx Hauke Mehrtens)Steven Barth2014-03-071-2/+2
| | | | SVN-Revision: 39785
* uboot-sunxi: bump u-boot version - update u-boot to 2014.01-rc1 - smp ↵Zoltan Herpai2014-03-056-242/+10786
| | | | | | | | | support on a20 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com> SVN-Revision: 39779
* netifd: don't incorrectly announce up-status via ubusSteven Barth2014-03-051-2/+2
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 39777
* 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 SVN-Revision: 39775
* brcm2708-gpu-fw: update to a newer versionFlorian Fainelli2014-02-281-4/+4
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 39769
* 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> SVN-Revision: 39767
* mac80211: declare missing config parameter mesh_idFelix Fietkau2014-02-281-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39766
* hostapd: fix deletion of wds sta interfaces in AP modeFelix Fietkau2014-02-281-0/+13
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39765
* ath5k: fix enabling 5/10 mhz channel bandwidth supportFelix Fietkau2014-02-271-13/+43
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39758
* netifd: Reintroduce link-layer sensing (thx Hans Decker, Karl Vogel)Steven Barth2014-02-271-2/+2
| | | | SVN-Revision: 39757
* 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 SVN-Revision: 39755
* 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> SVN-Revision: 39753
* ath9k: add fixes for rx processing and baseband hang detectionFelix Fietkau2014-02-255-7/+211
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39751
* openssl: use termios instead of termioFelix Fietkau2014-02-242-2/+13
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39748
* libnl-tiny: fix include path to poll.hFelix Fietkau2014-02-241-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39747
* hostapd: link against librt if eglibc is usedFelix Fietkau2014-02-241-0/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39741
* odhcpd: avoid the unspecificed address being advertised as DNSSteven Barth2014-02-241-2/+2
| | | | SVN-Revision: 39740
* 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. SVN-Revision: 39739
* usbreset: fix possible access to uninitialized variable (#15041)Jo-Philipp Wich2014-02-232-3/+3
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 39738
* 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> SVN-Revision: 39726
* libubox: update to latest version, improves uloop error handlingFelix Fietkau2014-02-231-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39725
* procd: depend on libubox directly to rebuild on ABI changesFelix Fietkau2014-02-231-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39724
* netifd: depend on libubox directly to rebuild on ABI changesFelix Fietkau2014-02-231-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39723
* 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> SVN-Revision: 39722
* libubox: declare main version as ABI versionFelix Fietkau2014-02-231-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39721
* netifd: update to latest version, fixes wireless device reload handlingFelix Fietkau2014-02-231-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39706
* ath5k: mark the current survey channel as being usedFelix Fietkau2014-02-221-0/+20
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39691
* ath9k: reduce unnecessary logspam (#14940)Felix Fietkau2014-02-221-0/+40
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39690
* ath9k: fix issues with 5/10 mhz channel bandwidth (#14916)Felix Fietkau2014-02-222-2/+33
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39689
* 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> SVN-Revision: 39688
* ath9k: show more reset causes in debugfsFelix Fietkau2014-02-225-8/+33
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39687
* mac80211: merge some upstream fixesFelix Fietkau2014-02-221-6/+426
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39686
* ath9k: enable u-apsd supportFelix Fietkau2014-02-225-5/+27
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39685
* ath9k: add a tx locking fixFelix Fietkau2014-02-221-0/+62
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39684