summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/main.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | IB/mlx5: Expose dump and fill memory keyYonatan Cohen2018-07-041-0/+16
| |/ /
* | | IB/mlx5: Fix GRE flow specificationMaor Gottlieb2018-07-031-1/+1
* | | IB/mlx5: Remove set-but-not-used variablesBart Van Assche2018-07-031-2/+0Star
* | | RDMA/mlx5: Don't leak UARs in case of free failsLeon Romanovsky2018-06-291-13/+5Star
* | | IB/mlx5: Add support for drain SQ & RQYishai Hadas2018-06-251-0/+2
* | | Merge branch 'icrc-counter' into rdma.git for-nextJason Gunthorpe2018-06-221-3/+59
|\ \ \
| * | | IB/mlx5: Support RoCE ICRC encapsulated error counterTalat Batheesh2018-06-221-3/+59
| |/ /
* | | RDMA/mlx5: Refactor transport domain checksLeon Romanovsky2018-06-191-9/+11
* | | IB/mlx5: Expose DEVX treeYishai Hadas2018-06-191-1/+6
* | | IB/mlx5: Introduce DEVXYishai Hadas2018-06-191-3/+21
* | | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* | | RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-181-29/+3Star
* | | RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-181-3/+2Star
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-071-70/+441
|\|
| * Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe2018-06-041-12/+293
| |\
| | * IB/mlx5: Add counters read supportRaed Salem2018-06-021-0/+43
| | * IB/mlx5: Add flow counters read supportRaed Salem2018-06-021-0/+15
| | * IB/mlx5: Add flow counters binding supportRaed Salem2018-06-021-13/+209
| | * IB/mlx5: Add counters create and destroy supportRaed Salem2018-06-021-0/+23
| | * IB/core: Support passing uhw for create_flowMatan Barak2018-06-021-1/+6
| * | RDMA/mlx5: Don't check return value of zap_vma_ptes()Leon Romanovsky2018-06-011-4/+1Star
| * | RDMA/uverbs: Hoist the common process of disassociate_ucontext into ib coreWei Hu(Xavier)2018-05-311-34/+0Star
| * | Merge branch 'mini_cqe' into git://git.kernel.org/pub/scm/linux/kernel/git/rd...Jason Gunthorpe2018-05-291-6/+14
| |\ \
| | * | IB/mlx5: Introduce a new mini-CQE formatYonatan Cohen2018-05-291-0/+4
| | * | IB/mlx5: Refactor CQE compression responseYonatan Cohen2018-05-291-6/+10
| | |/
| * | Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-1/+1
| |\ \
| * | | RDMA/mlx5: Remove debug prints of VMA pointersLeon Romanovsky2018-05-241-12/+3Star
| * | | IB/mlx5: Expose MPLS related tunneling offloadsAriel Levkovich2018-05-171-0/+8
| * | | IB/mlx5: Add support for MPLS flow specificationAriel Levkovich2018-05-171-3/+99
| * | | IB/mlx5: Add support for GRE flow specificationAriel Levkovich2018-05-171-0/+24
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-241-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | RDMA/mlx5: Use proper spec flow label typeDaria Velikovsky2018-05-091-1/+1
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-051-5/+2Star
|\| |
| * | RDMA/mlx5: Properly check return value of mlx5_get_uars_pageLeon Romanovsky2018-04-271-3/+1Star
| * | IB/mlx5: Fix represent correct netdevice in dual port RoCEParav Pandit2018-04-271-1/+1
| * | IB/mlx5: remove duplicate header fileZhu Yanjun2018-04-171-1/+0Star
| |/
* / net/mlx5: Fix mlx5_get_vector_affinity functionIsrael Rukshin2018-04-261-1/+1
|/
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-071-37/+535
|\
| * IB/mlx5: Device memory mr registration supportAriel Levkovich2018-04-051-0/+1
| * IB/mlx5: Device memory support in mlx5_ibAriel Levkovich2018-04-051-1/+142
| * IB/mlx5: Add ability to hash by IPSEC_SPI when creating a TIRMatan Barak2018-04-041-0/+4
| * IB/mlx5: Add information for querying IPsec capabilitiesMatan Barak2018-04-041-0/+12
| * IB/mlx5: Add IPsec support for egress and ingressAviad Yehezkel2018-04-041-12/+115
| * IB/mlx5: Add modify_flow_action_esp verbMatan Barak2018-04-041-0/+49
| * IB/mlx5: Add implementation for create and destroy action_xfrmAviad Yehezkel2018-04-041-1/+132
| * IB/mlx5: Initialize the parsing tree root without the help of uverbsMatan Barak2018-04-041-0/+38
| * RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-041-6/+7
| * IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-041-6/+0Star
| * IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
| * IB/mlx5: Packet packing enhancement for RAW QPBodong Wang2018-03-191-0/+4