aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-16RDMA/restrack: don't use uaccess_kernel()Steve Wise1-2/+1
2018-01-29RDMA/core: Add resource tracking for create and destroy PDsLeon Romanovsky1-0/+5
2018-01-29RDMA/core: Add resource tracking for create and destroy CQsLeon Romanovsky1-0/+3
2018-01-29RDMA/core: Add resource tracking for create and destroy QPsLeon Romanovsky1-3/+2
2018-01-29RDMA/core: Save kernel caller name when creating PD and CQ objectsLeon Romanovsky1-2/+2
2018-01-18IB/core: postpone WR initialization during queue drainMax Gurtovoy1-8/+8
2018-01-15IB/core: Limit DMAC resolution to RoCE Connected QPsParav Pandit1-1/+10
2018-01-15IB/core: Attempt DMAC resolution for only RoCEParav Pandit1-4/+2
2018-01-15IB/core: Limit DMAC resolution to userspace QPsParav Pandit1-19/+29
2018-01-15IB/core: Perform modify QP on real oneParav Pandit1-2/+3
2018-01-10infiniband: fix core/verbs.c kernel-doc notationRandy Dunlap1-2/+2
2018-01-05RDMA/core: Add encode/decode FDR/EDR ratesHans Westgaard Ry1-20/+36
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.gitJason Gunthorpe1-1/+2
2017-12-27IB/core: Make sure that PSN does not overflowMajd Dibbiny1-0/+16
2017-12-27IB/core: Verify that QP is security enabled in create and destroyMoni Shoua1-1/+2
2017-12-18IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wcParav Pandit1-6/+6
2017-12-18IB/core: Avoid unnecessary type castParav Pandit1-2/+1
2017-12-18IB/core: Depend on IPv6 stack to resolve link local address for RoCEv2Parav Pandit1-5/+11
2017-12-18IB/{core/cm}: Fix generating a return AH for RoCEEParav Pandit1-78/+58
2017-11-13RDMA/core: Rename kernel modify_cq to better describe its usageLeon Romanovsky1-2/+2
2017-10-18IB: Let ib_core resolve destination mac addressParav Pandit1-3/+5
2017-10-18IB/core: Introduce and use rdma_create_user_ahParav Pandit1-2/+38
2017-09-22IB/core: Fix for core panicAlex Estrin1-2/+2
2017-08-31IB/core: Add might_sleep() annotation to ib_init_ah_from_wc()Roland Dreier1-0/+2
2017-08-29IB/core: Separate CQ handle in SRQ contextArtemy Kovalyov1-7/+9
2017-08-24RDMA/core: Refactor get link layer wrapperLeon Romanovsky1-9/+5
2017-08-24RDMA/core: Delete BUG() from unreachable flowLeon Romanovsky1-13/+7
2017-08-24Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford1-1/+6
2017-08-24IB/core: Avoid accessing non-allocated memory when inferring port typeNoa Osherovich1-1/+6
2017-08-18Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford1-1/+0
2017-07-27Merge branch 'misc' into k.o/for-nextDoug Ledford1-0/+55
2017-07-24IB/core: Add support for RoCEv2 multicastNoa Osherovich1-0/+12
2017-07-24IB/core: Set RoCEv2 MGID according to specNoa Osherovich1-4/+6
2017-07-24IB/core: Fix the validations of a multicast LID in attach or detach operationsNoa Osherovich1-4/+40
2017-07-24IB/core: Add generic function to extract IB speed from netdevYuval Shaia1-0/+55
2017-07-23Revert "IB/core: Allow QP state transition from reset to error"Leon Romanovsky1-1/+0
2017-07-17IB/core: Allow QP state transition from reset to errorTadeusz Struk1-0/+1
2017-07-17IB/core: Introduce modify QP operation with udataParav Pandit1-8/+24
2017-07-17IB/core: Don't resolve IP address to the loopback deviceMoni Shoua1-5/+0
2017-07-17RDMA/core: Document confusing codeGustavo A. R. Silva1-0/+13
2017-05-23IB/core: Enforce PKey security on QPsDaniel Jurgens1-1/+26
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-4/+9
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-22/+23
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli1-2/+2
2017-05-01IB/core: Rename ib_query_ah to rdma_query_ahDasaratharaman Chandramouli1-2/+2
2017-05-01IB/core: Rename ib_modify_ah to rdma_modify_ahDasaratharaman Chandramouli1-2/+2
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli1-3/+3
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-6/+6
2017-04-28IB/core: For multicast functions, verify that LIDs are multicast LIDsMichael J. Ruhl1-2/+6
2017-02-19IB/core: Add support for draining IB_POLL_DIRECT completion queuesBart Van Assche1-20/+15