summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-252-5/+5
|\
| * IB/mlx5: Switch from dma_device to dev.parentBart Van Assche2017-01-242-8/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-2310-162/+1060
|\ \
| * | IB/mlx5: Fix configuration of port capabilitiesEli Cohen2017-02-151-0/+35
| * | IB/mlx5: Fix blue flame buffer size calculationEli Cohen2017-02-141-1/+4
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-142-5/+8
| * | IB/mlx5: Support raw packet protocolOr Gerlitz2017-02-141-2/+4
| * | IB/mlx5: Add implicit MR supportArtemy Kovalyov2017-02-144-49/+511
| * | IB/mlx5: Expose MR cache for mlx5_ibArtemy Kovalyov2017-02-142-28/+80
| * | IB/mlx5: Add null_mkey accessArtemy Kovalyov2017-02-143-1/+89
| * | IB/mlx5: Support creation of a WQ with scatter FCS offloadNoa Osherovich2017-02-141-2/+11
| * | IB/mlx5: Enable QP creation with cvlan offloadNoa Osherovich2017-02-142-1/+18
| * | IB/mlx5: Enable WQ creation and modification with cvlan offloadNoa Osherovich2017-02-141-1/+29
| * | IB/mlx5: Expose vlan offloads capabilitiesNoa Osherovich2017-02-141-2/+12
| * | IB/mlx5: Add port counter support for Receive WQsMajd Dibbiny2017-02-141-1/+11
| * | IB/mlx5: Expose Q counters groups only if they are supported by FWKamal Heib2017-02-143-43/+128
| * | IB/mlx5: Replace ENOTSUPP usage with EOPNOTSUPPLeon Romanovsky2017-02-141-6/+6
| * | IB/mlx5: Add flow tag supportMoses Reuben2017-02-141-3/+23
| * | IB/mlx5: Remove deprecated module parameterLeon Romanovsky2017-02-141-7/+0
| * | IB/mlx5: Assign DSCP for R-RoCE QPs Address PathMajd Dibbiny2017-02-143-0/+30
| * | IB/mlx5: Avoid SMP MADs from VFsMaor Gottlieb2017-02-141-0/+6
| * | IB/mlx5: Add additional checks before processing MADsMaor Gottlieb2017-02-142-0/+45
| * | IB/mlx5: Verify that Q counters are supportedKamal Heib2017-02-141-5/+9
| * | IB/mlx5: Return error for unsupported signature typeLeon Romanovsky2017-02-141-2/+3
| * | IB/mlx5: Fix out-of-bound accessLeon Romanovsky2017-02-141-8/+3
* | | net/mlx5: TX WQE updateSaeed Mahameed2017-02-061-3/+3
* | | IB/mlx5: Enable Eth VFs to query their min-inline value for user-spaceOr Gerlitz2017-01-241-0/+9
* | | net/mlx5: Add support to s-tag in mlx5 firmware interfaceMohamad Haj Yahia2017-01-191-2/+2
|/ /
* | IB/mlx5: Support 4k UAR for libmlx5Eli Cohen2017-01-091-2/+19
* | IB/mlx5: Allow future extension of libmlx5 input dataEli Cohen2017-01-094-153/+198
* | IB/mlx5: Use blue flame register allocator in mlx5_ibEli Cohen2017-01-094-69/+51
* | IB/mlx5: Fix retrieval of index to first hi class bfregEli Cohen2017-01-081-10/+14
* | mlx5: Fix naming convention with respect to UARsEli Cohen2017-01-084-133/+135
* | IB/mlx5: Fix error handling order in create_kernel_qpEli Cohen2017-01-081-2/+2
* | IB/mlx5: Fix kernel to user leak prevention logicEli Cohen2017-01-081-7/+7
* | IB/mlx5: Improve MR checkArtemy Kovalyov2017-01-022-2/+12
* | IB/mlx5: Add ODP atomics supportArtemy Kovalyov2017-01-021-38/+50
* | {net,IB}/mlx5: Refactor page fault handlingArtemy Kovalyov2017-01-024-274/+115
* | IB/mlx5: Add MR cache for large UMR regionsArtemy Kovalyov2017-01-025-247/+219
* | IB/mlx5: Add support for big MRsArtemy Kovalyov2017-01-023-3/+11
* | IB/mlx5: Refactor UMR post send formatArtemy Kovalyov2017-01-024-114/+91
* | IB/mlx5: Add helper mlx5_ib_post_send_waitBinoy Jayan2017-01-021-83/+32
* | IB/mlx5: Reorder code in query device commandLeon Romanovsky2017-01-021-11/+11
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-158-144/+410
|\
| * Merge branch 'mlx' into merge-testDoug Ledford2016-12-148-142/+410
| |\
| | * mlx5, calc_sq_size(): Make a debug message more informativeBart Van Assche2016-12-141-1/+2
| | * mlx5: Remove a set-but-not-used variableBart Van Assche2016-12-141-7/+0
| | * mlx5: Use { } instead of { 0 } to init structBart Van Assche2016-12-141-1/+1
| | * IB/mlx5: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann2016-12-141-18/+21
| | * IB/mlx5: Properly adjust rate limit on QP state transitionsBodong Wang2016-12-133-9/+69