aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-12net: atlantic: make symbol 'aq_pm_ops' staticzhengbin1-1/+1
2019-11-07net: atlantic: code style cleanupNikita Danilov1-3/+5
2019-11-07net: atlantic: refactoring pm logicNikita Danilov1-9/+78
2019-10-24net: aquantia: implement data PTP datapathEgor Pomozov1-1/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner1-4/+1
2019-05-01net: aquantia: remove outdated device idsNikita Danilov1-6/+0
2019-05-01net: aquantia: introduce fwreq mutexNikita Danilov1-0/+2
2019-05-01net: aquantia: user correct MSI irq typeIgor Russkikh1-1/+1
2019-05-01net: aquantia: link status irq handlingIgor Russkikh1-8/+16
2019-05-01net: aquantia: create global service workqueueNikita Danilov1-1/+10
2019-05-01net: aquantia: implement hwmon api for chip temperatureYana Esina1-0/+3
2019-03-01net: aquantia: fixed buffer overflowNikita Danilov1-0/+2
2018-11-14net: aquantia: add infrastructure for ntuple rulesDmitry Bogdanov1-0/+2
2018-10-10net: aquantia: remove some redundant variable initializationsColin Ian King1-6/+6
2018-06-08net: aquantia: fix unsigned numvecs comparison with less than zeroColin Ian King1-6/+5
2018-05-08net: aquantia: Limit number of vectors to actually allocated irqsIgor Russkikh1-10/+10
2018-03-22net: aquantia: Implement pci shutdown callbackIgor Russkikh1-0/+15
2018-02-22net: aquantia: Fix error handling in aq_pci_probe()Dan Carpenter1-4/+10
2018-01-23net: aquantia: make symbol hw_atl_boards staticWei Yongjun1-1/+1
2018-01-23net: aquantia: Fix error return code in aq_pci_probe()Wei Yongjun1-1/+3
2018-01-21net: aquantia: Cleanup pci functions moduleIgor Russkikh1-223/+117
2018-01-21net: aquantia: Introduce new AQC devices and capabilitiesIgor Russkikh1-14/+60
2018-01-21net: aquantia: Introduce new device ids and constantsIgor Russkikh1-5/+23
2018-01-16net: aquantia: Simplify dependencies between pci modulesIgor Russkikh1-6/+91
2018-01-16net: aquantia: Add const qualifiers for hardware ops tablesIgor Russkikh1-1/+1
2017-12-15net: aquantia: Fix actual speed capabilities reportingIgor Russkikh1-2/+3
2017-10-21net: aquantia: mmio unmap was not performed on driver removalIgor Russkikh1-0/+3
2017-10-21net: aquantia: Limit number of MSIX irqs to the number of cpusIgor Russkikh1-4/+7
2017-03-12net: ethernet: aquantia: call set_irq_affinity_hint before free_irqDavid Arcari1-1/+1
2017-02-15net: ethernet: aquantia: switch to pci_alloc_irq_vectorsChristoph Hellwig1-76/+25
2017-01-29net: ethernet: aquantia: remove redundant err checkColin Ian King1-2/+0
2017-01-24net: ethernet: aquantia: PCI operationsDavid VomLehn1-0/+345