aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr/verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-03IB/qedr: Remove GID add/del dummy routinesParav Pandit1-31/+0
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
2017-04-28RDMA/qedr: destroy CQ only after HW releases itAmrani, Ram1-0/+64
2017-04-28RDMA/qedr: enhance destroy flow for GSI QPAmrani, Ram1-10/+11
2017-04-28RDMA/qedr: reset access control when registering a MRAmrani, Ram1-0/+2
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-4/+4
2017-03-13qed*: Utilize Firmware 8.15.3.0Mintz, Yuval1-1/+2
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-4/+5
2017-02-19RDMA/qedr: Fix some error handlingChristophe Jaillet1-4/+6
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford1-21/+41
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-4/+5
2017-01-24RDMA/qedr: Fix and simplify memory leak in PD allocRam Amrani1-8/+18
2017-01-24RDMA/qedr: Fix formattingRam Amrani1-1/+0
2017-01-24RDMA/qedr: Mark three functions as staticRam Amrani1-6/+8
2017-01-24RDMA/qedr: Don't reset QP when queues aren't flushedRam Amrani1-0/+8
2017-01-24RDMA/qedr: Don't spam dmesg if QP is in error stateRam Amrani1-3/+4
2017-01-24RDMA/qedr: Return max inline data in QP query resultRam Amrani1-1/+1
2017-01-24RDMA/qedr: Return success when not changing QP stateRam Amrani1-1/+1
2017-01-24RDMA/qedr: Fix MTU returned from QP queryAmrani, Ram1-1/+1
2017-01-12RDMA/qedr: restructure functions that create/destroy QPsAmrani, Ram1-313/+236
2016-12-22qedr: Always notify the verb consumer of flushed CQEsAmrani, Ram1-1/+1
2016-12-22qedr: clear the vendor error field in the work completionAmrani, Ram1-0/+3