aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c
Commit message (Expand)AuthorAgeFilesLines
* ar71xx: rename ethernet pdata->builtin_switch to use_flow_controlFelix Fietkau2016-10-111-1/+1
* ar71xx: enable flow control for ethernet MACs with built-in switchFelix Fietkau2016-10-111-1/+4
* Revert "ar71xx: enable flow control for ethernet MACs with built-in switch"Zoltan HERPAI2016-10-111-9/+1
* ar71xx: enable flow control for ethernet MACs with built-in switchFelix Fietkau2016-06-221-1/+9
* ar71xx: reset ethernet tx ring on fast reset to prevent packet loss / irq issuesFelix Fietkau2016-02-221-3/+11
* ag71xx: store ring size order instead of ring size to avoid div/modFelix Fietkau2016-02-111-34/+43
* ag71xx: optimize icache footprint of the receive poll functionFelix Fietkau2016-02-111-3/+10
* ar71xx: use page fragment API in the ethernet driverFelix Fietkau2016-01-311-10/+24
* ar71xx: fix ethernet MAC reset on DMA hangFelix Fietkau2016-01-131-38/+55
* ar71xx: extend ethernet DMA stuck check to all ar724x (and newer) chipsFelix Fietkau2016-01-131-1/+1
* ar71xx: clean up ethernet tx queue after reset, wake queues when done - fixes...Felix Fietkau2015-12-141-3/+8
* ar71xx: ag71xx remove IRQF_DISABLEDJohn Crispin2015-07-091-1/+1
* ar71xx: return limit as number of processed frames when re-scheduling NAPI pollFelix Fietkau2015-06-141-1/+1
* ar71xx: improve ethernet driver cache footprint by removing an unnecessary po...Felix Fietkau2014-12-091-22/+25
* ag71xx: replace delay with sleep callsJohn Crispin2014-12-071-4/+4
* ar71xx: ack completed tx descriptors only after the full frame has been compl...Felix Fietkau2014-09-101-10/+16
* ar71xx: re-enable descriptor splitting on ar716x after the previous bugfixes ...Felix Fietkau2014-09-061-2/+0
* ar71xx: fix off-by-one error in packet descriptor splitting (patch from #13072)Felix Fietkau2014-09-061-1/+6
* ar71xx: disable ethernet descriptor splitting for now, as it seems to cause t...Felix Fietkau2014-08-301-0/+2
* ar71xx: split packets into multiple descriptors on ar716xFelix Fietkau2014-08-291-25/+92
* ar71xx: ag71xx: increase calculated max frame length valueGabor Juhos2014-01-111-1/+3
* ar71xx: ag71xx: calculate max frame len register value from the MTUGabor Juhos2013-12-201-3/+15
* ar71xx: ag71xx: add ag71xx_max_frame_len() helperGabor Juhos2013-12-201-2/+8
* ar71xx: ag71xx: get max_frame_len and desc_pktlen_mask from platform dataGabor Juhos2013-12-201-2/+5
* ar71xx: ag71xx: store descriptor packet length mask in ag71xx structGabor Juhos2013-12-201-2/+4
* ar71xx: ag71xx: compute the RX buffer size from the maximum frame sizeGabor Juhos2013-12-171-1/+1
* ar71xx: ag71xx: store RX buffer size in the ag71xx structGabor Juhos2013-12-171-5/+7
* ar71xx: ag71xx: store maximum frame length in the ag71xx structGabor Juhos2013-12-171-2/+6
* ar71xx: ag71xx: fix ag71xx_probe error pathGabor Juhos2013-11-111-1/+3
* ar71xx: ag71xx: fix a race involving netdev registrationGabor Juhos2013-11-081-13/+11
* ar71xx: ethernet: cache skb->len in the tx function to avoid accessing it aga...Felix Fietkau2013-08-121-3/+5
* ar71xx: fix typoFelix Fietkau2013-08-121-1/+1
* ar71xx: ethernet: skip calls to netdev_completed_queue and netif_wake_queue i...Felix Fietkau2013-08-121-0/+3
* ar71xx: ethernet: do not update the unused dev->last_rx fieldFelix Fietkau2013-08-121-1/+0
* ar71xx: add missing return statement in ethernet mtu change opFelix Fietkau2013-08-121-0/+1
* ar71xx: allow mtu > 1500 based on the configured tx/rx mtu register valueFelix Fietkau2013-08-101-1/+10
* ar71xx: remove __dev{init,exit} annotations from kernel filesGabor Juhos2013-02-191-4/+4
* ar71xx: ag71xx: show PHY interface mode in dmesgGabor Juhos2012-12-251-2/+24
* ar71xx: ag71xx: fix mii_bus_dev sanity checkGabor Juhos2012-12-221-1/+1
* ar71xx: ag71xx: fix build_skb arguments for 3.6Gabor Juhos2012-10-271-1/+1
* ar71xx: improve rx performance of the ethernet driver by using build_skb to d...Felix Fietkau2012-05-281-40/+44
* kernel: rewrite the phy packet hook, put it in the network stack to avoid hav...Felix Fietkau2012-05-061-26/+14
* ar71xx: ag71xx: add BQL supportGabor Juhos2012-02-101-5/+13
* ar71xx: merge files-3.2 to filesGabor Juhos2012-02-101-0/+1258