aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/main.c
AgeCommit message (Expand)Author
6 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-05-30devlink: move port_type_set() op into devlink_port_opsJiri Pirko
2023-05-30mlx4: register devlink port with opsJiri Pirko
2023-05-25net/mlx4: Use bitmap_weight_and()Christophe JAILLET
2023-01-30devlink: remove devlink featuresJiri Pirko
2023-01-27devlink: protect devlink param list by instance lockJiri Pirko
2022-11-03net: devlink: remove netdev arg from devlink_port_type_eth_set()Jiri Pirko
2022-08-26mlx4: Do type_clear() for devlink ports when type_set() was called previouslyJiri Pirko
2022-08-01net: devlink: convert reload command to take implicit devlink->lockJiri Pirko
2022-07-28net/mlx4: Lock mlx4 devlink reload callbackMoshe Shemesh
2022-07-28net/mlx4: Use devl_ API for devlink port register / unregisterMoshe Shemesh
2022-07-28net/mlx4: Use devl_ API for devlink region create / destroyMoshe Shemesh
2021-10-12devlink: Delete reload enable/disable interfaceLeon Romanovsky
2021-10-12devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky
2021-09-27net/mlx4: Move devlink_register to be the last initialization commandLeon Romanovsky
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky
2021-08-23net/mellanox: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-08-09devlink: Set device as early as possibleLeon Romanovsky
2021-07-25mlx4: Fix missing error code in mlx4_load_one()Jiapeng Chong
2021-06-03RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory
2020-10-09devlink: Add devlink reload limit optionMoshe Shemesh
2020-10-09devlink: Add reload action option to devlink reload commandMoshe Shemesh
2020-09-10mlx4: make sure to always set the port typeJakub Kicinski
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-28mlx4: disable device on shutdownJakub Kicinski
2020-07-02mlx4: Mark PM functions as __maybe_unusedWei Yongjun
2020-07-01mlx4: use generic power managementVaibhav Gupta
2020-06-02RDMA/mlx4: Remove FMR support for memory registrationMax Gurtovoy
2020-05-04net/mlx4_core: Fix use of ENOSPC around mlx4_counter_alloc()Tariq Toukan
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-08devlink: disallow reload operation during device cleanupJiri Pirko
2019-11-05mlx4_core: fix wrong comment about the reason of subtract one from the max_cqesDotan Barak
2019-10-04net: devlink: allow to change namespaces during reloadJiri Pirko
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-13net: devlink: split reload op into twoJiri Pirko
2019-09-13mlx4: Split restart_one into two functionsJiri Pirko
2019-09-11mlx4: fix spelling mistake "veify" -> "verify"Colin Ian King
2019-07-24mlx4: avoid large stack usage in mlx4_init_hca()Arnd Bergmann
2019-02-08devlink: publish params only after driver init is doneJiri Pirko
2018-12-03net/mlx4_core: Fix several coding style errorsErez Alfasi
2018-12-03net/mlx4_core: Fix return codes of unsupported operationsErez Alfasi
2018-10-11net/mlx4_core: Fix warnings during boot on driverinit param set failuresMoshe Shemesh
2018-07-25net/mlx4_core: Allow MTTs starting at any indexTariq Toukan
2018-07-12net/mlx4_core: Use devlink region_snapshot parameterAlex Vesker
2018-07-12net/mlx4_core: Add Crdump FW snapshot supportAlex Vesker
2018-07-12net/mlx4_core: Add health buffer address capabilityAlex Vesker
2018-07-05mlx4: Add support for devlink reload and load driverinit valuesMoshe Shemesh
2018-07-05mlx4: Add mlx4 initial parameters table and register itMoshe Shemesh
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller