aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-11RDMA/mlx4: Initialize ib_device_ops structKamal Heib1-79/+99
2018-11-22mlx4: trigger IB events needed by SMCUrsula Braun1-0/+27
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-19/+18
2018-10-16Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe1-3/+5
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-2/+1
2018-09-20RDMA/mlx4: Use rdma_user_mmap_ioJason Gunthorpe1-118/+24
2018-09-06RDMA/mlx4: Ensure that maximal send/receive SGE less than supported by HWLeon Romanovsky1-3/+5
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe1-1/+2
2018-06-25IB/mlx4: Add support for drain SQ & RQYishai Hadas1-0/+2
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-2/+2
2018-06-18IB/mlx4: Use GID attribute from ah attributeParav Pandit1-14/+6
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit1-6/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-5/+7
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: 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-24IB/core: Reduce the places that use zgidParav Pandit1-2/+3
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 zero GID check for RoCEParav Pandit1-3/+0
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit1-16/+1
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 Levi1-8/+13
2018-03-15IB/mlx4: Report TSO capabilitiesYishai Hadas1-2/+20
2018-03-15RDMA/mlx4: Move flag constants to uapi headerJason Gunthorpe1-1/+1
2018-03-14Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford1-4/+7
2018-03-08mlx4_ib: zero out struct ib_pd when allocatingSteve Wise1-2/+1
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-01-15IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH portsJack Morgenstein1-8/+5
2017-12-28IB/mlx4: Add support to RSS hash for inner headersGuy Levi1-0/+6
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 Cohen1-0/+3
2017-11-10IB/mlx4: Add report for RSS capabilities by vendor channelGuy Levi1-0/+17
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-3/+2
2017-07-27Merge branch 'misc' into k.o/for-nextDoug Ledford1-1/+0
2017-07-24IB/mlx4: Expose RSS capabilitiesGuy Levi1-1/+6
2017-07-24IB/mlx4: Add support for WQ indirection table related verbsGuy Levi1-3/+9
2017-07-24IB/mlx4: Add support for WQ related verbsGuy Levi1-0/+24
2017-07-24(IB, net)/mlx4: Add resource utilization supportMoshe Shemesh1-2/+4
2017-07-24IB/mlx4: Add inline-receive supportMaor Gottlieb1-0/+7
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky1-1/+0
2017-07-17IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky1-1/+1
2017-06-07IB/mlx4: Bump driver versionTariq Toukan1-3/+2
2017-04-21IB/mlx4: Change vma from shared to privateMaor Gottlieb1-0/+2
2017-04-21IB/mlx4: Take write semaphore when changing the vma structMaor Gottlieb1-2/+2
2017-04-21IB/mlx4: Fix ib device initialization error flowJack Morgenstein1-0/+1
2017-04-21IB/mlx4: Support RAW Ethernet when RoCE is disabledMajd Dibbiny1-15/+11