aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c
Commit message (Expand)AuthorAgeFilesLines
* ar71xx: drop targetAdrian Schmutzler2020-08-301-1494/+0
* ar71xx/ath79: ag71xx: dont fetch the same var againKoen Vandeputte2019-08-271-1/+1
* ar71xx: ag71xx: use base address value directly from the sourceKoen Vandeputte2019-08-271-2/+2
* ar71xx: ag71xx: make use of managed dev API simplifying codeKoen Vandeputte2019-08-271-51/+34
* ar71xx: ag71xx: replace ag71xx_get_phy_if_mode_name with phy_modes()Koen Vandeputte2019-08-271-22/+1
* ar71xx: ag71xx: pass correct device pointer to dmaKoen Vandeputte2019-08-271-7/+7
* ar71xx/ath79: ag71xx: get ring_mask consistentKoen Vandeputte2019-08-271-1/+1
* ar71xx: ag71xx: add missing register writesKoen Vandeputte2019-08-271-0/+5
* ar71xx: ag71xx: init rings with GFP_KERNELKoen Vandeputte2019-08-091-1/+1
* ar71xx/ath79: ag71xx: fix sleep in atomicKoen Vandeputte2019-08-091-6/+0
* ar71xx: ag71xx: remove unused SIOCETHTOOL ioctl handlingPetr Štetiar2019-06-051-10/+0
* ar71xx: ag71xx: Replace duplicate debugging code with simple function callPetr Štetiar2018-12-171-16/+1
* ar71xx: fix QCA955X SGMII link lossDavid Bauer2018-08-081-0/+79
* ar71xx: remove pdata->fifo_cfg*Felix Fietkau2018-03-041-3/+3
* ag71xx: Move timestamp struct member outside of struct.Rosen Penev2018-02-281-2/+3
* ar71xx: use global timestamp for hang checkFelix Fietkau2018-02-051-4/+4
* ar71xx: only access device stats in tx handler if packets were processedFelix Fietkau2018-02-051-3/+3
* ar71xx: allocate rx/tx descriptor/buffers in one chunkFelix Fietkau2018-02-051-47/+38
* ar71xx: remove obsolete '< KERNEL_VERSION(4, 2, 0)' checkGabor Juhos2018-01-091-7/+0
* ag71xx: Fix rx ring buffer stall on small packets flood on qca956x and qca953x.Vittorio Gambaletta2017-12-291-0/+16
* Revert "ag71xx: Switch from driver to kernel macro for NAPI_WEIGHT."Rosen Penev2017-12-081-1/+1
* ag71xx: Switch from driver to kernel macro for NAPI_WEIGHT.Rosen Penev2017-11-061-1/+1
* Revert "ar71xx: Add GRO support to ag71xx"Felix Fietkau2017-10-171-3/+3
* ar71xx: Add GRO support to ag71xxRosen Penev2017-09-111-3/+3
* ar71xx: fix ethernet driver fast reset issue causing tx timeoutsFelix Fietkau2016-09-031-1/+2
* ar71xx: add software transmit timestamp supportStephen Walker2016-07-151-0/+2
* ar71xx: prevent spurious ethernet resets from dma hang check false positivesFelix Fietkau2016-07-021-5/+11
* ar71xx: rename ethernet pdata->builtin_switch to use_flow_controlFelix Fietkau2016-06-271-1/+1
* Revert "ar71xx: prevent spurious ethernet resets from dma hang check false po...Felix Fietkau2016-06-261-5/+4
* ar71xx: prevent spurious ethernet resets from dma hang check false positivesFelix Fietkau2016-06-261-4/+5
* ar71xx: enable flow control for ethernet MACs with built-in switchFelix Fietkau2016-06-261-1/+4
* Revert "ar71xx: enable flow control for ethernet MACs with built-in switch"Felix Fietkau2016-06-141-9/+1
* ar71xx: enable flow control for ethernet MACs with built-in switchFelix Fietkau2016-06-131-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