summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-091-2/+2
|\
| * RDMA/mlx5: Fix xlt_chunk_align calculationNiklas Schnelle2021-09-081-1/+1
| * RDMA/mlx5: Fix number of allocated XLT entriesNiklas Schnelle2021-09-081-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-026-180/+261
|\ \ | |/
| * Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-304-9/+8
| |\
| | * RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2021-08-242-2/+4
| * | RDMA/mlx5: Relax DCS QP creation checksLior Nahmanson2021-08-301-2/+1
| * | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe2021-08-225-33/+107
| |\ \
| * | | RDMA/mlx5: Delete not-available udata checkLeon Romanovsky2021-08-031-3/+0
| * | | RDMA/mlx5: Drop in-driver verbs object creationsLeon Romanovsky2021-08-031-71/+21
| * | | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-034-44/+20
| * | | RDMA/mlx5: Rework custom driver QP type creationLeon Romanovsky2021-08-033-27/+14
| * | | RDMA/mlx5: Delete device resource mutex that didn't protect anythingLeon Romanovsky2021-08-033-29/+16
| * | | RDMA/mlx5: Cancel pkey work before destroying device resourcesLeon Romanovsky2021-08-031-4/+9
| * | | RDMA/mlx5: Add DCS offload supportLior Nahmanson2021-07-202-0/+21
| * | | RDMA/mlx5: Separate DCI QP creation logicLior Nahmanson2021-07-201-0/+157
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-261-1/+2
|\ \ \ \
| * | | | RDMA/mlx5: Fix crash when unbind multiport slaveMaor Gottlieb2021-08-191-1/+2
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-133-7/+4
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-122-5/+2
| |\ \
| | * | net/mlx5: Synchronize correct IRQ when destroying CQShay Drory2021-08-092-5/+2
| | |/
| * | RDMA/mlx5: Delay emptying a cache entry when a new MR is added to it recentlyAharon Landau2021-08-021-2/+2
| |/
* | RDMA/mlx5: Add shared FDB supportMark Bloch2021-08-052-24/+95
* | {net, RDMA}/mlx5: Extend send to vport rulesMark Bloch2021-08-051-1/+1
* | RDMA/mlx5: Fill port info based on the relevant eswitchMark Bloch2021-08-051-3/+7
* | IB/mlx5: Rename is_apu_thread_cq function to is_apu_cqTal Gilboa2021-07-252-5/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-07-0111-119/+183
|\
| * RDMA/mlx5: Don't access NULL-cleared mpi pointerLeon Romanovsky2021-06-291-1/+2
| * Merge branch 'mlx5_realtime_ts' into rdma.git for-nextJason Gunthorpe2021-06-224-47/+74
| |\
| | * RDMA/mlx5: Support real-time timestamp directly from the deviceAharon Landau2021-06-224-6/+43
| | * RDMA/mlx5: Refactor get_ts_format functions to simplify codeAharon Landau2021-06-221-47/+37
| * | Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe2021-06-227-17/+28
| |\ \ | | |/
| * | RDMA/mlx5: Enable Relaxed Ordering by default for kernel ULPsAvihai Horon2021-06-212-5/+10
| * | RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-161-1/+1
| * | RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-161-11/+31
| * | RDMA/mlx5: Don't add slave port to unaffiliated listLeon Romanovsky2021-06-161-2/+2
| * | RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky2021-06-021-4/+2
| * | RDMA/mlx5: Take qp type from mlx5_ib_qpMaor Gottlieb2021-05-265-36/+31
| * | RDMA/mlx5: Remove unused parameter udataLang Cheng2021-05-207-11/+7
| * | RDMA/mlx5: Add SQD2RTS bit to the alloc ucontext responseSergey Gorenko2021-05-201-0/+4
| * | RDMA/mlx5: Support SQD2RTS for modify QPSergey Gorenko2021-05-202-0/+18
| * | RDMA/mlx5: Remove redundant assignment to retYang Li2021-05-111-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-184-11/+20
|\ \ \ | | |/ | |/|
| * | IB/mlx5: Fix initializing CQ fragments bufferAlaa Hleihel2021-06-101-5/+4
| * | RDMA/mlx5: Delete right entry from MR signature databaseAharon Landau2021-06-101-2/+2
| * | RDMA: Verify port when creating flow ruleMaor Gottlieb2021-06-101-3/+2
| * | RDMA/mlx5: Block FDB rules when not in switchdev modeMark Bloch2021-06-081-0/+6
| * | RDMA/mlx5: Use different doorbell memory for different processesMark Zhang2021-06-031-1/+6
* | | net/mlx5: Round-Robin EQs over IRQsShay Drory2021-06-141-2/+1
* | | net/mlx5: Provide cpumask at EQ creation phaseLeon Romanovsky2021-06-141-0/+5