summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: improve minstrel_ht performance by reducing the impact of slow samp...Felix Fietkau2010-03-071-6/+14
* correct the MDIO base address and reset sequence for Titan (#6573)Florian Fainelli2010-03-072-27/+85
* add one more acx-mac80211 patch to finally allow its building on ar7Florian Fainelli2010-03-071-0/+13
* mac80211: simplify minstrel_ht code, rewrite packet sampling algorithm for im...Felix Fietkau2010-03-071-126/+107
* mac80211: increase minstrel_ht precision by properly using a-mpdu frame statsFelix Fietkau2010-03-071-5/+4
* mac80211: implement .rate_update in minstrel_htFelix Fietkau2010-03-071-23/+45
* mac80211: update to wireless-testing 2010-03-03Felix Fietkau2010-03-0713-119/+11
* uClibc: enhance debug support (closes: #6118)Nicolas Thill2010-03-074-5/+22
* uClibc: revert to old linuxthreads implementation on x86 (like all others arc...Nicolas Thill2010-03-074-8/+0
* ar71xx: add preliminary support for the RouterBOARD 750Gabor Juhos2010-03-078-0/+53
* ar71xx: make the rb4xx nand driver depends on AR71XX_MACH_RB4XXGabor Juhos2010-03-072-2/+2
* ar71xx: rename mach-rb-4xx.c to mach-rb4xx.c, and change Kconfig symbolGabor Juhos2010-03-075-4/+4
* siit: oops, 'make M=... modules' is 2.6 only, use SUBDIRS=... insteadNicolas Thill2010-03-071-1/+1
* siit: use $(KERNEL_MAKEOPTS)Nicolas Thill2010-03-071-7/+3
* siit: remove obsolete dep (builds fine on 2.6.31 since r18191)Nicolas Thill2010-03-071-1/+1
* let 802.1q tagged frames go in and out from cpmac (#6730)Florian Fainelli2010-03-062-0/+22
* fallback to "dumb switch" mode if no PHY was detectedFlorian Fainelli2010-03-061-0/+16
* fix cpmac panics with 2.6.32 (#6764)Florian Fainelli2010-03-061-0/+15
* add some missing patches to acx-mac80211 it now builds the pci module as wellFlorian Fainelli2010-03-062-0/+62
* gcc: only enable/disable TLS support in final stage (closes: #6788)Nicolas Thill2010-03-061-5/+8
* move netdev_ops conversion, previous hunk was not correctFlorian Fainelli2010-03-061-7/+17
* update acx-mac80211 to a newer snapshot and fix its compilation wrt new inclu...Florian Fainelli2010-03-068-371/+176
* migrate acx to netdev_ops, required for later kernelsFlorian Fainelli2010-03-061-0/+41
* mac80211: enable debugfs support by default - having access to the rate contr...Felix Fietkau2010-03-061-0/+1
* fix missing symbols for kernel 2.6.33, closes #6803 thanks MaddesTravis Kemen2010-03-051-0/+24
* fix missing symbols for kernel 2.6.32, closes #6802 thanks MaddesTravis Kemen2010-03-051-0/+3
* add missing symbolTravis Kemen2010-03-051-0/+1
* ar71xx: don't init PCI irqs on the AR7240 if the PCIe subsystem are in resetGabor Juhos2010-03-051-0/+7
* ar71xx: fix sysupgrade on the WRT400N (thanks to chuljin)Gabor Juhos2010-03-051-1/+1
* ar71xx: fix status led detection on the RB4xx boardsGabor Juhos2010-03-052-4/+16
* ar71xx: ag71xx: move calling ag71xx_phy_stop out from spinlockGabor Juhos2010-03-051-3/+3
* ar71xx: ag71xx: move link update functionGabor Juhos2010-03-053-104/+105
* ar71xx: ag71xx: don't use dev->trans_startGabor Juhos2010-03-052-3/+1
* ar71xx: ag71xx: use dma_unmap_single to unmap framesGabor Juhos2010-03-052-5/+14
* this patch fixes package/Makefile.Travis Kemen2010-03-051-2/+4
* this patch fixes uboot-envtools so that it is no longer broken.Travis Kemen2010-03-053-17/+132
* there are quite a lot of package using ln -sf in their Makefile, so this patc...Travis Kemen2010-03-051-1/+2
* this patch uses PKG_INSTALL:=1 and simplifies the Makefile, separates the men...Travis Kemen2010-03-051-33/+21
* The attached patch replaces $(1) install by $(if $(1), $(1), install) in the ...Travis Kemen2010-03-051-1/+1
* this patch fixes toolchain parallel build, which reduces build time.Travis Kemen2010-03-052-3/+3
* this patch simplifies the Makefile by using PKG_INSTALL:=1 and fixes parallel...Travis Kemen2010-03-051-25/+22
* this patch simplifies the Makefile by using PKG_INSTALL:=1, and it also fixes...Travis Kemen2010-03-051-29/+23
* remove bison requirement (see [10398] & [14900])Nicolas Thill2010-03-051-1/+1
* Add support for the n516Lars-Peter Clausen2010-03-0511-3/+2467
* Add subtarget for each deviceLars-Peter Clausen2010-03-057-23/+57
* image.mk: Adjust ubifs build behaviour to that of others image typesLars-Peter Clausen2010-03-051-1/+2
* jz4740 pm: Fix gpio suspend/resume. Turn pll off while in suspend and gate cl...Lars-Peter Clausen2010-03-056-20/+52
* gpio.h: Add proper parenthesis to JZ_GPIO_PORTX macrosLars-Peter Clausen2010-03-051-4/+4
* jz4740_fb: Add support for parallel displays, improve power consumption and s...Lars-Peter Clausen2010-03-053-106/+295
* include kernel-defaults.mk and use $(KERNEL_MAKEOPTS)Nicolas Thill2010-03-051-7/+3