summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-2.6.28
Commit message (Collapse)AuthorAgeFilesLines
* atheros: ignore rx long packet error flag from the ethernet coreFelix Fietkau2009-04-131-1/+1
| | | | SVN-Revision: 15225
* atheros: ignore reports about oversized ethernet frames, as can be caused by ↵Felix Fietkau2009-04-102-5/+4
| | | | | | the header mode of marvell 88e6060 switches (see https://dev.openwrt.org/ticket/3507#comment:16) SVN-Revision: 15185
* atheros: refresh failing kernel patch (#4916) and fix packet padding bugFelix Fietkau2009-04-101-11/+11
| | | | SVN-Revision: 15184
* atheros: make use of netdev_alloc_skbFelix Fietkau2009-04-091-7/+4
| | | | SVN-Revision: 15176
* remove debugging codeFelix Fietkau2009-04-071-3/+1
| | | | SVN-Revision: 15127
* atheros: fix a spiflash write performance regressionFelix Fietkau2009-03-241-4/+4
| | | | SVN-Revision: 15027
* refresh patchesHauke Mehrtens2009-03-241-1/+0
| | | | SVN-Revision: 15018
* atheros: fix radio mask check on ar5312Felix Fietkau2009-03-231-2/+2
| | | | SVN-Revision: 14986
* atheros: fix mdio bus registration for multiple ethernet interfacesFelix Fietkau2009-03-222-11/+12
| | | | SVN-Revision: 14984
* atheros: fix ar5312 supportFelix Fietkau2009-03-221-9/+15
| | | | SVN-Revision: 14983
* atheros: do not attempt to start pci on ar2317Felix Fietkau2009-03-221-4/+3
| | | | SVN-Revision: 14982
* atheros: fix gpio interrupt handling on 2315Felix Fietkau2009-03-222-26/+36
| | | | SVN-Revision: 14973
* atheros: add back reset button supportFelix Fietkau2009-03-221-0/+171
| | | | SVN-Revision: 14970
* atheros: split out the pci support patchFelix Fietkau2009-03-222-438/+301
| | | | SVN-Revision: 14969
* atheros: clean up the 2.6.28 port in preparation for pushing it upstreamFelix Fietkau2009-03-2212-280/+6011
| | | | SVN-Revision: 14967
* Add initial kernel 2.6.28 support for atheros target. The include files ↵Hauke Mehrtens2009-02-2010-0/+514
moved from /include/asm-mips/mach-atheros/ to /arch/mips/include/asm/mach-atheros/ This patch is based on the old kernel 2.6.27 patches. SVN-Revision: 14584