summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
AgeCommit message (Expand)AuthorLines
2017-07-12IB/rxe: do not copy extra stack memory to skbKees Cook-1/+3
2017-06-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds-7/+2
2017-06-14rxe: Fix a sleep-in-atomic bug in post_one_sendJia-Ju Bai-7/+2
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller-1/+4
2017-05-04rxe: expose num_possible_cpus() cnum_comp_vectorsSagi Grimberg-2/+1
2017-05-04IB/rxe: Update caller's CRC for RXE_MEM_TYPE_DMA memory typeLeon Romanovsky-1/+1
2017-05-01IB/rxe: Don't clamp residual length to mtuJohannes Thumshirn-2/+0
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli-0/+2
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli-37/+46
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli-1/+1
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli-19/+20
2017-05-01IB/rxe: Initialize ib_ah_attr during query_ahDasaratharaman Chandramouli-0/+2
2017-04-28IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl-17/+44
2017-04-28IB/rxe: fix typo: "algorithmi" -> "algorithm"Colin Ian King-1/+1
2017-04-28IB/rdmavt: restore IRQs on error path in rvt_create_ah()Dan Carpenter-1/+1
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov-9/+7
2017-04-25{net,IB}/{rxe,usnic}: Utilize generic mac to eui32 functionYuval Shaia-32/+6
2017-04-21IB/rxe: Cache dst in QP instead of getting it for each sendyonatanc-4/+59
2017-04-21IB/rxe: Offload CRC calculation when possibleyonatanc-9/+44
2017-04-21IB/rxe: Do not export module's private functionParav Pandit-1/+0
2017-04-21IB/rxe: Avoid accessing timers for non RC QPsParav Pandit-5/+8
2017-04-21IB/rxe: Add port protocol statsYonatan Cohen-2/+174
2017-04-20Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdeviceDoug Ledford-41/+317
2017-04-05IB/hfi1: Eliminate synchronize_rcu() in mr deleteMike Marciniszyn-16/+33
2017-04-05IB/rdmavt: Avoid reseting wqe send_flags in unreserveMike Marciniszyn-2/+5
2017-04-05IB/rdmavt, IB/hfi1: Fix timer migration regressionsSebastian Sanchez-2/+116
2017-04-05IB/rdmavt: Add tracing for cq entry and pollMike Marciniszyn-0/+131
2017-04-05IB/rdmavt: Add additional fields to post send traceMike Marciniszyn-4/+32
2017-04-05IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn-17/+0
2017-03-24IB/rxe: increment msn only when completing a requestDavid Marchand-5/+4
2017-03-24IB/rxe: Update documentation linkLeon Romanovsky-1/+1
2017-03-24IB/rxe: double free on errorDan Carpenter-1/+1
2017-03-24infiniband: Fix alignment of mmap cookies to support VIPT cachingJason Gunthorpe-4/+4
2017-02-27scripts/spelling.txt: add "therfore" pattern and fix typo instancesMasahiro Yamada-3/+3
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-449/+14
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds-5/+8
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds-226/+637
2017-02-19IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.hDon Hiatt-11/+11
2017-02-19IB/hfi1: Add rvt_rnr_tbl_to_usec functionDon Hiatt-0/+11
2017-02-19IB/hfi1, rdmavt: Update copy_sge to use boolean argumentsBrian Welty-1/+1
2017-02-19IB/rdmavt: Adding timer logic to rdmavtVenkata Sandeep Dhanalakota-2/+181
2017-02-19IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavtBrian Welty-2/+192
2017-02-19IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavtBrian Welty-0/+38
2017-02-19IB/rdmavt: Use per-CPU reference count for MRsSebastian Sanchez-21/+38
2017-02-19IB/rxe: use setup_timer to simplify the codeWei Yongjun-7/+2
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford-7/+8
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz-5/+8
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+6
2017-02-08IB/rxe: Fix mem_check_range integer overflowEyal Itkin-3/+5
2017-02-08IB/rxe: Fix resid updateEyal Itkin-1/+1