summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/verbs.c
AgeCommit message (Expand)Author
2018-06-18RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()Bharat Potnuri
2018-06-04Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe
2018-06-02IB/core: Support passing uhw for create_flowMatan Barak
2018-04-27IB/uverbs: Fix kernel crash during MR deregistration flowAriel Levkovich
2018-04-05IB/uverbs: Add device memory registration ioctl supportAriel Levkovich
2018-03-14drivers/infiniband/core/verbs.c: fix build with gcc-4.4.4Andrew Morton
2018-03-14RDMA/verbs: Simplify modify QP checkLeon Romanovsky
2018-03-08RDMA/nldev: provide detailed MR informationSteve Wise
2018-03-06RDMA/core: Avoid that ib_drain_qp() triggers an out-of-bounds stack accessBart Van Assche
2018-02-22RDMA/verbs: Return proper error code for not supported system callLeon Romanovsky
2018-02-16RDMA/restrack: don't use uaccess_kernel()Steve Wise
2018-01-29RDMA/core: Add resource tracking for create and destroy PDsLeon Romanovsky
2018-01-29RDMA/core: Add resource tracking for create and destroy CQsLeon Romanovsky
2018-01-29RDMA/core: Add resource tracking for create and destroy QPsLeon Romanovsky
2018-01-29RDMA/core: Save kernel caller name when creating PD and CQ objectsLeon Romanovsky
2018-01-18IB/core: postpone WR initialization during queue drainMax Gurtovoy
2018-01-15IB/core: Limit DMAC resolution to RoCE Connected QPsParav Pandit
2018-01-15IB/core: Attempt DMAC resolution for only RoCEParav Pandit
2018-01-15IB/core: Limit DMAC resolution to userspace QPsParav Pandit
2018-01-15IB/core: Perform modify QP on real oneParav Pandit
2018-01-10infiniband: fix core/verbs.c kernel-doc notationRandy Dunlap
2018-01-05RDMA/core: Add encode/decode FDR/EDR ratesHans Westgaard Ry
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe
2017-12-27IB/core: Make sure that PSN does not overflowMajd Dibbiny
2017-12-27IB/core: Verify that QP is security enabled in create and destroyMoni Shoua
2017-12-18IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wcParav Pandit
2017-12-18IB/core: Avoid unnecessary type castParav Pandit
2017-12-18IB/core: Depend on IPv6 stack to resolve link local address for RoCEv2Parav Pandit
2017-12-18IB/{core/cm}: Fix generating a return AH for RoCEEParav Pandit
2017-11-13RDMA/core: Rename kernel modify_cq to better describe its usageLeon Romanovsky
2017-10-18IB: Let ib_core resolve destination mac addressParav Pandit
2017-10-18IB/core: Introduce and use rdma_create_user_ahParav Pandit
2017-09-22IB/core: Fix for core panicAlex Estrin
2017-08-31IB/core: Add might_sleep() annotation to ib_init_ah_from_wc()Roland Dreier
2017-08-29IB/core: Separate CQ handle in SRQ contextArtemy Kovalyov
2017-08-24RDMA/core: Refactor get link layer wrapperLeon Romanovsky
2017-08-24RDMA/core: Delete BUG() from unreachable flowLeon Romanovsky
2017-08-24Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford
2017-08-24IB/core: Avoid accessing non-allocated memory when inferring port typeNoa Osherovich
2017-08-18Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford
2017-07-27Merge branch 'misc' into k.o/for-nextDoug Ledford
2017-07-24IB/core: Add support for RoCEv2 multicastNoa Osherovich
2017-07-24IB/core: Set RoCEv2 MGID according to specNoa Osherovich
2017-07-24IB/core: Fix the validations of a multicast LID in attach or detach operationsNoa Osherovich
2017-07-24IB/core: Add generic function to extract IB speed from netdevYuval Shaia
2017-07-23Revert "IB/core: Allow QP state transition from reset to error"Leon Romanovsky
2017-07-17IB/core: Allow QP state transition from reset to errorTadeusz Struk
2017-07-17IB/core: Introduce modify QP operation with udataParav Pandit
2017-07-17IB/core: Don't resolve IP address to the loopback deviceMoni Shoua
2017-07-17RDMA/core: Document confusing codeGustavo A. R. Silva