summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/verbs.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-201-2/+4
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-201-5/+10
* RDMA/restrack: Resource-tracker should not use uobject pointersShamir Rabinovitch2018-12-181-3/+3
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-77/+82
* IB/core: Add new IB ratesMichael Guralnik2018-12-111-0/+12
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-261-9/+10
|\
| * RDMA/restrack: Consolidate task name updates in one placeLeon Romanovsky2018-10-061-2/+2
| * RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-2/+1Star
| * RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe2018-09-261-4/+6
| * RDMA/core: Consider net ns of gid attribute for RoCEParav Pandit2018-09-131-1/+1
* | RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov2018-10-111-7/+21
* | RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov2018-10-111-0/+32
|/
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-6/+8
|\
| * RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()Bharat Potnuri2018-06-181-6/+8
* | RDMA/core: Check for verbs callbacks before using themKamal Heib2018-07-311-0/+3
* | RDMA/core: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-4/+3Star
* | RDMA: Validate grh_required when handling AVsArtemy Kovalyov2018-07-101-1/+2
* | IB/core: Check for rdma_protocol_ib only after validating port_numJason Gunthorpe2018-06-271-8/+11
* | RDMA/verbs: Drop kernel variant of destroy_flowLeon Romanovsky2018-06-251-12/+0Star
* | RDMA/verbs: Drop kernel variant of create_flowLeon Romanovsky2018-06-251-17/+0Star
* | IB: Make ib_init_ah_attr_from_wc set sgid_attrParav Pandit2018-06-251-54/+56
* | RDMA: Hold the sgid_attr inside the struct ib_ah/qpJason Gunthorpe2018-06-181-2/+44
* | IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe2018-06-181-0/+54
* | IB/core: Tidy ib_resolve_eth_dmacParav Pandit2018-06-181-4/+10
* | IB/core: Add a sgid_attr pointer to struct rdma_ah_attrJason Gunthorpe2018-06-181-27/+225
* | IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit2018-06-181-4/+2Star
|/
* Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe2018-06-041-1/+1
|\
| * IB/core: Support passing uhw for create_flowMatan Barak2018-06-021-1/+1
* | IB/uverbs: Fix kernel crash during MR deregistration flowAriel Levkovich2018-04-271-0/+1
|/
* IB/uverbs: Add device memory registration ioctl supportAriel Levkovich2018-04-051-1/+5
* drivers/infiniband/core/verbs.c: fix build with gcc-4.4.4Andrew Morton2018-03-141-1/+2
* RDMA/verbs: Simplify modify QP checkLeon Romanovsky2018-03-141-12/+8Star
* RDMA/nldev: provide detailed MR informationSteve Wise2018-03-081-0/+3
* RDMA/core: Avoid that ib_drain_qp() triggers an out-of-bounds stack accessBart Van Assche2018-03-071-3/+8
* RDMA/verbs: Return proper error code for not supported system callLeon Romanovsky2018-02-231-23/+23
* RDMA/restrack: don't use uaccess_kernel()Steve Wise2018-02-161-2/+1Star
* RDMA/core: Add resource tracking for create and destroy PDsLeon Romanovsky2018-01-301-0/+5
* RDMA/core: Add resource tracking for create and destroy CQsLeon Romanovsky2018-01-301-0/+3
* RDMA/core: Add resource tracking for create and destroy QPsLeon Romanovsky2018-01-301-3/+2Star
* RDMA/core: Save kernel caller name when creating PD and CQ objectsLeon Romanovsky2018-01-291-2/+2
* IB/core: postpone WR initialization during queue drainMax Gurtovoy2018-01-181-8/+8
* IB/core: Limit DMAC resolution to RoCE Connected QPsParav Pandit2018-01-151-1/+10
* IB/core: Attempt DMAC resolution for only RoCEParav Pandit2018-01-151-4/+2Star
* IB/core: Limit DMAC resolution to userspace QPsParav Pandit2018-01-151-19/+29
* IB/core: Perform modify QP on real oneParav Pandit2018-01-151-2/+3
* infiniband: fix core/verbs.c kernel-doc notationRandy Dunlap2018-01-111-2/+2
* RDMA/core: Add encode/decode FDR/EDR ratesHans Westgaard Ry2018-01-051-20/+36
* Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-281-1/+2
|\
| * IB/core: Verify that QP is security enabled in create and destroyMoni Shoua2017-12-271-1/+2
* | IB/core: Make sure that PSN does not overflowMajd Dibbiny2017-12-271-0/+16