summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/main.c
Commit message (Expand)AuthorAgeFilesLines
* devlink: extend devlink_param *set pointerMateusz Polchlopek2024-04-221-2/+4
* mlx4: Address spelling errorsSimon Horman2024-02-061-2/+2
* mlx4: Delete custom device management logicPetr Pavlu2023-08-231-28/+0
* mlx4: Register mlx4 devices to an auxiliary virtual busPetr Pavlu2023-08-231-2/+15
* mlx4: Move the bond work to the core driverPetr Pavlu2023-08-231-7/+58
* mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu2023-08-231-0/+2
* net/mlx4: Remove many unnecessary NULL valuesRuan Jinjie2023-08-031-4/+4
* devlink: move port_type_set() op into devlink_port_opsJiri Pirko2023-05-301-26/+26
* mlx4: register devlink port with opsJiri Pirko2023-05-301-1/+5
* net/mlx4: Use bitmap_weight_and()Christophe JAILLET2023-05-251-5/+2
* devlink: remove devlink featuresJiri Pirko2023-01-301-1/+0
* devlink: protect devlink param list by instance lockJiri Pirko2023-01-271-40/+40
* net: devlink: remove netdev arg from devlink_port_type_eth_set()Jiri Pirko2022-11-031-1/+1
* mlx4: Do type_clear() for devlink ports when type_set() was called previouslyJiri Pirko2022-08-261-0/+3
* net: devlink: convert reload command to take implicit devlink->lockJiri Pirko2022-08-011-4/+0
* net/mlx4: Lock mlx4 devlink reload callbackMoshe Shemesh2022-07-281-13/+32
* net/mlx4: Use devl_ API for devlink port register / unregisterMoshe Shemesh2022-07-281-4/+12
* net/mlx4: Use devl_ API for devlink region create / destroyMoshe Shemesh2022-07-281-0/+7
* devlink: Delete reload enable/disable interfaceLeon Romanovsky2021-10-121-2/+0
* devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky2021-10-121-0/+1
* net/mlx4: Move devlink_register to be the last initialization commandLeon Romanovsky2021-09-271-5/+3
* devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-4/+1
* net/mellanox: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-11/+2
* devlink: Set device as early as possibleLeon Romanovsky2021-08-091-2/+2
* mlx4: Fix missing error code in mlx4_load_one()Jiapeng Chong2021-07-251-0/+1
* RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory2021-06-031-0/+6
* devlink: Add devlink reload limit optionMoshe Shemesh2020-10-091-1/+3
* devlink: Add reload action option to devlink reload commandMoshe Shemesh2020-10-091-2/+5
* mlx4: make sure to always set the port typeJakub Kicinski2020-09-101-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-0/+2
|\
| * mlx4: disable device on shutdownJakub Kicinski2020-07-281-0/+2
* | mlx4: Mark PM functions as __maybe_unusedWei Yongjun2020-07-021-2/+2
* | mlx4: use generic power managementVaibhav Gupta2020-07-011-4/+7
|/
* RDMA/mlx4: Remove FMR support for memory registrationMax Gurtovoy2020-06-021-2/+0
* net/mlx4_core: Fix use of ENOSPC around mlx4_counter_alloc()Tariq Toukan2020-05-041-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-2/+1
|\
| * mlx4_core: fix wrong comment about the reason of subtract one from the max_cqesDotan Barak2019-11-051-2/+1
* | devlink: disallow reload operation during device cleanupJiri Pirko2019-11-081-0/+3
* | net: devlink: allow to change namespaces during reloadJiri Pirko2019-10-041-1/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-1/+1
|\
| * mlx4: fix spelling mistake "veify" -> "verify"Colin Ian King2019-09-111-1/+1
* | net: devlink: split reload op into twoJiri Pirko2019-09-131-4/+15
* | mlx4: Split restart_one into two functionsJiri Pirko2019-09-131-4/+21
* | mlx4: avoid large stack usage in mlx4_init_hca()Arnd Bergmann2019-07-241-27/+39
|/
* devlink: publish params only after driver init is doneJiri Pirko2019-02-081-0/+1
* net/mlx4_core: Fix several coding style errorsErez Alfasi2018-12-031-3/+3
* net/mlx4_core: Fix return codes of unsupported operationsErez Alfasi2018-12-031-6/+5
* net/mlx4_core: Fix warnings during boot on driverinit param set failuresMoshe Shemesh2018-10-111-28/+15
* net/mlx4_core: Allow MTTs starting at any indexTariq Toukan2018-07-251-3/+4
* net/mlx4_core: Use devlink region_snapshot parameterAlex Vesker2018-07-121-0/+41