aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca/mthca_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-6/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+3
2017-08-24RDMA/mthca: Make explicit conversion to 64bit valueLeon Romanovsky1-1/+1
2017-08-22IB/mthca: Replace PCI pool old APIRomain Perier1-4/+4
2017-08-18Add OPA extended LID supportHiatt, Don1-2/+2
2017-08-08IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don1-2/+2
2017-04-21IB/mthca: Check validity of output parameter pointerLeon Romanovsky1-2/+10
2015-06-02IB/core cleanup: Add const on args - device->process_madIra Weiny1-2/+2
2011-10-31infiniband: Fix up module files that need to include module.hPaul Gortmaker1-0/+1
2011-07-15IB/mthca: Stop returning separate error and status from FW commandsGoldwyn Rodrigues1-124/+152
2011-01-11IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long)John L. Burr1-1/+1
2010-08-04IB: Rename RAW_ETY to RAW_ETHERTYPEAleksey Senin1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-05-27IB/mthca: Add module parameter for number of MTTs per segmentEli Cohen1-1/+1
2009-04-20IB/mthca: Fix timeout for INIT_HCA and a few other commandsJack Morgenstein1-7/+9
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-04-16IB/mthca: Add IPoIB checksum offload supportEli Cohen1-0/+4
2008-04-16IB/mthca: Formatting cleanupsRoland Dreier1-1/+1
2008-02-04IB/mthca: Don't read reserved fields in mthca_QUERY_ADAPTER()Jack Morgenstein1-3/+8
2007-10-09IB/mthca: Use mmiowb() to avoid firmware commands getting jumbled upRoland Dreier1-0/+6
2007-07-20IB/mthca: Change command token on timeoutMichael S. Tsirkin1-2/+1
2007-06-07IB/mthca, mlx4_core: Fix typo in commentRoland Dreier1-1/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-02-12IB/mthca: Fix reserved MTTs calculation on mem-free HCAsMichael S. Tsirkin1-1/+5
2007-02-04IB: Return qp pointer as part of ib_wcMichael S. Tsirkin1-1/+1
2006-10-31IB/mthca: Fix MAD extended header format for MAD_IFC firmware commandMichael S. Tsirkin1-7/+7
2006-09-22IB/mthca: Include the header we really wantJames Lentini1-1/+1
2006-07-24IB/mthca: Initialize max_cmds before debug code prints itRoland Dreier1-2/+3
2006-06-17IB/mthca: Convert FW commands to use wait_for_completion_timeout()Roland Dreier1-19/+4
2006-05-17IB/mthca: Make fw_cmd_doorbell default to 0Roland Dreier1-1/+1
2006-04-10IB: simplify static rate encodingJack Morgenstein1-0/+4
2006-03-20IB/mthca: Optimize large messages on Sinai HCAsEli Cohen1-4/+8
2006-03-20IB/mthca: Use an enum for HCA page sizeIshai Rabinovitz1-12/+14
2006-03-20IB/mthca: Write FW commands through doorbell pageEli Cohen1-22/+124
2006-03-20IB/mthca: Support for query QP and SRQEli Cohen1-0/+7
2006-03-20IB/mthca: Convert to use ib_modify_qp_is_ok()Roland Dreier1-38/+60
2006-03-20IB/mthca: Generate SQ drained events when requestedRoland Dreier1-1/+2
2006-03-20IB/mthca: Whitespace cleanupsRoland Dreier1-1/+1
2006-03-20IB/mthca: Add device-specific support for resizing CQsRoland Dreier1-1/+32
2006-02-10IB/mthca: Don't print debugging info until we have all valuesRoland Dreier1-19/+19
2006-01-30IB/mthca: Semaphore to mutex conversionsRoland Dreier1-3/+3
2006-01-30IB/mthca: Don't cancel commands on a signalMichael S. Tsirkin1-6/+3
2006-01-12IB/mthca: Cosmetic: use the ALIGN macroMichael S. Tsirkin1-2/+3
2006-01-12IB/mthca: Fix memory leak of multicast group structuresIshai Rabinovitz1-1/+1
2005-11-30IB/mthca: fix QP size limits for mem-free HCAsJack Morgenstein1-4/+8
2005-11-10[IB] uverbs: have kernel return QP capabilitiesJack Morgenstein1-0/+2
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Roland Dreier1-1/+1
2005-10-28[PATCH] gfp_t: drivers/infinibandAl Viro1-1/+1
2005-10-27[IB] mthca: first pass at catastrophic error reportingRoland Dreier1-0/+5