summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2016-08-02IB/hfi1: Allow for non-double word multiple message sizes for user SDMAIra Weiny1-9/+22
2016-08-02IB/rdmavt: Eliminate redundant opcode test in mr ref clearIra Weiny1-2/+1
2016-08-02IB/hfi1: Handle kzalloc failure in init_pervl_scsIra Weiny1-3/+16
2016-08-02IB/qib, IB/hfi1: Fix grh creation in ud loopbackDasaratharaman Chandramouli2-4/+12
2016-08-02IB/hfi1: Use hdr2sc function to calculate 5-bit SCDasaratharaman Chandramouli3-14/+4
2016-08-02IB/hfi1: Cleanup UD packet handler.Dasaratharaman Chandramouli1-30/+21
2016-08-02IB/hfi1: Rename hfi1_pio_header to hfi1_sdma_header.Don Hiatt4-4/+4
2016-08-02IB/hfi1: Rename struct ahg_ib_header to struct hfi1_ahg_infoDasaratharaman Chandramouli6-33/+34
2016-08-02IB/hfi1: Remove unused elements from struct ahg_ib_headerDasaratharaman Chandramouli3-5/+0
2016-08-02IB/hfi1: Reset QSFP on every run through channel tuningEaswar Hariharan1-1/+5
2016-08-02IB/hfi1: Ignore QSFP interrupts until power stabilizesEaswar Hariharan1-7/+21
2016-08-02IB/hfi1: Disable external device configuration requestsEaswar Hariharan1-14/+0
2016-08-02IB/rdmavt, hfi1: Fix NFSoRDMA failure with FRMR enabledJianxin Xiong4-38/+55
2016-08-02IB/hfi1: Add the capability for reserved operationsMike Marciniszyn1-23/+62
2016-08-02IB/hfi1: Fix trace message unitsGrzegorz Heldt1-2/+2
2016-08-02IB/hfi1: Add sysfs entry to override SDMA interrupt affinityTadeusz Struk3-0/+97
2016-08-02IB/hfi1: Add static PCIe Gen3 CTLE tuningDean Luick1-4/+64
2016-08-02IB/hfi1: Fix "suspicious rcu_dereference_check() usage" warningsJianxin Xiong3-8/+18
2016-08-02IB/rdmavt: Add missing spin_lock_init call for rdi->n_cqs_lockJianxin Xiong1-0/+1
2016-08-02IB/hfi1: Read all firmware versionsDean Luick4-25/+130
2016-08-02IB/hfi1: Explain state complete frame detailsDean Luick1-8/+126
2016-08-02IB/hfi1: Modify the default number of kernel receive conextsHarish Chegondi1-4/+2
2016-08-02IB/hfi1: Add support for extended memory managementJianxin Xiong2-2/+21
2016-08-02IB/hfi1: Work request processing for fast register mr and invalidateJianxin Xiong4-3/+98
2016-08-02IB/hfi1: Handle send with invalidate opcode in the RC recv pathJianxin Xiong2-1/+17
2016-08-02IB/rdmavt: Handle local operations in post sendJianxin Xiong1-5/+40
2016-08-02IB/rdmavt: Add mechanism to invalidate MR keysJianxin Xiong1-2/+71
2016-08-02IB/rdmavt: Add support for ib_map_mr_sgJianxin Xiong3-0/+60
2016-08-02IB/hfi1: Pull FECN/BECN processing to a common placeMitko Haralanov5-97/+45
2016-08-02IB/hfi1: Fix to fully initialize send context areaTymoteusz Kielan1-1/+1
2016-08-02IB/hfi1: Fix integrity errors counter value calculationJakub Pawlak1-23/+9
2016-08-02IB/rdmavt: Use new driver specific post send tableMike Marciniszyn2-39/+10
2016-08-02IB/qib: Add qib post send tableMike Marciniszyn3-0/+47
2016-08-02IB/hfi1: Add hfi1 post send tablesMike Marciniszyn3-0/+49
2016-08-02IB/rdmavt: Add data structures and routines for table driven post sendMike Marciniszyn1-5/+62
2016-08-02IB/hfi1: Correct receive packet handler assignmentJakub Pawlak1-13/+16
2016-08-02IB/hfi1: Improve SDMA engine assignment for user SDMAJianxin Xiong1-1/+28
2016-08-02IB/hfi1: Remove TWSI referencesDean Luick5-588/+1
2016-08-02IB/hfi1: Use built-in i2c bit-shift bus adapterDean Luick6-115/+341
2016-08-02IB/hfi1: Refine user process affinity algorithmSebastian Sanchez3-62/+174
2016-08-02IB/hfi1: Reserve and collapse CPU cores for contextsSebastian Sanchez4-28/+84
2016-08-02IB/hfi1: Add global structure for affinity assignmentsDennis Dalessandro4-97/+198
2016-08-02IB/mlx5: Fix port counter ID association to QP offsetAlex Vesker1-1/+1
2016-08-02IB/mlx5: Fix iteration overrun in GSI qpsSlava Shwartsman1-13/+6
2016-08-02i40iw: Add NULL check for puda bufferMustafa Ismail1-0/+4
2016-08-02i40iw: Change dup_ack_thresh to u8Mustafa Ismail1-1/+1
2016-08-02i40iw: Remove unnecessary check for moving CQ headMustafa Ismail2-5/+4
2016-08-02i40iw: Simplify code to set fragments in SQ WQEMustafa Ismail1-6/+6
2016-08-02i40iw: Remove unnecessary parameter to i40iw_cq_poll_completionMustafa Ismail3-9/+6
2016-08-02i40iw: Do not access pointer after freeMustafa Ismail1-2/+2