aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-26mlx4: 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-28net/mlx4: Lock mlx4 devlink reload callbackMoshe Shemesh1-13/+32
2022-07-28net/mlx4: Use devl_ API for devlink port register / unregisterMoshe Shemesh1-4/+12
2022-07-28net/mlx4: Use devl_ API for devlink region create / destroyMoshe Shemesh1-0/+7
2021-10-12devlink: Delete reload enable/disable interfaceLeon Romanovsky1-2/+0
2021-10-12devlink: 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-28mlx4: disable device on shutdownJakub Kicinski1-0/+2
2020-07-02mlx4: Mark PM functions as __maybe_unusedWei Yongjun1-2/+2
2020-07-01mlx4: use generic power managementVaibhav Gupta1-4/+7
2020-06-02RDMA/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-08devlink: disallow reload operation during device cleanupJiri Pirko1-0/+3
2019-11-05mlx4_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-24mlx4: avoid large stack usage in mlx4_init_hca()Arnd Bergmann1-27/+39
2019-02-08devlink: publish params only after driver init is doneJiri Pirko1-0/+1
2018-12-03net/mlx4_core: Fix several coding style errorsErez Alfasi1-3/+3
2018-12-03net/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-25net/mlx4_core: Allow MTTs starting at any indexTariq Toukan1-3/+4
2018-07-12net/mlx4_core: Use devlink region_snapshot parameterAlex Vesker1-0/+41
2018-07-12net/mlx4_core: Add Crdump FW snapshot supportAlex Vesker1-1/+9
2018-07-12net/mlx4_core: Add health buffer address capabilityAlex Vesker1-0/+1
2018-07-05mlx4: Add support for devlink reload and load driverinit valuesMoshe Shemesh1-1/+52
2018-07-05mlx4: Add mlx4 initial parameters table and register itMoshe Shemesh1-2/+106
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2018-05-14net/mlx4_core: Fix error handling in mlx4_init_port_info.Tarick Bedeir1-1/+3
2018-05-10net/mlx4_core: Use msi_x module param to limit num of MSI-X irqsTariq Toukan1-1/+9
2018-05-10net/mlx4_core: Add PCI calls for suspend/resumeYishai Hadas1-0/+46
2018-05-01net/mlx4: fix spelling mistake: "failedi" -> "failed"Colin Ian King1-1/+1
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-80/+1
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2018-04-03net/mlx4_core: Report PCIe link properties with pcie_print_link_status()Tal Gilboa1-80/+1