summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files/drivers/net
Commit message (Collapse)AuthorAgeFilesLines
* adm5120: merge 3.3 patchesGabor Juhos2012-04-291-6/+13
| | | | SVN-Revision: 31511
* fix typos in adm5120 switch driver (#4241)Florian Fainelli2012-04-041-2/+2
| | | | SVN-Revision: 31196
* cleanup files using checkpatch.plFlorian Fainelli2011-06-122-27/+27
| | | | SVN-Revision: 27162
* adm5120: fix promiscuous mode handling (patch from #8581)Felix Fietkau2011-04-151-3/+3
| | | | SVN-Revision: 26673
* adm5120: don't use IRQF_DISABLED flag in the switch driverGabor Juhos2010-01-031-2/+2
| | | | SVN-Revision: 19017
* adm5120: merge 2.6.30+ specific patchesGabor Juhos2010-01-021-11/+20
| | | | SVN-Revision: 18999
* experimental support for 2.6.27Gabor Juhos2008-10-052-0/+1226
| | | | SVN-Revision: 12863
* remove 2.6.25 specific stuffGabor Juhos2008-09-132-1228/+0
| | | | SVN-Revision: 12598
* switch to 2.6.24Gabor Juhos2008-02-091-12/+40
| | | | SVN-Revision: 10427
* fix a switch driver bugGabor Juhos2008-01-311-3/+3
| | | | SVN-Revision: 10336
* fix a bug in the switch driver, thanks to Thomas Langer for reportingGabor Juhos2008-01-011-2/+2
| | | | SVN-Revision: 10075
* disable queue of all interfaces when tx ring is fullGabor Juhos2008-01-011-2/+6
| | | | SVN-Revision: 10073
* change switch register access macrosGabor Juhos2007-12-271-21/+21
| | | | SVN-Revision: 9962
* fix typos in the switch driver, thanks to Bernhard Held (closes: #2573)Gabor Juhos2007-10-201-2/+2
| | | | SVN-Revision: 9361
* switch driver cleanup, 4th phaseGabor Juhos2007-10-172-150/+206
| | | | SVN-Revision: 9340
* switch driver cleanup, 3rd phaseGabor Juhos2007-10-161-160/+214
| | | | SVN-Revision: 9334
* switch driver cleanup, 2nd phaseGabor Juhos2007-10-161-147/+332
| | | | SVN-Revision: 9330
* switch driver cleanup, 1st phaseGabor Juhos2007-10-152-418/+580
| | | | SVN-Revision: 9324
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-062-0/+739
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653