aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
Commit message (Expand)AuthorAge
* ar71xx: move arch specific files to files-2.6.39Gabor Juhos2012-01-22
* ar71xx: ag71xx: remove unused mii_ctrl field from struct ag71xxGabor Juhos2011-11-13
* ar71xx: ag71xx: remove unused mii_cfg related functions and definesGabor Juhos2011-11-13
* ar71xx: ag71xx: remove MII interface setup codeGabor Juhos2011-11-13
* ar71xx: fix register range check for DMA stuck checks (thx, Frédéric Moulins)Felix Fietkau2011-09-11
* ar71xx: add some code to detect DMA stuck conditions on ar7240Felix Fietkau2011-08-13
* ar71xx: fix ethernet FIFO state corruption on ar7240Felix Fietkau2011-08-04
* ag71xx: fix memory corruption issues on ar7240 on ethernet start/stopFelix Fietkau2011-08-04
* ar71xx: ag71xx: make ring sizes configurable via ethtoolGabor Juhos2011-05-31
* ar71xx: ag71xx: prepare to make ring sizes configurableGabor Juhos2011-05-31
* ar71xx: ag71xx: nuke unused AG71XX_TX_FIFO_LEN defineGabor Juhos2011-05-31
* ar71xx: detect link on LAN portsMatteo Croce2011-05-17
* use correct macros and frame size in ag71xxMatteo Croce2011-05-14
* ar71xx: ag71xx: add timestamps to ag71xx_bufGabor Juhos2011-05-07
* ar71xx: ag71xx: use debugfs_remove_recursiveGabor Juhos2011-05-07
* ar71xx: only allow internal access to the ar7240 switch, export the MDIO bus ...Felix Fietkau2011-04-02
* ar71xx: return statements does not need parenthesisGabor Juhos2010-11-12
* ar71xx: fix inline attribute locationGabor Juhos2010-11-12
* ar71xx: fix whitespaces nitsGabor Juhos2010-11-12
* ar71xx: add a new driver for the ar7240 switch using swconfig. hooks directly...Felix Fietkau2010-08-16
* ar71xx: ag71xx: avoid unalinged accesses when using the phy specific receive ...Gabor Juhos2010-04-09
* ar71xx: ag71xx: call the phy driver's netif_receive_skb()Gabor Juhos2010-04-09
* ar71xx: fix broken LAN ports on the boards with AR8216 switch (closes #7024)Gabor Juhos2010-04-03
* ar71xx: ag71xx: introduce ag71xx_has_ar8216() helperGabor Juhos2010-03-27
* ar71xx: change PHY select logic, and update phy_masksGabor Juhos2010-03-21
* ar71xx: ag71xx: fix MAC address setupGabor Juhos2010-03-09
* ar71xx: ag71xx: move link update functionGabor Juhos2010-03-05
* ar71xx: ag71xx: don't use dev->trans_startGabor Juhos2010-03-05
* ar71xx: ag71xx: use dma_unmap_single to unmap framesGabor Juhos2010-03-05
* ar71xx: ag71xx: use correct device pointer for dma_map_singleGabor Juhos2010-03-02
* ar71xx: ag71xx: don't use virt_to_physGabor Juhos2010-03-02
* ar71xx: ag71xx: simplify register access functionsGabor Juhos2010-03-02
* ar71xx: ag71xx: use NETDEV_TX_OKGabor Juhos2010-03-02
* ar71xx: add NAPI statistics to the ag71xx driverGabor Juhos2010-01-08
* fix typo after r19054Jo-Philipp Wich2010-01-06
* ar71xx: add detailed interrupt statistics for the ag71xx driverGabor Juhos2010-01-06
* ar71xx: add dummy debugfs support for the ag71xx driverGabor Juhos2010-01-04
* ar71xx: add support for external mii_busGabor Juhos2009-12-08
* ar71xx: use soc specific divider for mdio clockGabor Juhos2009-10-30
* ar71xx: flush mii register writesGabor Juhos2009-09-23
* ar71xx: don't use mac_base2 in the ag71xx driverGabor Juhos2009-09-23
* ar71xx: remove some extern directives in the ag71xx driverGabor Juhos2009-09-23
* ag71xx driver: fix a typoGabor Juhos2009-07-13
* ag71xx driver: align descriptors on cache_line boundaryGabor Juhos2009-07-13
* ag71xx driver: store descriptor pointers in ag71xx_bufGabor Juhos2009-07-13
* ag71xx driver: descriptors always aligned on 4 byte boundaryGabor Juhos2009-07-12
* add AR7240 specific fixes for the ag71xx driverGabor Juhos2009-07-07
* fix a bitmask in the ag71xx driverGabor Juhos2009-07-02
* ag71xx driver: add a workaround for the ar8216 chip, until we get a suitable ...Gabor Juhos2009-02-25
* ag71xx driver: add Kconfig option for enabling debug messagesGabor Juhos2009-02-15