summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib
Commit message (Expand)AuthorAgeFilesLines
* IB/qib: Stricter bounds checking for copy and array accessKamenee Arumugam2017-08-282-4/+6
* IB/qib: Remove unnecessary memory allocation for boardnameKamenee Arumugam2017-08-284-51/+32
* IB/{qib, hfi1}: Avoid flow control testing for RDMA write operationMike Marciniszyn2017-08-281-2/+2
* IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lidsDasaratharaman Chandramouli2017-08-221-2/+2
* IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt2017-08-221-0/+9
* Merge branch 'misc' into k.o/for-nextDoug Ledford2017-08-182-3/+3
|\
| * IB/qib: add const to bin_attribute structuresBhumika Goyal2017-08-181-2/+2
| * IB/qib: fix spelling mistake: "failng" -> "failing"Colin Ian King2017-08-181-1/+1
* | IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compressionMike Marciniszyn2017-07-311-2/+4
* | Merge branch 'misc' into k.o/for-nextDoug Ledford2017-07-272-3/+0
|\ \
| * | RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0
| * | IB/qib: remove duplicate codeGustavo A. R. Silva2017-07-241-2/+0
| |/
* | Merge branch 'hfi1' into k.o/for-4.14Doug Ledford2017-07-249-170/+130
|\ \ | |/ |/|
| * IB/qib: Replace deprecated pci functions with new APIMichael J. Ruhl2017-06-275-120/+98
| * IB/hfi1,qib: Do not send QKey trap for UD qpsDennis Dalessandro2017-06-274-49/+31
| * IB/rdmavt: Compress adjacent SGEs in rvt_lkey_ok()Mike Marciniszyn2017-06-271-1/+1
* | IB/{rdmavt, qib, hfi1}: Remove gfp flags argumentLeon Romanovsky2017-07-172-10/+9
|/
* RDMA/qib,hfi1: Fix MR reference count leak on write with immediateMike Marciniszyn2017-06-011-1/+3
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-091-1/+1
|\
| * fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-1/+1
* | IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-0/+2
* | IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-018-73/+100
* | IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli2017-05-011-1/+1
* | IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli2017-05-011-1/+1
* | IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-013-6/+6
* | IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl2017-04-281-1/+1
* | IB/qib: use setup_timerGeliang Tang2017-04-284-24/+16
* | Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdeviceDoug Ledford2017-04-203-3/+25
|\ \ | |/ |/|
| * IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn2017-04-053-3/+25
* | IB/qib: fix false-postive maybe-uninitialized warningArnd Bergmann2017-03-241-1/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* scripts/spelling.txt: add "overwriten" pattern and fix typo instancesMasahiro Yamada2017-02-273-3/+3
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-253-174/+2
|\
| * IB/qib: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
| * IB/qib: Remove DMA mapping codeBart Van Assche2017-01-242-173/+1
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-0/+1
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-0/+1
* | | IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.hDon Hiatt2017-02-192-10/+10
* | | IB/rdmavt, IB/hfi1, IB/qib: Correct ack count for passive (RTR) QPsMike Marciniszyn2017-02-191-1/+1
* | | IB/qib: Updates to use rdmavt's SGE helper routinesBrian Welty2017-02-194-94/+9
* | | IB/qib: Use new rdmavt timersVenkata Sandeep Dhanalakota2017-02-195-122/+21
* | | IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavtBrian Welty2017-02-194-162/+20
* | | IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavtBrian Welty2017-02-195-50/+11
* | | IB/hfi1: Ensure read of producer s_head is correctMike Marciniszyn2017-02-191-3/+4
* | | IB/qib: Remove empty functionLeon Romanovsky2017-01-243-12/+0
| |/ |/|
* | RDMA/qib: use rb_entry()Geliang Tang2017-01-121-3/+3
* | RDMA/qib: drop qib_pci_link_reset()Cao jin2017-01-121-8/+0
|/
* Merge branch 'hfi1' into merge-testDoug Ledford2016-12-144-88/+16
|\
| * IB/rdmavt, IB/hfi1, IB/qib: Add inlines for mtu divisionMike Marciniszyn2016-12-111-2/+1
OpenPOWER on IntegriCloud