aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ramips: Add byte queue limits support to net/ethernet/ramips_main.cGabor Juhos2012-05-231-0/+8
* ramips: don't read RAMIPS_RX_CALC_IDX0 register in the loopGabor Juhos2012-02-261-1/+3
* ramips: raeth: add rx_info structureGabor Juhos2012-02-262-24/+57
* ramips: raeth: add tx_info structureGabor Juhos2012-02-262-19/+55
* ramips: raeth: don't process disabled interruptsGabor Juhos2012-02-251-5/+11
* ramips: raeth: show interrupt statistics in debugfsGabor Juhos2012-02-223-0/+105
* ramips: raeth: add debugfs supportGabor Juhos2012-02-225-1/+91
* ramips: raeth: rename main source fileGabor Juhos2012-02-222-0/+2
* ramips: raeth: add missing Kconfig and MakefileGabor Juhos2012-02-212-0/+18
* ramips: move the ethernet driver into a separate directoryGabor Juhos2012-02-213-0/+0
* ramips: raeth: separate ring allocation and setupGabor Juhos2012-02-161-44/+90
* ramips: raeth: add a helper function for skb allocationGabor Juhos2012-02-151-6/+16
* ramips: raeth: use netdev_alloc_skbGabor Juhos2012-02-151-2/+3
* ramips: raeth: add '__packed __aligned(4)' annotation to dma descritor struct...Gabor Juhos2012-02-151-2/+2
* ramips: raeth: use 're' instead of 'priv' everywhereGabor Juhos2012-02-151-73/+73
* ramips: raeth: force link down in ramips_phy_stopGabor Juhos2012-02-151-7/+6
* ramips: raeth: serialize ramips_link_adjust callsGabor Juhos2012-02-151-0/+8
* ramips: raeth: add PHYLIB supportGabor Juhos2012-02-152-8/+220
* ramips: raeth: enable MDIO code for RT3883Gabor Juhos2012-02-131-2/+2
* ramips: add MDIO bus support for RT288XGabor Juhos2012-02-112-2/+154
* ramips: raeth: make debugging messages configurableGabor Juhos2012-02-111-3/+9
* ramips: raeth: use device pointer in DMA API callsGabor Juhos2012-02-111-11/+12
* ramips: raeth: add netdev pointer to private structureGabor Juhos2012-02-112-0/+2
* ramips: raeth: cleanup DMA API usage in ramips_eth_hard_start_xmitGabor Juhos2012-02-111-5/+4
* ramips: raeth: unmap rx DMA address in ramips_cleanup_dmaGabor Juhos2012-02-111-1/+4
* ramips: raeth: add rx_dma array to store the DMA address of the rx packetsGabor Juhos2012-02-112-10/+17
* ramips: raeth: use dma_addr_t for the descriptorsGabor Juhos2012-02-112-9/+10
* ramips: raeth: unmap DMA memory when a packet is receivedGabor Juhos2012-02-111-0/+4
* ramips: raeth: add a temporary pktlen variableGabor Juhos2012-02-111-3/+6
* ramips: raeth: protect macro parametersGabor Juhos2012-02-111-4/+4
* ramips: raeth: indicate dropped packets in statsGabor Juhos2012-02-111-0/+2
* ramips: raeth: use the NUM_TX_DESC for the tx_skb arrayGabor Juhos2012-02-111-1/+1
* ramips: Rework ramips_eth to not require irqsave locking anymoreJohn Crispin2012-01-171-6/+9
* ramips: initial support for Sitecom WL-351 v1 002Gabor Juhos2011-12-231-2/+14
* ramips: add support for the Senao/EnGenius ESR-9753 boardGabor Juhos2011-12-231-0/+12
* ramips: allow to specify port layout for the switch of the RT305x/RT3350Gabor Juhos2011-08-151-13/+44
* ramips: fix a section mismatch warningGabor Juhos2011-07-031-1/+1
* ramips: ramips_esw: fix typosGabor Juhos2011-01-041-2/+2
* ramips: ramips_esw: add more definitionsGabor Juhos2010-12-081-3/+49
* ramips: ramips_esw: add helper function to set pvidGabor Juhos2010-12-081-1/+17
* ramips: ramips_esw: add helper function to set vlan membersGabor Juhos2010-12-081-1/+31
* ramips: ramips_esw: add helper function to set VLAN idGabor Juhos2010-12-081-2/+17
* ramips: ramips_esw: introduce rt305x_esw_rmw{,_raw} functionGabor Juhos2010-12-081-0/+23
* ramips: ramips_esw: use rt305x_esw prefix in function namesGabor Juhos2010-12-081-33/+33
* ramips: ramips_esw: coding style cleanupGabor Juhos2010-12-081-24/+31
* ramips: ramips_esw: add defines for switch register offsetsGabor Juhos2010-12-081-24/+52
* ramips: ramips_esw: don't touch GPIO_PURPOSE registerGabor Juhos2010-12-081-20/+0
* ramips: ramips_esw: convert it to be a platform driverGabor Juhos2010-12-082-11/+91
* ramips: ramips_esw: move hardware initialization into a separate functionGabor Juhos2010-12-081-8/+14
* ramips: ramips_esw: use a private structure for the functionsGabor Juhos2010-12-081-36/+43