aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/siw (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-29Do not dereference 'siw_crypto_shash' before checkingBernard Metzler1-2/+4
2019-07-22RDMA/siw: Remove set but not used variables 'rv'Mao Wenan1-2/+1
2019-07-22RDMA/siw: Fix error return code in siw_init_module()Wei Yongjun1-0/+1
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds15-0/+10577
2019-07-12RMDA/siw: Require a 64 bit archJason Gunthorpe1-1/+1
2019-07-11RDMA/siw: Mark expected switch fall-throughsGustavo A. R. Silva2-0/+6
2019-07-11rdma/siw: Remove set but not used variable 's'YueHaibing1-3/+0
2019-07-11rdma/siw: Add missing dependencies on LIBCRC32C and DMA_VIRT_OPSGeert Uytterhoeven1-1/+2
2019-07-11RDMA/siw: Add missing rtnl_lock around access to ifaJason Gunthorpe1-0/+2
2019-07-10rdma/siw: Use proper enumerated type in map_cqe_statusNathan Chancellor1-1/+1
2019-07-10RDMA/siw: Remove unnecessary kthread create/destroy printoutsBernard Metzler2-7/+1
2019-07-08RDMA/siw: Fix DEFINE_PER_CPU compilation when ARCH_NEEDS_WEAK_PER_CPUJason Gunthorpe2-9/+9
2019-07-02rdma/siw: addition to kernel build environmentBernard Metzler2-0/+28
2019-07-02rdma/siw: completion queue methodsBernard Metzler1-0/+101
2019-07-02rdma/siw: receive pathBernard Metzler1-0/+1456
2019-07-02rdma/siw: transmit pathBernard Metzler1-0/+1269
2019-07-02rdma/siw: queue pair methodsBernard Metzler1-0/+1322
2019-07-02rdma/siw: application buffer managementBernard Metzler2-0/+534
2019-07-02rdma/siw: application interfaceBernard Metzler2-0/+1851
2019-07-02rdma/siw: connection managementBernard Metzler2-0/+2205
2019-07-02rdma/siw: network and RDMA core interfaceBernard Metzler1-0/+687
2019-07-02rdma/siw: main include fileBernard Metzler1-0/+745
2019-07-02rdma/siw: iWarp wire packet formatBernard Metzler1-0/+380