summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic/ionic_devlink.c
Commit message (Expand)AuthorAgeFilesLines
* ionic: catch failure from devlink_allocShannon Nelson2023-05-031-0/+2
* net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-301-4/+0
* net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2022-11-031-1/+1
* ionic: no devlink_unregister if not registeredShannon Nelson2021-10-121-1/+0
* ionic: Move devlink registration to be last devlink commandLeon Romanovsky2021-09-271-2/+2
* devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-6/+1
* devlink: Set device as early as possibleLeon Romanovsky2021-08-091-2/+2
* ionic: cleanly release devlink instanceLeon Romanovsky2021-07-211-7/+7
* devlink: move request_firmware out of driverJacob Keller2020-11-191-1/+1
* devlink: convert flash_update to use params structureJacob Keller2020-09-251-3/+2
* devlink: check flash_update parameter support in net coreJacob Keller2020-09-251-3/+0
* ionic: add devlink firmware updateShannon Nelson2020-09-181-0/+14
* ionic: remove lif list conceptShannon Nelson2020-08-281-1/+1
* devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson2020-07-091-2/+3
* ionic: remove support for mgmt deviceShannon Nelson2020-06-111-4/+0
* ionic: stop devlink warn on mgmt deviceShannon Nelson2020-03-171-2/+7
* ionic: add support for device id 0x1004Shannon Nelson2020-03-091-1/+1
* ionic: simplify returns in devlink infoShannon Nelson2019-10-021-5/+4
* ionic: Add the basic NDO callbacks for netdev supportShannon Nelson2019-09-051-1/+14
* ionic: Add hardware init and device commandsShannon Nelson2019-09-051-1/+52
* ionic: Add basic framework for IONIC Network device driverShannon Nelson2019-09-051-0/+35