summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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: spi-rb4xx fix.Sergey Sergeev2016-07-021-1/+1
* 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-072-2/+2
* 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 a few include errorsFelix Fietkau2016-01-301-1/+1
* 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: add LED driver NU801John Crispin2015-12-111-0/+396
* ar71xx: add 64kb bootloader mtd parser for tplinkpartJohn Crispin2015-08-171-6/+29
* ar71xx: remove the use of the obsolete IRQF_DISABLED flag in the NAND flash d...Felix Fietkau2015-07-201-1/+1
* ar71xx: ag71xx remove IRQF_DISABLEDJohn Crispin2015-07-091-1/+1
* ar71xx: ar934x-nfc: allow ECC to be configured in software BCH modeFelix Fietkau2015-06-181-0/+4
* ar71xx: return limit as number of processed frames when re-scheduling NAPI pollFelix Fietkau2015-06-141-1/+1
* ar71xx: generalize cybertan partition parserJohn Crispin2015-03-111-6/+0
* ar71xx: rename wrt160nl's trx partition parserJohn Crispin2015-03-111-18/+18
* ar71xx: fix gpio-latch driverJohn Crispin2015-03-101-1/+2
* ar71xx: fix mv88e6063 compile for 3.14John Crispin2015-02-151-1/+2
* ar71xx: add v3.18 supportJohn Crispin2015-02-152-1/+21
* ar71xx: improve ethernet driver cache footprint by removing an unnecessary po...Felix Fietkau2014-12-093-27/+36
* ag71xx: replace delay with sleep callsJohn Crispin2014-12-072-6/+6
* ag71xx: replace fixed PHY reset wait time in ar7240sw_setupJohn Crispin2014-12-071-1/+28
* 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: on ar716x, split ethernet packets in 512 byte chunks instead of 256 (...Felix Fietkau2014-09-061-1/+1
* 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-293-28/+105
* kernel: modify mtd related patches for 3.14Hauke Mehrtens2014-05-082-2/+6
* ar71xx: rb91x-nand: rewrite to use GPIO APIGabor Juhos2014-02-231-114/+136
* ar71xx: add a generic GPIO latch driverGabor Juhos2014-02-221-0/+219
* ar71xx: ag71xx: increase calculated max frame length valueGabor Juhos2014-01-111-1/+3
* ar71xx: ag71xx: fix max frame length setup of the built-in switchesGabor Juhos2013-12-201-5/+12
* 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