summaryrefslogtreecommitdiff
path: root/drivers/infiniband (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | IB/mad cleanup: Clean up function params -- find_mad_agentIra Weiny2015-06-12
| * | | | | | IB/mlx4: Add support for CQ time-stampingMatan Barak2015-06-12
| * | | | | | IB/mlx4: Add mmap call to map the hardware clockMatan Barak2015-06-12
| * | | | | | IB/core: Pass hardware specific data in query_deviceMatan Barak2015-06-12
| * | | | | | IB/core: Add timestamp_mask and hca_core_clock to query_deviceMatan Barak2015-06-12
| * | | | | | IB/core: Extend ib_uverbs_create_cqMatan Barak2015-06-12
| * | | | | | IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-12
| * | | | | | IB/core: Change provider's API of create_cq to be extendibleMatan Barak2015-06-12
| * | | | | | iw_cxgb4: support for bar2 qid densities exceeding the page sizeHariprasad S2015-06-11
| * | | | | | Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford2015-06-11
| |\ \ \ \ \ \
| | * | | | | | RDMA/ocrdma: fix double free on pdColin Ian King2015-06-11
| | * | | | | | IB/usnic: clean up some error handling codeDan Carpenter2015-06-11
| | * | | | | | IB/mthca: use swap() in mthca_make_profile()Fabian Frederick2015-06-11
| * | | | | | | IB/core: Don't warn on no SA support in event handlerMoni Shoua2015-06-10
| * | | | | | | Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford2015-06-02
| |\| | | | | |
| | * | | | | | IB/mlx4: Fix error paths in mlx4_ib_create_flow()Roland Dreier2015-06-02
| | * | | | | | RDMA/ocrdma: Fix memory leak in _ocrdma_alloc_pd()Roland Dreier2015-06-02
| | * | | | | | IB/ipoib: Fix RCU annotations in ipoib_neigh_hash_init()Bart Van Assche2015-06-02
| | * | | | | | RDMA/nes: Enable the use of the tos field in the nes driverFaisal Latif2015-06-02
| | * | | | | | RDMA/iw_cm: Export tos field to iwarp providersSteve Wise2015-06-02
| * | | | | | | IB/core cleanup: Add const to args - agent_send_responseIra Weiny2015-06-02
| * | | | | | | IB/core cleanup: Add const on args - device->process_madIra Weiny2015-06-02
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in...Doug Ledford2015-05-20
| |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | IB/core: Change rdma_protocol_iboe to roceIra Weiny2015-05-20
| | | | * | | | | | | IB/core: Convert core to use bitfield for capsIra Weiny2015-05-20
| | | | * | | | | | | IB/core: Add per port immutable struct to ib_deviceIra Weiny2015-05-20
| | | | * | | | | | | IB/user_mad: Fix buggy usage of port indexIra Weiny2015-05-20
| | | | * | | | | | | IB/user_mad: Use new start/end port functionsIra Weiny2015-05-20
| | | | * | | | | | | IB/core: Create common start/end port functionsIra Weiny2015-05-18
| | | | * | | | | | | IB/Verbs: Use management helper rdma_cap_eth_ah()Michael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Use management helper rdma_cap_af_ib()Michael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Use management helper rdma_cap_ib_mcast()Michael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Use management helper rdma_cap_ib_sa()Michael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Use management helper rdma_cap_iw_cm()Michael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Use management helper rdma_cap_ib_cm()Michael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Use management helper rdma_cap_ib_smi()Michael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Use management helper rdma_cap_ib_mad()Michael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Reform rest part in IB-core cmaMichael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Reform cma_acquire_dev()Michael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Reform mcast related part in IB-core cmaMichael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Reform route related part in IB-core cmaMichael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Reform cm related part in IB-core cma/ucmMichael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Reform IB-core verbsMichael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Reform IB-ulp ipoibMichael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Reform IB-core multicastMichael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Reform IB-core sa_queryMichael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Reform IB-core cmMichael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Reform IB-core mad/agent/user_madMichael Wang2015-05-18
| | | | * | | | | | | IB/Verbs: Implement new callback query_protocol()Michael Wang2015-05-18
| | | | |/ / / / / /
| | | * | | | | | | IB/mad: Add const qualifiers to query only functionsIra Weiny2015-05-20