ramips: raeth: add a helper function for skb allocation
[openwrt.git] / target / linux / ramips / files / drivers / net / ramips.c
2012-02-15 juhosgramips: raeth: add a helper function for skb allocation
2012-02-15 juhosgramips: raeth: use netdev_alloc_skb
2012-02-15 juhosgramips: raeth: use 're' instead of 'priv' everywhere
2012-02-15 juhosgramips: raeth: force link down in ramips_phy_stop
2012-02-15 juhosgramips: raeth: serialize ramips_link_adjust calls
2012-02-15 juhosgramips: raeth: add PHYLIB support
2012-02-13 juhosgramips: raeth: enable MDIO code for RT3883
2012-02-11 juhosgramips: add MDIO bus support for RT288X
2012-02-11 juhosgramips: raeth: make debugging messages configurable
2012-02-11 juhosgramips: raeth: use device pointer in DMA API calls
2012-02-11 juhosgramips: raeth: add netdev pointer to private structure
2012-02-11 juhosgramips: raeth: cleanup DMA API usage in ramips_eth_hard...
2012-02-11 juhosgramips: raeth: unmap rx DMA address in ramips_cleanup_dma
2012-02-11 juhosgramips: raeth: add rx_dma array to store the DMA addres...
2012-02-11 juhosgramips: raeth: use dma_addr_t for the descriptors
2012-02-11 juhosgramips: raeth: unmap DMA memory when a packet is received
2012-02-11 juhosgramips: raeth: add a temporary pktlen variable
2012-02-11 juhosgramips: raeth: indicate dropped packets in stats
2012-01-17 blogicramips: Rework ramips_eth to not require irqsave lockin...
2010-12-08 juhosgramips: ramips_esw: convert it to be a platform driver
2010-11-24 juhosgramips: Use NET_IP_ALIGN instead of hardcoding 2
2010-11-24 juhosgramips: DMA map the correct RX skb size
2010-11-24 juhosgramips: Don't trigger BUG_ON due to skb allocation...
2010-11-24 juhosgramips: Remove unnecessary skb_put
2010-10-05 juhosgramips: Allow ethernet interface to be taken down and...
2010-07-15 juhosgramips: add mdio_cfg configuration for the ethernet...
2010-07-13 juhosgramips: Fix bridging in ramips ethernet driver
2010-01-31 juhosgramips_eth: cleanup mac_address changing
2010-01-31 juhosgramips_eth: pass sys_clk via platform_data
2010-01-31 juhosgramips_eth: add helper functions to {ed,dis}able interrupts
2010-01-31 juhosgramips_eth: remove unnecessary typecasts
2010-01-31 juhosgramips_eth: simplify tx_next computation
2010-01-31 juhosgramips_eth: simplify tx descriptor initialization
2010-01-31 juhosgramips_eth: pass 'raeth_priv' struct directly to dma...
2010-01-31 juhosgramips_eth: convert to use netdev_ops
2010-01-30 juhosgramips_eth: fix invalid register writes
2010-01-30 juhosgramips_eth: move memset call out from the loop
2010-01-30 juhosgramips_eth: coding style cleanup
2009-10-30 blogic[ramips] missing header file changes, and fix mtu value
2009-10-29 blogic[ramips] fixes rx path for eth, spinlock it, increases...
2009-10-29 blogic[ramips] hopefully fixes dma issues seen on ethernet...
2009-10-26 juhosgramips: move 'arch/mips/include/asm/mach-ralink/eth...
2009-10-26 juhosgramips: move ramips_eth_platform_data into a separate...
2009-10-26 juhosgramips: request_irq prior to dma allocation, and handle...
2009-10-26 juhosgramips: add error handling to ramips_alloc_dma
2009-10-26 juhosgramips: free allocated skbs in ramips_cleanup_dma
2009-10-26 juhosgramips: add ramips_setup_dma helper to the ethernet...
2009-10-26 juhosgramips: add ramips_cleanup_dma helper
2009-10-26 juhosgramips: remove unnecessary includes in the ethernet...
2009-10-26 juhosgramips: fix dma api usage in the ethernet driver
2009-10-26 juhosgramips: use resource to pass irq and base address to...
2009-10-26 juhosgramips: add error-path handling to the ramips_eth_plat_...
2009-10-25 blogic[ramips] fixes licenses
2009-10-25 blogic[ramips] clean up dma api of ethernet driver
2009-10-25 blogic[ramips] fixes dma bug in eth driver, that was caused...
2009-10-25 juhosgramips: nuke net_device stats from the private data...
2009-10-25 juhosgramips: remove unnecessary type-castings in the etherne...
2009-10-25 juhosgramips: change debug message levels, and add missing LFs
2009-10-25 juhosgramips: make ethernet fuctions static
2009-10-25 blogic[ramips] fixes dma hangups in eth
2009-10-24 blogic[ramips] make ethernet a platform device
2009-10-23 blogic[ramips] adds ethernet driver, esw needs to be moved...
This page took 0.693446 seconds and 69 git commands to generate.