summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/verbs.c
AgeCommit message (Expand)Author
2019-10-18IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fieldsParav Pandit
2019-07-25RDMA/core: Annotate destroy of mutex to ensure that it is released as unlockedParav Pandit
2019-07-05RDMA/counter: Add "auto" configuration mode supportMark Zhang
2019-06-24RDMA/core: Validate integrity handover device capMax Gurtovoy
2019-06-24RDMA/core: Add signature attrs element for ib_mr structureMax Gurtovoy
2019-06-24RDMA/core: Introduce ib_map_mr_sg_pi to map data/protection sgl'sMax Gurtovoy
2019-06-24RDMA/core: Introduce IB_MR_TYPE_INTEGRITY and ib_alloc_mr_integrity APIIsrael Rukshin
2019-06-24RDMA/core: Save the MR type in the ib_mr structureMax Gurtovoy
2019-06-20RDMA: Convert destroy_wq to be voidLeon Romanovsky
2019-06-17RDMA: Move rdma_node_type to uapi/Jason Gunthorpe
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky
2019-05-21RDMA/core: Fix doc typoIsrael Rukshin
2019-05-06RDMA: Add EFA related definitionsGal Pressman
2019-05-06RDMA/verbs: Add a DMA iterator to return aligned contiguous memory blocksShiraz Saleem
2019-05-03IB/core: Set qp->real_qp before it may be accessedArtemy Kovalyov
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch
2019-02-19RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky
2019-01-24IB/core: Destroy QP if XRC QP failsYuval Avnery
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman
2018-12-18RDMA/restrack: Resource-tracker should not use uobject pointersShamir Rabinovitch
2018-12-12RDMA: Start use ib_device_opsKamal Heib
2018-12-11IB/core: Add new IB ratesMichael Guralnik
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-10-10RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov
2018-10-10RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov
2018-10-05RDMA/restrack: Consolidate task name updates in one placeLeon Romanovsky
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib
2018-09-26RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe
2018-09-12RDMA/core: Consider net ns of gid attribute for RoCEParav Pandit
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe
2018-07-30RDMA/core: Check for verbs callbacks before using themKamal Heib
2018-07-24RDMA/core: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-10RDMA: Validate grh_required when handling AVsArtemy Kovalyov
2018-06-27IB/core: Check for rdma_protocol_ib only after validating port_numJason Gunthorpe
2018-06-25RDMA/verbs: Drop kernel variant of destroy_flowLeon Romanovsky
2018-06-25RDMA/verbs: Drop kernel variant of create_flowLeon Romanovsky
2018-06-25IB: Make ib_init_ah_attr_from_wc set sgid_attrParav Pandit
2018-06-18RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()Bharat Potnuri
2018-06-18RDMA: Hold the sgid_attr inside the struct ib_ah/qpJason Gunthorpe
2018-06-18IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe
2018-06-18IB/core: Tidy ib_resolve_eth_dmacParav Pandit
2018-06-18IB/core: Add a sgid_attr pointer to struct rdma_ah_attrJason Gunthorpe
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit
2018-06-04Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe