summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* mac80211: decrease the minstrel_ht sampling interval for faster rate adaptionFelix Fietkau2010-10-202-1/+13
| | | | SVN-Revision: 23555
* mac80211: improve minstrel_ht performance by ensuring that rates get sampled ↵Felix Fietkau2010-10-201-0/+31
| | | | | | fast enough SVN-Revision: 23554
* ath9k: fix a small bug in the handling of a few tx descriptor flagsFelix Fietkau2010-10-201-0/+25
| | | | SVN-Revision: 23553
* br2684ctl: rework init script - use common defaults for unit and atmdev - ↵Jo-Philipp Wich2010-10-202-19/+44
| | | | | | add a more reliable stop routine - localize variables SVN-Revision: 23552
* pppd: use "atmdev" option to select the DSL adapter, this aligns it with ↵Jo-Philipp Wich2010-10-202-4/+4
| | | | | | br2684ctl and solves #8108 SVN-Revision: 23551
* ath9k: fix a crash that happens when survey stats are accessed before the ↵Felix Fietkau2010-10-201-0/+12
| | | | | | interface is brought up for the first time SVN-Revision: 23549
* ath9k: use the maximum rate power for the channel txpower limitsFelix Fietkau2010-10-201-24/+72
| | | | SVN-Revision: 23543
* ath9k: add a locking fix that might prevent random memory corruption during ↵Felix Fietkau2010-10-201-0/+237
| | | | | | hardware resets SVN-Revision: 23542
* ath9k: fix tx power displayFelix Fietkau2010-10-203-0/+412
| | | | SVN-Revision: 23541
* mac80211: update to wireless-testing 2010-10-19Felix Fietkau2010-10-1922-1751/+10
| | | | SVN-Revision: 23540
* ath9k: make the regulatory override less intrusive - allow it to parse CTLsFelix Fietkau2010-10-191-57/+35
| | | | SVN-Revision: 23539
* Merge branch 'master' of git://nbd.name/openwrtFlorian Fainelli2010-10-191-0/+41
| | | | | | | | Conflicts: package/opkg/patches/009-remove-upgrade-all.patch SVN-Revision: 23532
* ppp: honour option auto in atm hotplugJo-Philipp Wich2010-10-191-1/+4
| | | | SVN-Revision: 23531
* ppp: - implement coldplugging for pppoa interfaces - honour device option to ↵Jo-Philipp Wich2010-10-192-5/+7
| | | | | | select the DSL adapter - don't set any default mtu, rely on pppd to negotiate it - bump pkg revision SVN-Revision: 23530
* 6in4: - add log entries for update operations - always update tunnel, even ↵Jo-Philipp Wich2010-10-192-5/+18
| | | | | | if wan ip is unchanged - use multiple wget tries before giving up, resolv.conf might not be ready when ifup is triggered SVN-Revision: 23528
* mountd: Rename uci_add_history to uci_add_delta (#8084)Vasilis Tsiligiannis2010-10-162-1/+28
| | | | SVN-Revision: 23474
* mac80211: update to wireless-testing 2010-10-15, add a few ath9k fixes and ↵Felix Fietkau2010-10-1631-1002/+1624
| | | | | | performance enhancements SVN-Revision: 23470
* package/busybox: update to busybox-1.17.3Alexandros C. Couloumbis2010-10-144-628/+2
| | | | SVN-Revision: 23435
* libnl-tiny: fix a compiler warning that shows up with -pedanticFelix Fietkau2010-10-141-2/+6
| | | | SVN-Revision: 23431
* uci: update to 2010-09-28Felix Fietkau2010-10-142-6/+6
| | | | SVN-Revision: 23430
* wifi: change the default channel from 5 to 11, 5 was a really bad choiceFelix Fietkau2010-10-133-3/+3
| | | | SVN-Revision: 23423
* ath9k: fix a few ani issuesFelix Fietkau2010-10-123-0/+75
| | | | SVN-Revision: 23412
* ath9k: fix channel time updates when the interface is idleFelix Fietkau2010-10-121-0/+54
| | | | SVN-Revision: 23410
* mac80211: fix a crash in the netlink backportFelix Fietkau2010-10-121-0/+12
| | | | SVN-Revision: 23409
* mac80211: kmod-p54-common needs crc-ccitt, patch by loswillosJo-Philipp Wich2010-10-101-1/+1
| | | | SVN-Revision: 23384
* kernel: underscores in package names are bad, rename kmod-crypto-mv_cesa to ↵Jo-Philipp Wich2010-10-101-2/+2
| | | | | | kmod-crypto-mv-cesa SVN-Revision: 23383
* ath9k: fix counter overflow in survey channel time stats for the operating ↵Felix Fietkau2010-10-101-15/+33
| | | | | | channel SVN-Revision: 23381
* mac80211: update to a newer compat-wireless which fixes rt2800pci compile ↵Felix Fietkau2010-10-104-319/+3
| | | | | | issues on 2.6.32 and below SVN-Revision: 23374
* gdb: Enable parallel buildMichael Büsch2010-10-091-1/+3
| | | | SVN-Revision: 23373
* iptables: don't use /bin/bash in autogen.sh, breaks FreeBSD. Also move ↵Jo-Philipp Wich2010-10-092-2/+18
| | | | | | autogen.sh invocation to Build/Configure SVN-Revision: 23369
* mac80211: don't use /usr/bin/bash in support scripts, breaks FreeBSDJo-Philipp Wich2010-10-091-0/+189
| | | | SVN-Revision: 23367
* iw: add support for the new survey dataFelix Fietkau2010-10-093-11/+152
| | | | SVN-Revision: 23351
* ath9k: implement extended channel utilization statistics via surveyFelix Fietkau2010-10-097-0/+935
| | | | SVN-Revision: 23350
* ath9k: add a fix for an aggregation delimiter size rounding errorFelix Fietkau2010-10-091-0/+13
| | | | SVN-Revision: 23349
* mac80211: fix netlink backport for 2.6.31 and belowFelix Fietkau2010-10-091-1/+94
| | | | SVN-Revision: 23348
* package/kernel: fix Kconfig symbol name for OV511 video driver (closes: #8017)Nicolas Thill2010-10-081-1/+1
| | | | SVN-Revision: 23345
* firewall: insert SNAT and DNAT rules according to the order of the ↵Jo-Philipp Wich2010-10-083-3/+6
| | | | | | configuration file (#8052) SVN-Revision: 23318
* Add support for nokia n810 soundMichael Büsch2010-10-071-0/+41
| | | | SVN-Revision: 23303
* block-mount: fix fstab.init for IB and buildrootJo-Philipp Wich2010-10-071-2/+5
| | | | SVN-Revision: 23296
* mac80211: update to wireless-testing 2010-10-06Felix Fietkau2010-10-0727-1476/+245
| | | | SVN-Revision: 23294
* lua: switch to double precision for floatsJo-Philipp Wich2010-10-073-1/+23
| | | | SVN-Revision: 23284
* kmod-sound-i8x0 missing dependencies kmod-sound-i8x0 fails to include the ↵Jo-Philipp Wich2010-10-071-2/+4
| | | | | | ac97 modules and misspells the module name in AutoLoad. SVN-Revision: 23283
* base-files: add udhcpc vendorid option (#7744)Jo-Philipp Wich2010-10-062-2/+4
| | | | SVN-Revision: 23279
* dnsmasq: remove a useless subshell invocation from the init scriptJo-Philipp Wich2010-10-061-1/+1
| | | | SVN-Revision: 23272
* dnsmasq: allow 127.0.0.1/8 upstream DNS responses by default, resolves ↵Jo-Philipp Wich2010-10-062-2/+2
| | | | | | issues with Netflix and other services SVN-Revision: 23270
* base-files: mark /etc/sysupgrade.conf as conffileJo-Philipp Wich2010-10-051-0/+1
| | | | SVN-Revision: 23264
* uhttpd: revert unrelated change in previous commitJo-Philipp Wich2010-10-051-3/+1
| | | | SVN-Revision: 23261
* uhttpd: add /etc/uhttpd.key and /etc/uhttpd.crt to conffile hintsJo-Philipp Wich2010-10-052-1/+5
| | | | SVN-Revision: 23260
* ppp: utilize the new keepfiles facility to backup the whole radius directoryJo-Philipp Wich2010-10-051-4/+1
| | | | SVN-Revision: 23259
* base-files: - add sysupgrade support for keepfile hints * introduces ↵Jo-Philipp Wich2010-10-054-3/+21
| | | | | | /lib/upgrade/keep.d/ for per-package keepfile lists * introduces /etc/sysupgrade.conf for user defined keepfile hints - prime /lib/upgrade/keep.d/base-files-essential to keep sysupgrade usable for images without opkg - change sysupgrade to build the keepfile list from /lib/upgrade/keep.d/, /etc/sysupgrade.conf and opkg list-changed-conffiles SVN-Revision: 23258