summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/driver.h
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Fix devlink deadlock on net namespace deletionParav Pandit2020-10-261-0/+18
* net/mlx5: Handle sync reset request eventMoshe Shemesh2020-10-091-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-0/+3
|\
| * net/mlx5: cmdif, Avoid skipping reclaim pages if FW is not accessibleSaeed Mahameed2020-10-021-0/+1
| * net/mlx5: Avoid possible free of command entry while timeout comp handlerEran Ben Elisha2020-10-021-0/+2
* | net/mlx5: Always use container_of to find mdev pointer from clock structEran Ben Elisha2020-09-151-1/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-061-0/+2
|\
| * net/mlx5: Add VDPA interface type to supported enumerationsEli Cohen2020-07-151-0/+1
| * net/mlx5: Support setting access rights of dma addressesEli Cohen2020-07-151-0/+1
* | net/mlx5: Hold pages RB tree per VFEran Ben Elisha2020-07-281-1/+1
* | net/mlx5: Accel, Add core IPsec support for the Connect-X familyRaed Salem2020-07-161-0/+3
* | net/mlx5e: Fix port buffers cell size valueEran Ben Elisha2020-07-091-0/+1
|/
* net/mlx5: cmd: Fix memset with byte count warningSaeed Mahameed2020-05-291-1/+1
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2020-05-291-11/+1
|\
| * net/mlx5: Move iseg access helper routines close to mlx5_core driverParav Pandit2020-05-181-10/+0
| * net/mlx5: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-0/+16
|\ \ | |/ |/|
| * net/mlx5: Avoid processing commands before cmdif is readyEran Ben Elisha2020-05-221-0/+9
| * net/mlx5: Fix a race when moving command interface to events modeEran Ben Elisha2020-05-221-0/+6
| * net/mlx5: Add command entry handling completionMoshe Shemesh2020-05-221-0/+1
* | net/mlx5: Add support to get lag physical portMaor Gottlieb2020-05-011-0/+2
* | net/mlx5: Add structure layout and defines for MFRL registerMoshe Shemesh2020-04-281-0/+1
* | net/mlx5: Use aligned variable while allocating ICM memoryErez Shitrit2020-04-281-1/+2
* | net/mlx5: Move QP logic to mlx5_ibLeon Romanovsky2020-04-191-2/+0
* | net/mlx5: Provide simplified command interfacesLeon Romanovsky2020-04-191-0/+13
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-04-011-17/+0
|\
| * IB/mlx5: Limit the scope of struct mlx5_bfreg_info to mlx5_ibLeon Romanovsky2020-03-271-17/+0
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2020-03-291-10/+0
|\|
| * {IB,net}/mlx5: Move asynchronous mkey creation to mlx5_ibMichael Guralnik2020-03-131-6/+0
| * {IB,net}/mlx5: Assign mkey variant in mlx5_ib onlySaeed Mahameed2020-03-131-4/+0
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2020-03-091-3/+8
|\|
| * net/mlx5: Expose raw packet pacing APIsYishai Hadas2020-03-051-3/+8
* | net/mlx5: Add support for resource dumpAya Levin2020-02-181-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-01-311-0/+5
|\
| * IB/mlx5: Return the administrative GUID if existsDanit Goldberg2020-01-251-0/+5
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sae...Saeed Mahameed2020-01-161-1/+3
|\ \
| * | net/mlx5: Expose resource dump register mappingAya Levin2020-01-161-0/+1
| * | net/mlx5: Add structures and defines for MIRC registerEran Ben Elisha2020-01-161-0/+1
| * | net/mlx5: Read MCAM register groups 1 and 2Eran Ben Elisha2020-01-161-1/+1
| |/
* / net/mlx5: limit the function in local scopeZhu Yanjun2020-01-071-2/+0
|/
* Merge branch 'ib-guids' into rdma.git for-nextJason Gunthorpe2019-11-251-0/+16
|\
| * net/mlx5: Handle "enable_roce" devlink paramMichael Guralnik2019-11-111-0/+11
| * IB/mlx5: Introduce and use mlx5_core_is_vf()Parav Pandit2019-11-011-0/+5
* | RDMA/mlx5: Delete struct mlx5_priv->mkey_tableJason Gunthorpe2019-10-281-4/+0
|/
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-09-021-0/+14
|\
| * net/mlx5: Move device memory management to mlx5_coreAriel Levkovich2019-09-011-0/+14
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-08-281-1/+2
|\|
| * mlx5: Use refcount_t for refcountChuhong Yuan2019-08-071-1/+2
* | net/mlx5: Add HV VHCA infrastructureEran Ben Elisha2019-08-221-0/+2
* | mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-10/+2