summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_devlink.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12ice: Remove and readd netdev during devlink reloadWojciech Drewek1-6/+62
2023-12-05ice: add CGU info to devlink info callbackArkadiusz Kubalewski1-0/+20
2023-11-13ice: set Tx topology every time new repr is addedMichal Swiatkowski1-0/+29
2023-05-30devlink: move port_split/unsplit() ops into devlink_port_opsJiri Pirko1-2/+2
2023-05-30ice: register devlink port for PF with opsJiri Pirko1-1/+5
2023-03-30ice: remove comment about not supporting driver reinitJacob Keller1-1/+0
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2023-02-13ice: Fix check for weight and priority of a scheduling nodeMichal Wilczynski1-2/+2
2023-02-03ice: implement devlink reinit actionMichal Swiatkowski1-22/+81
2023-01-30devlink: remove devlink featuresJiri Pirko1-1/+0
2023-01-27ice: remove pointless calls to devlink_param_driverinit_value_set()Jiri Pirko1-18/+2
2022-12-01net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-6/+0
2022-12-01ice: implement direct read for NVM and Shadow RAM regionsJacob Keller1-0/+69
2022-12-01ice: use same function to snapshot both NVM and Shadow RAMJacob Keller1-72/+23
2022-11-18ice: Prevent ADQ, DCB coexistence with Custom Tx schedulerMichal Wilczynski1-0/+91
2022-11-18ice: Implement devlink-rate APIMichal Wilczynski1-0/+411
2022-11-04net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko1-12/+2
2022-08-24ice: Implement devlink port split operationsAnatolii Gerasymenko1-0/+288
2022-07-12ice: change devlink code to read NVM in blocksPaul M Stillwell Jr1-19/+40
2022-05-05ice: always check VF VSI pointer valuesJacob Keller1-1/+4
2022-05-05ice: get switch id on switchdev devicesMichal Swiatkowski1-0/+22
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+2
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+2
2021-12-15ice: support immediate firmware activation via devlink reloadJacob Keller1-0/+99
2021-12-15ice: move ice_devlink_flash_update and merge with ice_flash_pldm_imageJacob Keller1-50/+0
2021-12-15ice: move and rename ice_check_for_pending_updateJacob Keller1-1/+1
2021-12-15ice: devlink: add shadow-ram region to snapshot Shadow RAMJacob Keller1-5/+88
2021-12-14ice: Propagate error codesTony Nguyen1-4/+3
2021-12-14ice: Remove excess error variablesTony Nguyen1-13/+12
2021-12-14ice: Cleanup after ice_status removalTony Nguyen1-2/+2
2021-12-14ice: Use int for ice_statusTony Nguyen1-4/+4
2021-12-14ice: Remove string printing for ice_statusTony Nguyen1-10/+10
2021-11-30net/ice: Fix boolean assignmentShiraz Saleem1-1/+1
2021-11-22net/ice: Add support for enable_iwarp and enable_roce devlink paramShiraz Saleem1-0/+144
2021-10-22ice: Nuild fix.David S. Miller1-2/+0
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+4
2021-10-19ice: Make use of the helper function devm_add_action_or_reset()Cai Huoqing1-3/+1
2021-10-14ice: Print the api_patch as part of the fw.mgmt.apiBrett Creeley1-1/+2
2021-10-07ice: Move devlink port to PF/VF structWojciech Drewek1-27/+82
2021-10-07ice: support basic E-Switch mode controlMichal Swiatkowski1-0/+3
2021-09-28ice: refactor devlink getter/fallback functions to voidJacob Keller1-83/+50
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-10/+2
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2021-08-20ice: do not abort devlink info if board identifier can't be foundJacob Keller1-1/+3
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+2
2021-06-07ice: wait for reset before reporting devlink infoJacob Keller1-0/+6
2021-06-07ice: add extack when unable to read device capsJacob Keller1-0/+3
2021-02-05ice: display stored UNDI firmware version via devlink infoJacob Keller1-1/+25
2021-02-05ice: display stored netlist versions via devlink infoJacob Keller1-2/+40
2021-02-05ice: display some stored NVM versions via devlink infoJacob Keller1-4/+78