ar71xx: on ar7240, exclude ports from their own port vlan destination mask
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / drivers / net / ag71xx /
2011-11-08 Felix Fietkauar71xx: on ar7240, exclude ports from their own port...
2011-10-08 Jonas Gorskiag71xx: close a race between the phy state machine...
2011-09-11 Felix Fietkauar71xx: fix register range check for DMA stuck checks...
2011-08-13 Felix Fietkauar71xx: add some code to detect DMA stuck conditions...
2011-08-13 Felix Fietkauar71xx: on ar724x only reset the link status in the...
2011-08-04 Felix Fietkauar71xx: fix ethernet FIFO state corruption on ar7240
2011-08-04 Felix Fietkauag71xx: fix memory corruption issues on ar7240 on ether...
2011-08-04 Felix Fietkauar71xx: fix MAC/MDIO reset mask handling
2011-07-20 Felix Fietkauar71xx: reinitialize global switch settings after reset...
2011-07-20 Felix Fietkauar71xx: configure address aging on ar7240
2011-07-20 Felix Fietkauar71xx: reset the phy in the ethernet init on ar724x
2011-07-20 Felix Fietkauar71xx: make sure that rx and interrupts are disabled...
2011-07-20 Felix Fietkauar71xx: increase the delay after the ethernet MAC reset
2011-07-20 Felix Fietkauar71xx: fix an unused variable warning
2011-07-09 Felix Fietkauar71xx: do not reset the hardware on transmit timeout...
2011-07-09 Felix Fietkauag71xx: keep the rx engine stopped while the link is...
2011-06-01 Felix FietkauRevert "ar71xx: only enable the rx engine after the...
2011-05-31 Gabor Juhosar71xx: ag71xx: make ring sizes configurable via ethtool
2011-05-31 Gabor Juhosar71xx: ag71xx: prepare to make ring sizes configurable
2011-05-31 Gabor Juhosar71xx: ag71xx: nuke unused AG71XX_TX_FIFO_LEN define
2011-05-30 Felix Fietkauar71xx: only enable the rx engine after the link is...
2011-05-30 Felix Fietkauar71xx: disable flow control for ar724x, it can get...
2011-05-17 Matteo Crocear71xx: detect link on LAN ports
2011-05-14 Matteo Croceuse correct macros and frame size in ag71xx
2011-05-08 Gabor Juhosar71xx: ag71xx: make switch register access atomic
2011-05-08 Gabor Juhosar71xx: ag71xx: fix section mismatch warnings
2011-05-08 Gabor Juhosar71xx: ag71xx: fix build error if debugfs is enabled
2011-05-07 Gabor Juhosar71xx: ag71xx: add debugfs entry for [rt]x_ring
2011-05-07 Gabor Juhosar71xx: ag71xx: add timestamps to ag71xx_buf
2011-05-07 Gabor Juhosar71xx: ag71xx: use dynamically allocated buffer for...
2011-05-07 Gabor Juhosar71xx: ag71xx: use debugfs_remove_recursive
2011-04-02 Felix Fietkauar71xx: only allow internal access to the ar7240 switch...
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: use pr_* functions in drivers
2010-11-12 Gabor Juhosar71xx: return statements does not need parenthesis
2010-11-12 Gabor Juhosar71xx: fix inline attribute location
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-08-16 Felix Fietkauar71xx: add a new driver for the ar7240 switch using...
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-26 Andy Boyett[ar71xx] wrt400n: lan ports don't need the ar8216 worka...
2010-03-21 Gabor Juhosar71xx: change PHY select logic, and update phy_masks
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: simplify register access functions
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 Jo-Philipp Wich[ar71xx] fix typo after r19054
2010-01-06 Gabor Juhosar71xx: add detailed interrupt statistics for the ag71x...
2010-01-04 Gabor Juhosar71xx: update Kconfig of the ag71xx driver
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: fix NULL pointer dereference in the ethernet...
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-12-03 Gabor Juhosar71xx: change mii_bus name
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-10-30 Gabor Juhosar71xx: use soc specific divider for mdio clock
2009-10-30 Gabor Juhosar71xx: update mdio_reset code
2009-09-23 Gabor Juhosar71xx: flush mii register writes
2009-09-23 Gabor Juhosar71xx: don't use mac_base2 in the ag71xx driver
2009-09-23 Gabor Juhosar71xx: remove some extern directives in the ag71xx...
2009-07-13 Gabor Juhos[ar71xx] ag71xx driver: rename ag71xx_debug module...
2009-07-13 Gabor Juhos[ar71xx] ag71xx driver: fix a typo
2009-07-13 Gabor Juhos[ar71xx] ag71xx driver: align descriptors on cache_line...
2009-07-13 Gabor Juhos[ar71xx] ag71xx driver: store descriptor pointers in...
2009-07-12 Gabor Juhos[ar71xx] ag71xx driver: descriptors always aligned...
2009-07-12 Gabor Juhos[ar71xx] ag71xx driver: don't flush ddr on tx path
2009-07-07 Gabor Juhos[ar71xx] add AR7240 specific fixes for the ag71xx driver
2009-07-02 Gabor Juhos[ar71xx] fix a bitmask in the ag71xx driver
2009-05-28 Gabor Juhos[ar71xx] add support for board specific PLL settings
2009-05-05 Gabor Juhos[ar71xx] use dev_name() instead of bus_id in ag71xx...
2009-04-26 Gabor Juhos[ar71xx] select ar8216 support for the WRT400N (thanks...
2009-02-25 Gabor Juhos[ar71xx] ag71xx driver: forgot to add a new file
2009-02-25 Gabor Juhos[ar71xx] ag71xx driver: add a workaround for the ar8216...
2009-02-15 Gabor Juhos[ar71xx] ag71xx driver: add Kconfig option for enabling...
2009-02-15 Gabor Juhos[ar71xx] ag71xx driver: apply 2.6.28 specific patches
next