summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/main.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx4: Initialize ib_spec on the stackAlaa Hleihel2020-04-141-1/+2
* RDMA/mlx4: Delete duplicated offsetofend implementationLeon Romanovsky2020-03-131-6/+3
* IB/mlx4: Fix memory leak in add_gid error flowJack Morgenstein2020-01-161-4/+16
* IB/mlx4: Follow mirror sequence of device add during device removalParav Pandit2019-12-121-4/+5
* IB/mlx4: Update HW GID table while adding vlan GIDDanit Goldberg2019-11-191-1/+8
* RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon2019-11-061-3/+6
* RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-1/+2
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-0/+1
* RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-7/+8
* RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-0/+1
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-0/+2
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-4/+2
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-2/+2
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-19/+11
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-081-23/+13
* RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-3/+4
* RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* RDMA/mlx4: Initialize ib_device_ops structKamal Heib2018-12-111-79/+99
* mlx4: trigger IB events needed by SMCUrsula Braun2018-11-221-0/+27
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-19/+18
* Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2018-10-161-3/+5
|\
| * RDMA/mlx4: Ensure that maximal send/receive SGE less than supported by HWLeon Romanovsky2018-09-061-3/+5
* | RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1
* | RDMA/mlx4: Use rdma_user_mmap_ioJason Gunthorpe2018-09-201-118/+24
|/
* RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe2018-07-101-1/+2
* IB/mlx4: Add support for drain SQ & RQYishai Hadas2018-06-251-0/+2
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-2/+2
* IB/mlx4: Use GID attribute from ah attributeParav Pandit2018-06-181-14/+6
* RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-181-6/+6
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-5/+7
* Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe2018-06-041-1/+5
|\
| * IB/core: Support passing uhw for create_flowMatan Barak2018-06-021-1/+5
* | RDMA/mlx4: Don't crash machine if zap_vma_ptes() failsLeon Romanovsky2018-06-011-8/+2
* | RDMA/mlx4: Catch FW<->SW misalignment without machine crashLeon Romanovsky2018-06-011-1/+4
* | RDMA/uverbs: Hoist the common process of disassociate_ucontext into ib coreWei Hu(Xavier)2018-05-301-34/+0
* | IB/core: Reduce the places that use zgidParav Pandit2018-05-241-2/+3
|/
* IB/mlx4: Check for egress flow steeringBoris Pismenny2018-04-041-0/+3
* RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-031-18/+12
* IB/providers: Avoid zero GID check for RoCEParav Pandit2018-04-031-3/+0
* RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-031-16/+1
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
* IB/mlx4: Add Scatter FCS support over WQ creationGuy Levi2018-03-151-8/+13
* IB/mlx4: Report TSO capabilitiesYishai Hadas2018-03-151-2/+20
* RDMA/mlx4: Move flag constants to uapi headerJason Gunthorpe2018-03-151-1/+1
* Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-03-141-4/+7
|\
| * IB/mlx4: Include GID type when deleting GIDs from HW table under RoCEJack M2018-03-061-2/+7
| * IB/mlx4: Fix corruption of RoCEv2 IPv4 GIDsJack Morgenstein2018-03-061-2/+0