aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr/verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit1-15/+7
2018-06-18IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe1-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+2
2018-06-05qed*: Utilize FW 8.37.2.0Michal Kalderon1-2/+2
2018-05-31RDMA/qedr: fix spelling mistake: "adrresses" -> "addresses"Colin Ian King1-1/+1
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-nextJason Gunthorpe1-31/+29
2018-05-23RDMA/qedr: Fix doorbell bar mapping for dpi > 1Kalderon, Michal1-31/+29
2018-05-01RDMA/qedr: fix spelling mistake: "failes" -> "fails"Colin Ian King1-1/+1
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-101/+54
2018-04-05RDMA/qedr: Fix wmb usage in qedrKalderon, Michal1-8/+18
2018-04-05RDMA/qedr: Zero stack memory before copying to user spaceJason Gunthorpe1-3/+3
2018-04-03IB/providers: Avoid null netdev check for RoCEParav Pandit1-37/+35
2018-04-03IB/providers: Avoid zero GID check for RoCEParav Pandit1-3/+0
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit1-21/+0
2018-04-03IB/qedr: Remove GID add/del dummy routinesParav Pandit1-31/+0
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+32
2018-03-29qed*: Utilize FW 8.33.11.0Michal Kalderon1-2/+2
2018-03-21RDMA/qedr: Fix QP state initialization raceKalderon, Michal1-3/+17
2018-03-21RDMA/qedr: fix QP's ack timeout configurationKalderon, Michal1-10/+15
2018-03-15RDMA/qedr: eliminate duplicate barriers on weakly-ordered archsSinan Kaya1-2/+2
2018-03-06RDMA/qedr: Fix iWARP write and send with immediateKalderon, Michal1-0/+10
2018-03-06RDMA/qedr: Fix kernel panic when running fio over NFSoRDMAKalderon, Michal1-1/+2
2018-01-25RDMA/qedr: lower print level of flushed CQEsKalderon, Michal1-3/+3
2018-01-15RDMA/qedr: Fix endian problems around imm_dataJason Gunthorpe1-2/+2
2018-01-02RDMA/qedr: Use zeroing memory allocator than allocator/memsetHimanshu Jha1-3/+2
2017-10-14RDMA/qedr: Remove set-but-not-used variablesBart Van Assche1-6/+1
2017-10-14RDMA/qedr: Declare local functions staticBart Van Assche1-1/+1
2017-09-25Merge branch 'qedr' into k.o/for-nextDoug Ledford1-80/+272
2017-08-28RDMA/qedr: Missing error code in qedr_init_user_queue()Dan Carpenter1-1/+3
2017-08-24RDMA/qedr: fix spelling mistake: "invlaid" -> "invalid"Colin Ian King1-1/+1
2017-08-18RDMA/qedr: Add support for iWARP in user spaceKalderon, Michal1-17/+63
2017-08-18RDMA/qedr: Add iWARP connection management functionsKalderon, Michal1-0/+17
2017-08-18RDMA/qedr: Add iWARP connection management qp related callbacksKalderon, Michal1-2/+36
2017-08-18RDMA/qedr: Add support for read with invalidate, supported in iWARPKalderon, Michal1-5/+3
2017-08-18RDMA/qedr: Add iWARP support in existing verbsKalderon, Michal1-35/+136
2017-08-18RDMA/qedr: Add support for registering an iWARP deviceKalderon, Michal1-20/+14
2017-08-18RDMA/qedr: Rename the qedr_cm file as a preparation for iWARP supportKalderon, Michal1-1/+1
2017-07-27RDMA/qedr: notify user application of supported WIDsAmrani, Ram1-0/+2
2017-07-27RDMA/qedr: notify user application if DPM is supportedAmrani, Ram1-0/+1
2017-07-20RDMA/qedr: Prevent memory overrun in verbs' user responsesAmrani, Ram1-4/+12
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-27/+41
2017-06-20qed: Chain support for external PBLMintz, Yuval1-3/+3
2017-06-14RDMA/qedr: Add 64KB PAGE_SIZE support to user-space queuesRam Amrani1-27/+37
2017-06-14RDMA/qedr: Initialize byte_len in WC of READ and SEND commandsMichal Kalderon1-0/+4
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-0/+1
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-23/+21
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-1/+1
2017-04-28RDMA/qedr: add support for send+invalidate in poll CQAmrani, Ram1-37/+61