aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib
AgeCommit message (Expand)Author
2021-12-29IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()José Expósito
2021-11-12IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fieldsMike Marciniszyn
2021-11-12IB/qib: Use struct_size() helperGustavo A. R. Silva
2020-06-03IB/qib: Call kobject_put() when kobject_init_and_add() failsKaike Wan
2020-03-11IB/hfi1, qib: Ensure RCU is locked when accessing listDennis Dalessandro
2019-12-17RDMA/qib: Validate ->show()/store() callbacks before calling themViresh Kumar
2019-12-05IB/qib: Fix an error code in qib_sdma_verbs_send()Dan Carpenter
2019-06-25IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn
2019-03-13IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMMBrian Welty
2019-02-12IB/hfi1: Add limit test for RC/UC send via loopbackMike Marciniszyn
2018-07-03IB/{hfi1, qib}: Add handling of kernel restartAlex Estrin
2018-07-03IB/qib: Fix DMA api warning with debug kernelMike Marciniszyn
2018-02-22IB/qib: Fix comparison error with qperf compare/swap testMike Marciniszyn
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-28IB/qib: Convert qp_stats debugfs interface to use new iterator APIMike Marciniszyn
2017-08-28IB/qib: Stricter bounds checking for copy to bufferKamenee Arumugam
2017-08-28IB/qib: Stricter bounds checking for copy and array accessKamenee Arumugam
2017-08-28IB/qib: Remove unnecessary memory allocation for boardnameKamenee Arumugam
2017-08-28IB/{qib, hfi1}: Avoid flow control testing for RDMA write operationMike Marciniszyn
2017-08-22IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lidsDasaratharaman Chandramouli
2017-08-22IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford
2017-08-18IB/qib: add const to bin_attribute structuresBhumika Goyal
2017-08-18IB/qib: fix spelling mistake: "failng" -> "failing"Colin Ian King
2017-07-31IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compressionMike Marciniszyn
2017-07-27Merge branch 'misc' into k.o/for-nextDoug Ledford
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky
2017-07-24IB/qib: remove duplicate codeGustavo A. R. Silva
2017-07-24Merge branch 'hfi1' into k.o/for-4.14Doug Ledford
2017-07-17IB/{rdmavt, qib, hfi1}: Remove gfp flags argumentLeon Romanovsky
2017-06-27IB/qib: Replace deprecated pci functions with new APIMichael J. Ruhl
2017-06-27IB/hfi1,qib: Do not send QKey trap for UD qpsDennis Dalessandro
2017-06-27IB/rdmavt: Compress adjacent SGEs in rvt_lkey_ok()Mike Marciniszyn
2017-06-01RDMA/qib,hfi1: Fix MR reference count leak on write with immediateMike Marciniszyn
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli
2017-04-28IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl
2017-04-28IB/qib: use setup_timerGeliang Tang
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers
2017-04-20Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdeviceDoug Ledford
2017-04-05IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn
2017-03-24IB/qib: fix false-postive maybe-uninitialized warningArnd Bergmann
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27scripts/spelling.txt: add "overwriten" pattern and fix typo instancesMasahiro Yamada
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang