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