summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib
Commit message (Expand)AuthorAgeFilesLines
* IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()José Expósito2021-12-291-1/+1
* IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fieldsMike Marciniszyn2021-11-061-10/+23
* IB/qib: Use struct_size() helperGustavo A. R. Silva2021-11-061-2/+3
* IB/qib: Call kobject_put() when kobject_init_and_add() failsKaike Wan2020-06-031-4/+5
* IB/hfi1, qib: Ensure RCU is locked when accessing listDennis Dalessandro2020-03-111-0/+2
* RDMA/qib: Validate ->show()/store() callbacks before calling themViresh Kumar2019-12-131-0/+6
* IB/qib: Fix an error code in qib_sdma_verbs_send()Dan Carpenter2019-12-051-1/+3
* IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn2019-06-251-2/+0
* IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMMBrian Welty2019-03-131-1/+0
* IB/hfi1: Add limit test for RC/UC send via loopbackMike Marciniszyn2019-02-121-1/+6
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-301-1/+1
* RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe2018-07-101-3/+0
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-2/+4
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-4/+5
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-123-20/+27
* IB/qib: Fix DMA api warning with debug kernelMike Marciniszyn2018-05-243-13/+20
* IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty2018-05-095-162/+10
* IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez2018-05-091-5/+1
* IB/{hfi1, qib}: Add handling of kernel restartAlex Estrin2018-05-092-0/+14
* infiniband: hw: qib: Change return type to vm_fault_tSouptick Joarder2018-04-271-1/+1
* RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe2018-03-292-5/+5
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-1/+1
* infiniband: hw: Drop unnecessary continueArushi2018-03-061-3/+1
* IB/qib: Move char *qib_sdma_state_names[] and constify while there.Hernán Gonzalez2018-02-283-12/+10
* IB/qib: Remove unused variable (char *qib_sdma_event_names[])Hernán Gonzalez2018-02-282-15/+0
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-063-6/+3
|\
| * IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez2018-02-013-6/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-318-306/+34
|\|
| * IB/qib: remove qib_keys.cCorentin Labbe2018-01-281-235/+0
| * IB/{hfi1, qib}: Fix a concurrency issue with device name in loggingMichael J. Ruhl2018-01-053-14/+4
| * IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl2018-01-053-10/+0
| * IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl2018-01-052-1/+2
| * IB/qib: Cleanup qib_set_part_key() with direct returnsJoe Perches2017-12-111-42/+24
| * IB/qib: remove redundant setting of any in for-loopColin Ian King2017-12-111-1/+1
| * IB/qib: Fix comparison error with qperf compare/swap testMike Marciniszyn2017-12-111-3/+3
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-7/+7
|\ \
| * | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-7/+7
| |/
* / drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-054-8/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-2/+3
|\
| * drivers/infiniband/hw/qib/qib_init.c: use kmalloc_array_node()Johannes Thumshirn2017-11-151-2/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-1518-447/+194
|\ \
| * \ Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-1812-75/+66
| |\ \
| | * | IB/qib: Convert timers to use timer_setup()Kees Cook2017-10-0912-75/+62
| * | | IB/qib: Remove set-but-not-used variablesBart Van Assche2017-10-1410-43/+7
| * | | IB/qib: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-143-2/+3
| * | | IB/qib: Remove remaining code related to writing the EEPROMBart Van Assche2017-10-144-68/+1
| * | | IB/qib: Use setup_timer and mod_timerHimanshu Jha2017-09-292-11/+7