summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic/ionic_bus_pci.c
Commit message (Expand)AuthorAgeFilesLines
* ionic: Remove redundant pci_clear_masterCai Huoqing2023-03-241-1/+0
* ionic: add tx/rx-push support with device Component Memory BuffersShannon Nelson2023-02-131-0/+2
* ionic: remove unnecessary void castsShannon Nelson2023-02-131-2/+2
* ionic: change order of devlink port register and netdev registerJiri Pirko2022-09-271-8/+8
* ionic: fix missing pci_release_regions() on error in ionic_probe()Yang Yingliang2022-05-091-1/+2
* ionic: replace set_vf data with unionShannon Nelson2022-01-251-6/+7
* ionic: start watchdog after all is setupShannon Nelson2022-01-251-1/+3
* ionic: increment num-vfs before configureShannon Nelson2021-07-271-1/+1
* ionic: drop useless check of PCI driver data validityLeon Romanovsky2021-07-211-3/+0
* ionic: block actions during fw resetShannon Nelson2021-03-181-0/+4
* ionic: refill lif identity after fw_upShannon Nelson2020-10-021-8/+2
* ionic: stop watchdog timer earlier on removeShannon Nelson2020-09-301-2/+3
* ionic: remove lif list conceptShannon Nelson2020-08-281-15/+17
* ionic: rearrange reset and bus-master controlShannon Nelson2020-07-211-5/+4
* ionic: add pcie_print_link_statusShannon Nelson2020-06-111-0/+1
* ionic: remove support for mgmt deviceShannon Nelson2020-06-111-6/+0
* ionic: add support for device id 0x1004Shannon Nelson2020-03-091-1/+6
* ionic: print pci bus lane infoShannon Nelson2020-03-091-0/+1
* ionic: keep ionic dev on lif init failShannon Nelson2020-03-091-5/+16
* ionic: support sr-iov operationsShannon Nelson2020-01-051-0/+113
* ionic: Add the basic NDO callbacks for netdev supportShannon Nelson2019-09-051-1/+14
* ionic: Add basic adminq supportShannon Nelson2019-09-051-0/+5
* ionic: Add interrupts and doorbellsShannon Nelson2019-09-051-0/+12
* ionic: Add basic lif supportShannon Nelson2019-09-051-0/+47
* ionic: Add port management commandsShannon Nelson2019-09-051-0/+16
* ionic: Add hardware init and device commandsShannon Nelson2019-09-051-0/+141
* ionic: Add basic framework for IONIC Network device driverShannon Nelson2019-09-051-0/+58