summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/sf
AgeCommit message (Expand)AuthorFilesLines
2023-08-23net/mlx5: Embed struct devlink_port into driver structureJiri Pirko1-2/+2
2023-08-23net/mlx5: Introduce mlx5_eswitch_load/unload_sf_vport() and use it from SF codeJiri Pirko1-4/+4
2023-08-15net/mlx5: Fix error message in mlx5_sf_dev_state_change_handler()Jiri Pirko1-1/+1
2023-08-15net/mlx5: Remove redundant check of mlx5_vhca_event_supported()Jiri Pirko1-1/+1
2023-08-15net/mlx5: Use mlx5_sf_start_function_id() helper instead of directly calling ...Jiri Pirko1-3/+3
2023-08-15net/mlx5: Remove redundant SF supported check from mlx5_sf_hw_table_init()Jiri Pirko1-3/+2
2023-08-15net/mlx5: Use auxiliary_device_uninit() instead of device_put()Jiri Pirko1-1/+1
2023-08-15net/mlx5: Expose max possible SFs via devlink resourceShay Drory1-4/+40
2023-06-16net/mlx5: Remove unused ecpu field from struct mlx5_sf_tableJiri Pirko1-1/+0
2023-06-10net/mlx5: Light probe local SFsShay Drory1-2/+13
2023-06-02devlink: bring port new reply backJiri Pirko2-4/+8
2023-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-05-25net/mlx5: SF, Drain health before removing deviceShay Drory1-0/+1
2023-05-24devlink: pass devlink_port pointer to ops->port_del() instead of indexJiri Pirko2-3/+5
2023-05-24devlink: remove duplicate port notificationJiri Pirko2-8/+4
2023-04-12net/mlx5: Create a new profile for SFsParav Pandit1-1/+1
2023-02-15net/mlx5: Suspend auxiliary devices only in case of PCI device suspendJiri Pirko1-1/+1
2022-11-22net/mlx5: SF: Fix probing active SFs during driver probe phaseShay Drory1-0/+88
2022-07-02net/mlx5: E-switch, Remove dependency between sriov and eswitch modeChris Mi1-1/+1
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+1
2022-01-07net/mlx5: Fix access to sf_dev_table on allocation failureShay Drory1-4/+1
2021-12-03net/mlx5: SF, silence an uninitialized variable warningDan Carpenter1-1/+1
2021-10-25net/mlx5: SF_DEV Add SF device trace pointsParav Pandit5-6/+119
2021-10-25net/mlx5: SF, Add SF trace pointsParav Pandit3-0/+185
2021-10-16net/mlx5: Introduce new device index wrapperRongwei Liu1-1/+1
2021-10-13devlink: Delete reload enable/disable interfaceLeon Romanovsky1-4/+1
2021-09-27net/mlx5: Accept devlink user input after driver initialization completeLeon Romanovsky1-0/+2
2021-08-11net/mlx5: SF, use recent sysfs apiParav Pandit1-1/+1
2021-08-11net/mlx5: Fix typo in commentsCai Huoqing1-1/+1
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-1/+1
2021-08-08devlink: Simplify devlink port API callsLeon Romanovsky2-6/+6
2021-06-26net/mlx5: SF, Improve performance in SF allocationEli Cohen1-10/+13
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-06-17net/mlx5: SF_DEV, remove SF device on invalid stateParav Pandit1-0/+1
2021-06-15net/mlx5: Separate between public and private API of sf.hShay Drory1-36/+1
2021-06-03net/mlx5: Fix duplicate included vhca_event.hJiapeng Chong1-1/+0
2021-05-19net/mlx5: SF, Fix show state inactive when its inactivatedParav Pandit1-7/+11
2021-04-24net/mlx5: SF, Extend SF table for additional SF id rangeParav Pandit3-47/+119
2021-04-24net/mlx5: SF, Split mlx5_sf_hw_table into two partsParav Pandit1-29/+58
2021-04-24net/mlx5: SF, Use helpers for allocation and freeParav Pandit1-37/+60
2021-04-24net/mlx5: SF, Consider own vhca events of SF devicesParav Pandit1-1/+11
2021-04-24net/mlx5: SF, Store and use start function idParav Pandit1-2/+8
2021-04-24net/mlx5: SF, Rely on hw table for SF devlink port allocationParav Pandit3-8/+9
2021-04-14net/mlx5: SF, Reuse stored hardware function idParav Pandit1-3/+2
2021-04-14net/mlx5: SF, Use device pointer directlyParav Pandit1-8/+8
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-25/+21
2021-03-24net: ethernet: Remove duplicate include of vhca_event.hWan Jiabing1-1/+0
2021-03-22net/mlx5: SF, do not use ecpu bit for vhca state processingParav Pandit4-24/+17
2021-03-13net/mlx5: remove unneeded semicolonJiapeng Chong1-1/+1
2021-03-12net/mlx5: SF, Fix return typeRoi Dayan1-1/+1