summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
Commit message (Expand)AuthorAgeFilesLines
* ar71xx: ag71xx: make ring sizes configurable via ethtooljuhosg2011-05-311-0/+3
* ar71xx: ag71xx: prepare to make ring sizes configurablejuhosg2011-05-311-6/+2
* ar71xx: ag71xx: nuke unused AG71XX_TX_FIFO_LEN definejuhosg2011-05-311-1/+0
* ar71xx: detect link on LAN portsmatteo2011-05-171-0/+1
* use correct macros and frame size in ag71xxmatteo2011-05-141-3/+2
* ar71xx: ag71xx: add timestamps to ag71xx_bufjuhosg2011-05-071-1/+1
* ar71xx: ag71xx: use debugfs_remove_recursivejuhosg2011-05-071-2/+0
* ar71xx: only allow internal access to the ar7240 switch, export the MDIO bus ...nbd2011-04-021-0/+8
* ar71xx: return statements does not need parenthesisjuhosg2010-11-121-2/+2
* ar71xx: fix inline attribute locationjuhosg2010-11-121-2/+2
* ar71xx: fix whitespaces nitsjuhosg2010-11-121-2/+2
* ar71xx: add a new driver for the ar7240 switch using swconfig.nbd2010-08-161-1/+7
* ar71xx: ag71xx: avoid unalinged accesses when using the phy specific receive ...juhosg2010-04-091-1/+1
* ar71xx: ag71xx: call the phy driver's netif_receive_skb()juhosg2010-04-091-1/+1
* ar71xx: fix broken LAN ports on the boards with AR8216 switch (closes #7024)juhosg2010-04-031-2/+4
* ar71xx: ag71xx: introduce ag71xx_has_ar8216() helperjuhosg2010-03-271-0/+8
* ar71xx: change PHY select logic, and update phy_masksjuhosg2010-03-211-1/+1
* ar71xx: ag71xx: fix MAC address setupjuhosg2010-03-091-1/+1
* ar71xx: ag71xx: move link update functionjuhosg2010-03-051-0/+1
* ar71xx: ag71xx: don't use dev->trans_startjuhosg2010-03-051-1/+1
* ar71xx: ag71xx: use dma_unmap_single to unmap framesjuhosg2010-03-051-3/+5
* ar71xx: ag71xx: use correct device pointer for dma_map_singlejuhosg2010-03-021-1/+1
* ar71xx: ag71xx: don't use virt_to_physjuhosg2010-03-021-1/+1
* ar71xx: ag71xx: simplify register access functionsjuhosg2010-03-021-44/+24
* ar71xx: ag71xx: use NETDEV_TX_OKjuhosg2010-03-021-1/+1
* ar71xx: add NAPI statistics to the ag71xx driverjuhosg2010-01-081-1/+20
* [ar71xx] fix typo after r19054jow2010-01-061-1/+1
* ar71xx: add detailed interrupt statistics for the ag71xx driverjuhosg2010-01-061-0/+15
* ar71xx: add dummy debugfs support for the ag71xx driverjuhosg2010-01-041-1/+21
* ar71xx: add support for external mii_busjuhosg2009-12-081-1/+0
* ar71xx: use soc specific divider for mdio clockjuhosg2009-10-301-3/+4
* ar71xx: flush mii register writesjuhosg2009-09-231-1/+1
* ar71xx: don't use mac_base2 in the ag71xx driverjuhosg2009-09-231-24/+16
* ar71xx: remove some extern directives in the ag71xx driverjuhosg2009-09-231-6/+6
* [ar71xx] ag71xx driver: fix a typojuhosg2009-07-131-1/+1
* [ar71xx] ag71xx driver: align descriptors on cache_line boundaryjuhosg2009-07-131-1/+2
* [ar71xx] ag71xx driver: store descriptor pointers in ag71xx_bufjuhosg2009-07-131-2/+3
* [ar71xx] ag71xx driver: descriptors always aligned on 4 byte boundaryjuhosg2009-07-121-1/+1
* [ar71xx] add AR7240 specific fixes for the ag71xx driverjuhosg2009-07-071-0/+10
* [ar71xx] fix a bitmask in the ag71xx driverjuhosg2009-07-021-1/+1
* [ar71xx] ag71xx driver: add a workaround for the ar8216 chip, until we get a ...juhosg2009-02-251-1/+17
* [ar71xx] ag71xx driver: add Kconfig option for enabling debug messagesjuhosg2009-02-151-2/+1
* [ar71xx] ag71xx driver: apply 2.6.28 specific patchesjuhosg2009-02-151-1/+1
* [ar71xx] ag71xx driver: fix a kernel crash caused by r14496juhosg2009-02-131-1/+1
* [ar71xx] ag71xx driver: fix return code of the napi poll routine, was broken ...juhosg2009-02-131-1/+1
* [ar71xx] ag71xx driver: update phy connecting codejuhosg2009-02-131-2/+2
* [ar71xx] move random MAC address generation into the platform initialization ...juhosg2009-01-261-1/+1
* [ar71xx] ag71xx driver: increase size of dma descriptorsjuhosg2008-12-091-1/+2
* [ar71xx] ag71xx driver: use same FIFO configuration for all SOCjuhosg2008-12-091-2/+4
* [ar71xx] ag71xx driver: add OOM handlerjuhosg2008-12-081-1/+3