summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca/mthca_qp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-3/+3
|\
| * RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi2019-03-261-3/+3
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-17/+0Star
|/
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-4/+9
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-191-9/+13
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-2/+2
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-311-8/+8
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-4/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-2/+2
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-0/+1
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-37/+47
* IB/mthca: Rename to_ib_ah_attr to to_rdma_ah_attrDasaratharaman Chandramouli2017-05-011-5/+5
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-3/+4
* IB/core: Initialize UD header structure with IP and UDP headersMoni Shoua2015-12-231-1/+1
* IB: split struct ib_send_wrChristoph Hellwig2015-10-081-42/+42
* IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak2014-01-141-1/+2
* IB/mthca: Fill in sq_sig_type in query QPDotan Barak2012-07-111-0/+1
* IB/mthca: Warning about event for non-existent QPs should show event typeDotan Barak2012-07-111-1/+2
* IB/mthca: Stop returning separate error and status from FW commandsGoldwyn Rodrigues2011-07-151-34/+15Star
* IB/core: Add VLAN support for IBoEEli Cohen2010-10-251-1/+1
* IB/pack: IBoE UD packet packing supportEli Cohen2010-10-141-1/+1
* IB/core: Fix and clean up ib_ud_header_init()Eli Cohen2010-02-241-1/+1
* IB/mthca: Annotate CQ lockingRoland Dreier2009-09-061-4/+8
* IB/mthca: Fix check of max_send_sge for special QPsRoland Dreier2008-07-151-2/+2
* IB/mthca: Remove extra code for RESET->ERR QP state transitionRoland Dreier2008-07-151-26/+0Star
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-151-2/+0Star
* IB/mthca: Update QP state if query QP succeedsDotan Barak2008-04-171-6/+14
* IB/core: Add support for "send with invalidate" work requestsRoland Dreier2008-04-171-3/+3
* IB/mthca: Add IPoIB checksum offload supportEli Cohen2008-04-171-0/+2
* IB/ib_mthca: Pre-link receive WQEs in Tavor modeEli Cohen2008-02-051-5/+8
* IB/mthca: Avoid alignment traps when writing doorbellsRoland Dreier2007-10-161-30/+15Star
* IB/mthca: Simplify use of size0 in work request postingRoland Dreier2007-07-181-17/+24
* IB/mthca: Factor out setting WQE UD segment entriesRoland Dreier2007-07-181-18/+22
* IB/mthca: Factor out setting WQE remote address and atomic segment entriesRoland Dreier2007-07-181-59/+40Star
* IB/mthca: Factor out setting WQE data segment entriesRoland Dreier2007-07-181-32/+9Star
* IB/mthca: Use uninitialized_var() for f0Roland Dreier2007-07-181-2/+14
* drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warningJeff Garzik2007-07-171-2/+2
* IB/mthca: Fix handling of send CQE with error for QPs connected to SRQMichael S. Tsirkin2007-05-301-3/+3
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-05-221-60/+98
|\
| * IB/mthca: Fix RESET to ERROR transitionMichael S. Tsirkin2007-05-191-60/+98
* | Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
|/
* IB/mthca: Fix posting >255 recv WRs for TavorMichael S. Tsirkin2007-05-141-0/+1
* IB/mthca: Work around kernel QP starvationMichael S. Tsirkin2007-05-011-0/+13
* IB/mthca: Simplify CQ cleaning in mthca_free_qp()Roland Dreier2007-04-251-4/+3Star
* IB/mthca: Fix error path in mthca_alloc_memfree()Roland Dreier2007-03-011-5/+5
* IB/mthca: Allow the QP state transition RESET->RESETDotan Barak2007-02-161-0/+5
* IB/mthca: Use correct structure size in call to memset()Roland Dreier2007-02-101-1/+1
* IB/mthca: Don't execute QUERY_QP firmware command for QP in RESET stateDotan Barak2007-01-091-9/+17
* [PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells2006-12-081-2/+2
* IB/mthca: Fix section mismatchesRoland Dreier2006-11-301-2/+1Star