summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers
Commit message (Expand)AuthorAgeFilesLines
* hopefully fixes dma issues seen on ethernet driver when under high loadJohn Crispin2009-10-291-2/+7
* ramips: move 'arch/mips/include/asm/mach-ralink/eth.h' to 'drivers/net/ramips...Gabor Juhos2009-10-262-1/+204
* ramips: move ramips_eth_platform_data into a separate fileGabor Juhos2009-10-261-0/+1
* ramips: request_irq prior to dma allocation, and handle the case if it failsGabor Juhos2009-10-261-2/+10
* ramips: add error handling to ramips_alloc_dmaGabor Juhos2009-10-261-7/+29
* ramips: free allocated skbs in ramips_cleanup_dmaGabor Juhos2009-10-261-0/+5
* ramips: add ramips_setup_dma helper to the ethernet driverGabor Juhos2009-10-261-6/+15
* ramips: add ramips_cleanup_dma helperGabor Juhos2009-10-261-4/+13
* ramips: remove unnecessary includes in the ethernet driverGabor Juhos2009-10-261-6/+1
* ramips: fix dma api usage in the ethernet driverGabor Juhos2009-10-261-7/+7
* ramips: use resource to pass irq and base address to the ethernet driverGabor Juhos2009-10-261-2/+14
* ramips: add error-path handling to the ramips_eth_plat_probeGabor Juhos2009-10-261-6/+26
* fixes licensesJohn Crispin2009-10-251-2/+1
* clean up dma api of ethernet driverJohn Crispin2009-10-251-12/+10
* fixes dma bug in eth driver, that was caused under high net load. the dma rin...John Crispin2009-10-251-2/+3
* ramips: nuke net_device stats from the private data of the ethernet driverGabor Juhos2009-10-251-15/+6
* ramips: remove unnecessary type-castings in the ethernet driverGabor Juhos2009-10-251-13/+15
* ramips: change debug message levels, and add missing LFsGabor Juhos2009-10-251-4/+5
* ramips: make ethernet fuctions staticGabor Juhos2009-10-251-3/+5
* fixes dma hangups in ethJohn Crispin2009-10-252-13/+17
* make ethernet a platform deviceJohn Crispin2009-10-241-27/+50
* make default llll/w vlan setup in eswJohn Crispin2009-10-241-1/+1
* adds ethernet driver, esw needs to be moved to swconfig, driver is missing rt...John Crispin2009-10-232-0/+506