| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: reduce cpu load by optimizing aggregation session timeout handling | Felix Fietkau | 2012-03-17 | 1 | -0/+137 |
* | Update xfsprogs to 3.1.4 to 3.1.7 | Jens Muecke | 2012-03-17 | 6 | -41/+75 |
* | ath9k: remove the queue wake optimization, it may be unreliable in some cases | Felix Fietkau | 2012-03-16 | 1 | -39/+0 |
* | 6to4: set the tunnel remote endpoint to any, put the gateway in the route ins... | Felix Fietkau | 2012-03-15 | 1 | -2/+1 |
* | 6to4: add netifd support | Felix Fietkau | 2012-03-15 | 5 | -134/+411 |
* | netifd: fix ipv6 issues, add sit tunnel support | Felix Fietkau | 2012-03-15 | 1 | -2/+2 |
* | netifd: implement find_config() | Felix Fietkau | 2012-03-15 | 1 | -1/+14 |
* | openssl 1.0.0h update patch | Jo-Philipp Wich | 2012-03-13 | 4 | -15/+15 |
* | firewall: fix fw__uci_state_del() procedure (#11132) | Jo-Philipp Wich | 2012-03-13 | 2 | -3/+3 |
* | switch: the hardware must be up while configuring Since the removal of the in... | Jo-Philipp Wich | 2012-03-13 | 2 | -2/+3 |
* | uhttpd: reorder compiler flags to fix native build on Ubuntu 11.x | Jo-Philipp Wich | 2012-03-13 | 1 | -1/+1 |
* | base-files-network: configure vlan interface name type immediately before the... | Jo-Philipp Wich | 2012-03-13 | 2 | -3/+5 |
* | ath9k: optimize waking tx queues, slightly improves performance under load | Felix Fietkau | 2012-03-13 | 1 | -0/+39 |
* | base-files: remove old coldplugging hacks that are no longer necessary since ... | Felix Fietkau | 2012-03-13 | 1 | -10/+0 |
* | ath9k: remove stuck beacon detection optimization, it may be unreliable on so... | Felix Fietkau | 2012-03-13 | 2 | -130/+1 |
* | fix ipt_ttl and ipt_TTL userspace library packaging | Jo-Philipp Wich | 2012-03-12 | 1 | -0/+1 |
* | rt2x00: merge a fix for random tx stalls | Felix Fietkau | 2012-03-10 | 3 | -3/+58 |
* | mac80211: limit TID buffering to prevent out-of-memory issues on low-memory s... | Felix Fietkau | 2012-03-10 | 2 | -1/+23 |
* | ath9k: fix passing MAC time to mac80211 | Felix Fietkau | 2012-03-10 | 2 | -5/+23 |
* | ath9k: increase rx buffers for improved performance with 3x3 chipsets | Felix Fietkau | 2012-03-10 | 1 | -1/+1 |
* | ath9k: merge an ANI improvement patch, improves performance in some environments | Felix Fietkau | 2012-03-10 | 1 | -2/+235 |
* | mac80211/ath9k: some more performance improvements | Felix Fietkau | 2012-03-10 | 5 | -0/+415 |
* | mac80211: more patch reorganization, merge an upstream performance optimizati... | Felix Fietkau | 2012-03-10 | 12 | -93/+205 |
* | ath9k: merge a fix for hardware full sleep | Felix Fietkau | 2012-03-10 | 4 | -9/+28 |
* | mac80211: reorganize patches, fold in patches that were merged upstream | Felix Fietkau | 2012-03-10 | 12 | -314/+308 |
* | mac80211: add the real compat-wireless version + openwrt revision to the comp... | Felix Fietkau | 2012-03-10 | 1 | -0/+1 |
* | package/kernel: add package for the ath79 watchdog | Gabor Juhos | 2012-03-08 | 1 | -0/+17 |
* | netifd: update to latest version | Felix Fietkau | 2012-03-05 | 1 | -2/+2 |
* | package/kernel: don't allow to select NAND modules for kernels <3.0 | Gabor Juhos | 2012-03-05 | 1 | -1/+2 |
* | iwinfo: fix integer overflow in assoclist rate reporting (#11073) | Jo-Philipp Wich | 2012-03-05 | 3 | -3/+4 |
* | busybox: enable ps wide flag by default | Jo-Philipp Wich | 2012-03-04 | 2 | -3/+3 |
* | uhttpd: cope with variable number of spaces in header lines (#11079) | Jo-Philipp Wich | 2012-03-04 | 2 | -5/+8 |
* | base-files: enable conntrack accounting in sysctl. It used to be a compile ti... | Jo-Philipp Wich | 2012-03-04 | 2 | -1/+2 |
* | base-files: remove trailing whitespaces from lib/functions/boot.sh | Gabor Juhos | 2012-03-02 | 1 | -4/+4 |
* | base-files: remove trailing whitespaces from lib/functions.sh | Gabor Juhos | 2012-03-02 | 1 | -10/+10 |
* | package/kernel: package nandsim module | Gabor Juhos | 2012-03-02 | 1 | -0/+16 |
* | package/kernel: package NAND support | Gabor Juhos | 2012-03-02 | 1 | -1/+21 |
* | ath9k: fix misplaced ifdef | Felix Fietkau | 2012-03-01 | 1 | -5/+5 |
* | ath9k: disable btcoex again after it got re-enabled by the update | Felix Fietkau | 2012-03-01 | 1 | -0/+11 |
* | ath9k: disable MAC sample debugging, it is almost never used and wastes preci... | Felix Fietkau | 2012-03-01 | 7 | -17/+162 |
* | mac80211: optimize mac address comparisons to improve performance | Felix Fietkau | 2012-03-01 | 2 | -6/+538 |
* | mac80211: fix ad-hoc mode performance regression | Felix Fietkau | 2012-03-01 | 1 | -0/+11 |
* | mac80211: delete linux/eeprom_93cx6.h since the module is used from the kerne... | Felix Fietkau | 2012-02-29 | 1 | -0/+1 |
* | mac80211: remove 060-fix_compat_security.patch, it is no longer needed | Felix Fietkau | 2012-02-28 | 1 | -11/+0 |
* | netifd: update, fix some mac address handling issues | Felix Fietkau | 2012-02-27 | 1 | -2/+2 |
* | netifd: add missing do_sysctl function | Felix Fietkau | 2012-02-27 | 1 | -0/+5 |
* | iwcap: fix reversed umask | Jo-Philipp Wich | 2012-02-27 | 1 | -2/+2 |
* | add iwcap - a small radiotap capture utility for background monitoring of wir... | Jo-Philipp Wich | 2012-02-27 | 2 | -0/+632 |
* | mac80211: update to wireless-testing 2012-02-27 | Felix Fietkau | 2012-02-27 | 21 | -909/+253 |
* | ath9k: fix beacon issues on ar93xx | Felix Fietkau | 2012-02-27 | 1 | -0/+113 |