summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| * | IB/hfi1: Rename struct ahg_ib_header to struct hfi1_ahg_infoDasaratharaman Chandramouli2016-08-026-33/+34
| * | IB/hfi1: Remove unused elements from struct ahg_ib_headerDasaratharaman Chandramouli2016-08-023-5/+0Star
| * | IB/hfi1: Reset QSFP on every run through channel tuningEaswar Hariharan2016-08-021-1/+5
| * | IB/hfi1: Ignore QSFP interrupts until power stabilizesEaswar Hariharan2016-08-021-7/+21
| * | IB/hfi1: Disable external device configuration requestsEaswar Hariharan2016-08-021-14/+0Star
| * | IB/rdmavt, hfi1: Fix NFSoRDMA failure with FRMR enabledJianxin Xiong2016-08-024-38/+55
| * | IB/hfi1: Add the capability for reserved operationsMike Marciniszyn2016-08-021-23/+62
| * | IB/hfi1: Fix trace message unitsGrzegorz Heldt2016-08-021-2/+2
| * | IB/hfi1: Add sysfs entry to override SDMA interrupt affinityTadeusz Struk2016-08-023-0/+97
| * | IB/hfi1: Add static PCIe Gen3 CTLE tuningDean Luick2016-08-021-4/+64
| * | IB/hfi1: Fix "suspicious rcu_dereference_check() usage" warningsJianxin Xiong2016-08-023-8/+18
| * | IB/rdmavt: Add missing spin_lock_init call for rdi->n_cqs_lockJianxin Xiong2016-08-021-0/+1
| * | IB/hfi1: Read all firmware versionsDean Luick2016-08-024-25/+130
| * | IB/hfi1: Explain state complete frame detailsDean Luick2016-08-021-8/+126
| * | IB/hfi1: Modify the default number of kernel receive conextsHarish Chegondi2016-08-021-4/+2Star
| * | IB/hfi1: Add support for extended memory managementJianxin Xiong2016-08-022-2/+21
| * | IB/hfi1: Work request processing for fast register mr and invalidateJianxin Xiong2016-08-024-3/+98
| * | IB/hfi1: Handle send with invalidate opcode in the RC recv pathJianxin Xiong2016-08-022-1/+17
| * | IB/rdmavt: Handle local operations in post sendJianxin Xiong2016-08-021-5/+40
| * | IB/rdmavt: Add mechanism to invalidate MR keysJianxin Xiong2016-08-021-2/+71
| * | IB/rdmavt: Add support for ib_map_mr_sgJianxin Xiong2016-08-023-0/+60
| * | IB/hfi1: Pull FECN/BECN processing to a common placeMitko Haralanov2016-08-025-97/+45Star
| * | IB/hfi1: Fix to fully initialize send context areaTymoteusz Kielan2016-08-021-1/+1
| * | IB/hfi1: Fix integrity errors counter value calculationJakub Pawlak2016-08-021-23/+9Star
| * | IB/rdmavt: Use new driver specific post send tableMike Marciniszyn2016-08-022-39/+10Star
| * | IB/qib: Add qib post send tableMike Marciniszyn2016-08-023-0/+47
| * | IB/hfi1: Add hfi1 post send tablesMike Marciniszyn2016-08-023-0/+49
| * | IB/rdmavt: Add data structures and routines for table driven post sendMike Marciniszyn2016-08-021-5/+62
| * | IB/hfi1: Correct receive packet handler assignmentJakub Pawlak2016-08-021-13/+16
| * | IB/hfi1: Improve SDMA engine assignment for user SDMAJianxin Xiong2016-08-021-1/+28
| * | IB/hfi1: Remove TWSI referencesDean Luick2016-08-025-588/+1Star
| * | IB/hfi1: Use built-in i2c bit-shift bus adapterDean Luick2016-08-026-115/+341
| * | IB/hfi1: Refine user process affinity algorithmSebastian Sanchez2016-08-023-62/+174
| * | IB/hfi1: Reserve and collapse CPU cores for contextsSebastian Sanchez2016-08-024-28/+84
| * | IB/hfi1: Add global structure for affinity assignmentsDennis Dalessandro2016-08-024-97/+198
| * | IB/hfi1: Add counter to track unsupported packets dropJakub Pawlak2016-08-024-6/+32
| * | IB/hfi1: Add VL XmitDiscards counters to the opapmaqueryJakub Pawlak2016-08-021-2/+9
| * | IB/hfi1: Fix trace sparse errorsMike Marciniszyn2016-08-022-31/+31
| * | IB/hfi1: Separate tracepoints into specific headersSebastian Sanchez2016-08-0210-1330/+1735
| * | IB/hfi1: Fix typoTadeusz Struk2016-08-021-1/+1
| * | IB/hfi1: Remove unnecessary done label in hfi1_write_iterIra Weiny2016-08-021-17/+14Star
| * | IB/hfi1: Clean up port state structure definitionIra Weiny2016-08-022-19/+0Star
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-08-0590-537/+15933
|\ \
| | \
| | \
| *-. \ Merge branches 'misc' and 'rxe' into k.o/for-4.8-1Doug Ledford2016-08-0451-72/+13295
| |\ \ \
| | | * | Soft RoCE driverMoni Shoua2016-08-0435-0/+12885
| | * | | IB/core: Support for CMA multicast join flagsAlex Vesker2016-08-043-23/+107
| | * | | IB/sa: Add cached attribute containing SM information to SA portAlex Vesker2016-08-041-0/+41
| | * | | IB/uverbs: Fix race between uverbs_close and remove_oneJason Gunthorpe2016-08-042-13/+25
| | * | | IB/mthca: Clean up error unwind flow in mthca_reset()Markus Elfring2016-08-041-21/+20Star
| | * | | IB/mthca: NULL arg to pci_dev_put is OKMarkus Elfring2016-08-041-2/+1Star