ramips: add support for Belkin F5D8235 v2 board
[openwrt/openwrt.git] / target / linux / ramips / files / drivers /
2010-11-24 Gabor Juhosramips: Use NET_IP_ALIGN instead of hardcoding 2
2010-11-24 Gabor Juhosramips: DMA map the correct RX skb size
2010-11-24 Gabor Juhosramips: Don't trigger BUG_ON due to skb allocation...
2010-11-24 Gabor Juhosramips: Remove unnecessary skb_put
2010-10-05 Gabor Juhosramips: Allow ethernet interface to be taken down and...
2010-07-15 Gabor Juhosramips: add mdio_cfg configuration for the ethernet...
2010-07-13 Gabor Juhosramips: Fix bridging in ramips ethernet driver
2010-01-31 Gabor Juhosramips_eth: cleanup mac_address changing
2010-01-31 Gabor Juhosramips_eth: update register offsets
2010-01-31 Gabor Juhosramips_eth: pass sys_clk via platform_data
2010-01-31 Gabor Juhosramips_eth: add helper functions to {ed,dis}able interrupts
2010-01-31 Gabor Juhosramips_eth: remove unnecessary typecasts
2010-01-31 Gabor Juhosramips_eth: simplify tx_next computation
2010-01-31 Gabor Juhosramips_eth: simplify tx descriptor initialization
2010-01-31 Gabor Juhosramips_eth: pass 'raeth_priv' struct directly to dma...
2010-01-31 Gabor Juhosramips_eth: convert to use netdev_ops
2010-01-30 Gabor Juhosramips_eth: fix invalid register writes
2010-01-30 Gabor Juhosramips_eth: move memset call out from the loop
2010-01-30 Gabor Juhosramips_eth: header file cleanup
2010-01-30 Gabor Juhosramips_eth: coding style cleanup
2009-10-30 John Crispinmissing header file changes, and fix mtu value
2009-10-29 John Crispinfixes rx path for eth, spinlock it, increases buffer...
2009-10-29 John Crispinhopefully fixes dma issues seen on ethernet driver...
2009-10-26 Gabor Juhosramips: move 'arch/mips/include/asm/mach-ralink/eth...
2009-10-26 Gabor Juhosramips: move ramips_eth_platform_data into a separate...
2009-10-26 Gabor Juhosramips: request_irq prior to dma allocation, and handle...
2009-10-26 Gabor Juhosramips: add error handling to ramips_alloc_dma
2009-10-26 Gabor Juhosramips: free allocated skbs in ramips_cleanup_dma
2009-10-26 Gabor Juhosramips: add ramips_setup_dma helper to the ethernet...
2009-10-26 Gabor Juhosramips: add ramips_cleanup_dma helper
2009-10-26 Gabor Juhosramips: remove unnecessary includes in the ethernet...
2009-10-26 Gabor Juhosramips: fix dma api usage in the ethernet driver
2009-10-26 Gabor Juhosramips: use resource to pass irq and base address to...
2009-10-26 Gabor Juhosramips: add error-path handling to the ramips_eth_plat_...
2009-10-25 John Crispinfixes licenses
2009-10-25 John Crispinclean up dma api of ethernet driver
2009-10-25 John Crispinfixes dma bug in eth driver, that was caused under...
2009-10-25 Gabor Juhosramips: nuke net_device stats from the private data...
2009-10-25 Gabor Juhosramips: remove unnecessary type-castings in the etherne...
2009-10-25 Gabor Juhosramips: change debug message levels, and add missing LFs
2009-10-25 Gabor Juhosramips: make ethernet fuctions static
2009-10-25 John Crispinfixes dma hangups in eth
2009-10-24 John Crispinmake ethernet a platform device
2009-10-24 John Crispinmake default llll/w vlan setup in esw
2009-10-23 John Crispinadds ethernet driver, esw needs to be moved to swconfig...