ar71xx: ag71xx: add timestamps to ag71xx_buf
[openwrt/staging/yousong.git] / target / linux / ar71xx / files / drivers / net / ag71xx / ag71xx_main.c
2011-05-07 Gabor Juhosar71xx: ag71xx: add timestamps to ag71xx_buf
2011-04-02 Felix Fietkauar71xx: frequent ethernet mac resets upset the MDIO...
2010-11-12 Gabor Juhosar71xx: drivers/ag71xx: remove deprecated usage of...
2010-11-12 Gabor Juhosar71xx: wrap long lines
2010-11-12 Gabor Juhosar71xx: fix whitespaces nits
2010-10-21 Felix Fietkauar71xx: fix more section mismatches
2010-10-21 Felix Fietkauar71xx: improve 2.6.36 compatibility. also, instead...
2010-07-06 Felix Fietkauar71xx: only reinit the ethernet MAC at .open() on...
2010-07-04 Felix Fietkauag71xx: reset the hardware during open(), this improves...
2010-07-04 Felix Fietkauag71xx: fix a memory corruption bug that happens if...
2010-04-26 Felix Fietkauag71xx: remove rx alignment code for small packets...
2010-04-15 Felix Fietkauar71xx: fix up alignment handling
2010-04-09 Gabor Juhosar71xx: ag71xx: avoid unalinged accesses when using...
2010-04-09 Gabor Juhosar71xx: ag71xx: call the phy driver's netif_receive_skb()
2010-04-03 Gabor Juhosar71xx: fix broken LAN ports on the boards with AR8216...
2010-03-27 Gabor Juhosar71xx: ag71xx: copy received packet to avoid unaligned...
2010-03-27 Gabor Juhosar71xx: ag71xx: introduce ag71xx_has_ar8216() helper
2010-03-27 Gabor Juhosar71xx: ag71xx: reorganize ag71xx_rx_packet function
2010-03-27 Gabor Juhosar71xx: ag71xx: Add netpoll support
2010-03-09 Gabor Juhosar71xx: ag71xx: fix MAC address setup
2010-03-05 Gabor Juhosar71xx: ag71xx: move calling ag71xx_phy_stop out from...
2010-03-05 Gabor Juhosar71xx: ag71xx: move link update function
2010-03-05 Gabor Juhosar71xx: ag71xx: don't use dev->trans_start
2010-03-05 Gabor Juhosar71xx: ag71xx: use dma_unmap_single to unmap frames
2010-03-02 Gabor Juhosar71xx: ag71xx: use correct device pointer for dma_map_...
2010-03-02 Gabor Juhosar71xx: ag71xx: don't use virt_to_phys
2010-03-02 Gabor Juhosar71xx: ag71xx: use NETDEV_TX_OK
2010-02-24 Gabor Juhosar71xx: enable TX/RX flow control on the AR7240
2010-01-08 Gabor Juhosar71xx: add NAPI statistics to the ag71xx driver
2010-01-06 Gabor Juhosar71xx: add detailed interrupt statistics for the ag71x...
2010-01-04 Gabor Juhosar71xx: add dummy debugfs support for the ag71xx driver
2009-12-15 Felix FietkauRevert "ar71xx: move phy_connect call to ag71xx_open...
2009-12-11 Gabor Juhosar71xx: merge ag71xx specific patches
2009-12-11 Gabor Juhosar71xx: move mdio_bus reset code
2009-12-08 Gabor Juhosar71xx: add support for external mii_bus
2009-12-08 Gabor Juhosar71xx: move phy_connect call to ag71xx_open
2009-11-30 Gabor Juhosar71xx: override fifo_cfg[123] values on AR7240
2009-11-29 Felix Fietkauar71xx: mask out reserved bits from the dma tx status...
2009-09-23 Gabor Juhosar71xx: don't use mac_base2 in the ag71xx driver
2009-07-13 Gabor Juhosag71xx driver: rename ag71xx_debug module parameter
2009-07-13 Gabor Juhosag71xx driver: align descriptors on cache_line boundary
2009-07-13 Gabor Juhosag71xx driver: store descriptor pointers in ag71xx_buf
2009-07-12 Gabor Juhosag71xx driver: don't flush ddr on tx path
2009-02-25 Gabor Juhosag71xx driver: add a workaround for the ar8216 chip...
2009-02-15 Gabor Juhosag71xx driver: apply 2.6.28 specific patches
2009-02-13 Gabor Juhosag71xx driver: fix a kernel crash caused by r14496
2009-02-13 Gabor Juhosag71xx driver: fix return code of the napi poll routine...
2009-02-13 Gabor Juhosag71xx driver: update phy connecting code
2009-01-26 Gabor Juhosmove random MAC address generation into the platform...
2008-12-09 Gabor Juhosag71xx driver: use same FIFO configuration for all SOC
2008-12-08 Gabor Juhosag71xx driver: add OOM handler
2008-12-08 Gabor Juhosag71xx driver: don't refill rx buffers twice
2008-12-08 Gabor Juhosag71xx driver: interrupt status is masked by hw, don...
2008-12-08 Gabor Juhosag71xx driver: remove unused code
2008-12-07 Gabor Juhosag71xx driver: NAPI poll cleanup
2008-12-07 Gabor Juhosag71xx driver: handle TX timout
2008-12-06 Gabor Juhosag71xx driver: always use NAPI to transmit packets
2008-12-05 Gabor Juhosag71xx driver: improve poll routine
2008-12-05 Gabor Juhosag71xx driver: don't use dma_cache_wback_inv
2008-12-05 Gabor Juhosag71xx driver: don't use CHECKSUM_UNNECCESARY (closes...
2008-12-02 Gabor Juhosag71xx driver: add some debug stuff
2008-12-01 Gabor Juhosag71xx driver: reset DMA registers in hardware initiali...
2008-11-30 Gabor Juhosag71xx driver: fix a typo
2008-11-28 Gabor Juhosag71xx driver: clean up hardware initialization
2008-11-27 Gabor Juhosag71xx driver: unregister MDIO bus in module exit
2008-11-26 Gabor Juhosag71xx: introduce SoC specific fuctions for DDR flush...
2008-11-26 Gabor Juhosag71xx: dump additional registers in debug mode
2008-11-14 Gabor Juhosdefine some bits of the ethernet controller's registers
2008-11-12 Gabor Juhoscosmetic changes in the ag71xx driver
2008-08-10 Gabor Juhosag71xx: add initial message level support
2008-07-29 Gabor Juhosethernet driver updates * new mii bus code, mac0 and...
2008-07-22 Gabor Juhosparse mac address on RouterBOARDs
2008-07-21 Gabor Juhossurprise :p