summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers
Commit message (Expand)AuthorAgeFilesLines
* ramips: Allow ethernet interface to be taken down and up againGabor Juhos2010-10-051-0/+4
* ramips: add mdio_cfg configuration for the ethernet driverGabor Juhos2010-07-152-0/+81
* ramips: Fix bridging in ramips ethernet driverGabor Juhos2010-07-131-1/+1
* ramips_eth: cleanup mac_address changingGabor Juhos2010-01-311-19/+12
* ramips_eth: update register offsetsGabor Juhos2010-01-311-8/+8
* ramips_eth: pass sys_clk via platform_dataGabor Juhos2010-01-311-1/+1
* ramips_eth: add helper functions to {ed,dis}able interruptsGabor Juhos2010-01-311-6/+21
* ramips_eth: remove unnecessary typecastsGabor Juhos2010-01-311-2/+2
* ramips_eth: simplify tx_next computationGabor Juhos2010-01-311-5/+2
* ramips_eth: simplify tx descriptor initializationGabor Juhos2010-01-311-3/+2
* ramips_eth: pass 'raeth_priv' struct directly to dma specific functionsGabor Juhos2010-01-311-39/+35
* ramips_eth: convert to use netdev_opsGabor Juhos2010-01-311-6/+12
* ramips_eth: fix invalid register writesGabor Juhos2010-01-301-4/+5
* ramips_eth: move memset call out from the loopGabor Juhos2010-01-301-1/+1
* ramips_eth: header file cleanupGabor Juhos2010-01-301-144/+146
* ramips_eth: coding style cleanupGabor Juhos2010-01-301-54/+66
* missing header file changes, and fix mtu valueJohn Crispin2009-10-302-1/+2
* fixes rx path for eth, spinlock it, increases buffer size, board now survives...John Crispin2009-10-291-28/+23
* 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