summaryrefslogtreecommitdiff
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-122-6/+6
|\
| * RDMA/irdma: Use auxiliary_device driver data helpersDavid E. Box2021-12-222-6/+6
* | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-121-2/+2
|\ \
| * | RDMA/qib: rename copy_io to qib_copy_ioChristoph Hellwig2021-11-291-2/+2
| |/
* | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-109-17/+20
|\ \
| * | net/mlx5: Introduce API for bulk request and release of IRQsShay Drory2022-01-061-6/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-315-0/+7
| |\ \
| | * | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-295-0/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-304-9/+67
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-1616-66/+102
| |\ \ \ \
| * \ \ \ \ Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...David S. Miller2021-12-162-10/+11
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | RDMA/mlx5: Add support to multiple priorities for FDB rulesMaor Gottlieb2021-12-132-3/+4
| | * | | | net/mlx5: Separate FDB namespaceMaor Gottlieb2021-12-131-7/+7
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-264-7/+22
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | RDMA/irdma: Set protocol based on PF rdma_mode flagShiraz Saleem2021-11-221-1/+2
| | |/ / / | |/| | |
* | | | | RDMA/core: Don't infoleak GRH fieldsLeon Romanovsky2022-01-051-1/+1
* | | | | RDMA/uverbs: Check for null return of kmalloc_arrayJiasheng Jiang2022-01-051-0/+3
* | | | | Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow"Maor Gottlieb2022-01-052-15/+17
* | | | | RDMA/rxe: Prevent double freeing rxe_map_set()Li Zhijian2022-01-041-9/+7
| |_|_|/ |/| | |
* | | | RDMA/hns: Replace kfree() with kvfree()Jiacheng Shi2021-12-141-1/+1
* | | | IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()José Expósito2021-12-141-1/+1
* | | | RDMA/hns: Fix RNR retransmission issue for HIP08Yangyang Li2021-12-142-7/+65
| |_|/ |/| |
* | | RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQTatyana Nikolova2021-12-075-5/+38
* | | RDMA/irdma: Report correct WC errorsShiraz Saleem2021-12-071-1/+4
* | | RDMA/irdma: Fix a potential memory allocation issue in 'irdma_prm_add_pble_me...Christophe JAILLET2021-12-073-12/+4
* | | RDMA/irdma: Fix a user-after-free in add_pble_prmShiraz Saleem2021-12-071-1/+1
* | | IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddrMike Marciniszyn2021-12-071-19/+14
* | | IB/hfi1: Fix early init panicMike Marciniszyn2021-12-073-3/+6
* | | IB/hfi1: Insure use of smp_processor_id() is preempt disabledMike Marciniszyn2021-12-071-1/+1
* | | IB/hfi1: Correct guard on eager buffer deallocationMike Marciniszyn2021-12-071-1/+1
* | | RDMA/rtrs: Call {get,put}_cpu_ptr to silence a debug kernel warningGuoqing Jiang2021-11-291-3/+6
* | | RDMA/hns: Do not destroy QP resources in the hw resetting phaseYangyang Li2021-11-251-1/+11
* | | RDMA/hns: Do not halt commands during reset until laterYangyang Li2021-11-251-2/+0
* | | RDMA/mlx5: Fix releasing unallocated memory in dereg MR flowAlaa Hleihel2021-11-252-17/+15
* | | RDMA: Fix use-after-free in rxe_queue_cleanupPavel Skripkin2021-11-251-0/+1
| |/ |/|
* | RDMA/nldev: Check stat attribute before accessing itLeon Romanovsky2021-11-171-1/+2
* | RDMA/mlx4: Do not fail the registration on port statsJack Wang2021-11-171-3/+15
* | IB/hfi1: Properly allocate rdma counter desc memoryDennis Dalessandro2021-11-161-3/+2
* | RDMA/core: Set send and receive CQ before forwarding to the driverLeon Romanovsky2021-11-161-0/+3
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-052-59/+38
|\
| * scsi: RDMA/srp: Switch to attribute groupsBart Van Assche2021-10-161-21/+30
| * scsi: ib_srp: Call scsi_done() directlyBart Van Assche2021-10-161-4/+4
| * scsi: target: srpt: Replace enable attr with ops.enableDmitry Bogdanov2021-10-041-34/+4
* | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-041-0/+3
|\ \
| * | dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman2021-10-251-0/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-11-03117-1846/+3501
|\ \ \
| * | | RDMA/core: Require the driver to set the IOVA correctly during rereg_mrAharon Landau2021-11-031-3/+0
| * | | RDMA/bnxt_re: Remove unsupported bnxt_re_modify_ah callbackKamal Heib2021-11-033-7/+0
| * | | Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2021-11-012-9/+12
| |\ \ \
| | * | | RDMA/qedr: Fix NULL deref for query_qp on the GSI QPAlok Prasad2021-10-291-6/+9