summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'hfi1' into k.o/for-4.14Doug Ledford2017-07-245-46/+147
|\ \ | |/ |/|
| * IB/hfi1: Use QPN mask to avoid overflowDennis Dalessandro2017-06-271-1/+1
| * IB/rdmavt: Remove duplicated functionsDennis Dalessandro2017-06-271-23/+14
| * IB/core,rdmavt,hfi1,opa-vnic: Send OPA cap_mask3 in trapVishwanathapura, Niranjana2017-06-271-2/+7
| * IB/rdmavt: Compress adjacent SGEs in rvt_lkey_ok()Mike Marciniszyn2017-06-274-21/+126
| * Merge branch 'k.o/for-4.12-rc' into k.o/for-4.13-mlx-sharedDoug Ledford2017-06-271-7/+2
| |\
* | | rxe: fix broken receive queue drainingVijay Immanuel2017-07-202-0/+6
* | | IB/rdmavt: Setting of QP timeout can overflow jiffies computationKaike Wan2017-07-201-3/+1
* | | IB/rxe: Set dma_mask and coherent_dma_maskyonatanc2017-07-181-0/+2
* | | IB/rxe: Fix kernel panic from skb destructorYonatan Cohen2017-07-181-0/+3
* | | IB/{rdmavt, qib, hfi1}: Remove gfp flags argumentLeon Romanovsky2017-07-181-35/+13
* | | IB/rxe: do not copy extra stack memory to skbKees Cook2017-07-131-1/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-06-161-7/+2
|\ \ \ | |/ / |/| / | |/
| * rxe: Fix a sleep-in-atomic bug in post_one_sendJia-Ju Bai2017-06-141-7/+2
* | crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller2017-06-081-1/+4
|/
* rxe: expose num_possible_cpus() cnum_comp_vectorsSagi Grimberg2017-05-052-2/+1
* IB/rxe: Update caller's CRC for RXE_MEM_TYPE_DMA memory typeLeon Romanovsky2017-05-051-1/+1
* IB/rxe: Don't clamp residual length to mtuJohannes Thumshirn2017-05-011-2/+0
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-012-0/+2
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-015-37/+46
* IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-015-19/+20
* IB/rxe: Initialize ib_ah_attr during query_ahDasaratharaman Chandramouli2017-05-012-0/+2
* IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl2017-04-281-17/+44
* IB/rxe: fix typo: "algorithmi" -> "algorithm"Colin Ian King2017-04-281-1/+1
* IB/rdmavt: restore IRQs on error path in rvt_create_ah()Dan Carpenter2017-04-281-1/+1
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-252-9/+7
* {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 functionYuval Shaia2017-04-254-32/+6
* IB/rxe: Cache dst in QP instead of getting it for each sendyonatanc2017-04-212-4/+59
* IB/rxe: Offload CRC calculation when possibleyonatanc2017-04-219-9/+44
* IB/rxe: Do not export module's private functionParav Pandit2017-04-211-1/+0
* IB/rxe: Avoid accessing timers for non RC QPsParav Pandit2017-04-211-5/+8
* IB/rxe: Add port protocol statsYonatan Cohen2017-04-219-2/+174
* Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdeviceDoug Ledford2017-04-207-41/+317
|\
| * IB/hfi1: Eliminate synchronize_rcu() in mr deleteMike Marciniszyn2017-04-051-16/+33
| * IB/rdmavt: Avoid reseting wqe send_flags in unreserveMike Marciniszyn2017-04-051-2/+5
| * IB/rdmavt, IB/hfi1: Fix timer migration regressionsSebastian Sanchez2017-04-053-2/+116
| * IB/rdmavt: Add tracing for cq entry and pollMike Marciniszyn2017-04-053-0/+131
| * IB/rdmavt: Add additional fields to post send traceMike Marciniszyn2017-04-052-4/+32
| * IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn2017-04-051-17/+0
* | IB/rxe: increment msn only when completing a requestDavid Marchand2017-03-251-5/+4
* | IB/rxe: Update documentation linkLeon Romanovsky2017-03-251-1/+1
* | IB/rxe: double free on errorDan Carpenter2017-03-251-1/+1
* | infiniband: Fix alignment of mmap cookies to support VIPT cachingJason Gunthorpe2017-03-242-4/+4
|/
* scripts/spelling.txt: add "therfore" pattern and fix typo instancesMasahiro Yamada2017-02-281-3/+3
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-2512-449/+14
|\
| * IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche2017-01-2412-446/+11
| * IB/rxe: Switch from dma_device to dev.parentBart Van Assche2017-01-241-3/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-232-5/+8
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-142-5/+8