| Commit message (Expand) | Author | Age | Files | Lines |
* | IB/core: Change ib_create_cq to use struct ib_cq_init_attr | Matan Barak | 2015-06-12 | 12 | -18/+48 |
* | IB/core: Change provider's API of create_cq to be extendible | Matan Barak | 2015-06-12 | 23 | -44/+116 |
* | iw_cxgb4: support for bar2 qid densities exceeding the page size | Hariprasad S | 2015-06-11 | 5 | -69/+98 |
* | cxgb4: Support for user mode bar2 mappings with T4 | Hariprasad S | 2015-06-11 | 5 | -6/+11 |
* | Merge branch 'for-4.2-misc' into k.o/for-4.2 | Doug Ledford | 2015-06-11 | 3 | -11/+5 |
|\ |
|
| * | RDMA/ocrdma: fix double free on pd | Colin Ian King | 2015-06-11 | 1 | -1/+0 |
| * | IB/usnic: clean up some error handling code | Dan Carpenter | 2015-06-11 | 1 | -4/+3 |
| * | IB/mthca: use swap() in mthca_make_profile() | Fabian Frederick | 2015-06-11 | 1 | -6/+2 |
* | | IB/core: Don't warn on no SA support in event handler | Moni Shoua | 2015-06-10 | 2 | -2/+2 |
* | | Merge branch 'for-4.2-misc' into k.o/for-4.2 | Doug Ledford | 2015-06-02 | 6 | -5/+22 |
|\| |
|
| * | IB/mlx4: Fix error paths in mlx4_ib_create_flow() | Roland Dreier | 2015-06-02 | 1 | -2/+3 |
| * | RDMA/ocrdma: Fix memory leak in _ocrdma_alloc_pd() | Roland Dreier | 2015-06-02 | 1 | -1/+6 |
| * | IB/ipoib: Fix RCU annotations in ipoib_neigh_hash_init() | Bart Van Assche | 2015-06-02 | 1 | -2/+2 |
| * | RDMA/nes: Enable the use of the tos field in the nes driver | Faisal Latif | 2015-06-02 | 2 | -0/+9 |
| * | RDMA/iw_cm: Export tos field to iwarp providers | Steve Wise | 2015-06-02 | 1 | -0/+2 |
* | | IB/core cleanup: Add const to args - agent_send_response | Ira Weiny | 2015-06-02 | 5 | -16/+17 |
* | | IB/core cleanup: Add const on args - device->process_mad | Ira Weiny | 2015-06-02 | 21 | -74/+76 |
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in... | Doug Ledford | 2015-05-20 | 34 | -400/+650 |
|\ \ \ \ |
|
| | | * | | IB/core: Change rdma_protocol_iboe to roce | Ira Weiny | 2015-05-20 | 2 | -7/+7 |
| | | * | | IB/core: Convert core to use bitfield for caps | Ira Weiny | 2015-05-20 | 16 | -88/+15 |
| | | * | | IB/core: Add per port immutable struct to ib_device | Ira Weiny | 2015-05-20 | 14 | -35/+232 |
| | | * | | IB/user_mad: Fix buggy usage of port index | Ira Weiny | 2015-05-20 | 1 | -1/+1 |
| | | * | | IB/user_mad: Use new start/end port functions | Ira Weiny | 2015-05-20 | 1 | -11/+3 |
| | | * | | IB/core: Create common start/end port functions | Ira Weiny | 2015-05-18 | 2 | -55/+32 |
| | | * | | IB/Verbs: Use management helper rdma_cap_eth_ah() | Michael Wang | 2015-05-18 | 3 | -4/+4 |
| | | * | | IB/Verbs: Use management helper rdma_cap_af_ib() | Michael Wang | 2015-05-18 | 1 | -1/+1 |
| | | * | | IB/Verbs: Use management helper rdma_cap_ib_mcast() | Michael Wang | 2015-05-18 | 2 | -6/+6 |
| | | * | | IB/Verbs: Use management helper rdma_cap_ib_sa() | Michael Wang | 2015-05-18 | 3 | -8/+8 |
| | | * | | IB/Verbs: Use management helper rdma_cap_iw_cm() | Michael Wang | 2015-05-18 | 1 | -7/+7 |
| | | * | | IB/Verbs: Use management helper rdma_cap_ib_cm() | Michael Wang | 2015-05-18 | 3 | -14/+13 |
| | | * | | IB/Verbs: Use management helper rdma_cap_ib_smi() | Michael Wang | 2015-05-18 | 2 | -2/+2 |
| | | * | | IB/Verbs: Use management helper rdma_cap_ib_mad() | Michael Wang | 2015-05-18 | 2 | -6/+6 |
| | | * | | IB/Verbs: Reform rest part in IB-core cma | Michael Wang | 2015-05-18 | 1 | -11/+9 |
| | | * | | IB/Verbs: Reform cma_acquire_dev() | Michael Wang | 2015-05-18 | 1 | -28/+40 |
| | | * | | IB/Verbs: Reform mcast related part in IB-core cma | Michael Wang | 2015-05-18 | 1 | -38/+18 |
| | | * | | IB/Verbs: Reform route related part in IB-core cma | Michael Wang | 2015-05-18 | 2 | -42/+14 |
| | | * | | IB/Verbs: Reform cm related part in IB-core cma/ucm | Michael Wang | 2015-05-18 | 2 | -58/+26 |
| | | * | | IB/Verbs: Reform IB-core verbs | Michael Wang | 2015-05-18 | 1 | -4/+2 |
| | | * | | IB/Verbs: Reform IB-ulp ipoib | Michael Wang | 2015-05-18 | 1 | -7/+8 |
| | | * | | IB/Verbs: Reform IB-core multicast | Michael Wang | 2015-05-18 | 1 | -9/+3 |
| | | * | | IB/Verbs: Reform IB-core sa_query | Michael Wang | 2015-05-18 | 1 | -13/+17 |
| | | * | | IB/Verbs: Reform IB-core cm | Michael Wang | 2015-05-18 | 1 | -3/+17 |
| | | * | | IB/Verbs: Reform IB-core mad/agent/user_mad | Michael Wang | 2015-05-18 | 3 | -30/+41 |
| | | * | | IB/Verbs: Implement new callback query_protocol() | Michael Wang | 2015-05-18 | 19 | -0/+95 |
| | | |/ |
|
| | * | | IB/mad: Add const qualifiers to query only functions | Ira Weiny | 2015-05-20 | 2 | -10/+10 |
| | * | | IB/mad: Clean up rcv_has_same_class | Ira Weiny | 2015-05-20 | 1 | -3/+3 |
| | * | | IB/mad: Change ib_response_mad signature arguments | Ira Weiny | 2015-05-20 | 2 | -13/+13 |
| | * | | IB/mad: Change validate_mad signature arguments | Ira Weiny | 2015-05-20 | 1 | -6/+6 |
| | * | | IB/mad: Clean up comments in smi.c | Ira Weiny | 2015-05-18 | 1 | -2/+2 |
| | * | | IB/mad: Rename is_data_mad to is_rmpp_data_mad | Ira Weiny | 2015-05-18 | 1 | -3/+4 |
| | |/ |
|