aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx5/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-05net/mlx5: Change missing SyncE capability print to debugGal Pressman1-1/+1
2023-10-14net/mlx5: Replace global mlx5_intf_lock with HCA devcom component lockShay Drory1-27/+10
2023-10-14net/mlx5: Refactor LAG peer device lookout bus logic to mlx5 devcomShay Drory1-68/+0
2023-09-17mlx5: Implement SyncE support using DPLL infrastructureJiri Pirko1-0/+17
2023-07-27net/mlx5: Use shared code for checking lag is supportedRoi Dayan1-4/+2
2023-06-23net/mlx5: Remove redundant is_mdev_switchdev_mode() check from is_ib_rep_supported()Jiri Pirko1-3/+0
2023-06-23net/mlx5: Remove redundant MLX5_ESWITCH_MANAGER() check from is_ib_rep_supported()Jiri Pirko1-3/+0
2023-06-09net/mlx5: Light probe local SFsShay Drory1-0/+16
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+0
2023-04-19Revert "net/mlx5: Enable management PF initialization"Jakub Kicinski1-6/+0
2023-03-24net/mlx5: Use one completion vector if eth is disabledEli Cohen1-12/+2
2023-02-14net/mlx5: Suspend auxiliary devices only in case of PCI device suspendJiri Pirko1-2/+2
2023-02-14net/mlx5: Remove outdated commentJiri Pirko1-4/+0
2023-01-27devlink: protect devlink param list by instance lockJiri Pirko1-9/+9
2023-01-19net/mlx5: Remove MLX5E_LOCKED_FLOW flagJiri Pirko1-12/+2
2023-01-10net/mlx5: Enable management PF initializationShay Drory1-0/+6
2022-07-28net/mlx5: Lock mlx5 devlink reload callbacksMoshe Shemesh1-15/+4
2022-07-12net/mlx5: Use devl_ API in mlx5e_devlink_port_registerMoshe Shemesh1-2/+27
2022-06-08net/mlx5: E-Switch, pair only capable devicesMark Bloch1-18/+0
2022-05-31net/mlx5: Fix mlx5_get_next_dev() peer device matchingSaeed Mahameed1-11/+23
2022-05-09net/mlx5: Support devices with more than 2 portsMark Bloch1-1/+2
2022-05-09net/mlx5: Lag, filter non compatible devicesMark Bloch1-8/+40
2022-01-04net/mlx5: CT: Set flow source hint from provided tuple devicePaul Blakey1-1/+1
2021-10-15net/mlx5: Use system_image_guid to determine bondingRongwei Liu1-1/+13
2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-08-26net/mlx5: Remove all auxiliary devices at the unregister eventLeon Romanovsky1-1/+1
2021-08-11net/mlx5: Support enable_vnet devlink dev paramParav Pandit1-2/+14
2021-08-11net/mlx5: Support enable_rdma devlink dev paramParav Pandit1-2/+14
2021-08-11net/mlx5: Support enable_eth devlink dev paramParav Pandit1-2/+40
2021-07-27net/mlx5: E-Switch, handle devcom events only for ports on the same deviceRoi Dayan1-4/+1
2021-06-16net/mlx5e: Don't create devices during unload flowDmytro Linkin1-0/+4
2021-06-16net/mlx5: Check that driver was probed prior attaching the deviceLeon Romanovsky1-0/+15
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-03-31net/mlx5: Delete auxiliary bus driver eth-rep firstMaor Dickman1-2/+2
2021-03-16net/mlx5e: Do not reload ethernet ports when changing eswitch modeRoi Dayan1-3/+0
2020-12-06net/mlx5: Simplify eswitch mode checkLeon Romanovsky1-2/+2
2020-12-06net/mlx5: Delete custom device management logicLeon Romanovsky1-270/+18
2020-12-06RDMA/mlx5: Convert mlx5_ib to use auxiliary busLeon Romanovsky1-0/+66
2020-12-06net/mlx5e: Connect ethernet part to auxiliary busLeon Romanovsky1-0/+74
2020-12-06vdpa/mlx5: Connect mlx5_vdpa to auxiliary busLeon Romanovsky1-1/+27
2020-12-04net/mlx5: Register mlx5 devices to auxiliary virtual busLeon Romanovsky1-4/+261
2020-03-25net/mlx5: Simplify mlx5_register_device to return voidParav Pandit1-3/+1
2019-07-25net/mlx5: Use reversed order when unregister devicesMark Zhang1-1/+1
2019-07-04Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-1/+8
2019-07-01net/mlx5: Limit scope of mlx5_get_next_phys_dev() to PCI PF devicesParav Pandit1-1/+8
2019-06-07net/mlx5: Avoid reloading already removed devicesAlaa Hleihel1-2/+23
2018-12-10net/mlx5: Remove the get protocol device interface entryOr Gerlitz1-22/+0
2018-11-29net/mlx5: Remove unused events callback and logicSaeed Mahameed1-105/+4
2018-11-29net/mlx5: Forward all mlx5 events to mlx5 notifiers chainSaeed Mahameed1-0/+3
2018-11-20{net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMASaeed Mahameed1-34/+0