aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-20Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdeviceDoug Ledford7-41/+317
2017-04-05IB/hfi1: Eliminate synchronize_rcu() in mr deleteMike Marciniszyn1-16/+33
2017-04-05IB/rdmavt: Avoid reseting wqe send_flags in unreserveMike Marciniszyn1-2/+5
2017-04-05IB/rdmavt, IB/hfi1: Fix timer migration regressionsSebastian Sanchez3-2/+116
2017-04-05IB/rdmavt: Add tracing for cq entry and pollMike Marciniszyn3-0/+131
2017-04-05IB/rdmavt: Add additional fields to post send traceMike Marciniszyn2-4/+32
2017-04-05IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn1-17/+0
2017-03-24IB/rxe: increment msn only when completing a requestDavid Marchand1-5/+4
2017-03-24IB/rxe: Update documentation linkLeon Romanovsky1-1/+1
2017-03-24IB/rxe: double free on errorDan Carpenter1-1/+1
2017-03-24infiniband: Fix alignment of mmap cookies to support VIPT cachingJason Gunthorpe2-4/+4
2017-02-27scripts/spelling.txt: add "therfore" pattern and fix typo instancesMasahiro Yamada1-3/+3
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds12-449/+14
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-5/+8
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds21-226/+637
2017-02-19IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.hDon Hiatt2-11/+11
2017-02-19IB/hfi1: Add rvt_rnr_tbl_to_usec functionDon Hiatt1-0/+11
2017-02-19IB/hfi1, rdmavt: Update copy_sge to use boolean argumentsBrian Welty1-1/+1
2017-02-19IB/rdmavt: Adding timer logic to rdmavtVenkata Sandeep Dhanalakota1-2/+181
2017-02-19IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavtBrian Welty2-2/+192
2017-02-19IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavtBrian Welty1-0/+38
2017-02-19IB/rdmavt: Use per-CPU reference count for MRsSebastian Sanchez1-21/+38
2017-02-19IB/rxe: use setup_timer to simplify the codeWei Yongjun1-7/+2
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford4-7/+8
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz2-5/+8
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+6
2017-02-08IB/rxe: Fix mem_check_range integer overflowEyal Itkin1-3/+5
2017-02-08IB/rxe: Fix resid updateEyal Itkin1-1/+1
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-1/+1
2017-01-24IB/rxe: Prevent from completer to operate on non valid QPYonatan Cohen1-2/+1
2017-01-24IB/rxe: Fix rxe dev insertion to rxe_dev_listMaor Gottlieb1-1/+1
2017-01-24IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche12-446/+11
2017-01-24IB/rxe: Switch from dma_device to dev.parentBart Van Assche1-3/+3
2017-01-10IB/rxe: Fix an skb leakBart Van Assche1-1/+14
2017-01-10IB/rxe: Remove a pointless indirection layerBart Van Assche8-67/+42
2017-01-10IB/rxe: Fix reference leaks in memory key invalidation codeBart Van Assche2-0/+2
2017-01-10IB/rxe: Fix a MR reference leak in check_rkey()Bart Van Assche1-10/+10
2017-01-10IB/rxe: Generate a completion for all failed work requestsBart Van Assche4-14/+20
2017-01-10IB/rxe: Introduce functions for queue drainingBart Van Assche2-53/+38
2017-01-10IB/rxe: Add a runtime check in alloc_index()Bart Van Assche1-0/+1
2017-01-10IB/rxe: Issue warnings onceBart Van Assche3-9/+10
2017-01-10IB/rxe: Let the compiler check the type of the cleanup functionsBart Van Assche7-15/+17
2017-01-10IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB() argumentsBart Van Assche1-2/+10
2017-01-10IB/rxe: Remove superfluous castsBart Van Assche1-2/+2
2017-01-10IB/rxe: Remove an unused variable and an unused argumentBart Van Assche1-8/+3
2017-01-10IB/rxe: Remove an unused functionBart Van Assche1-7/+0
2017-01-10IB/rxe: Constify the pool nameBart Van Assche2-2/+2
2017-01-10IB/rxe: Suppress sparse warningsBart Van Assche2-5/+5
2016-12-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds4-4/+5
2016-12-22IB/rxe: Don't check for null ptr in send()Andrew Boyer1-2/+1