summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/devlink
AgeCommit message (Expand)AuthorLines
9 daysdrivers: net: ice: fix devlink parameters get without irdmaNikolay Aleksandrov-2/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+5
2026-01-20ice: add missing ice_deinit_hw() in devlink reinit pathPaul Greenwalt-0/+1
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka-4/+10
2025-10-24ice: move ice_deinit_dev() to the end of deinit pathsPrzemek Kitszel-1/+4
2025-10-24ice: move ice_init_pf() out of ice_init_dev()Przemek Kitszel-3/+13
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit-2/+1
2025-07-25Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-7/+9
2025-07-25net: Fix typosBjorn Helgaas-1/+1
2025-07-24ice: use libie_aq_strMichal Swiatkowski-6/+6
2025-07-24ice, libie: move generic adminq descriptors to libMichal Swiatkowski-1/+3
2025-07-18ice: add 40G speed to Admin Command GET PORT OPTIONAleksandr Loktionov-0/+2
2025-05-09iidc/ice/irdma: Update IDC to support multiple consumersDave Ertman-10/+35
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+3
2025-03-18ice: health.c: fix compilation on gcc 7.5Przemek Kitszel-3/+3
2025-02-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Jakub Kicinski-0/+102
2025-02-05ice: enable_rdma devlink paramMichal Swiatkowski-0/+21
2025-02-05ice: devlink PF MSI-X max and min parameterMichal Swiatkowski-0/+81
2025-02-01ice: Add check for devm_kzalloc()Jiasheng Jiang-0/+3
2025-01-16ice: support FW Recovery ModeKonrad Knitter-2/+6
2025-01-14ice: add fw and port health reportersKonrad Knitter-8/+302
2025-01-14ice: split ice_init_hw() out from ice_init_dev()Przemek Kitszel-1/+9
2024-12-17ice: Add MDD logging via devlink healthBen Shelton-0/+88
2024-12-17ice: add Tx hang devlink health reporterPrzemek Kitszel-0/+239
2024-12-17ice: rename devlink_port.[ch] to port.[ch]Przemek Kitszel-2/+2
2024-10-29ice: block SF port creation in legacy modeMichal Swiatkowski-0/+6
2024-09-06ice: subfunction activation and base devlink opsPiotr Raczynski-0/+183
2024-09-06ice: support subfunction devlink Tx topologyMichal Swiatkowski-0/+13
2024-09-06ice: create port representor for SFMichal Swiatkowski-3/+3
2024-09-06ice: make representor code genericMichal Swiatkowski-0/+2
2024-09-06ice: base subfunction aux driverPiotr Raczynski-0/+44
2024-09-06ice: allocate devlink for subfunctionPiotr Raczynski-0/+32
2024-09-06ice: add basic devlink subfunctions supportPiotr Raczynski-0/+325
2024-08-20ice: use internal pf id instead of function numberMichal Swiatkowski-2/+2
2024-07-11ice: Add support for devlink local_forwarding paramPawel Kaminski-0/+126
2024-06-28ice: Add get/set hw address for VFs using devlink commandsKarthik Sundaravel-1/+58
2024-06-21ice: move devlink locking outside the port creationMichal Swiatkowski-4/+2
2024-05-29ice: check for unregistering correct number of devlink paramsDave Ertman-9/+22
2024-05-06ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek-4/+2
2024-04-22ice: Add tx_scheduling_layers devlink paramLukasz Czapnik-2/+170
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek-6/+6
2024-04-01ice: hold devlink lock for whole init/cleanupMichal Swiatkowski-16/+16
2024-04-01ice: move devlink port code to a separate filePiotr Raczynski-423/+442
2024-04-01ice: move ice_devlink.[ch] to devlink folderMichal Swiatkowski-0/+2047