summaryrefslogtreecommitdiff
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* 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
* generic: rtl8366: add common vlan_mc structureGabor Juhos2010-06-263-24/+62
| | | | SVN-Revision: 21914
* generic: rtl8366: rename vlanmc and vlan4k related structures an functionsGabor Juhos2010-06-262-83/+80
| | | | SVN-Revision: 21913
* generic: rtl8366: use struct rtl8366_smi for phy_reg_{read,write} callsGabor Juhos2010-06-262-18/+14
| | | | SVN-Revision: 21912
* generic: rtl8366: move mii bus handling to the rtl8366_smi codeGabor Juhos2010-06-264-108/+75
| | | | SVN-Revision: 21911
* generic: rtl8366: introduce rtl8366_smi_opsGabor Juhos2010-06-264-22/+63
| | | | SVN-Revision: 21910
* generic: rtl8366: change format string for debugfs error messagesGabor Juhos2010-06-262-12/+16
| | | | SVN-Revision: 21909
* generic: rtl8366: don't show link parameters if the link is downGabor Juhos2010-06-262-24/+34
| | | | SVN-Revision: 21908
* generic: rtl8366: fix register offset and size of MIB countersGabor Juhos2010-06-262-26/+26
| | | | SVN-Revision: 21907
* generic: rtl8366: prevent modifications of VLAN 0Gabor Juhos2010-06-262-6/+6
| | | | SVN-Revision: 21906
* ar71xx: don't use vlan 0 for devices with rtl8366s switchGabor Juhos2010-06-262-2/+2
| | | | SVN-Revision: 21905
* Add script support for Marvell 88W8686 mac80211. This is a hack now, but it ↵Hamish Guthrie2010-06-251-0/+437
| | | | | | works. cfg80211 is very broken in the current mainline Marvell driver. A new patch set to address this is in linux-next, I just do not have time today to address it. SVN-Revision: 21899
* Use modules for wifi and usbHamish Guthrie2010-06-255-57/+17
| | | | SVN-Revision: 21898
* ixp4xx: remove 2.6.35 unedded patchesAlexandros C. Couloumbis2010-06-254-53/+0
| | | | SVN-Revision: 21897
* mpc83xx: add kernel 2.6.35 preliminary supportAlexandros C. Couloumbis2010-06-2430-0/+4950
| | | | SVN-Revision: 21896
* ixp4xx: add kernel 2.6.35 preliminary supportAlexandros C. Couloumbis2010-06-2447-0/+6612
| | | | SVN-Revision: 21895
* ixp4xx: add Mikael Petterssons patch worksAlexandros C. Couloumbis2010-06-244-0/+76
| | | | SVN-Revision: 21894
* ixp4xx: fix MAC parsing and switch (unmanaged) functionality for wrt300nv2 ↵Alexandros C. Couloumbis2010-06-241-0/+71
| | | | | | (thank you Ernesto Elbe) SVN-Revision: 21893
* ixp4xx: add Titan Wireless TW-266-2 supportAlexandros C. Couloumbis2010-06-241-0/+329
| | | | SVN-Revision: 21892
* ixp4xx: add kernel 2.6.33 preliminary supportAlexandros C. Couloumbis2010-06-2441-0/+6140
| | | | SVN-Revision: 21891
* ixp4xx: revert kernel support for 2.6.33 & 2.6.35Alexandros C. Couloumbis2010-06-2488-13153/+0
| | | | SVN-Revision: 21890
* add missing CONFIG_PCMCIA_XIRCOM spotted by buildbotFlorian Fainelli2010-06-246-0/+6
| | | | SVN-Revision: 21889
* package TPROXY target and module infrastructureJo-Philipp Wich2010-06-227-0/+14
| | | | SVN-Revision: 21883
* orion: Missing symbols in 2.6.35-rc2 kernel config for OrionHauke Mehrtens2010-06-221-0/+4
| | | | | | | | Thank you Maddes for your patch This closes #7441 SVN-Revision: 21882