aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ramips/files/drivers/net
Commit message (Expand)AuthorAge
...
* ramips: add MDIO bus support for RT288XGabor Juhos2012-02-11
* ramips: raeth: make debugging messages configurableGabor Juhos2012-02-11
* ramips: raeth: use device pointer in DMA API callsGabor Juhos2012-02-11
* ramips: raeth: add netdev pointer to private structureGabor Juhos2012-02-11
* ramips: raeth: cleanup DMA API usage in ramips_eth_hard_start_xmitGabor Juhos2012-02-11
* ramips: raeth: unmap rx DMA address in ramips_cleanup_dmaGabor Juhos2012-02-11
* ramips: raeth: add rx_dma array to store the DMA address of the rx packetsGabor Juhos2012-02-11
* ramips: raeth: use dma_addr_t for the descriptorsGabor Juhos2012-02-11
* ramips: raeth: unmap DMA memory when a packet is receivedGabor Juhos2012-02-11
* ramips: raeth: add a temporary pktlen variableGabor Juhos2012-02-11
* ramips: raeth: protect macro parametersGabor Juhos2012-02-11
* ramips: raeth: indicate dropped packets in statsGabor Juhos2012-02-11
* ramips: raeth: use the NUM_TX_DESC for the tx_skb arrayGabor Juhos2012-02-11
* ramips: Rework ramips_eth to not require irqsave locking anymoreJohn Crispin2012-01-17
* ramips: initial support for Sitecom WL-351 v1 002Gabor Juhos2011-12-23
* ramips: add support for the Senao/EnGenius ESR-9753 boardGabor Juhos2011-12-23
* ramips: allow to specify port layout for the switch of the RT305x/RT3350Gabor Juhos2011-08-15
* ramips: fix a section mismatch warningGabor Juhos2011-07-03
* ramips: ramips_esw: fix typosGabor Juhos2011-01-04
* ramips: ramips_esw: add more definitionsGabor Juhos2010-12-08
* ramips: ramips_esw: add helper function to set pvidGabor Juhos2010-12-08
* ramips: ramips_esw: add helper function to set vlan membersGabor Juhos2010-12-08
* ramips: ramips_esw: add helper function to set VLAN idGabor Juhos2010-12-08
* ramips: ramips_esw: introduce rt305x_esw_rmw{,_raw} functionGabor Juhos2010-12-08
* ramips: ramips_esw: use rt305x_esw prefix in function namesGabor Juhos2010-12-08
* ramips: ramips_esw: coding style cleanupGabor Juhos2010-12-08
* ramips: ramips_esw: add defines for switch register offsetsGabor Juhos2010-12-08
* ramips: ramips_esw: don't touch GPIO_PURPOSE registerGabor Juhos2010-12-08
* ramips: ramips_esw: convert it to be a platform driverGabor Juhos2010-12-08
* ramips: ramips_esw: move hardware initialization into a separate functionGabor Juhos2010-12-08
* ramips: ramips_esw: use a private structure for the functionsGabor Juhos2010-12-08
* ramips: Use NET_IP_ALIGN instead of hardcoding 2Gabor Juhos2010-11-24
* ramips: DMA map the correct RX skb sizeGabor Juhos2010-11-24
* ramips: Don't trigger BUG_ON due to skb allocation failureGabor Juhos2010-11-24
* ramips: Remove unnecessary skb_putGabor Juhos2010-11-24
* ramips: Allow ethernet interface to be taken down and up againGabor Juhos2010-10-05
* ramips: add mdio_cfg configuration for the ethernet driverGabor Juhos2010-07-15
* ramips: Fix bridging in ramips ethernet driverGabor Juhos2010-07-13
* ramips_eth: cleanup mac_address changingGabor Juhos2010-01-31
* ramips_eth: update register offsetsGabor Juhos2010-01-31
* ramips_eth: pass sys_clk via platform_dataGabor Juhos2010-01-31
* ramips_eth: add helper functions to {ed,dis}able interruptsGabor Juhos2010-01-31
* ramips_eth: remove unnecessary typecastsGabor Juhos2010-01-31
* ramips_eth: simplify tx_next computationGabor Juhos2010-01-31
* ramips_eth: simplify tx descriptor initializationGabor Juhos2010-01-31
* ramips_eth: pass 'raeth_priv' struct directly to dma specific functionsGabor Juhos2010-01-31
* ramips_eth: convert to use netdev_opsGabor Juhos2010-01-31
* ramips_eth: fix invalid register writesGabor Juhos2010-01-30
* ramips_eth: move memset call out from the loopGabor Juhos2010-01-30
* ramips_eth: header file cleanupGabor Juhos2010-01-30