aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ar71xx: add v4.14 supportJohn Crispin2018-08-222-0/+26
* ar71xx: fix QCA955X SGMII link lossDavid Bauer2018-08-082-0/+81
* Revert "ar71xx: ag71xx: Prevent kernel oops for board def"Jo-Philipp Wich2018-08-011-15/+1
* Revert "ar71xx: ag71xx: Add connect message: fixed phy"Jo-Philipp Wich2018-08-011-7/+0
* Revert "ar71xx: ag71xx_phy: Fix compilation for debug messages"Jo-Philipp Wich2018-08-011-4/+2
* ar71xx: ag71xx: Prevent kernel oops for board defDaniel F. Dickinson2018-07-301-1/+15
* ar71xx: ag71xx: Add connect message: fixed phyDaniel F. Dickinson2018-07-301-0/+7
* ar71xx: ag71xx_phy: Fix compilation for debug messagesDaniel F. Dickinson2018-07-301-2/+4
* ar71xx: fix mii bus irq assignmentFelix Fietkau2018-03-042-3/+3
* ar71xx: remove pdata->fifo_cfg*Felix Fietkau2018-03-041-3/+3
* ar71xx: fix build with ag71xx debugfs support enabledFelix Fietkau2018-02-281-6/+4
* ag71xx: Move timestamp struct member outside of struct.Rosen Penev2018-02-282-4/+3
* ar71xx: use global timestamp for hang checkFelix Fietkau2018-02-052-6/+7
* 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
* ag71xx: Reorder ag71xx struct members for better cache performanceRosen Penev2018-02-051-10/+17
* 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
* ag71xx: Reduce NAPI weight to 32.Rosen Penev2017-12-081-1/+6
* Revert "ag71xx: Switch from driver to kernel macro for NAPI_WEIGHT."Rosen Penev2017-12-083-6/+7
* ag71xx: Switch from driver to kernel macro for NAPI_WEIGHT.Rosen Penev2017-11-063-7/+6
* Revert "ar71xx: Add GRO support to ag71xx"Felix Fietkau2017-10-171-3/+3
* ar71xx: Add kernel 4.9 supportHauke Mehrtens2017-10-113-64/+72
* ar71xx: Add GRO support to ag71xxRosen Penev2017-09-111-3/+3
* ag71xx: add support for port mirroringMilan Krstić2017-07-211-0/+153
* ar71xx/ag71xx_ethtool: don't return uninitialized return value on successAlexander Couzens2017-06-111-1/+1
* ar71xx/ag71xx_mdio_probe: fix a memory leak when probe failsAlexander Couzens2017-06-111-1/+1
* ar71xx/ag71xx_ar7240_get_port_link: fix off-by-one check on argument `port`Alexander Couzens2017-06-111-2/+2
* ar71xx: fix ethernet driver fast reset issue causing tx timeoutsFelix Fietkau2016-09-031-1/+2
* ar71xx: add software transmit timestamp supportStephen Walker2016-07-152-0/+3
* ar71xx: prevent spurious ethernet resets from dma hang check false positivesFelix Fietkau2016-07-022-6/+12
* 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-262-6/+5
* ar71xx: prevent spurious ethernet resets from dma hang check false positivesFelix Fietkau2016-06-262-5/+6
* 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
* treewide: replace nbd@openwrt.org with nbd@nbd.nameFelix Fietkau2016-06-071-1/+1
* ar71xx: reset ethernet tx ring on fast reset to prevent packet loss / irq issuesFelix Fietkau2016-02-221-3/+11
* ag71xx: fix build error with debugfs codeFelix Fietkau2016-02-111-5/+7
* ag71xx: increase rx ring size to improve performanceFelix Fietkau2016-02-111-2/+2
* ag71xx: store ring size order instead of ring size to avoid div/modFelix Fietkau2016-02-113-41/+58
* ag71xx: increase tx ring size to improve performanceFelix Fietkau2016-02-111-2/+2
* 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