aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20IB/mlx4: Remove set but not used variable 'pd'YueHaibing1-3/+0
2018-12-20RDMA/iwcm: Don't copy past the end of dev_name() stringSteve Wise1-4/+8
2018-12-20IB/mlx5: Fix long EEH recover time with NVMe offloadsHuy Nguyen1-3/+16
2018-12-20IB/mlx5: Simplify netdev unbindingOr Gerlitz1-5/+9
2018-12-20IB/core: Move query port to ioctlMichael Guralnik3-53/+104
2018-12-20RDMA/nldev: Expose port_cap_flags2Michael Guralnik1-3/+6
2018-12-20IB/core: uverbs copy to struct or zero helperMichael Guralnik1-0/+11
2018-12-20IB/rxe: Reuse code which sets port stateYuval Shaia3-21/+11
2018-12-20IB/rxe: Make counters thread safeParav Pandit2-4/+4
2018-12-20IB/mlx5: Use the correct commands for UMEM and UCTX allocationYishai Hadas1-19/+15
2018-12-20IB/mlx5: Use uid as part of alloc/dealloc transport domainYishai Hadas1-0/+2
2018-12-20Merge branch 'mlx5-next' into rdma.gitJason Gunthorpe23-174/+263
2018-12-19RDMA/bnxt_re: Increase depth of control path command queueDevesh Sharma3-26/+68
2018-12-19RDMA/bnxt_re: Query HWRM Interface version from FWSelvin Xavier2-0/+32
2018-12-19IB/usnic: Fix potential deadlockParvi Kaustubhi1-4/+7
2018-12-19RDMA/bnxt_re: Make use of destroy AH sleepable flagGal Pressman3-5/+8
2018-12-19RDMA/bnxt_re: Make use of create AH sleepable flagGal Pressman3-5/+8
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman35-58/+67
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman29-25/+43
2018-12-19RDMA/srpt: Add support for immediate dataBart Van Assche2-49/+189
2018-12-19RDMA/srpt: Rework the srpt_alloc_srq() error pathBart Van Assche1-4/+6
2018-12-19RDMA/srpt: Remove driver version and release dateBart Van Assche1-5/+2
2018-12-19RDMA/srpt: Make kernel-doc headers completeBart Van Assche1-1/+4
2018-12-19RDMA/srpt: Join split stringsBart Van Assche1-17/+12
2018-12-19RDMA/srpt: Improve coding style conformanceBart Van Assche2-6/+6
2018-12-19RDMA/srpt: Fix a use-after-free in the channel release codeBart Van Assche1-5/+13
2018-12-19RDMA/srp: Add support for immediate dataBart Van Assche2-14/+89
2018-12-19RDMA/srp: Rework handling of the maximum information unit lengthBart Van Assche2-14/+29
2018-12-19RDMA/srp: Move srp_rdma_ch.max_ti_iu_len declarationBart Van Assche1-1/+2
2018-12-19RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layerBart Van Assche1-0/+1
2018-12-19RDMA/srp: Handle large SCSI CDBs correctlyBart Van Assche2-6/+19
2018-12-19RDMA/srp: Document srp_parse_in() argumentsBart Van Assche1-0/+3
2018-12-19include/scsi/srp.h: Add support for immediate dataBart Van Assche1-0/+5
2018-12-19include/scsi/srp.h: Move response flag definitions into this fileBart Van Assche1-4/+0
2018-12-19IB/mlx5: Fix compile issue when ODP disabledDoug Ledford1-4/+4
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch24-113/+125
2018-12-18RDMA/restrack: Resource-tracker should not use uobject pointersShamir Rabinovitch7-36/+39
2018-12-18IB/mlx5: Add advise_mr() supportMoni Shoua4-9/+157
2018-12-18IB/uverbs: Add support to advise_mrMoni Shoua1-1/+55
2018-12-18IB/uverbs: Add helper to get array size from ptr attributeMoni Shoua1-7/+5
2018-12-18RDMA/uverbs: Add an ioctl method to destroy an objectParav Pandit2-7/+63
2018-12-18RDMA/uverbs: Add a method to introspect handles in a contextJason Gunthorpe1-1/+88
2018-12-18IB/mlx4: Utilize macro to calculate SQ spare sizeYuval Shaia1-1/+1
2018-12-18RDMA/hns: Fix an error code in hns_roce_create_srq()Dan Carpenter1-0/+1
2018-12-18IB/qib: Fix an error code in qib_sdma_verbs_send()Dan Carpenter1-1/+3
2018-12-18RDMA/core: Delete RoCE GID in hw when corresponding IP is deletedParav Pandit1-4/+3
2018-12-18RDMA/mlx5: Fix function name typo 'fileds' -> 'fields'Gal Pressman1-4/+4
2018-12-18RDMA/i40iw: Make sure to initialize ib_device_opsKamal Heib1-0/+1
2018-12-18RDMA/mlx5: Delete unreachable handle_atomic code by simplifying SW completionLeon Romanovsky3-100/+5
2018-12-18RDMA/uverbs: Implement an ioctl that can call write and write_ex handlersJason Gunthorpe7-23/+89