summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Fix small problem in network_type patchBob Pearson2020-10-262-5/+32
* 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-091-3/+16
| * RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt()Bob Pearson2020-10-091-5/+12
| * RDMA/rxe: Remove duplicate entries in struct rxe_mrBob Pearson2020-10-094-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-247-10/+8
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-0715-182/+37
|\
| * RDMA/rxe: Remove pkey tableKamal Heib2020-07-316-77/+13
| * RDMA/siw: Remove the query_pkey callbackKamal Heib2020-07-203-11/+0
| * RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send queueMikhail Malygin2020-07-161-1/+4
| * RDMA/rxe: Remove rxe_link_layer()Kamal Heib2020-07-163-9/+1
| * RDMA/rxe: Return void from rxe_mem_init_dma()Kamal Heib2020-07-163-23/+7
| * RDMA/rxe: Return void from rxe_init_port_param()Kamal Heib2020-07-161-3/+1
| * RDMA/rxe: Drop pointless checks in rxe_init_portsKamal Heib2020-07-161-3/+0
| * RDMA/rxe: Skip dgid check in loopback modeZhu Yanjun2020-07-071-1/+5
| * RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-075-5/+5
| * RDMA/rxe: Remove unused rxe_mem_map_pagesKamal Heib2020-06-222-47/+0
| * RDMA: Correct trivial kernel-doc inconsistenciesColton Lewis2020-06-221-2/+1
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \
| * | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | | IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEMike Marciniszyn2020-07-292-32/+5
* | | RDMA/siw: Fix reporting vendor_part_idKamal Heib2020-07-081-1/+2
|/ /
* | RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rqAditya Pakki2020-06-181-2/+4
* | RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl()Tom Seewald2020-06-151-1/+2
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-132-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-0513-199/+38
|\
| * RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-034-5/+0