aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-03staging/rdma: remove deprecated ipath driverDoug Ledford40-30434/+0
2016-02-03staging/rdma: remove deprecated ehca driverDoug Ledford34-13575/+0
2016-02-03staging/rdma: remove deprecated amso1100 driverDoug Ledford26-9057/+0
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds14-638/+61
2016-01-22wrappers for ->i_mutex accessAl Viro1-4/+4
2015-12-23IB: remove the write-only usecnt field from struct ib_mrChristoph Hellwig1-1/+0
2015-12-23ehca: stop using struct ib_phys_bufChristoph Hellwig2-53/+46
2015-12-23amso1100: fold c2_reg_phys_mr into c2_get_dma_mrChristoph Hellwig1-57/+14
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig5-20/+0
2015-12-23IB: remove support for phys MRsChristoph Hellwig11-455/+1
2015-12-23IB: remove ib_query_mrChristoph Hellwig3-52/+0
2015-12-21staging/rdma/hfi1: Fix module parameter spellingJubin John1-1/+1
2015-12-21staging/rdma/hfi1: Remove incorrect link credit checkDean Luick1-2/+1
2015-12-21staging/rdma/hfi1: Change num_rcv_contexts to num_user_contexts and its meaningSebastian Sanchez3-10/+7
2015-12-21staging/rdma/hfi1: Fix for module parameter hdrq_entsize when it's 0Sebastian Sanchez1-0/+1
2015-12-21staging/rdma/hfi1: Fix a possible null pointer dereferenceEaswar Hariharan1-0/+2
2015-12-21staging/rdma/hfi1: HFI now sends OPA Traps instead of IBTAErik E. Kahn4-75/+79
2015-12-21staging/rdma/hfi1: add definitions for OPA trapsJubin John1-0/+114
2015-12-21Staging: rdma:Delete unnecessary NULL check before calling function "kmem_cache_destroy"Yash Shah6-14/+7
2015-12-21staging/rdma/hfi1: convert buffers allocated atomic to per cpuMike Marciniszyn3-8/+40
2015-12-21staging/rdma/hfi1: fix sdma build failures to always clean upMike Marciniszyn2-6/+11
2015-12-21staging/rdma/hfi1: fix pio progress routine race with allocatorMike Marciniszyn1-3/+6
2015-12-21staging/rdma/hfi1: Detect SDMA transmission error earlyMitko Haralanov1-0/+6
2015-12-21staging/rdma/hfi1: Clean-up unnecessary goto statementsMitko Haralanov1-23/+14
2015-12-21staging/rdma/hfi1: Add page lock limit check for SDMA requestsMitko Haralanov2-109/+169
2015-12-21staging/rdma/hfi1: Convert to use get_user_pages_fastMitko Haralanov3-77/+32
2015-12-21staging/rdma/hfi1: Unconditionally clean-up SDMA queuesMitko Haralanov1-2/+1
2015-12-21staging/rdma/hfi1: Return immediately on errorDennis Dalessandro1-38/+24
2015-12-21staging/rdma/hfi1: Reduce snoop locking scope in IOCTL handler.Dennis Dalessandro1-4/+6
2015-12-21staging/rdma/hfi1: Further clean up hfi1_ioctl parameter checksIra Weiny1-10/+13
2015-12-21staging/rdma/hfi1: hfi1_ioctl remove setlink stateIra Weiny1-5/+0
2015-12-21staging/rdma/hfi1: Return early from hfi1_ioctl parameter errorsIra Weiny1-175/+173
2015-12-21staging/rdma/hfi1: Fix camel case variablesIra Weiny1-12/+12
2015-12-21staging/rdma/hfi1: diag.c correct sizeof parameterIra Weiny1-1/+1
2015-12-21staging/rdma/hfi1: diag.c add missing bracesIra Weiny1-2/+4
2015-12-21staging/rdma/hfi1: diag.c change null comparisonsIra Weiny1-10/+10
2015-12-21staging/rdma/hfi1: diag.c fix white space errorsIra Weiny1-20/+10
2015-12-21staging/rdma/hfi1: diag.c fix logical continuationsIra Weiny1-3/+3
2015-12-21staging/rdma/hfi1: diag.c fix alignmentIra Weiny1-8/+8
2015-12-21staging/rdma/hfi1: diag.c use BIT macrosIra Weiny1-2/+2
2015-12-21staging/rdma/hfi1: Adding counter resolutions for DataPortCountersAndrea Lowe1-12/+26
2015-12-21staging/rdma/hfi1: Consider VL15 MTU also when calculating the maximum VL MTUHarish Chegondi1-1/+2
2015-12-21staging/rdma/hfi1: unknown frame messages are not errorsDean Luick3-0/+21
2015-12-21staging/rdma/hfi1: remove SPC freeze error messagesDean Luick1-2/+0
2015-12-21staging/rdma/hfi1: Unexpected link up pkey values are not an errorDean Luick1-4/+4
2015-12-21staging/rdma/hfi1: Destroy workqueues if hfi1_register_ib_device() call returns errorHarish Chegondi1-1/+8
2015-12-21staging/rdma/hfi1: Adds software counters for bitfields within various error status fieldsJoel Rosenzweig3-1/+3487
2015-12-21staging/rdma/hfi1: Correctly limit VLs against SDMA enginesDean Luick1-3/+3
2015-12-21staging/rdma/hfi1: Add a credit push on diagpkt allocate failDean Luick1-0/+8
2015-12-21staging/rdma/hfi1: Extend quiet timeoutDean Luick1-2/+3