summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-282-8/+12
|\
| * RDMA/mlx5: Use proper spec flow label typeDaria Velikovsky2018-05-091-1/+1
| * RDMA/mlx5: Don't assume that medium blueFlame register existsYishai Hadas2018-05-091-7/+11
* | Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/ker...Jason Gunthorpe2018-05-241-1/+1
|\ \
| * | IB/mlx5: Use 'kvfree()' for memory allocated by 'kvzalloc()'Christophe JAILLET2018-05-161-1/+1
* | | IB/mlx5: Fetch soft WQE's on fatal error stateErez Shitrit2018-05-241-3/+12
* | | RDMA/mlx5: Remove debug prints of VMA pointersLeon Romanovsky2018-05-241-12/+3
* | | IB/mlx5: Expose MPLS related tunneling offloadsAriel Levkovich2018-05-161-0/+8
* | | IB/mlx5: Add support for MPLS flow specificationAriel Levkovich2018-05-161-3/+99
* | | IB/mlx5: Add support for GRE flow specificationAriel Levkovich2018-05-161-0/+24
* | | Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-05-094-23/+39
|\ \ \ | | |/ | |/|
| * | RDMA/mlx5: Properly check return value of mlx5_get_uars_pageLeon Romanovsky2018-04-271-3/+1
| * | IB/mlx5: Fix represent correct netdevice in dual port RoCEParav Pandit2018-04-271-1/+1
| * | IB/mlx5: Use unlimited rate when static rate is not supportedDanit Goldberg2018-04-271-9/+9
| * | RDMA/mlx5: Protect from shift operand overflowLeon Romanovsky2018-04-271-0/+4
| * | RDMA/mlx5: Fix multiple NULL-ptr deref errors in rereg_mr flowLeon Romanovsky2018-04-271-9/+23
| * | infiniband: mlx5: fix build errors when INFINIBAND_USER_ACCESS=mRandy Dunlap2018-04-171-0/+1
| * | IB/mlx5: remove duplicate header fileZhu Yanjun2018-04-161-1/+0
| |/
* | IB/mlx5: posting klm/mtt list inline in the send queue for reg_wrIdan Burstein2018-05-091-7/+36
|/
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-067-160/+1016
|\
| * IB/mlx5: Device memory mr registration supportAriel Levkovich2018-04-053-0/+84
| * net/mlx5: Mkey creation command adjustmentsAriel Levkovich2018-04-052-14/+15
| * IB/mlx5: Device memory support in mlx5_ibAriel Levkovich2018-04-054-2/+286
| * IB/mlx5: Add ability to hash by IPSEC_SPI when creating a TIRMatan Barak2018-04-042-4/+16
| * IB/mlx5: Add information for querying IPsec capabilitiesMatan Barak2018-04-041-0/+12
| * IB/mlx5: Add IPsec support for egress and ingressAviad Yehezkel2018-04-042-12/+117
| * 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-042-1/+148
| * IB/mlx5: Initialize the parsing tree root without the help of uverbsMatan Barak2018-04-042-0/+39
| * RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-031-6/+7
| * IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-031-6/+0
| * RDMA/mlx5: Fix definition of mlx5_ib_create_qp_respJason Gunthorpe2018-04-031-2/+2
| * IB/mlx5: Respect new UMR capabilitiesMajd Dibbiny2018-03-272-8/+48
| * IB/mlx5: Enable ECN capable bits for UD RoCE v2 QPsMajd Dibbiny2018-03-271-0/+12
| * IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
| * IB/mlx5: Packet packing enhancement for RAW QPBodong Wang2018-03-193-20/+80
| * IB/mlx5: Set the default active rate and width to QDR and 4XHonggang Li2018-03-191-0/+3
| * RDMA/mlx5: Simplify clean and destroy MR callsLeon Romanovsky2018-03-151-30/+10
| * RDMA/mlx5: Guard ODP specific assignments with specific CONFIGLeon Romanovsky2018-03-151-0/+4
| * RDMA/mlx5: Unify error flows in rereg MR failure pathsLeon Romanovsky2018-03-151-14/+18
| * RDMA/mlx5: Return proper value for not-supported commandLeon Romanovsky2018-03-151-1/+1
| * RDMA/mlx5: Protect from NULL pointer derefenceLeon Romanovsky2018-03-151-0/+2
| * Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-03-147-52/+88
| |\
| * | IB/mlx5: Maintain a single emergency pageIlya Lesokhin2018-03-143-22/+37
| * | IB/mlx5: Only synchronize RCU once when removing mkeysDaniel Jurgens2018-03-141-16/+28
| * | RDMA/mlx5: Fix NULL dereference while accessing XRC_TGT QPsLeon Romanovsky2018-03-141-1/+2
| * | Merge tag 'mlx5-updates-2018-02-28-1' of git://git.kernel.org/pub/scm/linux/k...Doug Ledford2018-03-072-21/+12
| |\ \
| * | | RDMA/mlx5: Refactor QP type check to be as early as possibleLeon Romanovsky2018-02-281-12/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-012-3/+12
|\ \ \ \
| * | | | IB/mlx5: Don't clean uninitialized UMR resourcesMark Bloch2018-03-212-3/+12
| | |_|/ | |/| |
OpenPOWER on IntegriCloud