summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c
AgeCommit message (Expand)Author
2011-11-13ar71xx: ag71xx: remove unused mii_ctrl field from struct ag71xxjuhosg
2011-11-13ar71xx: set MII interface speed from the set_speed callbacksjuhosg
2011-11-13ar71xx: rename set_pll callback to set_speed in ag71xx_platform_datajuhosg
2011-11-13ar71xx: ag71xx: remove MII interface setup codejuhosg
2011-08-13ar71xx: add some code to detect DMA stuck conditions on ar7240nbd
2011-08-13ar71xx: on ar724x only reset the link status in the restart handler, the fast...nbd
2011-08-04ar71xx: fix ethernet FIFO state corruption on ar7240nbd
2011-08-04ag71xx: fix memory corruption issues on ar7240 on ethernet start/stopnbd
2011-08-04ar71xx: fix MAC/MDIO reset mask handlingnbd
2011-07-20ar71xx: reset the phy in the ethernet init on ar724xnbd
2011-07-20ar71xx: make sure that rx and interrupts are disabled before issuing the hard...nbd
2011-07-20ar71xx: increase the delay after the ethernet MAC resetnbd
2011-07-20ar71xx: fix an unused variable warningnbd
2011-07-09ar71xx: do not reset the hardware on transmit timeout - this would mess up th...nbd
2011-07-09ag71xx: keep the rx engine stopped while the link is not up, should hopefully...nbd
2011-06-01Revert "ar71xx: only enable the rx engine after the link is up..."nbd
2011-05-31ar71xx: ag71xx: prepare to make ring sizes configurablejuhosg
2011-05-30ar71xx: only enable the rx engine after the link is up, fixes a race conditio...nbd
2011-05-30ar71xx: disable flow control for ar724x, it can get stuck in a loop of contin...nbd
2011-05-07ar71xx: ag71xx: add timestamps to ag71xx_bufjuhosg
2011-04-02ar71xx: frequent ethernet mac resets upset the MDIO bus on ar7240, so do not ...nbd
2010-11-12ar71xx: drivers/ag71xx: remove deprecated usage of IRQF_SAMPLE_RANDOMjuhosg
2010-11-12ar71xx: wrap long linesjuhosg
2010-11-12ar71xx: fix whitespaces nitsjuhosg
2010-10-21ar71xx: fix more section mismatchesnbd
2010-10-21ar71xx: improve 2.6.36 compatibility. also, instead of adding a forward port ...nbd
2010-07-06ar71xx: only reinit the ethernet MAC at .open() on ar724x for now, until we'v...nbd
2010-07-04ag71xx: reset the hardware during open(), this improves recovery from tx time...nbd
2010-07-04ag71xx: fix a memory corruption bug that happens if you flood the interface w...nbd
2010-04-26ag71xx: remove rx alignment code for small packets, it seems to break ipv6 fo...nbd
2010-04-15ar71xx: fix up alignment handlingnbd
2010-04-09ar71xx: ag71xx: avoid unalinged accesses when using the phy specific receive ...juhosg
2010-04-09ar71xx: ag71xx: call the phy driver's netif_receive_skb()juhosg
2010-04-03ar71xx: fix broken LAN ports on the boards with AR8216 switch (closes #7024)juhosg
2010-03-27ar71xx: ag71xx: copy received packet to avoid unaligned access in the IP stackjuhosg
2010-03-27ar71xx: ag71xx: introduce ag71xx_has_ar8216() helperjuhosg
2010-03-27ar71xx: ag71xx: reorganize ag71xx_rx_packet functionjuhosg
2010-03-27ar71xx: ag71xx: Add netpoll supportjuhosg
2010-03-09ar71xx: ag71xx: fix MAC address setupjuhosg
2010-03-05ar71xx: ag71xx: move calling ag71xx_phy_stop out from spinlockjuhosg
2010-03-05ar71xx: ag71xx: move link update functionjuhosg
2010-03-05ar71xx: ag71xx: don't use dev->trans_startjuhosg
2010-03-05ar71xx: ag71xx: use dma_unmap_single to unmap framesjuhosg
2010-03-02ar71xx: ag71xx: use correct device pointer for dma_map_singlejuhosg
2010-03-02ar71xx: ag71xx: don't use virt_to_physjuhosg
2010-03-02ar71xx: ag71xx: use NETDEV_TX_OKjuhosg
2010-02-24ar71xx: enable TX/RX flow control on the AR7240juhosg
2010-01-08ar71xx: add NAPI statistics to the ag71xx driverjuhosg
2010-01-06ar71xx: add detailed interrupt statistics for the ag71xx driverjuhosg
2010-01-04ar71xx: add dummy debugfs support for the ag71xx driverjuhosg