summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-08-051-6/+2
|\
| * tracing/IB/hfi1: Use the new __vstring() helperSteven Rostedt (Google)2022-07-151-6/+2
* | RDMA/hfi1: fix potential memory leak in setup_base_ctxt()Jianglei Nie2022-07-191-1/+3
* | RDMA/hfi1: Depend on !UMLEhab Ababneh2022-07-181-1/+1
* | IB/hfi1: switch to netif_napi_add_weight()Jakub Kicinski2022-07-171-1/+1
* | IB/hfi1: switch to netif_napi_add_tx()Jakub Kicinski2022-07-171-3/+1
* | RDMA/hfi1: Fix typo in commentXiang wangx2022-06-071-1/+1
|/
* RDMA/hfi1: Remove all traces of diagpkt supportDennis Dalessandro2022-05-241-23/+0
* RDMA/hfi1: Consolidate software versionsDennis Dalessandro2022-05-242-18/+1
* RDMA/hfi1: Remove pointless driver versionDennis Dalessandro2022-05-242-21/+0
* RDMA/hfi1: Fix potential integer multiplication overflow errorsDennis Dalessandro2022-05-241-1/+1
* RDMA/hfi1: Prevent panic when SDMA is disabledDouglas Miller2022-05-241-0/+2
* RDMA/hfi1: Prevent use of lock before it is initializedDouglas Miller2022-05-241-5/+7
* Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe2022-05-241-0/+6
|\
| * RDMA/hfi1: Fix use-after-free bug for mm structDouglas Miller2022-04-081-0/+6
* | IB/hf1: Fix typo in commentJulia Lawall2022-05-241-1/+1
* | RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-03-246-9/+3
|\
| * IB/hfi1: Allow larger MTU without AIPMike Marciniszyn2022-03-041-2/+1
| * RDMA/hfi: Replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-02-111-2/+2
| * RDMA/hfi1: Delete useless module.h includeLeon Romanovsky2022-01-285-5/+0
* | IB/hfi1: Fix tstats alloc and deallocMike Marciniszyn2022-01-281-2/+12
* | IB/hfi1: Fix AIP early init panicMike Marciniszyn2022-01-281-10/+3
* | IB/hfi1: Fix alloc failure with larger txqueuelenMike Marciniszyn2022-01-282-12/+26
* | IB/hfi1: Fix panic with larger ipoib send_queue_sizeMike Marciniszyn2022-01-281-1/+1
|/
* Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe2021-12-145-27/+24
|\
| * 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
| * IB/hfi1: Properly allocate rdma counter desc memoryDennis Dalessandro2021-11-161-3/+2
* | IB/hfi1: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-291-5/+3
|/
* Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe2021-11-011-3/+6
|\
| * IB/hfi1: Fix abba locking issue with sc_disable()Mike Marciniszyn2021-10-131-3/+6
* | IB/hfi1: Rebranding of hfi1 driver to Cornelis NetworksScott Breyer2021-10-294-5/+8
* | RDMA: Constify netdev->dev_addr accessesJakub Kicinski2021-10-251-1/+1
* | RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-121-26/+27
* | IB/hf1: Use string_upper() instead of an open coded variantAndy Shevchenko2021-10-051-6/+4
* | Merge tag 'v5.15-rc4' into rdma.get for-nextJason Gunthorpe2021-10-041-4/+4
|\|
| * RDMA/hfi1: Fix kernel pointer leakGuo Zhi2021-09-271-4/+4
* | RDMA/hfi1: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva2021-09-271-3/+2
* | IB/hfi1: Add ring consumer and producers tracesMike Marciniszyn2021-09-273-22/+85
* | IB/hfi1: Remove atomic completion countMike Marciniszyn2021-09-273-12/+10
* | IB/hfi1: Tune netdev xmit cachelinesMike Marciniszyn2021-09-273-52/+66
* | IB/hfi1: Get rid of tx priv backpointerMike Marciniszyn2021-09-271-5/+4
* | IB/hfi1: Get rid of hot path divideMike Marciniszyn2021-09-272-27/+11
* | IB/hfi1: Remove cache and embed txreq in ringMike Marciniszyn2021-09-272-128/+101
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-091-1/+1
|\
| * IB/hfi1: make hist staticchongjiapeng2021-09-081-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-0275-3214/+163
|\|