summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/siw
Commit message (Expand)AuthorAgeFilesLines
* RDMA/siw: Change CQ flags from 64->32 bitsBernard Metzler2019-08-134-11/+23
* RDMA/siw: Fix a memory leak in siw_init_cpulist()Dan Carpenter2019-08-121-3/+1Star
* Do not dereference 'siw_crypto_shash' before checkingBernard Metzler2019-07-291-2/+4
* RDMA/siw: Remove set but not used variables 'rv'Mao Wenan2019-07-221-2/+1Star
* RDMA/siw: Fix error return code in siw_init_module()Wei Yongjun2019-07-221-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-161-3/+2Star
* RMDA/siw: Require a 64 bit archJason Gunthorpe2019-07-121-1/+1
* RDMA/siw: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-112-0/+6
* rdma/siw: Remove set but not used variable 's'YueHaibing2019-07-111-3/+0Star
* rdma/siw: Add missing dependencies on LIBCRC32C and DMA_VIRT_OPSGeert Uytterhoeven2019-07-111-1/+2
* RDMA/siw: Add missing rtnl_lock around access to ifaJason Gunthorpe2019-07-111-0/+2
* rdma/siw: Use proper enumerated type in map_cqe_statusNathan Chancellor2019-07-101-1/+1
* RDMA/siw: Remove unnecessary kthread create/destroy printoutsBernard Metzler2019-07-102-7/+1Star
* RDMA/siw: Fix DEFINE_PER_CPU compilation when ARCH_NEEDS_WEAK_PER_CPUJason Gunthorpe2019-07-082-9/+9
* rdma/siw: addition to kernel build environmentBernard Metzler2019-07-022-0/+28
* rdma/siw: completion queue methodsBernard Metzler2019-07-021-0/+101
* rdma/siw: receive pathBernard Metzler2019-07-021-0/+1456
* rdma/siw: transmit pathBernard Metzler2019-07-021-0/+1269
* rdma/siw: queue pair methodsBernard Metzler2019-07-021-0/+1322
* rdma/siw: application buffer managementBernard Metzler2019-07-022-0/+534
* rdma/siw: application interfaceBernard Metzler2019-07-022-0/+1851
* rdma/siw: connection managementBernard Metzler2019-07-022-0/+2205
* rdma/siw: network and RDMA core interfaceBernard Metzler2019-07-021-0/+687
* rdma/siw: main include fileBernard Metzler2019-07-021-0/+745
* rdma/siw: iWarp wire packet formatBernard Metzler2019-07-021-0/+380