aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-24RDMA/core: Validate integrity handover device capMax Gurtovoy1-0/+6
2019-06-24RDMA/core: Add signature attrs element for ib_mr structureMax Gurtovoy1-1/+12
2019-06-24RDMA/core: Introduce ib_map_mr_sg_pi to map data/protection sgl'sMax Gurtovoy1-1/+39
2019-06-24RDMA/core: Introduce IB_MR_TYPE_INTEGRITY and ib_alloc_mr_integrity APIIsrael Rukshin1-0/+46
2019-06-24RDMA/core: Save the MR type in the ib_mr structureMax Gurtovoy1-0/+2
2019-06-20RDMA: Convert destroy_wq to be voidLeon Romanovsky1-7/+5
2019-06-17RDMA: Move rdma_node_type to uapi/Jason Gunthorpe1-1/+1
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-12/+20
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky1-1/+2
2019-05-21RDMA/core: Fix doc typoIsrael Rukshin1-2/+2
2019-05-06RDMA: Add EFA related definitionsGal Pressman1-0/+2
2019-05-06RDMA/verbs: Add a DMA iterator to return aligned contiguous memory blocksShiraz Saleem1-0/+34
2019-05-03IB/core: Set qp->real_qp before it may be accessedArtemy Kovalyov1-1/+0
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-40/+38
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-17/+24
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-3/+3
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-35/+40
2019-02-19RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe1-4/+1
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-11/+16
2019-01-24IB/core: Destroy QP if XRC QP failsYuval Avnery1-17/+24
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-2/+4
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-5/+10
2018-12-18RDMA/restrack: Resource-tracker should not use uobject pointersShamir Rabinovitch1-3/+3
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-77/+82
2018-12-11IB/core: Add new IB ratesMichael Guralnik1-0/+12
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-9/+10
2018-10-10RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov1-7/+21
2018-10-10RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov1-0/+32
2018-10-05RDMA/restrack: Consolidate task name updates in one placeLeon Romanovsky1-2/+2
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib1-2/+1
2018-09-26RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe1-4/+6
2018-09-12RDMA/core: Consider net ns of gid attribute for RoCEParav Pandit1-1/+1
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-6/+8
2018-07-30RDMA/core: Check for verbs callbacks before using themKamal Heib1-0/+3
2018-07-24RDMA/core: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-4/+3
2018-07-10RDMA: Validate grh_required when handling AVsArtemy Kovalyov1-1/+2
2018-06-27IB/core: Check for rdma_protocol_ib only after validating port_numJason Gunthorpe1-8/+11
2018-06-25RDMA/verbs: Drop kernel variant of destroy_flowLeon Romanovsky1-12/+0
2018-06-25RDMA/verbs: Drop kernel variant of create_flowLeon Romanovsky1-17/+0
2018-06-25IB: Make ib_init_ah_attr_from_wc set sgid_attrParav Pandit1-54/+56
2018-06-18RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()Bharat Potnuri1-6/+8
2018-06-18RDMA: Hold the sgid_attr inside the struct ib_ah/qpJason Gunthorpe1-2/+44
2018-06-18IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe1-0/+54
2018-06-18IB/core: Tidy ib_resolve_eth_dmacParav Pandit1-4/+10
2018-06-18IB/core: Add a sgid_attr pointer to struct rdma_ah_attrJason Gunthorpe1-27/+225
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit1-4/+2
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/+1
2018-06-02IB/core: Support passing uhw for create_flowMatan Barak1-1/+1
2018-04-27IB/uverbs: Fix kernel crash during MR deregistration flowAriel Levkovich1-0/+1
2018-04-05IB/uverbs: Add device memory registration ioctl supportAriel Levkovich1-1/+5