summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers/net/ramips.c
Commit message (Expand)AuthorAgeFilesLines
* ramips: raeth: force link down in ramips_phy_stopjuhosg2012-02-151-7/+6
* ramips: raeth: serialize ramips_link_adjust callsjuhosg2012-02-151-0/+8
* ramips: raeth: add PHYLIB supportjuhosg2012-02-151-7/+216
* ramips: raeth: enable MDIO code for RT3883juhosg2012-02-131-2/+2
* ramips: add MDIO bus support for RT288Xjuhosg2012-02-111-2/+150
* ramips: raeth: make debugging messages configurablejuhosg2012-02-111-3/+9
* ramips: raeth: use device pointer in DMA API callsjuhosg2012-02-111-11/+12
* ramips: raeth: add netdev pointer to private structurejuhosg2012-02-111-0/+1
* ramips: raeth: cleanup DMA API usage in ramips_eth_hard_start_xmitjuhosg2012-02-111-5/+4
* ramips: raeth: unmap rx DMA address in ramips_cleanup_dmajuhosg2012-02-111-1/+4
* ramips: raeth: add rx_dma array to store the DMA address of the rx packetsjuhosg2012-02-111-10/+16
* ramips: raeth: use dma_addr_t for the descriptorsjuhosg2012-02-111-7/+7
* ramips: raeth: unmap DMA memory when a packet is receivedjuhosg2012-02-111-0/+4
* ramips: raeth: add a temporary pktlen variablejuhosg2012-02-111-3/+6
* ramips: raeth: indicate dropped packets in statsjuhosg2012-02-111-0/+2
* ramips: Rework ramips_eth to not require irqsave locking anymoreblogic2012-01-171-6/+9
* ramips: ramips_esw: convert it to be a platform driverjuhosg2010-12-081-4/+18
* ramips: Use NET_IP_ALIGN instead of hardcoding 2juhosg2010-11-241-4/+5
* ramips: DMA map the correct RX skb sizejuhosg2010-11-241-2/+2
* ramips: Don't trigger BUG_ON due to skb allocation failurejuhosg2010-11-241-16/+19
* ramips: Remove unnecessary skb_putjuhosg2010-11-241-1/+1
* ramips: Allow ethernet interface to be taken down and up againjuhosg2010-10-051-0/+4
* ramips: add mdio_cfg configuration for the ethernet driverjuhosg2010-07-151-0/+49
* ramips: Fix bridging in ramips ethernet driverjuhosg2010-07-131-1/+1
* ramips_eth: cleanup mac_address changingjuhosg2010-01-311-19/+12
* ramips_eth: pass sys_clk via platform_datajuhosg2010-01-311-1/+1
* ramips_eth: add helper functions to {ed,dis}able interruptsjuhosg2010-01-311-6/+21
* ramips_eth: remove unnecessary typecastsjuhosg2010-01-311-2/+2
* ramips_eth: simplify tx_next computationjuhosg2010-01-311-5/+2
* ramips_eth: simplify tx descriptor initializationjuhosg2010-01-311-3/+2
* ramips_eth: pass 'raeth_priv' struct directly to dma specific functionsjuhosg2010-01-311-39/+35
* ramips_eth: convert to use netdev_opsjuhosg2010-01-311-6/+12
* ramips_eth: fix invalid register writesjuhosg2010-01-301-4/+5
* ramips_eth: move memset call out from the loopjuhosg2010-01-301-1/+1
* ramips_eth: coding style cleanupjuhosg2010-01-301-54/+66
* [ramips] missing header file changes, and fix mtu valueblogic2009-10-301-1/+1
* [ramips] fixes rx path for eth, spinlock it, increases buffer size, board now...blogic2009-10-291-28/+23
* [ramips] hopefully fixes dma issues seen on ethernet driver when under high loadblogic2009-10-291-2/+7
* ramips: move 'arch/mips/include/asm/mach-ralink/eth.h' to 'drivers/net/ramips...juhosg2009-10-261-1/+1
* ramips: move ramips_eth_platform_data into a separate filejuhosg2009-10-261-0/+1
* ramips: request_irq prior to dma allocation, and handle the case if it failsjuhosg2009-10-261-2/+10
* ramips: add error handling to ramips_alloc_dmajuhosg2009-10-261-7/+29
* ramips: free allocated skbs in ramips_cleanup_dmajuhosg2009-10-261-0/+5
* ramips: add ramips_setup_dma helper to the ethernet driverjuhosg2009-10-261-6/+15
* ramips: add ramips_cleanup_dma helperjuhosg2009-10-261-4/+13
* ramips: remove unnecessary includes in the ethernet driverjuhosg2009-10-261-6/+1
* ramips: fix dma api usage in the ethernet driverjuhosg2009-10-261-7/+7
* ramips: use resource to pass irq and base address to the ethernet driverjuhosg2009-10-261-2/+14
* ramips: add error-path handling to the ramips_eth_plat_probejuhosg2009-10-261-6/+26
* [ramips] fixes licensesblogic2009-10-251-2/+1