summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2016-12-14IB/srp: Make mapping failures easier to debugBart Van Assche1-2/+10
2016-12-14IB/srp: Make login failures easier to debugBart Van Assche1-0/+3
2016-12-14IB/srp: Introduce a local variable in srp_add_one()Bart Van Assche1-8/+9
2016-12-14IB/srp: Fix CONFIG_DYNAMIC_DEBUG=n buildBart Van Assche1-5/+6
2016-12-14IB/multicast: Check ib_find_pkey() return valueBart Van Assche1-2/+5
2016-12-14IPoIB: Avoid reading an uninitialized member variableBart Van Assche1-2/+5
2016-12-14IB/mad: Fix an array index checkBart Van Assche1-1/+1
2016-12-14IB/mlx4: Rework special QP creation error pathBart Van Assche1-2/+4
2016-12-14IB/srpt: Report login failures only onceBart Van Assche1-13/+9
2016-12-14IB/usnic: simplify IS_ERR_OR_NULL to IS_ERRJulia Lawall2-12/+12
2016-12-14IB/core: Issue DREQ when receiving REQ/REP for stale QPHans Westgaard Ry1-1/+23
2016-12-14IB/nes: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-34/+42
2016-12-14IB/isert: do not ignore errors in dma_map_single()Alexey Khoroshilov1-0/+6
2016-12-14IB/rdmavt: Only put mmap_info ref if it existsJim Foraker1-1/+2
2016-12-14IB/rdmavt: Handle the kthread worker using the new APIPetr Mladek1-23/+11
2016-12-14IB/rdmavt: Avoid queuing work into a destroyed cq kthread workerPetr Mladek1-14/+16
2016-12-14IB/mlx5: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann1-18/+21
2016-12-14ib_isert: log the connection reject messageSteve Wise1-0/+2
2016-12-14ib_iser: log the connection reject messageSteve Wise1-1/+4
2016-12-14rdma_cm: add rdma_consumer_reject_data helper functionSteve Wise1-0/+16
2016-12-14rdma_cm: add rdma_is_consumer_reject() helper functionSteve Wise1-0/+13
2016-12-14rdma_cm: add rdma_reject_msg() helper functionSteve Wise3-0/+83
2016-12-14qedr: remove pointless NULL check in qedr_post_send()Wei Yongjun1-5/+0
2016-12-14qedr: Use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+1
2016-12-14qedr: Fix possible memory leak in qedr_create_qp()Wei Yongjun1-4/+8
2016-12-14qedr: return -EINVAL if pd is null and avoid null ptr dereferenceColin Ian King1-1/+3
2016-12-14IB/mad: Eliminate redundant SM class version defines for OPAHal Rosenstock2-8/+8
2016-12-13IB/mlx5: Properly adjust rate limit on QP state transitionsBodong Wang3-9/+69
2016-12-13IB/uverbs: Extend modify_qp and support packet pacingBodong Wang3-69/+125
2016-12-13IB/core: Support rate limit for packet pacingBodong Wang1-0/+2
2016-12-13IB/mlx5: Report mlx5 packet pacing capabilities when querying deviceBodong Wang1-0/+13
2016-12-13IB/mlx5: Support RAW Ethernet when RoCE is disabledOr Gerlitz1-9/+13
2016-12-13IB/mlx5: Rename RoCE related helpers to reflect being Eth onesOr Gerlitz1-11/+11
2016-12-13IB/mlx5: Refactor registration to netdev notifierOr Gerlitz1-9/+20
2016-12-13IB/mlx5: Use u64 for UMR lengthMaor Gottlieb1-1/+1
2016-12-13IB/mlx5: Avoid system crash when enabling many VFsEli Cohen1-1/+2
2016-12-13IB/mlx5: Assign SRQ type earlierMaor Gottlieb1-1/+1
2016-12-13IB/mlx4: Fix out-of-range array index in destroy qp flowJack Morgenstein1-1/+2
2016-12-13IB/mlx5: Make create/destroy_ah available to userspaceMoni Shoua1-0/+2
2016-12-13IB/mlx5: Use kernel driver to help userspace create ahMoni Shoua1-0/+21
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua20-20/+56
2016-12-13IB/mlx5: Report that device has udata response in create_ahMoni Shoua1-1/+2
2016-12-13IB/core: Change ib_resolve_eth_dmac to use it in create AHMoni Shoua3-48/+47
2016-12-13IB/mlx5: Add support to match inner packet fieldsMoses Reuben1-53/+78
2016-12-13IB/core: Introduce inner flow steeringMoses Reuben1-1/+3
2016-12-13IB/mlx5: Support Vxlan tunneling specificationMoses Reuben1-0/+11
2016-12-13IB/core: Add flow spec tunneling supportMoses Reuben1-0/+15
2016-12-13IB/mlx5: Add support for CQE compressingBodong Wang1-1/+29
2016-12-13IB/mlx5: Report mlx5 CQE compression caps during queryBodong Wang1-0/+10
2016-12-13IB/mlx5: Report mlx5 multi packet WQE caps during queryBodong Wang1-0/+11