summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic/ionic_bus_pci.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-27ionic: check before releasing pci regionsShannon Nelson1-7/+10
2024-02-19ionic: use pci_is_enabled not open codeShannon Nelson1-1/+1
2023-12-13ionic: fill out pci error handlersShannon Nelson1-0/+25
2023-12-13ionic: lif debugfs refresh on resetShannon Nelson1-0/+1
2023-12-13ionic: use timer_shutdown_syncShannon Nelson1-1/+1
2023-12-13ionic: no fw read when PCI reset failedShannon Nelson1-0/+5
2023-12-13ionic: prevent pci disable of already disabled deviceShannon Nelson1-1/+3
2023-12-13ionic: bypass firmware cmds when stuck in resetShannon Nelson1-0/+4
2023-12-13ionic: keep filters across FLRShannon Nelson1-0/+2
2023-07-24ionic: add FLR recovery supportShannon Nelson1-0/+53
2023-07-24ionic: extract common bits from ionic_probeShannon Nelson1-35/+49
2023-07-24ionic: extract common bits from ionic_removeShannon Nelson1-12/+13
2023-07-07ionic: remove dead device fail pathShannon Nelson1-6/+0
2023-03-24ionic: Remove redundant pci_clear_masterCai Huoqing1-1/+0
2023-02-13ionic: add tx/rx-push support with device Component Memory BuffersShannon Nelson1-0/+2
2023-02-13ionic: remove unnecessary void castsShannon Nelson1-2/+2
2022-09-27ionic: change order of devlink port register and netdev registerJiri Pirko1-8/+8
2022-05-10ionic: fix missing pci_release_regions() on error in ionic_probe()Yang Yingliang1-1/+2
2022-01-25ionic: replace set_vf data with unionShannon Nelson1-6/+7
2022-01-25ionic: start watchdog after all is setupShannon Nelson1-1/+3
2021-07-27ionic: increment num-vfs before configureShannon Nelson1-1/+1
2021-07-21ionic: drop useless check of PCI driver data validityLeon Romanovsky1-3/+0
2021-03-19ionic: block actions during fw resetShannon Nelson1-0/+4
2020-10-03ionic: refill lif identity after fw_upShannon Nelson1-8/+2
2020-10-01ionic: stop watchdog timer earlier on removeShannon Nelson1-2/+3
2020-08-28ionic: remove lif list conceptShannon Nelson1-15/+17
2020-07-22ionic: rearrange reset and bus-master controlShannon Nelson1-5/+4
2020-06-12ionic: add pcie_print_link_statusShannon Nelson1-0/+1
2020-06-11ionic: remove support for mgmt deviceShannon Nelson1-6/+0
2020-03-10ionic: add support for device id 0x1004Shannon Nelson1-1/+6
2020-03-10ionic: print pci bus lane infoShannon Nelson1-0/+1
2020-03-10ionic: keep ionic dev on lif init failShannon Nelson1-5/+16
2020-01-06ionic: support sr-iov operationsShannon Nelson1-0/+113
2019-09-05ionic: Add the basic NDO callbacks for netdev supportShannon Nelson1-1/+14
2019-09-05ionic: Add basic adminq supportShannon Nelson1-0/+5
2019-09-05ionic: Add interrupts and doorbellsShannon Nelson1-0/+12
2019-09-05ionic: Add basic lif supportShannon Nelson1-0/+47
2019-09-05ionic: Add port management commandsShannon Nelson1-0/+16
2019-09-05ionic: Add hardware init and device commandsShannon Nelson1-0/+141
2019-09-05ionic: Add basic framework for IONIC Network device driverShannon Nelson1-0/+58