aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-8/+8
2018-03-15RDMA/mlx4: Move flag constants to uapi headerJason Gunthorpe1-0/+1
2017-11-13net/mlx4: Use Kconfig flag to remove support of old gen2 Mellanox devicesSlava Shwartsman1-0/+2
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-124/+136
2017-09-05net/mlx4_core: Use ARRAY_SIZE macroThomas Meyer1-4/+5
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-3/+4
2017-09-03net/mlx4_core: fix memory leaks on error exit pathColin Ian King1-1/+2
2017-08-29net/mlx4: Add user mac FW update supportMoshe Shemesh1-0/+3
2017-08-29net/mlx4_core: Dynamically allocate structs at mlx4_slave_capEran Ben Elisha1-113/+122
2017-08-24net/mlx4_core: make mlx4_profile constBhumika Goyal1-2/+2
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-08-18net/mlx4_core: Enable 4K UAR if SRIOV module parameter is not enabledHuy Nguyen1-2/+2
2017-08-16mlx4: sizeof style usagestephen hemminger1-6/+6