| Commit message (Expand) | Author | Age | Files | Lines |
* | ar71xx: fix mv88e6063 compile for 3.14 | John Crispin | 2015-02-15 | 1 | -1/+2 |
* | ar71xx: add v3.18 support | John Crispin | 2015-02-15 | 1 | -0/+16 |
* | ar71xx: improve ethernet driver cache footprint by removing an unnecessary po... | Felix Fietkau | 2014-12-09 | 3 | -27/+36 |
* | ag71xx: replace delay with sleep calls | John Crispin | 2014-12-07 | 2 | -6/+6 |
* | ag71xx: replace fixed PHY reset wait time in ar7240sw_setup | John Crispin | 2014-12-07 | 1 | -1/+28 |
* | ar71xx: ack completed tx descriptors only after the full frame has been compl... | Felix Fietkau | 2014-09-10 | 1 | -10/+16 |
* | ar71xx: re-enable descriptor splitting on ar716x after the previous bugfixes ... | Felix Fietkau | 2014-09-06 | 1 | -2/+0 |
* | ar71xx: fix off-by-one error in packet descriptor splitting (patch from #13072) | Felix Fietkau | 2014-09-06 | 1 | -1/+6 |
* | ar71xx: on ar716x, split ethernet packets in 512 byte chunks instead of 256 (... | Felix Fietkau | 2014-09-06 | 1 | -1/+1 |
* | ar71xx: disable ethernet descriptor splitting for now, as it seems to cause t... | Felix Fietkau | 2014-08-30 | 1 | -0/+2 |
* | ar71xx: split packets into multiple descriptors on ar716x | Felix Fietkau | 2014-08-29 | 3 | -28/+105 |
* | ar71xx: ag71xx: increase calculated max frame length value | Gabor Juhos | 2014-01-11 | 1 | -1/+3 |
* | ar71xx: ag71xx: fix max frame length setup of the built-in switches | Gabor Juhos | 2013-12-20 | 1 | -5/+12 |
* | ar71xx: ag71xx: calculate max frame len register value from the MTU | Gabor Juhos | 2013-12-20 | 1 | -3/+15 |
* | ar71xx: ag71xx: add ag71xx_max_frame_len() helper | Gabor Juhos | 2013-12-20 | 1 | -2/+8 |
* | ar71xx: ag71xx: get max_frame_len and desc_pktlen_mask from platform data | Gabor Juhos | 2013-12-20 | 1 | -2/+5 |
* | ar71xx: ag71xx: store descriptor packet length mask in ag71xx struct | Gabor Juhos | 2013-12-20 | 2 | -7/+5 |
* | ar71xx: implement callback in mdio reset | Gabor Juhos | 2013-12-17 | 1 | -0/+3 |
* | ar71xx: ag71xx: compute the RX buffer size from the maximum frame size | Gabor Juhos | 2013-12-17 | 2 | -3/+1 |
* | ar71xx: ag71xx: store RX buffer size in the ag71xx struct | Gabor Juhos | 2013-12-17 | 2 | -6/+8 |
* | ar71xx: ag71xx: store maximum frame length in the ag71xx struct | Gabor Juhos | 2013-12-17 | 2 | -2/+8 |
* | ar71xx: ag71xx: use mdio bus name in ar7240_probe messages | Gabor Juhos | 2013-12-17 | 1 | -4/+4 |
* | ag71xx: ag71xx: use device name for debugfs entry | Gabor Juhos | 2013-12-17 | 1 | -3/+7 |
* | ar71xx: ag71xx: fix ag71xx_probe error path | Gabor Juhos | 2013-11-11 | 1 | -1/+3 |
* | ar71xx: ag71xx: fix a race involving netdev registration | Gabor Juhos | 2013-11-08 | 2 | -23/+21 |
* | ar71xx: ethernet: reduce tx dma ring size further to improve cache footprint | Felix Fietkau | 2013-08-13 | 1 | -2/+2 |
* | ar71xx: ethernet: reduce tx and rx DMA ring size to improve cache footprint | Felix Fietkau | 2013-08-12 | 1 | -2/+2 |
* | ar71xx: ethernet: cache skb->len in the tx function to avoid accessing it aga... | Felix Fietkau | 2013-08-12 | 2 | -5/+10 |
* | ar71xx: fix typo | Felix Fietkau | 2013-08-12 | 1 | -1/+1 |
* | ar71xx: ethernet: skip calls to netdev_completed_queue and netif_wake_queue i... | Felix Fietkau | 2013-08-12 | 1 | -0/+3 |
* | ar71xx: ethernet: do not update the unused dev->last_rx field | Felix Fietkau | 2013-08-12 | 1 | -1/+0 |
* | ar71xx: add missing return statement in ethernet mtu change op | Felix Fietkau | 2013-08-12 | 1 | -0/+1 |
* | ar71xx: allow mtu > 1500 based on the configured tx/rx mtu register value | Felix Fietkau | 2013-08-10 | 1 | -1/+10 |
* | ar71xx: add linux 3.10 | Felix Fietkau | 2013-07-09 | 1 | -1/+1 |
* | ar71xx: remove __dev{init,exit} annotations from kernel files | Gabor Juhos | 2013-02-19 | 4 | -9/+9 |
* | ar71xx: allow unknown multicast frames to pass to the CPU on AR934x | Felix Fietkau | 2013-02-11 | 1 | -2/+4 |
* | ar71xx: ag71xx: show PHY interface mode in dmesg | Gabor Juhos | 2012-12-25 | 1 | -2/+24 |
* | ar71xx: ag71xx: fix mii_bus_dev sanity check | Gabor Juhos | 2012-12-22 | 1 | -1/+1 |
* | ar71xx: ag71xx: don't start/stop built-in switch w/o mii_bus_dev | Gabor Juhos | 2012-12-22 | 1 | -2/+2 |
* | ar71xx: ag71xx: fix build_skb arguments for 3.6 | Gabor Juhos | 2012-10-27 | 1 | -1/+1 |
* | ar71xx: add dynamic MDIO clock calculation | Gabor Juhos | 2012-09-09 | 1 | -8/+64 |
* | ar71xx: improve MDIO busy wait code | Gabor Juhos | 2012-07-03 | 1 | -21/+30 |
* | ar71xx: do not override the mdio clock for ar9330. the override value (obtain... | Felix Fietkau | 2012-05-28 | 1 | -2/+0 |
* | ar71xx: improve rx performance of the ethernet driver by using build_skb to d... | Felix Fietkau | 2012-05-28 | 2 | -41/+49 |
* | ar71xx: fix MII clock settings for various chips, improves ethernet stability... | Felix Fietkau | 2012-05-27 | 2 | -2/+16 |
* | ar71xx: remove AG71XX_RX_PKT_RESERVE, it is no longer necessary (found by Eri... | Felix Fietkau | 2012-05-15 | 1 | -2/+1 |
* | kernel: rewrite the phy packet hook, put it in the network stack to avoid hav... | Felix Fietkau | 2012-05-06 | 1 | -26/+14 |
* | ar71xx: allow to disable link polling on unused PHYs | Gabor Juhos | 2012-04-29 | 1 | -4/+11 |
* | ar71xx: enable MIB counters in the built-in switch of the AR934x | Gabor Juhos | 2012-04-25 | 1 | -2/+11 |
* | ar71xx: move micrel PHY driver to the generic linux target | Gabor Juhos | 2012-03-15 | 1 | -83/+0 |