summaryrefslogtreecommitdiffstats
path: root/include/rdma
Commit message (Expand)AuthorAgeFilesLines
* IB/mad: Add final OPA MAD processingIra Weiny2015-06-121-0/+8
* IB/mad: Add partial Intel OPA MAD supportIra Weiny2015-06-121-0/+106
* IB/mad: Add partial Intel OPA MAD supportIra Weiny2015-06-121-3/+21
* IB/core: Add OPA MAD core capability flagIra Weiny2015-06-121-0/+28
* IB/mad: Add support for additional MAD info to/from driversIra Weiny2015-06-121-3/+6
* IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny2015-06-122-0/+19
* IB/mad: Support alternate Base Versions when creating MADsIra Weiny2015-06-121-1/+3
* IB/core: Pass hardware specific data in query_deviceMatan Barak2015-06-121-1/+2
* IB/core: Add timestamp_mask and hca_core_clock to query_deviceMatan Barak2015-06-121-0/+2
* IB/core: Add CQ creation time-stamping flagMatan Barak2015-06-121-0/+4
* IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-121-4/+3Star
* IB/core: Change provider's API of create_cq to be extendibleMatan Barak2015-06-121-2/+8
* IB/core: Don't advertise SA in RoCE port capabilitiesMoni Shoua2015-06-111-1/+0Star
* Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford2015-06-021-0/+1
|\
| * RDMA/iw_cm: Export tos field to iwarp providersSteve Wise2015-06-021-0/+1
* | IB/core cleanup: Add const to args - agent_send_responseIra Weiny2015-06-023-11/+12
* | IB/core cleanup: Add const on args - device->process_madIra Weiny2015-06-021-3/+3
* | IB/core cleanup: Add const to RDMA helpersIra Weiny2015-06-021-12/+12
| |
| \
| \
| \
*---. \ Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in...Doug Ledford2015-05-203-4/+303
|\ \ \ \ | |_|_|/ |/| | |
| | | * IB/core: Change rdma_protocol_iboe to roceIra Weiny2015-05-201-2/+2
| | | * IB/core: Convert core to use bitfield for capsIra Weiny2015-05-201-16/+48
| | | * IB/core: Add per port immutable struct to ib_deviceIra Weiny2015-05-201-2/+17
| | | * IB/core: Create common start/end port functionsIra Weiny2015-05-181-0/+27
| | | * IB/Verbs: Improve docs for rdma-helpersMichael Wang2015-05-181-40/+92
| | | * IB/Verbs: Use management helper rdma_cap_eth_ah()Michael Wang2015-05-181-0/+15
| | | * IB/Verbs: Use management helper rdma_cap_af_ib()Michael Wang2015-05-181-0/+15
| | | * IB/Verbs: Use management helper rdma_cap_read_multi_sge()Michael Wang2015-05-181-0/+16
| | | * IB/Verbs: Use management helper rdma_cap_ib_mcast()Michael Wang2015-05-181-0/+15
| | | * IB/Verbs: Use management helper rdma_cap_ib_sa()Michael Wang2015-05-181-0/+15
| | | * IB/Verbs: Use management helper rdma_cap_iw_cm()Michael Wang2015-05-181-0/+15
| | | * IB/Verbs: Use management helper rdma_cap_ib_cm()Michael Wang2015-05-181-0/+15
| | | * IB/Verbs: Use management helper rdma_cap_ib_smi()Michael Wang2015-05-181-0/+15
| | | * IB/Verbs: Use management helper rdma_cap_ib_mad()Michael Wang2015-05-181-0/+15
| | | * IB/Verbs: Implement raw management helpersMichael Wang2015-05-181-0/+22
| | | * IB/Verbs: Implement new callback query_protocol()Michael Wang2015-05-181-0/+9
| |_|/ |/| |
| | * IB/mad: Add const qualifiers to query only functionsIra Weiny2015-05-201-1/+1
| | * IB/mad: Change ib_response_mad signature argumentsIra Weiny2015-05-201-1/+1
| |/ |/|
| * IB/core, cma: Nice log-friendly string helpersSagi Grimberg2015-05-182-0/+6
|/
* IB/core: Fix unaligned accessesDavid Ahern2015-05-051-3/+4
* IB/core: change rdma_gid2ip into void function as it always return zeroHonggang LI2015-05-051-2/+1Star
* RDMA/core: Enable the iWarp Port Mapper to provide the actual address of the ...Tatyana Nikolova2015-05-051-0/+25
* Revert "IB/core: Add support for extended query device caps"Yann Droneaud2015-02-061-4/+1Star
* IB/core: Implement support for MMU notifiers regarding on demand paging regionsHaggai Eran2014-12-162-1/+83
* IB/core: Add support for on demand paging regionsShachar Raindel2014-12-163-0/+101
* IB/core: Add flags for on demand paging supportSagi Grimberg2014-12-161-2/+26
* IB/core: Add support for extended query device capsEli Cohen2014-12-161-1/+4
* IB/mlx5: Add function to read WQE from user-spaceHaggai Eran2014-12-161-1/+4
* IB/core: Add umem function to read data from user-spaceHaggai Eran2014-12-161-0/+2
* IB/core: Replace ib_umem's offset field with a full addressHaggai Eran2014-12-161-1/+24
* IB/mlx5, iser, isert: Add Signature API additionsSagi Grimberg2014-10-091-18/+14Star