summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/siw
Commit message (Expand)AuthorAgeFilesLines
* RDMA/siw: free siw_base_qp in kref release routineKrishnamraju Eraparaju2019-10-182-2/+2
* RDMA/siw: Fix serialization issue in write_space()Krishnamraju Eraparaju2019-10-011-4/+11
* mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org2019-09-241-9/+1
* RDMA/siw: Relax from kmap_atomic() use in TX pathBernard Metzler2019-09-131-7/+5
* Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2019-09-139-144/+146
|\
| * RDMA/siw: Fix IPv6 addr_list lockingBernard Metzler2019-08-281-11/+20
| * RDMA/siw: Fix 64/32bit pointer inconsistencyBernard Metzler2019-08-239-109/+108
| * RDMA/siw: Fix SGL mapping issuesBernard Metzler2019-08-221-22/+15
| * RDMA/siw: Fix potential NULL de-refBernard Metzler2019-08-201-2/+3
* | RDMA/siw: Fix page address mapping in TX pathBernard Metzler2019-09-131-5/+6
* | Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe2019-08-215-14/+24
|\|
| * 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/+1
* | RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-1/+2
|/
* 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/+1
* 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-151-3/+2
* 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/+0
* 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/+1
* 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