aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers/net/ramips_eth.h
Commit message (Collapse)AuthorAgeFilesLines
* ramips: move the ethernet driver into a separate directoryGabor Juhos2012-02-211-248/+0
| | | | | | Also clean up the Kconfig symbols. SVN-Revision: 30670
* ramips: raeth: add '__packed __aligned(4)' annotation to dma descritor ↵Gabor Juhos2012-02-151-2/+2
| | | | | | | | structures This helps GCC to generare more efficient code. SVN-Revision: 30553
* ramips: raeth: add PHYLIB supportGabor Juhos2012-02-151-1/+4
| | | | SVN-Revision: 30547
* ramips: add MDIO bus support for RT288XGabor Juhos2012-02-111-0/+4
| | | | SVN-Revision: 30455
* ramips: raeth: add netdev pointer to private structureGabor Juhos2012-02-111-0/+1
| | | | SVN-Revision: 30448
* ramips: raeth: add rx_dma array to store the DMA address of the rx packetsGabor Juhos2012-02-111-0/+1
| | | | SVN-Revision: 30445
* ramips: raeth: use dma_addr_t for the descriptorsGabor Juhos2012-02-111-2/+3
| | | | SVN-Revision: 30444
* ramips: raeth: protect macro parametersGabor Juhos2012-02-111-4/+4
| | | | SVN-Revision: 30441
* ramips: raeth: use the NUM_TX_DESC for the tx_skb arrayGabor Juhos2012-02-111-1/+1
| | | | SVN-Revision: 30439
* ramips: add mdio_cfg configuration for the ethernet driverGabor Juhos2010-07-151-0/+32
| | | | SVN-Revision: 22211
* ramips_eth: update register offsetsGabor Juhos2010-01-311-8/+8
| | | | SVN-Revision: 19463
* ramips_eth: header file cleanupGabor Juhos2010-01-301-144/+146
| | | | SVN-Revision: 19415
* missing header file changes, and fix mtu valueJohn Crispin2009-10-301-0/+1
| | | | SVN-Revision: 18220
* ramips: move 'arch/mips/include/asm/mach-ralink/eth.h' to ↵Gabor Juhos2009-10-261-0/+203
'drivers/net/ramips_eth.h' SVN-Revision: 18176