| Commit message (Expand) | Author | Age | Files | Lines |
* | RDMA/i40iw: Fix SD calculation for initial HMC creation | Ismail, Mustafa | 2016-04-28 | 2 | -33/+62 |
* | RDMA/i40iw: Fix endian issues and warnings | Ismail, Mustafa | 2016-04-28 | 8 | -56/+54 |
* | RDMA/i40iw: Add base memory management extensions | Ismail, Mustafa | 2016-04-28 | 4 | -19/+271 |
* | RDMA/i40iw: Initialize max enabled vfs variable | Ismail, Mustafa | 2016-04-28 | 1 | -0/+1 |
* | RDMA/i40iw: Correct return code check in add_pble_pool | Ismail, Mustafa | 2016-04-28 | 1 | -4/+5 |
* | RDMA/i40iw: Add virtual channel message queue | Ismail, Mustafa | 2016-04-28 | 6 | -63/+103 |
* | RDMA/i40iw: Remove unused code and fix warning | Ismail, Mustafa | 2016-04-28 | 4 | -16/+3 |
* | RDMA/i40iw: Populate vendor_id and vendor_part_id fields | Ismail, Mustafa | 2016-04-28 | 1 | -2/+2 |
* | RDMA/i40iw: Set vendor_err only if there is an actual error | Ismail, Mustafa | 2016-04-28 | 1 | -5/+5 |
* | RDMA/i40iw: Add qp table lock around AE processing | Ismail, Mustafa | 2016-04-28 | 3 | -2/+15 |
* | RDMA/i40iw: Do not set self-referencing pointer to NULL after free | Ismail, Mustafa | 2016-04-28 | 1 | -1/+0 |
* | RDMA/i40iw: Correct max message size in query port | Ismail, Mustafa | 2016-04-28 | 1 | -1/+1 |
* | RDMA/i40iw: Fix refused connections | Ismail, Mustafa | 2016-04-28 | 1 | -41/+44 |
* | RDMA/i40iw: Correct QP size calculation | Ismail, Mustafa | 2016-04-28 | 4 | -66/+58 |
* | RDMA/i40iw: Fix overflow of region length | Ismail, Mustafa | 2016-04-28 | 2 | -3/+7 |
* | Merge branch 'k.o/for-4.6-rc' into testing/4.6 | Doug Ledford | 2016-04-28 | 6 | -5/+32 |
|\ |
|
| * | IB/security: Restrict use of the write() interface | Jason Gunthorpe | 2016-04-28 | 1 | -0/+5 |
| * | IB/mlx5: Expose correct max_sge_rd limit | Sagi Grimberg | 2016-04-28 | 1 | -1/+1 |
| * | RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chips | Hariprasad S | 2016-04-26 | 2 | -2/+6 |
| * | iw_cxgb4: handle draining an idle qp | Steve Wise | 2016-04-26 | 1 | -2/+16 |
| * | iw_cxgb3: initialize ibdev.iwcm->ifname for port mapping | Steve Wise | 2016-04-26 | 1 | -0/+2 |
| * | iw_cxgb4: initialize ibdev.iwcm->ifname for port mapping | Steve Wise | 2016-04-26 | 1 | -0/+2 |
* | | net/mlx5e: Device's mtu field is u16 and not int | Saeed Mahameed | 2016-04-24 | 1 | -2/+2 |
|/ |
|
* | i40iw: avoid potential uninitialized variable use | Arnd Bergmann | 2016-04-06 | 1 | -7/+3 |
* | IB/mlx5: fix VFs callback function prototypes | Arnd Bergmann | 2016-04-06 | 1 | -9/+9 |
* | Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-03-23 | 1 | -99/+0 |
|\ |
|
| * | cxgb4, iw_cxgb4: move delayed ack macro definitions | Varun Prakash | 2016-03-22 | 1 | -9/+0 |
| * | cxgb4, iw_cxgb4, cxgb4i: remove duplicate definitions | Varun Prakash | 2016-03-22 | 1 | -9/+0 |
| * | cxgb4, iw_cxgb4: move definitions to common header file | Varun Prakash | 2016-03-22 | 1 | -81/+0 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2016-03-22 | 61 | -5452/+28687 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge branches 'i40iw', 'sriov' and 'hfi1' into k.o/for-4.6 | Doug Ledford | 2016-03-21 | 66 | -6451/+3814 |
| |\ \ \ |
|
| | | * | | IB/qib, staging/rdma/hfi1, IB/rdmavt: progress selection changes | Mike Marciniszyn | 2016-03-10 | 1 | -2/+5 |
| | | * | | IB/qib: Destroy SMI AH before de-allocating the protection domain | Harish Chegondi | 2016-03-10 | 2 | -2/+3 |
| | | * | | IB/qib,rdmavt: Move smi_ah to qib | Dennis Dalessandro | 2016-03-10 | 2 | -5/+6 |
| | | * | | IB/qib: Setup notify free/create mad agent callbacks for rdmavt | Dennis Dalessandro | 2016-03-10 | 1 | -0/+4 |
| | | * | | IB/qib, staging/rdma/hfi1: add s_hlock for use in post send | Mike Marciniszyn | 2016-03-10 | 7 | -75/+103 |
| | | * | | IB/qib: Rename several functions by adding a "qib_" prefix | Harish Chegondi | 2016-03-10 | 4 | -39/+39 |
| | | * | | IB/qib,staging/rdma/hfi1: use setup_timer api | Hari Prasath Gujulan Elango | 2016-03-10 | 1 | -3/+1 |
| | | * | | IB/qib: Insure last cursor is updated prior to complete | Mike Marciniszyn | 2016-03-10 | 2 | -9/+23 |
| | | * | | staging/rdma/hfi1: use new RNR timer | Mike Marciniszyn | 2016-03-10 | 1 | -0/+1 |
| | | * | | IB/qib: Remove modify_port and port_immutable functions | Harish Chegondi | 2016-03-10 | 3 | -49/+21 |
| | | * | | IB/qib: Support query gid in rdmavt | Dennis Dalessandro | 2016-03-10 | 1 | -20/+12 |
| | | * | | IB/qib: Remove destroy queue pair code | Harish Chegondi | 2016-03-10 | 3 | -108/+0 |
| | | * | | IB/qib: Remove modify queue pair code | Harish Chegondi | 2016-03-10 | 11 | -493/+113 |
| | | * | | IB/qib: Remove qib_lookup_qpn and use rvt_lookup_qpn instead | Harish Chegondi | 2016-03-10 | 7 | -87/+34 |
| | | * | | IB/qib: Clean up register_ib_device | Dennis Dalessandro | 2016-03-10 | 1 | -68/+0 |
| | | * | | IB/qib: Remove srq functionality | Jubin John | 2016-03-10 | 4 | -404/+1 |
| | | * | | IB/qib: Remove qib_query_qp function | Harish Chegondi | 2016-03-10 | 3 | -54/+2 |
| | | * | | IB/qib: Remove qib multicast verbs functions | Harish Chegondi | 2016-03-10 | 5 | -402/+7 |
| | | * | | IB/qib: Remove qib_post_receive and use rdmavt version | Harish Chegondi | 2016-03-10 | 1 | -63/+1 |