summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds7-14/+14
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds48-620/+882
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-51/+8
2018-02-05RDMA/hns: Fix the endian problem for hnsoulijun8-320/+363
2018-02-04IB/uverbs: Use the standard kConfig format for experimentalJason Gunthorpe1-1/+1
2018-02-04IB: Update references to libibverbsJason Gunthorpe1-2/+3
2018-02-01IB/hfi1: Add 16B rcvhdr trace supportDon Hiatt2-4/+6
2018-02-01IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_nodeKamenee Arumugam3-16/+19
2018-02-01IB/core: Avoid a potential OOPs for an unused optional parameterMichael J. Ruhl1-1/+1
2018-02-01IB/ipoib: Fix for potential no-carrier stateAlex Estrin1-0/+3
2018-02-01IB/hfi1: Show fault stats in both TX and RX directionsMitko Haralanov1-1/+8
2018-02-01IB/hfi1: Remove blind constants from 16B updateMike Marciniszyn4-14/+25
2018-02-01IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit timesKamenee Arumugam6-19/+239
2018-02-01IB/hfi1: Do not override given pcie_pset valueBartlomiej Dudek1-11/+12
2018-02-01IB/hfi1: Optimize process_receive_ib()Sebastian Sanchez2-32/+17
2018-02-01IB/hfi1: Remove unnecessary fecn and becn fieldsSebastian Sanchez6-30/+20
2018-02-01IB/hfi1: Look up ibport using a pointer in receive pathSebastian Sanchez3-23/+30
2018-02-01IB/hfi1: Optimize packet type comparison using 9B and bypass code pathsSebastian Sanchez4-13/+13
2018-02-01IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez6-12/+6
2018-02-01IB/hfi1: Remove dependence on qp->s_hdrwordsMitko Haralanov10-59/+61
2018-02-01IB/hfi1: Fix for potential refcount leak in hfi1_open_file()Alex Estrin1-3/+1
2018-02-01IB/hfi1: Fix for early release of sdma contextAlex Estrin3-6/+9
2018-02-01IB/hfi1: Re-order IRQ cleanup to address driver cleanup raceMichael J. Ruhl3-7/+16
2018-02-01RDMA/nldev: missing error code in nldev_res_get_doit()Dan Carpenter1-1/+3
2018-02-01RDMA/hns: Fix misplaced call to hns_roce_cleanup_hem_tableoulijun1-1/+0
2018-02-01RDMA/hns: Add names to function arguments in function pointersoulijun1-4/+4
2018-02-01RDMA/hns: Remove unnecessary operatoroulijun1-2/+2
2018-02-01RDMA/bnxt_re: Use common error handling code in bnxt_qplib_alloc_dpi_tbl()Markus Elfring1-6/+7
2018-02-01RDMA/bnxt_re: Delete two error messages for a failed memory allocation in bnx...Markus Elfring1-5/+0
2018-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2018-01-31mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes1-0/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-55/+72
2018-01-31IB/rxe: remove redudant parameter in rxe_av_fill_ip_infoZhu Yanjun4-7/+5
2018-01-31IB/rxe: change the function rxe_av_fill_ip_info to voidZhu Yanjun3-6/+4
2018-01-31IB/rxe: change the function to void from intZhu Yanjun2-3/+2
2018-01-31IB/rxe: remove unnecessary parameter in rxe_av_to_attrZhu Yanjun4-10/+5
2018-01-31IB/rxe: change the function to void from intZhu Yanjun3-6/+4
2018-01-31IB/rxe: remove redudant parameter in functionZhu Yanjun4-8/+7
2018-01-31RDMA/bnxt_re: Fix an error code in bnxt_qplib_create_srq()Dan Carpenter1-1/+3
2018-01-31RDMA/bnxt_re: Fix static checker warningDoug Ledford1-5/+2
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds153-3876/+9383
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-26/+26
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-19/+1
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe5-11/+13
2018-01-29RDMA/nldev: Provide detailed QP informationLeon Romanovsky1-0/+227
2018-01-29RDMA/nldev: Provide global resource utilizationLeon Romanovsky1-0/+147
2018-01-29RDMA/core: Add resource tracking for create and destroy PDsLeon Romanovsky2-0/+7
2018-01-29RDMA/core: Add resource tracking for create and destroy CQsLeon Romanovsky4-0/+14
2018-01-29RDMA/core: Add resource tracking for create and destroy QPsLeon Romanovsky3-5/+30
2018-01-29RDMA/restrack: Add general infrastructure to track RDMA resourcesLeon Romanovsky4-1/+170