summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/main.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Remove redundant pci_clear_masterCai Huoqing2023-03-241-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-171-2/+2
|\
| * net/mlx5: Set BREAK_FW_WAIT flag first when removing driverShay Drory2023-03-151-1/+1
| * net/mlx5: Disable eswitch before waiting for VF pagesDaniel Jurgens2023-03-151-1/+1
* | net/mlx5: Implement thermal zoneSandipan Patra2023-03-151-0/+6
* | net/mlx5: remove redundant clear_bitMoshe Shemesh2023-03-151-1/+1
|/
* net/mlx5: Suspend auxiliary devices only in case of PCI device suspendJiri Pirko2023-02-141-8/+8
* net/mlx5: Remove "recovery" arg from mlx5_load_one() functionJiri Pirko2023-02-141-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-7/+7
|\
| * net/mlx5: Serialize module cleanup with reload and removeShay Drory2023-02-071-7/+7
* | Merge tag 'mlx5-next-netdev-deadlock' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2023-02-081-0/+20
|\ \
| * | net/mlx5e: Propagate an internal event in case uplink netdev changesJiri Pirko2023-02-081-0/+20
* | | net/mlx5: Prepare for fast crypto key update if hardware supports itJianbo Liu2023-01-301-0/+1
* | | devlink: protect devlink param list by instance lockJiri Pirko2023-01-271-6/+6
* | | net/mlx5: Change devlink param register/unregister function namesJiri Pirko2023-01-271-5/+5
| |/ |/|
* | net: mlx5: eliminate anonymous module_init & module_exitRandy Dunlap2023-01-181-4/+4
|/
* net/mlx5: Fix RoCE setting at HCA levelShay Drory2022-12-281-1/+1
* net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error pathJiri Pirko2022-12-281-0/+2
* net/mlx5: Remove unused ctx variablesPetr Pavlu2022-11-291-2/+0
* net/mlx5e: Remove unneeded io-mapping.h #includeChristophe JAILLET2022-11-291-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-3/+6
|\
| * net/mlx5: Do not query pci info while pci disabledRoy Novich2022-11-211-3/+6
* | net/mlx5: Expose vhca_id to debugfsEli Cohen2022-11-121-0/+11
* | net/mlx5: Unregister traps on driver unload flowMoshe Shemesh2022-11-121-0/+8
|/
* net/mlx5: Update fw fatal reporter state on PCI handlers successful recoverRoy Novich2022-10-271-0/+4
* net/mlx5: Start health poll at earlier stage of driver loadMoshe Shemesh2022-10-031-7/+10
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2022-09-281-0/+35
|\
| * net/mlx5: detect and enable bypass port select flow tableLiu, Changcheng2022-09-271-0/+34
| * net/mlx5: Query ADV_VIRTUALIZATION capabilitiesYishai Hadas2022-09-071-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-2/+21
|\ \
| * \ Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-09-091-2/+21
| |\ \ | | |/ | |/|
| | * RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profileMaher Sanalla2022-09-051-2/+21
* | | net/mlx5: Add MACsec offload Tx command supportLior Nahmanson2022-09-071-0/+1
|/ /
* / net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyMoshe Shemesh2022-08-221-0/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-08-031-3/+1
|\
| * net/mlx5: Fix driver use of uninitialized timeoutShay Drory2022-07-281-2/+0
| * net/mlx5: Adjust log_max_qp to be 18 at mostMaher Sanalla2022-07-281-1/+1
* | net/mlx5: Lock mlx5 devlink health recovery callbackMoshe Shemesh2022-07-281-2/+2
* | net/mlx5: Lock mlx5 devlink reload callbacksMoshe Shemesh2022-07-281-2/+32
* | net/mlx5: Use software VHCA id when it's supportedYishai Hadas2022-07-131-0/+49
* | net/mlx5: E-switch, Remove dependency between sriov and eswitch modeChris Mi2022-07-021-0/+1
* | net/mlx5: Remove not used MLX5_CAP_BITS_RW_MASKShay Drory2022-06-131-7/+0
|/
* net/mlx5: fix typo in commentJulia Lawall2022-05-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-3/+16
|\
| * net/mlx5: Drain fw_reset when removing deviceShay Drory2022-05-171-0/+4
| * net/mlx5: Initialize flow steering during driver probeShay Drory2022-05-171-3/+12
* | net/mlx5: sparse: error: context imbalance in 'mlx5_vf_get_core_dev'Saeed Mahameed2022-05-171-2/+0
* | net/mlx5: Increase FW pre-init timeout for health recoveryGavin Li2022-05-091-9/+14
* | net/mlx5: Add exit route when waiting for FWGavin Li2022-05-091-1/+4
* | net/mlx5: Merge various control path IPsec headers into one fileLeon Romanovsky2022-05-031-1/+1