aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-14IB/core: Destroy multcast_idr on module exitJohannes Thumshirn1-0/+1
2015-07-14IB/ucm: Fix bitmap wrap when devnum > IB_UCM_MAX_DEVICESCarol L Soto1-2/+2
2015-07-14IB/ucma: Fix lockdep warning in ucma_lock_filesHaggai Eran1-2/+2
2015-07-14RDMA/core: Fixes for port mapper client registrationTatyana Nikolova3-25/+48
2015-07-14IB/cm: Do not queue work to a device that's going awayErez Shitrit1-6/+55
2015-07-14IB/mad: Fix compare between big endian and cpu endianIra Weiny1-1/+1
2015-07-14IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock8-67/+45
2015-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds22-681/+1243
2015-06-12IB/mad: Add final OPA MAD processingIra Weiny6-43/+230
2015-06-12IB/mad: Add partial Intel OPA MAD supportIra Weiny3-0/+133
2015-06-12IB/mad: Add partial Intel OPA MAD supportIra Weiny3-14/+37
2015-06-12IB/mad: Add support for additional MAD info to/from driversIra Weiny2-6/+18
2015-06-12IB/mad: Convert allocations from kmem_cache to kzallocIra Weiny4-92/+97
2015-06-12IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny2-0/+14
2015-06-12IB/mad: Support alternate Base Versions when creating MADsIra Weiny6-8/+16
2015-06-12IB/mad: Create a generic helper for DR forwarding checksIra Weiny1-9/+16
2015-06-12IB/mad: Create a generic helper for DR SMP Recv processingIra Weiny1-33/+46
2015-06-12IB/mad: Create a generic helper for DR SMP Send processingIra Weiny1-34/+46
2015-06-12IB/mad: Split IB SMI handling from MAD Recv handlerIra Weiny1-36/+49
2015-06-12IB/mad cleanup: Generalize processing of MAD dataIra Weiny1-6/+6
2015-06-12IB/mad cleanup: Clean up function params -- find_mad_agentIra Weiny1-18/+18
2015-06-12IB/core: Pass hardware specific data in query_deviceMatan Barak2-2/+4
2015-06-12IB/core: Add timestamp_mask and hca_core_clock to query_deviceMatan Barak2-0/+16
2015-06-12IB/core: Extend ib_uverbs_create_cqMatan Barak3-35/+137
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2-4/+6
2015-06-12IB/core: Change provider's API of create_cq to be extendibleMatan Barak2-3/+6
2015-06-10IB/core: Don't warn on no SA support in event handlerMoni Shoua2-2/+2
2015-06-02Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford1-0/+2
2015-06-02IB/core cleanup: Add const to args - agent_send_responseIra Weiny5-16/+17
2015-06-02RDMA/iw_cm: Export tos field to iwarp providersSteve Wise1-0/+2
2015-05-20IB/cma: Fix broken AF_IB UD supportMatthew Finlay1-11/+21
2015-05-20Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' into k.o/for-4.2Doug Ledford15-369/+376
2015-05-20IB/core: Change rdma_protocol_iboe to roceIra Weiny2-7/+7
2015-05-20ib/cm: Change reject message type when destroying cm_idTed Kim1-1/+1
2015-05-20IB/core: Convert core to use bitfield for capsIra Weiny1-1/+0
2015-05-20IB/core: Add per port immutable struct to ib_deviceIra Weiny2-35/+29
2015-05-20IB/user_mad: Fix buggy usage of port indexIra Weiny1-1/+1
2015-05-20IB/user_mad: Use new start/end port functionsIra Weiny1-11/+3
2015-05-20IB/mad: Add const qualifiers to query only functionsIra Weiny2-10/+10
2015-05-20IB/mad: Clean up rcv_has_same_classIra Weiny1-3/+3
2015-05-20IB/mad: Change ib_response_mad signature argumentsIra Weiny2-13/+13
2015-05-20IB/mad: Change validate_mad signature argumentsIra Weiny1-6/+6
2015-05-18IB/core, cma: Nice log-friendly string helpersSagi Grimberg2-0/+93
2015-05-18IB/mad: Clean up comments in smi.cIra Weiny1-2/+2
2015-05-18IB/mad: Rename is_data_mad to is_rmpp_data_madIra Weiny1-3/+4
2015-05-18IB/core: Create common start/end port functionsIra Weiny2-55/+32
2015-05-18IB/Verbs: Use management helper rdma_cap_eth_ah()Michael Wang3-4/+4
2015-05-18IB/Verbs: Use management helper rdma_cap_af_ib()Michael Wang1-1/+1
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_mcast()Michael Wang2-6/+6
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_sa()Michael Wang3-8/+8