summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/main.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek1-2/+4
2024-02-07mlx4: Address spelling errorsSimon Horman1-2/+2
2023-08-23mlx4: Delete custom device management logicPetr Pavlu1-28/+0
2023-08-23mlx4: Register mlx4 devices to an auxiliary virtual busPetr Pavlu1-2/+15
2023-08-23mlx4: Move the bond work to the core driverPetr Pavlu1-7/+58
2023-08-23mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu1-0/+2
2023-08-03net/mlx4: Remove many unnecessary NULL valuesRuan Jinjie1-4/+4
2023-05-30devlink: move port_type_set() op into devlink_port_opsJiri Pirko1-26/+26
2023-05-30mlx4: register devlink port with opsJiri Pirko1-1/+5
2023-05-25net/mlx4: Use bitmap_weight_and()Christophe JAILLET1-5/+2
2023-01-30devlink: remove devlink featuresJiri Pirko1-1/+0
2023-01-27devlink: protect devlink param list by instance lockJiri Pirko1-40/+40
2022-11-04net: devlink: remove netdev arg from devlink_port_type_eth_set()Jiri Pirko1-1/+1
2022-08-27mlx4: Do type_clear() for devlink ports when type_set() was called previouslyJiri Pirko1-0/+3
2022-08-01net: devlink: convert reload command to take implicit devlink->lockJiri Pirko1-4/+0
2022-07-29net/mlx4: Lock mlx4 devlink reload callbackMoshe Shemesh1-13/+32
2022-07-29net/mlx4: Use devl_ API for devlink port register / unregisterMoshe Shemesh1-4/+12
2022-07-29net/mlx4: Use devl_ API for devlink region create / destroyMoshe Shemesh1-0/+7
2021-10-13devlink: Delete reload enable/disable interfaceLeon Romanovsky1-2/+0
2021-10-13devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky1-0/+1
2021-09-27net/mlx4: Move devlink_register to be the last initialization commandLeon Romanovsky1-5/+3
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-4/+1
2021-08-23net/mellanox: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-11/+2
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+2
2021-07-25mlx4: Fix missing error code in mlx4_load_one()Jiapeng Chong1-0/+1
2021-06-03RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory1-0/+6
2020-10-09devlink: Add devlink reload limit optionMoshe Shemesh1-1/+3
2020-10-09devlink: Add reload action option to devlink reload commandMoshe Shemesh1-2/+5
2020-09-10mlx4: make sure to always set the port typeJakub Kicinski1-0/+11
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2020-07-29mlx4: disable device on shutdownJakub Kicinski1-0/+2
2020-07-03mlx4: Mark PM functions as __maybe_unusedWei Yongjun1-2/+2
2020-07-01mlx4: use generic power managementVaibhav Gupta1-4/+7
2020-06-03RDMA/mlx4: Remove FMR support for memory registrationMax Gurtovoy1-2/+0
2020-05-04net/mlx4_core: Fix use of ENOSPC around mlx4_counter_alloc()Tariq Toukan1-1/+3
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+1
2019-11-09devlink: disallow reload operation during device cleanupJiri Pirko1-0/+3
2019-11-06mlx4_core: fix wrong comment about the reason of subtract one from the max_cqesDotan Barak1-2/+1
2019-10-04net: devlink: allow to change namespaces during reloadJiri Pirko1-1/+5
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-09-13net: devlink: split reload op into twoJiri Pirko1-4/+15
2019-09-13mlx4: Split restart_one into two functionsJiri Pirko1-4/+21
2019-09-11mlx4: fix spelling mistake "veify" -> "verify"Colin Ian King1-1/+1
2019-07-25mlx4: avoid large stack usage in mlx4_init_hca()Arnd Bergmann1-27/+39
2019-02-09devlink: publish params only after driver init is doneJiri Pirko1-0/+1
2018-12-04net/mlx4_core: Fix several coding style errorsErez Alfasi1-3/+3
2018-12-04net/mlx4_core: Fix return codes of unsupported operationsErez Alfasi1-6/+5
2018-10-11net/mlx4_core: Fix warnings during boot on driverinit param set failuresMoshe Shemesh1-28/+15
2018-07-26net/mlx4_core: Allow MTTs starting at any indexTariq Toukan1-3/+4
2018-07-13net/mlx4_core: Use devlink region_snapshot parameterAlex Vesker1-0/+41