aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx4/main.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-27RDMA/mlx4: Read pkey table length instead of hardcoded valueGravatar Mark Bloch 1-1/+2
2020-07-06RDMA: Move XRCD to be under ib_core responsibilityGravatar Leon Romanovsky 1-22/+15
2020-06-02RDMA/mlx4: Remove FMR support for memory registrationGravatar Max Gurtovoy 1-11/+0
2020-04-14RDMA/mlx4: Initialize ib_spec on the stackGravatar Alaa Hleihel 1-1/+2
2020-03-13RDMA/mlx4: Delete duplicated offsetofend implementationGravatar Leon Romanovsky 1-6/+3
2020-01-16IB/mlx4: Fix memory leak in add_gid error flowGravatar Jack Morgenstein 1-4/+16
2019-12-12IB/mlx4: Follow mirror sequence of device add during device removalGravatar Parav Pandit 1-4/+5
2019-11-19IB/mlx4: Update HW GID table while adding vlan GIDGravatar Danit Goldberg 1-1/+8
2019-11-06RDMA: Connect between the mmap entry and the umap_priv structureGravatar Michal Kalderon 1-3/+6
2019-08-12RDMA: Introduce ib_port_phys_state enumGravatar Kamal Heib 1-1/+2
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityGravatar Leon Romanovsky 1-0/+1
2019-06-10RDMA: Move owner into struct ib_device_opsGravatar Jason Gunthorpe 1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsGravatar Jason Gunthorpe 1-7/+8
2019-06-10RDMA: Move driver_id into struct ib_device_opsGravatar Jason Gunthorpe 1-1/+2
2019-04-08RDMA: Handle SRQ allocations by IB/coreGravatar Leon Romanovsky 1-0/+1
2019-04-08RDMA: Handle AH allocations by IB/coreGravatar Leon Romanovsky 1-0/+2
2019-04-01IB: Pass only ib_udata in function prototypesGravatar Shamir Rabinovitch 1-4/+2
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathGravatar Shamir Rabinovitch 1-2/+2
2019-02-22RDMA: Handle ucontext allocations by IB/coreGravatar Leon Romanovsky 1-19/+11
2019-02-08RDMA: Handle PD allocations by IB/coreGravatar Leon Romanovsky 1-23/+13
2019-01-30RDMA: Provide safe ib_alloc_device() functionGravatar Leon Romanovsky 1-1/+1
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Gravatar Parav Pandit 1-3/+4
2019-01-14RDMA: Rename port_callback to init_portGravatar Parav Pandit 1-1/+1
2018-12-11RDMA/mlx4: Initialize ib_device_ops structGravatar Kamal Heib 1-79/+99
2018-11-22mlx4: trigger IB events needed by SMCGravatar Ursula Braun 1-0/+27
2018-10-17RDMA/drivers: Use core provided API for registering device attributesGravatar Parav Pandit 1-19/+18
2018-10-16Merge branch 'for-rc' into rdma.git for-nextGravatar Jason Gunthorpe 1-3/+5
2018-09-26RDMA: Fully setup the device name in ib_register_deviceGravatar Jason Gunthorpe 1-2/+1
2018-09-20RDMA/mlx4: Use rdma_user_mmap_ioGravatar Jason Gunthorpe 1-118/+24
2018-09-06RDMA/mlx4: Ensure that maximal send/receive SGE less than supported by HWGravatar Leon Romanovsky 1-3/+5
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelGravatar Jason Gunthorpe 1-1/+2
2018-06-25IB/mlx4: Add support for drain SQ & RQGravatar Yishai Hadas 1-0/+2
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesGravatar Steve Wise 1-2/+2
2018-06-18IB/mlx4: Use GID attribute from ah attributeGravatar Parav Pandit 1-14/+6
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackGravatar Parav Pandit 1-6/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-5/+7
2018-06-04Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Jason Gunthorpe 1-1/+5
2018-06-02IB/core: Support passing uhw for create_flowGravatar Matan Barak 1-1/+5
2018-06-01RDMA/mlx4: Don't crash machine if zap_vma_ptes() failsGravatar Leon Romanovsky 1-8/+2
2018-06-01RDMA/mlx4: Catch FW<->SW misalignment without machine crashGravatar Leon Romanovsky 1-1/+4
2018-05-30RDMA/uverbs: Hoist the common process of disassociate_ucontext into ib coreGravatar Wei Hu(Xavier) 1-34/+0
2018-05-24IB/core: Reduce the places that use zgidGravatar Parav Pandit 1-2/+3
2018-04-04IB/mlx4: Check for egress flow steeringGravatar Boris Pismenny 1-0/+3
2018-04-03RDMA: Use ib_gid_attr during GID modificationGravatar Parav Pandit 1-18/+12
2018-04-03IB/providers: Avoid zero GID check for RoCEGravatar Parav Pandit 1-3/+0
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersGravatar Parav Pandit 1-16/+1
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idGravatar Matan Barak 1-0/+1
2018-03-15IB/mlx4: Add Scatter FCS support over WQ creationGravatar Guy Levi 1-8/+13
2018-03-15IB/mlx4: Report TSO capabilitiesGravatar Yishai Hadas 1-2/+20
2018-03-15RDMA/mlx4: Move flag constants to uapi headerGravatar Jason Gunthorpe 1-1/+1