aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-04IB/mlx4: Test port number before querying type.Tarick Bedeir1-1/+1
2018-06-26IB/mlx4: Create slave AH's directlyJason Gunthorpe3-25/+59
2018-06-25IB/mlx4: Add support for drain SQ & RQYishai Hadas3-6/+152
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-2/+2
2018-06-18RDMA: Convert drivers to use the AH's sgid_attr in post_wr pathsParav Pandit1-6/+2
2018-06-18IB/mlx4: Use GID attribute from ah attributeParav Pandit4-20/+9
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2-30/+17
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit1-6/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-7/+9
2018-06-04Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git into for-nextJason Gunthorpe1-1/+5
2018-06-02IB/core: Support passing uhw for create_flowMatan Barak1-1/+5
2018-06-01RDMA/mlx4: Don't crash machine if zap_vma_ptes() failsLeon Romanovsky1-8/+2
2018-06-01RDMA/mlx4: Discard unknown SQP work requestsLeon Romanovsky1-1/+0
2018-06-01RDMA/mlx4: Catch FW<->SW misalignment without machine crashLeon Romanovsky1-1/+4
2018-05-30RDMA/uverbs: Hoist the common process of disassociate_ucontext into ib coreWei Hu(Xavier)1-34/+0
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-nextJason Gunthorpe1-8/+42
2018-05-28IB/mlx4: Mark user MR as writable if actual virtual memory is writableJack Morgenstein1-8/+42
2018-05-24IB/core: Reduce the places that use zgidParav Pandit2-3/+4
2018-05-03IB/mlx4: Fix integer overflow when calculating optimal MTT sizeJack Morgenstein1-1/+1
2018-04-27RDMA/mlx4: Add missed RSS hash inner header flagLeon Romanovsky1-1/+2
2018-04-04IB/mlx4: Check for egress flow steeringBoris Pismenny1-0/+3
2018-04-03RDMA: Use ib_gid_attr during GID modificationParav Pandit1-18/+12
2018-04-03IB/providers: Avoid null netdev check for RoCEParav Pandit2-7/+5
2018-04-03IB/providers: Avoid zero GID check for RoCEParav Pandit2-5/+0
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit1-16/+1
2018-03-21IB/mlx4: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya1-2/+2
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2018-03-15IB/mlx4: Add Scatter FCS support over WQ creationGuy Levi3-9/+32
2018-03-15IB/mlx4: Report TSO capabilitiesYishai Hadas1-2/+20
2018-03-15RDMA/mlx4: Move flag constants to uapi headerJason Gunthorpe2-5/+1
2018-03-14Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford2-5/+10
2018-03-08mlx4_ib: zero out struct ib_pd when allocatingSteve Wise1-2/+1
2018-03-08mlx4_ib: set user mr attributes in struct ib_mrSteve Wise1-0/+3
2018-03-07IB/mlx4: Move mlx4_uverbs_ex_query_device_resp to include/uapi/Yishai Hadas1-14/+0
2018-03-06IB/mlx4: Include GID type when deleting GIDs from HW table under RoCEJack M1-2/+7
2018-03-06IB/mlx4: Fix corruption of RoCEv2 IPv4 GIDsJack Morgenstein1-2/+0
2018-02-28IB/mlx: Set slid to zero in Ethernet completion structMoni Shoua1-1/+3
2018-01-29RDMA: Move enum ib_cq_creation_flags to uapi headersJason Gunthorpe1-2/+2
2018-01-15IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH portsJack Morgenstein1-8/+5
2018-01-08Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-nextDoug Ledford1-1/+1
2018-01-02IB/mlx4: Fix mlx4_ib_alloc_mr error flowLeon Romanovsky1-1/+1
2017-12-28IB/mlx4: Add support to RSS hash for inner headersGuy Levi2-0/+20
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.gitJason Gunthorpe1-7/+19
2017-12-18IB/mlx4: Remove unused ibpd parameterErez Alfasi1-2/+2
2017-12-13IB/mlx4: Potential buffer overflow in _mlx4_set_path()Dan Carpenter1-0/+2
2017-12-07IB/mlx4: Fix RSS hash fields restrictionsGuy Levi1-7/+19
2017-11-13IB/mlx4: Add CQ moderation capability to query_deviceYonatan Cohen1-0/+3
2017-11-13IB/mlx4: Exposing modify CQ callback to uverbs layerYonatan Cohen2-0/+4
2017-11-13IB/mlx4: Increase maximal message size under UD QPMark Bloch1-1/+1