summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-041-3/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-2715-243/+281
|\
| * IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-172-2/+2
| * RDMA/siw: Cleanup unused mmap structures.Bernard Metzler2019-11-142-13/+0
| * RDMA/siw: Use the common mmap_xa helpersMichal Kalderon2019-11-064-102/+114
| * Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe2019-10-281-4/+11
| |\
| * | RDMA/siw: Increase DMA max_segment_size parameterBart Van Assche2019-10-282-0/+4
| * | RDMA/rxe: Increase DMA max_segment_size parameterBart Van Assche2019-10-282-0/+4
| * | RDMA/siw: Fix post_recv QP state lockingBernard Metzler2019-10-281-1/+0
| * | RDMA/rxe: Remove useless rxe_init_device_param assignmentsLeon Romanovsky2019-10-242-26/+0
| * | infiniband: fix sw/rdmavt/ kernel-doc notationrd.dunlab@gmail.com2019-10-224-19/+17
| * | RDMA/siw: Fix SQ/RQ drain logicBernard Metzler2019-10-222-42/+122
| * | RDMA/siw: Make node GUIDs valid EUI-64 identifiersBart Van Assche2019-10-041-3/+8
| * | RDMA/rxe: Verify modify_device maskKamal Heib2019-10-011-0/+4
| * | RDMA/siw: Fix port number endianness in a debug messageBart Van Assche2019-10-011-8/+1
| * | RDMA/siw: Simplify several debug messagesBart Van Assche2019-10-011-29/+7
* | | 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-124-9/+6
|/
* 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-1533-332/+11155
|\
| * 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
| * IB/rdmavt: Fix variable shadowing issue in rvt_create_cqNathan Chancellor2019-07-101-2/+0
| * RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMMKonstantin Taranov2019-07-082-1/+5
| * RDMA/rvt: Do not use a kernel header in the ABIJason Gunthorpe2019-07-081-5/+27
| * RDMA/siw: Fix DEFINE_PER_CPU compilation when ARCH_NEEDS_WEAK_PER_CPUJason Gunthorpe2019-07-082-9/+9
| * ibverbs/rxe: Remove variable self-initializationMaksym Planeta2019-07-071-1/+1
| * rdma/siw: addition to kernel build environmentBernard Metzler2019-07-023-0/+29
| * 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