summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/qp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-071-36/+23
|\
| * RDMA/mlx5: set UMR wqe fence according to HCA capMax Gurtovoy2017-06-011-36/+23
* | {net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky2017-05-141-16/+16
|/
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-3/+4
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-41/+45
* IB/mlx5: Rename to_ib_ah_attr to to_rdma_ah_attrDasaratharaman Chandramouli2017-05-011-5/+5
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-3/+4
* IB/mlx5: Support congestion related countersParav Pandit2017-04-211-3/+4
* hw/mlx5: Add New bit to check over QP creationErez Shitrit2017-04-171-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-8/+83
|\
| * IB/mlx5: Fix blue flame buffer size calculationEli Cohen2017-02-141-1/+4
| * 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-141-1/+12
| * IB/mlx5: Enable WQ creation and modification with cvlan offloadNoa Osherovich2017-02-141-1/+29
| * 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-141-2/+2
| * IB/mlx5: Assign DSCP for R-RoCE QPs Address PathMajd Dibbiny2017-02-141-0/+7
| * IB/mlx5: Avoid SMP MADs from VFsMaor Gottlieb2017-02-141-0/+6
| * IB/mlx5: Return error for unsupported signature typeLeon Romanovsky2017-02-141-2/+3
* | net/mlx5: TX WQE updateSaeed Mahameed2017-02-061-3/+3
|/
* IB/mlx5: Allow future extension of libmlx5 input dataEli Cohen2017-01-091-76/+57
* IB/mlx5: Use blue flame register allocator in mlx5_ibEli Cohen2017-01-091-59/+14
* 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-081-88/+88
* IB/mlx5: Fix error handling order in create_kernel_qpEli Cohen2017-01-081-2/+2
* {net,IB}/mlx5: Refactor page fault handlingArtemy Kovalyov2017-01-021-26/+0
* IB/mlx5: Refactor UMR post send formatArtemy Kovalyov2017-01-021-77/+51
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-151-25/+106
|\
| * 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
| * IB/mlx5: Properly adjust rate limit on QP state transitionsBodong Wang2016-12-131-8/+66
| * IB/mlx5: Limit mkey page size to 2GBMajd Dibbiny2016-11-171-2/+2
| * IB/mlx5: Fix reported max SGE calculationEli Cohen2016-11-171-1/+28
| * IB/mlx5: Fix atomic cap in indirect UMRMaor Gottlieb2016-11-171-5/+7
| * IB/mlx5: Replace numerical constant with predefined MACROMax Gurtovoy2016-11-171-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-11-171-2/+10
|\ \
| * | IB/mlx5: Fix NULL pointer dereference on debug printEli Cohen2016-11-171-2/+2
| * | IB/mlx5: Validate requested RQT sizeMaor Gottlieb2016-11-171-0/+8
| |/
* / {net, ib}/mlx5: Make cache line size determination at runtime.Daniel Jurgens2016-10-291-1/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-101-23/+135
|\
| * IB/mlx5: Move and decouple user vendor structuresLeon Romanovsky2016-10-071-1/+0
| * IB/mlx5: LAG QP load balancingAviv Heller2016-10-071-5/+58
| * IB/mlx5: Track asynchronous events on a receive work queueYishai Hadas2016-10-071-5/+29
| * IB/mlx5: Add port counter support for raw packet QPAlex Vesker2016-10-071-8/+32
| * IB/mlx5: Refactor raw packet QP modify functionAlex Vesker2016-10-071-8/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-131-8/+5
|\ \ | |/ |/|
| * IB/mlx5: Use TIR number based on selectorYishai Hadas2016-09-021-0/+1
| * IB/mlx5: Simplify code by removing return variableLeon Romanovsky2016-09-021-7/+3
| * IB/mlx5: Return EINVAL when caller specifies too many SGEsChuck Lever2016-09-021-1/+1
* | net/mlx5: Unify and improve command interfaceSaeed Mahameed2016-08-171-4/+1