summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 33Thomas Gleixner2019-05-241-17/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-215-0/+5
* Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-062-2/+0
|\
| * drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-082-2/+0
* | net: atheros: fix spelling mistake "underun" -> "underrun"Colin Ian King2019-04-234-5/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-3/+1
|\
| * net: set static variable an initial value in atl2_probe()Mao Wenan2019-02-231-3/+1
* | net: atheros: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-132-2/+2
* | atheros: atl2: fix an indentaion issue on a return statementColin Ian King2019-02-021-1/+1
* | atl1c: fix indentation issue on an if statementColin Ian King2019-02-021-4/+4
* | atheros: atl2: replace dev_kfree_skb_any() by dev_consume_skb_any()Yang Wei2019-01-261-1/+1
|/
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-082-6/+5
* atl1e: checking the status of atl1e_write_phy_regKangjie Lu2018-12-271-1/+3
* net: alx: make alx_drv_name staticRasmus Villemoes2018-11-052-2/+1
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-2/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-2/+0
* | atl1: remove set but not used variable 'advertising'YueHaibing2018-09-191-20/+1
* | net: ethernet: remove redundant includezhong jiang2018-09-181-1/+0
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-0/+1
|\
| * atl1c: reserve min skb headroomFlorian Westphal2018-07-221-0/+1
* | net: alx: remove redundant variable old_duplexColin Ian King2018-07-041-2/+0
|/
* alx: take rtnl before calling __alx_open from resumeSabrina Dubroca2018-06-301-1/+7
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-123-6/+6
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-214-20/+19
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: atl1c: fix spelling mistake: "droppted" -> "dropped"Colin Ian King2017-06-291-1/+1
* net: atheros: atl2: don't return zero on failure path in atl2_probe()Alexey Khoroshilov2017-05-221-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-091-2/+2
|\
| * net: alx: handle pci_alloc_irq_vectors return correctlyRakesh Pandit2017-05-051-2/+2
* | scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-081-1/+1
|/
* net: atheros: atl1: use offset_in_page() macroGeliang Tang2017-04-241-6/+5
* net: alx: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-04-112-80/+54
* atl1e: add GRO supportEric Dumazet2017-02-031-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-304-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-3/+8
|\
| * alx: work around hardware bug in interrupt fallback pathTobias Regnery2017-01-241-2/+6
| * alx: fix fallback to msi or legacy interruptsTobias Regnery2017-01-241-0/+1
| * alx: fix wrong condition to free descriptor memoryTobias Regnery2017-01-241-1/+1
* | alx: add feature flag for rx checksummingTobias Regnery2017-01-091-0/+1
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
|/
* Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-161-1/+0
* alx: enable multiple tx queuesTobias Regnery2016-11-151-2/+6
* alx: enable msi-x interrupts by defaultTobias Regnery2016-11-151-5/+1
* alx: prepare tx path for multi queue supportTobias Regnery2016-11-151-13/+45
* alx: prepare resource allocation for multi queue supportTobias Regnery2016-11-151-52/+97
* alx: prepare interrupt functions for multiple queuesTobias Regnery2016-11-151-27/+105
* alx: switch to per queue data structuresTobias Regnery2016-11-152-95/+93
* alx: add ability to allocate and free alx_napi structuresTobias Regnery2016-11-151-21/+78
* alx: extend data structures for multi queue supportTobias Regnery2016-11-151-0/+31
* alx: refactor descriptor allocationTobias Regnery2016-11-151-44/+53
OpenPOWER on IntegriCloud