summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/hfi1: Initialize TID lists to avoid crash on cleanupMichael J. Ruhl2017-06-272-4/+4
* IB/qib: Replace deprecated pci functions with new APIMichael J. Ruhl2017-06-275-120/+98
* IB/hfi1: Add traces for TID operationsMike Marciniszyn2017-06-273-14/+57
* IB/hfi1: Use a template for tid reg/unregMike Marciniszyn2017-06-271-33/+13
* IB/hfi1: Remove reading platform configuration from EFI variableJan Sokolowski2017-06-271-10/+0
* IB/hfi1: Create common expected receive verbs/PSM codeMike Marciniszyn2017-06-277-184/+309
* IB/hfi1: Set proper logging levels on QSFP cable error eventsJan Sokolowski2017-06-271-32/+32
* IB/hfi1: Fix DC 8051 host info flag arrayBartlomiej Dudek2017-06-271-2/+3
* IB/hfi1,qib: Do not send QKey trap for UD qpsDennis Dalessandro2017-06-278-89/+54
* IB/hfi1: Modify handling of physical link state by Host DriverByczkowski, Jakub2017-06-276-41/+97
* IB/core: Allow QP state transition from reset to errorTadeusz Struk2017-06-271-0/+1
* IB/hfi1: Add error checking for buffer overrun in OPA aggregateNeel Desai2017-06-271-111/+185
* IB/hfi1: Remove subtraction of uninitialized valueDennis Dalessandro2017-06-271-1/+0
* IB/hfi1: Use QPN mask to avoid overflowDennis Dalessandro2017-06-271-1/+1
* IB/hfi1: Fix spelling mistake in linkdown reasonDennis Dalessandro2017-06-271-1/+1
* IB/hfi1: Ensure dd->gi_mask can not be overflowedDennis Dalessandro2017-06-271-1/+6
* IB/rdmavt: Remove duplicated functionsDennis Dalessandro2017-06-271-23/+14
* IB/hfi1: Fix up sdma_init function commentIra Weiny2017-06-271-4/+2
* IB/hfi1: Reclassify type of messages printed for platform config logicSebastian Sanchez2017-06-271-10/+10
* IB/hfi1: Remove atomic SDMA_REQ_HAS_ERROR bit operationSebastian Sanchez2017-06-271-15/+7
* IB/hfi1: Remove atomic SDMA_REQ_SEND_DONE bit operationSebastian Sanchez2017-06-271-7/+7
* IB/core,rdmavt,hfi1,opa-vnic: Send OPA cap_mask3 in trapVishwanathapura, Niranjana2017-06-275-10/+41
* IB/hfi1: Replace deprecated pci functions with new APIMichael J. Ruhl2017-06-274-131/+78
* IB/hfi1: Name function prototype parameters for affinity moduleMichael J. Ruhl2017-06-271-6/+8
* IB/hfi1: Optimize cachelines for user SDMA request structureSebastian Sanchez2017-06-271-48/+58
* IB/hfi1: Don't remove RB entry when not needed.Sebastian Sanchez2017-06-273-13/+29
* IB/rdmavt: Compress adjacent SGEs in rvt_lkey_ok()Mike Marciniszyn2017-06-276-23/+128
* IB/hfi1: Setup common IB fields in hfi1_packet structDon Hiatt2017-06-2711-211/+236
* IB/hfi1: Separate input/output header tracingDon Hiatt2017-06-276-169/+279
* IB/hfi1: Add functions to parse BTH/IB headersDon Hiatt2017-06-275-14/+14
* IB/hfi1: Remove unused mk_qpn functionIra Weiny2017-06-271-6/+0
* IB/hfi1: Remove unnecessary initialization from tx requestSebastian Sanchez2017-06-271-1/+11
* Merge branch 'k.o/for-4.12-rc' into k.o/for-4.13-mlx-sharedDoug Ledford2017-06-2720-817/+935
|\
| * rdma/cxgb4: Fix memory leaks during module exitRaju Rangoju2017-06-141-3/+7
| * IB/ipoib: Fix memory leak in create child syscallFeras Daoud2017-06-141-3/+3
| * IB/ipoib: Fix access to un-initialized napi structAlex Vesker2017-06-141-1/+0
| * IB/ipoib: Delete napi in device uninit defaultAlex Vesker2017-06-141-0/+3
| * IB/ipoib: Limit call to free rdma_netdev for capable devicesAlex Vesker2017-06-142-3/+8
| * IB/ipoib: Fix memory leaks for child interfaces privAlex Vesker2017-06-142-2/+10
| * rxe: Fix a sleep-in-atomic bug in post_one_sendJia-Ju Bai2017-06-141-7/+2
| * RDMA/qedr: Add 64KB PAGE_SIZE support to user-space queuesRam Amrani2017-06-142-28/+41
| * RDMA/qedr: Initialize byte_len in WC of READ and SEND commandsMichal Kalderon2017-06-141-0/+4
| * RDMA/bnxt_re: Remove FMR supportSelvin Xavier2017-06-143-106/+2
| * RDMA/bnxt_re: Fix RQE posting logicDevesh Sharma2017-06-143-1/+20
| * RDMA/bnxt_re: Add HW workaround for avoiding stall for UD QPsSomnath Kotur2017-06-144-0/+24
| * RDMA/bnxt_re: Dereg MR in FW before freeing the fast_reg_page_listSelvin Xavier2017-06-141-2/+6
| * RDMA/bnxt_re: HW workarounds for handling specific conditionsEddie Wai2017-06-147-70/+509
| * RDMA/bnxt_re: Fixing the Control path command and response handlingDevesh Sharma2017-06-135-605/+318
| * IB/addr: Fix setting source address in addr6_resolve()Roland Dreier2017-06-071-9/+1
* | net/mlx4_en: Optimized single ring steeringSaeed Mahameed2017-06-165-22/+50