summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/main.c
Commit message (Expand)AuthorAgeFilesLines
* IB/mlx5: Report and handle ODP support properlyMoni Shoua2019-08-201-3/+3
* RDMA/mlx5: Release locks during notifier unregisterLeon Romanovsky2019-08-011-4/+3
* RDMA/mlx5: Set RDMA DIM to be enabled by defaultLeon Romanovsky2019-07-081-0/+2
* IB/mlx5: Report correctly tag matching rendezvous capabilityDanit Goldberg2019-07-081-2/+6
* IB/mlx5: Add counter_alloc_stats() and counter_update_stats() supportMark Zhang2019-07-051-0/+23
* IB/mlx5: Support statistic q counter configurationMark Zhang2019-07-051-0/+44
* IB/mlx5: Add counter set id as a parameter for mlx5_ib_query_q_counters()Mark Zhang2019-07-051-5/+5
* RDMA/mlx5: Use proper allocation API to get zeroed memoryLeon Romanovsky2019-07-041-2/+1
* IB/mlx5: Register DEVX with mlx5_core to get async eventsYishai Hadas2019-07-031-2/+6
* Merge mlx5-next into rdma for-nextJason Gunthorpe2019-07-031-22/+57
|\
| * net/mlx5: Report EQE data upon CQ completionYishai Hadas2019-07-031-1/+1
| * net/mlx5: E-Switch, Refactor eswitch SR-IOV interfaceBodong Wang2019-07-011-1/+1
| * RDMA/mlx5: Add vport metadata matching for IB representorsJianbo Liu2019-06-261-9/+36
| * net/mlx5: Add flow context for flow tagJianbo Liu2019-06-261-11/+19
* | Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-281-1/+1
|\ \
| * | mlx5: avoid 64-bit divisionMichal Kubecek2019-05-291-1/+1
| |/
* | RDMA/core: Rename signature qp create flag and signature device capabilityIsrael Rukshin2019-06-241-1/+1
* | RDMA/mlx5: Add attr for max number page list length for PI operationMax Gurtovoy2019-06-241-0/+2
* | RDMA/mlx5: Implement mlx5_ib_map_mr_sg_pi and mlx5_ib_alloc_mr_integrityMax Gurtovoy2019-06-241-0/+2
* | RDMA/mlx5: Enable decap and packet reformat on FDBMaor Gottlieb2019-06-181-0/+5
* | RDMA/mlx5: Consider eswitch encap modeMaor Gottlieb2019-06-181-6/+14
* | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-8/+13
* | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* | RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-231/+431
|\
| * RDMA/mlx5: Remove MAYEXEC flagLeon Romanovsky2019-05-061-1/+1
| * IB/mlx5: Add steering SW ICM device memory typeAriel Levkovich2019-05-061-7/+135
| * IB/mlx5: Warn on allocated MEMIC buffers during cleanupAriel Levkovich2019-05-061-0/+2
| * IB/mlx5: Support device memory type attributeAriel Levkovich2019-05-061-47/+88
| * RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-031-36/+6
| * Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-241-10/+13
| |\
| | * RDMA: Remove rdma_user_mmap_pageJason Gunthorpe2019-04-241-6/+6
| | * RDMA/mlx5: Use get_zeroed_page() for clock_infoJason Gunthorpe2019-04-241-2/+3
| * | RDMA/mlx5: Don't create IB representors when in multiport RoCE modeMark Bloch2019-04-221-1/+2
| * | RDMA/mlx5: Initialize roce port info before multiport master initMark Bloch2019-04-221-7/+3
| * | RDMA/mlx5: Allow DEVX and raw creation flow on repsMark Bloch2019-04-221-0/+3
| * | RDMA/mlx5: Create flow table with max size supportedMark Bloch2019-04-221-6/+4
| * | RDMA/mlx5: Access the prio bypass inside the FDB flow table namespaceMark Bloch2019-04-221-11/+20
| * | RDMA/mlx5: Remove VF representor profileMark Bloch2019-04-101-30/+16
| * | RDMA/mlx5: Move to single device multiport ports in switchdev modeMark Bloch2019-04-101-4/+22
| * | RDMA/mlx5: Move SMI caps logicMark Bloch2019-04-101-5/+5
| * | RDMA/mlx5: Refactor netdev affinity codeMark Bloch2019-04-101-10/+37
| * | RDMA/mlx5: Move rep into port structMark Bloch2019-04-101-9/+13
| * | RDMA/mlx5: Use correct size for device resourcesMark Bloch2019-04-101-3/+1
| * | RDMA/mlx5: Move ports allocation to outside of INIT stageMark Bloch2019-04-101-12/+12
| * | RDMA/mlx5: Free IB device on removeMark Bloch2019-04-101-2/+2
| * | RDMA/mlx5: Move netdev info into the port structMark Bloch2019-04-101-16/+16
| * | Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe2019-04-101-4/+4
| |\ \
| * | | RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-12/+24