aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-19/+11
2019-02-22IB/mlx4: Increase the timeout for CM cacheHåkon Bugge1-1/+1
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch3-42/+51
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-23/+13
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-3/+3
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-21IB/mlx4: Fix using wrong function to destroy sqp AHs under SRIOVJack Morgenstein1-3/+3
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-3/+4
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2019-01-10RDMA: Clear CQ objects during their allocationLeon Romanovsky1-1/+1
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe6-26/+30
2019-01-10IB/{core,uverbs}: Move ib_umem_xxx functions from ib_core to ib_uverbsShamir Rabinovitch1-1/+0
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-129/+170
2018-12-20IB/mlx4: Remove set but not used variable 'pd'YueHaibing1-3/+0
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman3-14/+14
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman3-5/+5
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2-15/+15
2018-12-18IB/mlx4: Utilize macro to calculate SQ spare sizeYuval Shaia1-1/+1
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-1/+1
2018-12-11RDMA/mlx4: Initialize ib_device_ops structKamal Heib1-79/+99
2018-12-11IB/mlx4: Remove unneeded NULL checkYuval Shaia1-3/+3
2018-12-06mlx4: Use snprintf instead of complicated strcpyQian Cai1-8/+4
2018-11-22{net, IB}/mlx4: Initialize CQ buffers in the driver when possibleDaniel Jurgens1-1/+8
2018-11-22mlx4: trigger IB events needed by SMCUrsula Braun2-0/+28
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-19/+18
2018-10-16IB/mlx4: Add port and TID to MAD debug printHåkon Bugge1-8/+10
2018-10-16IB/mlx4: Enable debug print of SMPsHåkon Bugge1-1/+1
2018-10-16IB/mlx4: Refer to the device kobject instead of ports_parentParav Pandit1-5/+1
2018-10-16Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe1-3/+5
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib1-7/+1
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-2/+1
2018-09-26RDMA: Fix dependencies for rdma_user_mmap_ioArnd Bergmann1-0/+1
2018-09-21IB/mlx4: Remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-09-20RDMA/mlx4: Use rdma_user_mmap_ioJason Gunthorpe2-123/+24
2018-09-06RDMA/mlx4: Ensure that maximal send/receive SGE less than supported by HWLeon Romanovsky1-3/+5
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-2/+5
2018-07-30IB/mlx4: Use 4K pages for kernel QP's WQE bufferJack Morgenstein2-176/+34
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche4-21/+23
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-12/+13
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe1-1/+2
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-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+5
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