aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix a compiler warning in the Sidewinder board specific codeGabor Juhos2008-04-223-6/+6
| | | | SVN-Revision: 10911
* move hotplug2 & udevtrigger to base sectionNicolas Thill2008-04-212-2/+4
| | | | SVN-Revision: 10910
* uClibc should actually support va_copyNicolas Thill2008-04-211-1/+1
| | | | SVN-Revision: 10906
* assign names to filesystems when mounting virtual ones (closes #3340)Matteo Croce2008-04-211-5/+5
| | | | SVN-Revision: 10903
* update config filesImre Kaloz2008-04-212-0/+35
| | | | SVN-Revision: 10901
* add some more fine tuning for madwifiFelix Fietkau2008-04-211-0/+43
| | | | SVN-Revision: 10900
* madwifi: add configurable rssi threshold and timeout values for protection ↵Felix Fietkau2008-04-211-0/+139
| | | | | | mode the 11b protection mode can harm throughput a lot, so let's make sure that it is only active as long as it needs to be. SVN-Revision: 10899
* reorder patchesFelix Fietkau2008-04-214-0/+0
| | | | SVN-Revision: 10898
* madwifi: remove the minstrel_mrr hack and add two patches that massively ↵Felix Fietkau2008-04-213-22/+89
| | | | | | improve minstrel's performance and response time SVN-Revision: 10897
* cpmac fix (closes #3124)Matteo Croce2008-04-211-0/+14
| | | | SVN-Revision: 10896
* fix a some txq races (merge from madwifi-trunk)Felix Fietkau2008-04-201-0/+38
| | | | SVN-Revision: 10895
* add missing kmod-hid module (thx, fish)Felix Fietkau2008-04-202-1/+17
| | | | SVN-Revision: 10894
* remove unneeded patchImre Kaloz2008-04-201-35/+0
| | | | SVN-Revision: 10892
* add ixp4xx 2.6.25 patchsetImre Kaloz2008-04-2032-0/+8815
| | | | SVN-Revision: 10891
* disable IMQ on 2.6.25 until we have a new patchImre Kaloz2008-04-201-0/+1790
| | | | SVN-Revision: 10890
* fix mini_fo compile -- still oopses on bootImre Kaloz2008-04-201-12/+12
| | | | SVN-Revision: 10889
* fix gpio on rb532 - fixes the cf driverFelix Fietkau2008-04-201-3/+3
| | | | SVN-Revision: 10888
* fix patchImre Kaloz2008-04-201-462/+0
| | | | SVN-Revision: 10887
* build the kmod-video-quickcam module only if it was selectedNicolas Thill2008-04-201-1/+11
| | | | SVN-Revision: 10881
* don't build acx* kernel modules on UMLNicolas Thill2008-04-202-2/+2
| | | | SVN-Revision: 10880
* add a gpio feature for devices supporting the generic GPIO interfaceNicolas Thill2008-04-203-0/+7
| | | | SVN-Revision: 10879
* remove the clz function, use fls insteadGabor Juhos2008-04-202-24/+2
| | | | SVN-Revision: 10878
* make use of the marvell switch in the atheros portFelix Fietkau2008-04-202-3/+6
| | | | SVN-Revision: 10877
* Add support for the ultra-crappy Marvell 88E6060, which is used in Fonera+ ↵Felix Fietkau2008-04-207-0/+648
| | | | | | and the upcoming Fonera 2.0 SVN-Revision: 10876
* remove strange direct usage of dev->priv as wellGabor Juhos2008-04-201-1/+1
| | | | SVN-Revision: 10875
* use the netdev_priv() macro instead of directly accessing dev->privGabor Juhos2008-04-201-28/+26
| | | | SVN-Revision: 10874
* use stats from net_device structureGabor Juhos2008-04-202-30/+20
| | | | SVN-Revision: 10873
* nuke trailing whitespacesGabor Juhos2008-04-2013-118/+118
| | | | SVN-Revision: 10872
* make use of the adm6996 switch for atheros devices that support it ↵Felix Fietkau2008-04-202-1/+22
| | | | | | (autodetected at boot time) SVN-Revision: 10871
* remove some redundant codeFelix Fietkau2008-04-202-53/+17
| | | | SVN-Revision: 10870
* Add stub driver for ADM6996F switches (configured through MII) The driver ↵Felix Fietkau2008-04-206-0/+333
| | | | | | currently uses a hardcoded VLAN mapping and has no configuration yet Tested on Accton MR3202a SVN-Revision: 10869
* we can't handle the switch on the GW2345 yet, but we cna support the GW2355Imre Kaloz2008-04-191-5/+5
| | | | SVN-Revision: 10868
* rename patch to make it clear what it isImre Kaloz2008-04-191-0/+0
| | | | SVN-Revision: 10867
* avila: add model detection, refresh patches. Kaloz: thank you for the ↵Gabor Juhos2008-04-194-98/+191
| | | | | | review, comments, suggestions :P SVN-Revision: 10866
* add proper 2.6.25 supportImre Kaloz2008-04-1952-0/+134105
| | | | SVN-Revision: 10865
* fix swap{on,off} pathMatteo Croce2008-04-191-4/+4
| | | | SVN-Revision: 10863
* rename the bootloader image to standard name "otheros.bld"Yuji Mano2008-04-182-4/+4
| | | | SVN-Revision: 10860
* remove config for non supported kernel versionYuji Mano2008-04-181-1087/+0
| | | | SVN-Revision: 10859
* * update ps3 target kernel version to 2.6.25 * add default config for ps3 ↵Yuji Mano2008-04-182-6/+991
| | | | | | kernel 2.6.25 SVN-Revision: 10858
* Adm5120 also supports generic GPIO, allow gpioctl to be built (#3132)Florian Fainelli2008-04-171-1/+1
| | | | SVN-Revision: 10857
* Mark rt61 as 2.6.23 only (#3337)Florian Fainelli2008-04-171-1/+1
| | | | SVN-Revision: 10856
* more performance for madwifi :)Felix Fietkau2008-04-171-4/+56
| | | | SVN-Revision: 10855
* disable CONFIG_BRIDGE_NETFILTER by defaultFelix Fietkau2008-04-172-2/+2
| | | | SVN-Revision: 10854
* use the spi-ks8995 driver on the WRT55AG v2 boardsGabor Juhos2008-04-174-0/+170
| | | | SVN-Revision: 10853
* spi-ks8995: fix a compiler warning, fix the copyright headerGabor Juhos2008-04-171-9/+9
| | | | SVN-Revision: 10852
* add a driver for the KS8995 ethernet switch, will be usable to control the ↵Gabor Juhos2008-04-174-0/+477
| | | | | | switch on some boards SVN-Revision: 10851
* add performance improvement for madwifi on low-memory systemsFelix Fietkau2008-04-171-0/+178
| | | | SVN-Revision: 10850
* disable CONFIG_NO_HZ by default (who enabled this?)Felix Fietkau2008-04-173-3/+3
| | | | SVN-Revision: 10849
* add missing symbolTravis Kemen2008-04-151-0/+1
| | | | SVN-Revision: 10848
* remove udevextras dependency on udev (thx, fish)Felix Fietkau2008-04-151-1/+0
| | | | SVN-Revision: 10847