summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2018-02-21RDMA/uverbs: Fix kernel panic while using XRC_TGT QP typeLeon Romanovsky
2018-02-20RDMA/bnxt_re: Avoid system hang during device un-regSelvin Xavier
2018-02-20RDMA/bnxt_re: Fix system crash during load/unloadSelvin Xavier
2018-02-20RDMA/bnxt_re: Synchronize destroy_qp with poll_cqSelvin Xavier
2018-02-20RDMA/bnxt_re: Unpin SQ and RQ memory if QP create failsDevesh Sharma
2018-02-20RDMA/bnxt_re: Disable atomic capability on bnxt_re adaptersDevesh Sharma
2018-02-16RDMA/restrack: don't use uaccess_kernel()Steve Wise
2018-02-16RDMA/verbs: Check existence of function prior to accessing itLeon Romanovsky
2018-02-15RDMA/vmw_pvrdma: Fix usage of user response structures in ABI fileAdit Ranadive
2018-02-15RDMA/uverbs: Sanitize user entered port numbers prior to access itLeon Romanovsky
2018-02-15RDMA/uverbs: Fix circular locking dependencyLeon Romanovsky
2018-02-15RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcdLeon Romanovsky
2018-02-15RDMA/restrack: Increment CQ restrack object before committingLeon Romanovsky
2018-02-15RDMA/uverbs: Protect from command mask overflowLeon Romanovsky
2018-02-15IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroyJason Gunthorpe
2018-02-15IB/uverbs: Improve lockdep_checkJason Gunthorpe
2018-02-15RDMA/uverbs: Protect from races between lookup and destroy of uobjectsLeon Romanovsky
2018-02-15IB/uverbs: Hold the uobj write lock after allocateJason Gunthorpe
2018-02-15IB/uverbs: Fix possible oops with duplicate ioctl attributesMatan Barak
2018-02-15IB/uverbs: Add ioctl support for 32bit processesMatan Barak
2018-02-15IB/uverbs: Fix method merging in uverbs_ioctl_mergeMatan Barak
2018-02-15IB/uverbs: Use u64_to_user_ptr() not a unionJason Gunthorpe
2018-02-15IB/uverbs: Use inline data transfer for UHW_INJason Gunthorpe
2018-02-15IB/uverbs: Always use the attribute size provided by the userMatan Barak
2018-02-15RDMA/restrack: Remove unimplemented XRCD objectLeon Romanovsky
2018-02-15IB/ipoib: Do not warn if IPoIB debugfs doesn't existAlaa Hleihel
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-05RDMA/hns: Fix the endian problem for hnsoulijun
2018-02-04IB/uverbs: Use the standard kConfig format for experimentalJason Gunthorpe
2018-02-04IB: Update references to libibverbsJason Gunthorpe
2018-02-01IB/hfi1: Add 16B rcvhdr trace supportDon Hiatt
2018-02-01IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_nodeKamenee Arumugam
2018-02-01IB/core: Avoid a potential OOPs for an unused optional parameterMichael J. Ruhl
2018-02-01IB/ipoib: Fix for potential no-carrier stateAlex Estrin
2018-02-01IB/hfi1: Show fault stats in both TX and RX directionsMitko Haralanov
2018-02-01IB/hfi1: Remove blind constants from 16B updateMike Marciniszyn
2018-02-01IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit timesKamenee Arumugam
2018-02-01IB/hfi1: Do not override given pcie_pset valueBartlomiej Dudek
2018-02-01IB/hfi1: Optimize process_receive_ib()Sebastian Sanchez
2018-02-01IB/hfi1: Remove unnecessary fecn and becn fieldsSebastian Sanchez
2018-02-01IB/hfi1: Look up ibport using a pointer in receive pathSebastian Sanchez
2018-02-01IB/hfi1: Optimize packet type comparison using 9B and bypass code pathsSebastian Sanchez
2018-02-01IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez
2018-02-01IB/hfi1: Remove dependence on qp->s_hdrwordsMitko Haralanov
2018-02-01IB/hfi1: Fix for potential refcount leak in hfi1_open_file()Alex Estrin
2018-02-01IB/hfi1: Fix for early release of sdma contextAlex Estrin
2018-02-01IB/hfi1: Re-order IRQ cleanup to address driver cleanup raceMichael J. Ruhl
2018-02-01RDMA/nldev: missing error code in nldev_res_get_doit()Dan Carpenter