aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx4/intf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-23mlx4: Delete custom device management logicPetr Pavlu1-125/+0
2023-08-23mlx4: Connect the infiniband part to the auxiliary busPetr Pavlu1-0/+13
2023-08-23mlx4: Connect the ethernet part to the auxiliary busPetr Pavlu1-1/+12
2023-08-23mlx4: Register mlx4 devices to an auxiliary virtual busPetr Pavlu1-2/+228
2023-08-23mlx4: Avoid resetting MLX4_INTFF_BONDING per driverPetr Pavlu1-8/+11
2023-08-23mlx4: Get rid of the mlx4_interface.activate callbackPetr Pavlu1-2/+0
2023-08-23mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu1-7/+17
2023-08-23mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu1-1/+1
2023-08-23mlx4: Get rid of the mlx4_interface.get_dev callbackPetr Pavlu1-21/+0
2018-05-23net/mlx4: fix spelling mistake: "Inrerface" -> "Interface" and rephrase messageColin Ian King1-1/+1
2017-08-16mlx4: sizeof style usagestephen hemminger1-1/+1
2017-02-23net/mlx4: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz1-1/+1
2017-01-30net/mlx4_core: Avoid command timeouts during VF driver device shutdownJack Morgenstein1-0/+12
2016-07-25net/mlx4_core: Check device state before unregistering itAlex Vesker1-0/+3
2016-07-04net/mlx4: Fix some indent inconsistancyChristophe Jaillet1-1/+1
2016-03-01mlx4: Implement devlink interfaceJiri Pirko1-0/+9
2015-08-30net/mlx4: Postpone the registration of net_deviceMoni Shoua1-0/+3
2015-06-25mlx4: Disable HA for SRIOV PF RoCE devicesOr Gerlitz1-1/+7
2015-02-04net/mlx4_core: Port aggregation upper layer interfaceMoni Shoua1-0/+54
2015-01-25net/mlx4_core: Enable device recovery flow with SRIOVYishai Hadas1-4/+2
2015-01-25net/mlx4_core: Manage interface state for Reset flow casesYishai Hadas1-0/+2
2012-07-10mlx4: Use port management change event instead of smp_snoopJack Morgenstein1-2/+3
2011-12-13mlx4_core: adjust catas operation for SRIOV modeJack Morgenstein1-2/+4
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-08-11mlx4: Move the Mellanox driverJeff Kirsher1-0/+184