summaryrefslogtreecommitdiff
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* gumstix: add luciHamish Guthrie2010-07-081-1/+1
| | | | SVN-Revision: 22093
* Add kmod-usb-hidHamish Guthrie2010-07-071-1/+1
| | | | SVN-Revision: 22086
* kernel: add missing config option found by buildbotHauke Mehrtens2010-07-062-0/+3
| | | | SVN-Revision: 22080
* repair the damage that was done to the packet socket type filter patch when ↵Felix Fietkau2010-07-063-3/+3
| | | | | | it was forward ported to 2.6.33 this should fix the mac80211 problems in 2.6.33 and later versions SVN-Revision: 22079
* ar71xx: only reinit the ethernet MAC at .open() on ar724x for now, until ↵Felix Fietkau2010-07-061-1/+3
| | | | | | we've figured out what part of it causes the issue described in #7563 SVN-Revision: 22075
* add mini_fo fix to 2.6.30 as wellFelix Fietkau2010-07-041-0/+48
| | | | SVN-Revision: 22058
* mini_fo: add error pointer checks after dentry lookups to fix various crash ↵Felix Fietkau2010-07-044-0/+192
| | | | | | bugs (fixes #7277, #7207, #7259) SVN-Revision: 22057
* ag71xx: reset the hardware during open(), this improves recovery from tx ↵Felix Fietkau2010-07-041-0/+2
| | | | | | timeouts on ar724x considerably SVN-Revision: 22055
* ag71xx: fix a memory corruption bug that happens if you flood the interface ↵Felix Fietkau2010-07-041-0/+6
| | | | | | with packets while it's being brought down fixes boot time crashes under load reported by matteo SVN-Revision: 22054
* generic: rtl8366: enable VLAN ingress filteringGabor Juhos2010-07-022-0/+15
| | | | SVN-Revision: 22044
* refresh 2.6.34 patchesFlorian Fainelli2010-07-013-21/+7
| | | | SVN-Revision: 22042
* add 2.6.34 supportFlorian Fainelli2010-07-017-1/+558
| | | | SVN-Revision: 22041
* fix line wrapped patchFlorian Fainelli2010-07-011-4/+1
| | | | SVN-Revision: 22040
* fix PCI, thanks br1, put back 2.6.32.14 support by defaultFlorian Fainelli2010-07-013-70/+39
| | | | SVN-Revision: 22033
* brcm47xx: added dual image support to flashmap driverMarkus Wigge2010-07-011-3/+37
| | | | | | | | | | some CFE versions (i.e. WRT54G3Gv2-VF) expect two separate firmware images which each consume half of the available flash space. these changes check for the TRX header version and set the partition size correctly. Tested on G3Gv2-VF and Asus WL-500GP SVN-Revision: 22019
* ar71xx: fix leds-rb750 build failure on 2.6.34Gabor Juhos2010-07-011-0/+1
| | | | SVN-Revision: 22016
* renamed wrt54g3gv2-vf imagesMarkus Wigge2010-07-011-2/+2
| | | | | | | | | | 'factory' and 'sysupgrade' did not make much sense. A discussion with jow convinced me that .trx results in a helpdesk disaster. So I decided to use '.bin' for normal bin-headers and '.noheader.bin' for the trx-v2 image. I fixed the wiki accordingly. SVN-Revision: 22013
* revert upstream commit that broke PCI until we have a better fixFlorian Fainelli2010-07-011-0/+69
| | | | SVN-Revision: 22010
* add a wifi profile for proprietary wlJo-Philipp Wich2010-07-011-0/+19
| | | | SVN-Revision: 22009
* fix dir-825-b1 default network config after r21905Jo-Philipp Wich2010-07-011-1/+1
| | | | SVN-Revision: 22005
* fix commit r21994 (thanks juhosg)Alexandros C. Couloumbis2010-06-302-2/+1
| | | | SVN-Revision: 21995
* fix commit r21993Alexandros C. Couloumbis2010-06-3016-0/+16
| | | | SVN-Revision: 21994
* Don't force pci support on .34 and .35Claudio Mignanti2010-06-302-2/+0
| | | | SVN-Revision: 21993
* Add board definition previously forgottenClaudio Mignanti2010-06-301-0/+226
| | | | SVN-Revision: 21991
* generic: rtl8366: minor cleanupGabor Juhos2010-06-282-22/+16
| | | | SVN-Revision: 21985
* generic: rtl8366: add common read_debugfs_mibs functionGabor Juhos2010-06-283-144/+56
| | | | SVN-Revision: 21984
* generic: rtl8366: standardize read_debugfs_mibs functionsGabor Juhos2010-06-283-22/+44
| | | | SVN-Revision: 21983
* generic: rtl8366: use common rtl8366_mib_counter structureGabor Juhos2010-06-283-48/+42
| | | | SVN-Revision: 21982
* generic: rtl8366: move common debugfs code to rtl8366_smi.cGabor Juhos2010-06-284-335/+193
| | | | SVN-Revision: 21981
* generic: rtl8366: move buf to struct rtl8366_smiGabor Juhos2010-06-283-72/+66
| | | | SVN-Revision: 21980
* generic: rtl8366: move common VLAN handling functions to rtl8366_smi.cGabor Juhos2010-06-284-410/+217
| | | | SVN-Revision: 21979
* generic: rtl8366: add cpu_port, num_ports and num_vlan_mc to struct rtl8366_smiGabor Juhos2010-06-283-20/+30
| | | | SVN-Revision: 21978
* generic: rtl8366: add VLAN handling functions to rtl8366_smi_opsGabor Juhos2010-06-283-43/+69
| | | | SVN-Revision: 21977
* generic: rtl8366: use RTL8366{S,RB} prefixes for all definesGabor Juhos2010-06-282-403/+403
| | | | SVN-Revision: 21976
* generic: rtl8366rb: fix MIB counter resetGabor Juhos2010-06-271-10/+8
| | | | SVN-Revision: 21969
* reinstate 2.6.30 support until 2.6.32 is fixedFlorian Fainelli2010-06-269-1/+575
| | | | SVN-Revision: 21959
* rename target/linux/generic-2.6 to genericFelix Fietkau2010-06-261041-0/+0
| | | | SVN-Revision: 21952
* remove generic linux 2.4 supportFelix Fietkau2010-06-26254-203191/+0
| | | | SVN-Revision: 21948
* remove the brcm-2.4 target, it will no longer be supported in future ↵Felix Fietkau2010-06-26110-27243/+0
| | | | | | releases. please use brcm47xx with broadcom-wl instead SVN-Revision: 21946
* add back the base-files/image code from brcm-2.4 to brcm47xxFelix Fietkau2010-06-2623-0/+1880
| | | | SVN-Revision: 21945
* remove brcm47xx symlinks to brcm-2.4 (unfortunately svn does not allow a ↵Felix Fietkau2010-06-263-3/+0
| | | | | | proper type changing commit) SVN-Revision: 21944
* generic: rtl8366: rename vlan debugfs file to vlan_mc, and clean up it's formatGabor Juhos2010-06-262-52/+26
| | | | SVN-Revision: 21923
* generic: rtl8366: update vlan handling code for rtl8366sGabor Juhos2010-06-261-120/+174
| | | | SVN-Revision: 21922
* generic: rtl8366: update vlan handling code of rtl8366rbGabor Juhos2010-06-261-121/+175
| | | | SVN-Revision: 21921
* generic: rtl8366: add hw_init to initialize registers after resetGabor Juhos2010-06-262-4/+128
| | | | SVN-Revision: 21920
* generic: rtl8366: introduce rtl8366_smi_rmwr functionGabor Juhos2010-06-264-133/+75
| | | | SVN-Revision: 21919
* generic: rtl8366s: get some MIB counters from another offsetGabor Juhos2010-06-261-36/+57
| | | | SVN-Revision: 21918
* generic: rtl8366: cleanup MIB counter printingGabor Juhos2010-06-262-122/+96
| | | | SVN-Revision: 21917
* generic: rtl8366: use struct rtl8366_smi instead of struct rtl8366{s,rb}Gabor Juhos2010-06-262-152/+141
| | | | SVN-Revision: 21916
* generic: rtl8366: add common vlan_4k structureGabor Juhos2010-06-263-20/+49
| | | | SVN-Revision: 21915