summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Use acquire/release for memory orderingBob Pearson2020-12-113-50/+60
* IB: Fix kernel-doc markupsMauro Carvalho Chehab2020-12-073-11/+11
* RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe2020-11-233-28/+1
* RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-179-31/+2
* Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-178-12/+51
|\
| * RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig2020-11-123-2/+4
| * RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit2020-11-023-5/+15
| * RDMA/rxe: Fix small problem in network_type patchBob Pearson2020-10-262-5/+32
* | RDMA/rxe: Remove VLAN code leftovers from RXEZhu Yanjun2020-11-122-14/+0
* | RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SENDJason Gunthorpe2020-11-022-1/+4
* | RDMA/siw: Fix typo of EAGAIN not -EAGAIN in siw_cm_work_handler()Zhang Qilong2020-11-021-1/+1
* | RDMA/rxe: Compute PSN windows correctlyBob Pearson2020-10-281-1/+2
* | RDMA/rxe: Remove unused RXE_MR_TYPE_FMRBob Pearson2020-10-262-2/+0
* | RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-1/+1
* | RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe2020-10-263-12/+3
* | RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe2020-10-262-12/+1
* | RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-263-3/+10
* | RDMA: Check flags during create_cqJason Gunthorpe2020-10-263-2/+5
* | RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-263-0/+9
* | RDMA: Check srq_type during create_srqJason Gunthorpe2020-10-262-0/+6
* | RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-263-20/+2
* | RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-263-45/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-10-1744-1050/+162
|\
| * RDMA/rxe: Handle skb_clone() failure in rxe_recv.cBob Pearson2020-10-161-0/+3
| * RDMA/rxe: Move the definitions for rxe_av.network_type to uAPIJason Gunthorpe2020-10-161-4/+4
| * RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-163-12/+11
| * RDMA/rxe: Fix bug rejecting all multicast packetsBob Pearson2020-10-081-3/+16
| * RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt()Bob Pearson2020-10-081-5/+12
| * RDMA/rxe: Remove duplicate entries in struct rxe_mrBob Pearson2020-10-084-22/+28
| * IB/rdmavt: Fix sizeof mismatchColin Ian King2020-10-081-3/+1
| * Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-185-1/+13
| |\
| * | RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-095-5/+8
| * | RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-095-5/+8
| * | RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-093-3/+5
| * | RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-095-5/+8
| * | RDMA/rxe: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-033-8/+8
| * | Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe2020-08-317-10/+8
| |\ \
| * | | RDMA/rxe: Address an issue with hardened user copyBob Pearson2020-08-313-73/+2
| * | | RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson2020-08-3132-896/+32
| * | | RDMA/rxe: Fix style warningsBob Pearson2020-08-274-6/+4
| * | | RDMA/rxe: prevent rxe creation on top of vlan interfaceMohammad Heib2020-08-242-0/+12
* | | | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | percpu_ref: reduce memory footprint of percpu_ref in fast pathMing Lei2020-10-061-1/+1
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-09-115-1/+13
|\ \ \ | |/ / |/| |
| * | RDMA/rxe: Fix panic when calling kmem_cache_create()Kamal Heib2020-08-273-0/+11
| * | RDMA/rxe: Fix memleak in rxe_mem_init_userDinghao Liu2020-08-271-0/+1
| * | RDMA/rxe: Fix the parent sysfs read when the interface has 15 charsYi Zhang2020-08-241-1/+1
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-237-10/+8
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-0615-182/+37
|\
| * RDMA/rxe: Remove pkey tableKamal Heib2020-07-316-77/+13