summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/siw/siw_main.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/siw: Fix tx thread initialization.Bernard Metzler2023-07-311-37/+3
* RDMA/siw: Fabricate a GID on tun and loopback devicesChuck Lever2023-07-211-14/+8
* RDMA/siw: Remove namespace check from siw_netdev_event()Tetsuo Handa2023-04-031-3/+0
* RDMA/siw: Enable siw on tunnel devicesBernard Metzler2022-05-111-2/+3
* RDMA/siw: make use of the helper function kthread_run_on_cpu()Cai Huoqing2022-01-151-4/+3
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-0/+1
* RDMA/siw: Fix calculation of tx_valid_cpus sizeKamal Heib2021-02-081-1/+1
* RDMA: Convert comma to semicolonZheng Yongjun2021-01-071-1/+1
* RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe2020-11-231-18/+1
* RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-171-7/+0
* Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-171-2/+5
|\
| * RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit2020-11-021-2/+5
* | RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SENDJason Gunthorpe2020-11-021-0/+2
* | RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe2020-10-261-6/+0
* | RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-5/+1
* | RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
|/
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-061-1/+0
|\
| * RDMA/siw: Remove the query_pkey callbackKamal Heib2020-07-201-1/+0
* | RDMA/siw: Fix reporting vendor_part_idKamal Heib2020-07-081-1/+2
|/
* RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-021-1/+0
* RDMA/siw: Fix failure handling during device creationBernard Metzler2020-03-041-3/+3
* RDMA/siw: Simplify QP representationBernard Metzler2020-01-031-1/+1
* RDMA/siw: Use the common mmap_xa helpersMichal Kalderon2019-11-061-0/+1
* RDMA/siw: Increase DMA max_segment_size parameterBart Van Assche2019-10-281-0/+3
* RDMA/siw: Fix SQ/RQ drain logicBernard Metzler2019-10-221-20/+0
* RDMA/siw: Make node GUIDs valid EUI-64 identifiersBart Van Assche2019-10-041-3/+8
* RDMA/siw: Fix a memory leak in siw_init_cpulist()Dan Carpenter2019-08-121-3/+1
* RDMA/siw: Fix error return code in siw_init_module()Wei Yongjun2019-07-221-0/+1
* RDMA/siw: Remove unnecessary kthread create/destroy printoutsBernard Metzler2019-07-101-3/+1
* RDMA/siw: Fix DEFINE_PER_CPU compilation when ARCH_NEEDS_WEAK_PER_CPUJason Gunthorpe2019-07-081-4/+4
* rdma/siw: network and RDMA core interfaceBernard Metzler2019-07-021-0/+687