summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/siw
Commit message (Expand)AuthorAgeFilesLines
* RDMA/siw: Remove the query_pkey callbackKamal Heib2020-07-203-11/+0
* RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-062-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-054-9/+2
|\
| * RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-023-4/+0
| * Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe2020-05-211-4/+11
| |\
| * | RDMA/siw: Replace one-element array and use struct_size() helperGustavo A. R. Silva2020-05-192-5/+2
* | | tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-281-20/+4
* | | net: add sock_set_reuseaddrChristoph Hellwig2020-05-281-13/+5
| |/ |/|
* | RDMA/siw: Fix potential siw_mem refcnt leak in siw_fastreg_mr()Jason Gunthorpe2020-04-151-4/+11
|/
* RDMA/siw: Suppress uninitialized var warningAndrew Morton2020-03-231-1/+1
* Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe2020-03-101-3/+3
|\
| * RDMA/siw: Fix failure handling during device creationBernard Metzler2020-03-041-3/+3
* | RDMA/siw: Fix passive connection establishmentBernard Metzler2020-03-041-106/+31
* | Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe2020-03-041-3/+2
|\|
| * RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready()Krishnamraju Eraparaju2020-02-111-3/+2
* | RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* | RDMA/siw: Fix setting active_{speed, width} attributesKamal Heib2020-02-271-3/+4
* | RDMA/siw: Fix setting active_mtu attributeKamal Heib2020-02-111-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-01-318-71/+43
|\
| * RDMA/siw: use true,false for bool variablezhengbin2020-01-031-1/+1
| * RDMA/siw: Simplify QP representationBernard Metzler2020-01-037-70/+42
* | mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-1/+1
* | IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard2020-01-311-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-275-196/+254
|\
| * 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/siw: Fix post_recv QP state lockingBernard Metzler2019-10-281-1/+0
| * | 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/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-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