aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-11RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready()Krishnamraju Eraparaju1-3/+2
2020-02-11IB/rdmavt: Reset all QPs when the device is shut downKaike Wan1-33/+51
2020-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds12-84/+66
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-1/+1
2020-01-31IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard1-1/+1
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2-2/+2
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2-2/+2
2020-01-15RDMA/rxe: Compute the maximum sges and inline size based on the WQE sizeRao Shoaib1-10/+8
2020-01-15Introduce maximum WQE size to check limitsRao Shoaib1-1/+6
2020-01-03RDMA/rxe: Fix error type of mmap_offsetJiewei Ke1-1/+1
2020-01-03RDMA/siw: use true,false for bool variablezhengbin1-1/+1
2020-01-03IB/rdmavt: Correct comments in rdmavt_qp.h headerMike Marciniszyn1-1/+8
2020-01-03RDMA/siw: Simplify QP representationBernard Metzler7-70/+42
2019-12-09rxe: correctly calculate iCRC for unaligned payloadsSteve Wise3-1/+14
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-3/+5
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds15-243/+281
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2-2/+2
2019-11-14RDMA/siw: Cleanup unused mmap structures.Bernard Metzler2-13/+0
2019-11-06RDMA/siw: Use the common mmap_xa helpersMichal Kalderon4-102/+114
2019-10-28Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe1-4/+11
2019-10-28RDMA/siw: Increase DMA max_segment_size parameterBart Van Assche2-0/+4
2019-10-28RDMA/rxe: Increase DMA max_segment_size parameterBart Van Assche2-0/+4
2019-10-28RDMA/siw: Fix post_recv QP state lockingBernard Metzler1-1/+0
2019-10-24RDMA/rxe: Remove useless rxe_init_device_param assignmentsLeon Romanovsky2-26/+0
2019-10-22infiniband: fix sw/rdmavt/ kernel-doc notationrd.dunlab@gmail.com4-19/+17
2019-10-22RDMA/siw: Fix SQ/RQ drain logicBernard Metzler2-42/+122
2019-10-18RDMA/siw: free siw_base_qp in kref release routineKrishnamraju Eraparaju2-2/+2
2019-10-04RDMA/siw: Make node GUIDs valid EUI-64 identifiersBart Van Assche1-3/+8
2019-10-01RDMA/rxe: Verify modify_device maskKamal Heib1-0/+4
2019-10-01RDMA/siw: Fix port number endianness in a debug messageBart Van Assche1-8/+1
2019-10-01RDMA/siw: Simplify several debug messagesBart Van Assche1-29/+7
2019-10-01RDMA/siw: Fix serialization issue in write_space()Krishnamraju Eraparaju1-4/+11
2019-09-24mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org1-9/+1
2019-09-13RDMA/siw: Relax from kmap_atomic() use in TX pathBernard Metzler1-7/+5
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe9-144/+146
2019-09-13RDMA/siw: Fix page address mapping in TX pathBernard Metzler1-5/+6
2019-08-28RDMA/siw: Fix IPv6 addr_list lockingBernard Metzler1-11/+20
2019-08-23RDMA/siw: Fix 64/32bit pointer inconsistencyBernard Metzler9-109/+108
2019-08-22RDMA/siw: Fix SGL mapping issuesBernard Metzler1-22/+15
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe5-14/+24
2019-08-20RDMA/siw: Fix potential NULL de-refBernard Metzler1-2/+3
2019-08-13RDMA/siw: Change CQ flags from 64->32 bitsBernard Metzler4-11/+23
2019-08-12RDMA/siw: Fix a memory leak in siw_init_cpulist()Dan Carpenter1-3/+1
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib4-9/+6
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 Torvalds33-332/+11155
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