summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-4/+1
* net: aquantia: remove outdated device idsNikita Danilov2019-05-011-6/+0
* net: aquantia: introduce fwreq mutexNikita Danilov2019-05-011-0/+2
* net: aquantia: user correct MSI irq typeIgor Russkikh2019-05-011-1/+1
* net: aquantia: link status irq handlingIgor Russkikh2019-05-011-8/+16
* net: aquantia: create global service workqueueNikita Danilov2019-05-011-1/+10
* net: aquantia: implement hwmon api for chip temperatureYana Esina2019-05-011-0/+3
* net: aquantia: fixed buffer overflowNikita Danilov2019-03-011-0/+2
* net: aquantia: add infrastructure for ntuple rulesDmitry Bogdanov2018-11-141-0/+2
* net: aquantia: remove some redundant variable initializationsColin Ian King2018-10-101-6/+6
* net: aquantia: fix unsigned numvecs comparison with less than zeroColin Ian King2018-06-081-6/+5
* net: aquantia: Limit number of vectors to actually allocated irqsIgor Russkikh2018-05-081-10/+10
* net: aquantia: Implement pci shutdown callbackIgor Russkikh2018-03-221-0/+15
* net: aquantia: Fix error handling in aq_pci_probe()Dan Carpenter2018-02-221-4/+10
* net: aquantia: make symbol hw_atl_boards staticWei Yongjun2018-01-231-1/+1
* net: aquantia: Fix error return code in aq_pci_probe()Wei Yongjun2018-01-231-1/+3
* net: aquantia: Cleanup pci functions moduleIgor Russkikh2018-01-211-223/+117
* net: aquantia: Introduce new AQC devices and capabilitiesIgor Russkikh2018-01-211-14/+60
* net: aquantia: Introduce new device ids and constantsIgor Russkikh2018-01-211-5/+23
* net: aquantia: Simplify dependencies between pci modulesIgor Russkikh2018-01-161-6/+91
* net: aquantia: Add const qualifiers for hardware ops tablesIgor Russkikh2018-01-161-1/+1
* net: aquantia: Fix actual speed capabilities reportingIgor Russkikh2017-12-151-2/+3
* net: aquantia: mmio unmap was not performed on driver removalIgor Russkikh2017-10-211-0/+3
* net: aquantia: Limit number of MSIX irqs to the number of cpusIgor Russkikh2017-10-211-4/+7
* net: ethernet: aquantia: call set_irq_affinity_hint before free_irqDavid Arcari2017-03-121-1/+1
* net: ethernet: aquantia: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-02-151-76/+25
* net: ethernet: aquantia: remove redundant err checkColin Ian King2017-01-291-2/+0
* net: ethernet: aquantia: PCI operationsDavid VomLehn2017-01-241-0/+345