aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds19-125/+728
2014-08-14Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4', 'mlx5', 'ocrdma' and 'srp' into for-nextRoland Dreier17-124/+635
2014-08-12RDMA/ocrdma: report asic-id in query deviceMitesh Ahuja1-1/+1
2014-08-12RDMA/ocrdma: Update sli data structure for endiannessDevesh Sharma2-50/+129
2014-08-12RDMA/ocrdma: Obtain SL from device structureDevesh Sharma2-4/+4
2014-08-12IB/mlx5: Use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-1/+1
2014-08-12IB/mlx4: Use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-4/+2
2014-08-12RDMA/amso1100: Check for integer overflow in c2_alloc_cq_buf()Dan Carpenter1-2/+5
2014-08-10IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny3-3/+3
2014-08-08infiniband: use pci_zalloc_consistentJoe Perches3-13/+10
2014-08-05IB/ipath: Add P_Key change event supportOr Gerlitz1-4/+10
2014-08-01IB/mlx4_ib: Add support for user MR re-registrationMatan Barak3-1/+93
2014-08-01RDMA/ocrdma: Update the ocrdma module version stringSelvin Xavier1-1/+1
2014-08-01RDMA/ocrdma: Fix a sparse warningSelvin Xavier1-1/+3
2014-08-01RDMA/ocrdma: Initialize the GID table while registering the deviceSelvin Xavier1-0/+53
2014-08-01RDMA/ocrdma: Increase the size of STAG array in dev structure to 16KSelvin Xavier3-2/+8
2014-08-01RDMA/ocrdma: Add missing adapter mailbox opcodesSelvin Xavier1-29/+33
2014-08-01RDMA/ocrdma: Return proper value for max_mr_sizeMitesh Ahuja3-3/+4
2014-08-01RDMA/ocrdma: Do proper cleanup even if FW is in error stateMitesh Ahuja3-2/+19
2014-08-01RDMA/ocrdma: Allow only SEND opcode in case of UD QPsMitesh Ahuja1-0/+7
2014-08-01RDMA/ocrdma: Avoid reporting wrong completions in case of error CQEsSelvin Xavier1-0/+10
2014-08-01RDMA/ocrdma: Delete AH table if ocrdma_init_hw fails after AH table creationDevesh Sharma1-2/+5
2014-08-01RDMA/ocrdma: Remove hardcoding of the max DPP QPs supportedDevesh Sharma2-2/+2
2014-08-01RDMA/ocrdma: Handle shutdown event from be2net driverDevesh Sharma1-0/+9
2014-08-01RDMA/ocrdma: Add hca_type and fixing fw_version string in device atrributesSelvin Xavier1-2/+12
2014-08-01RDMA/ocrdma: Query and initalize the PFC SLSelvin Xavier6-1/+278
2014-08-01RDMA/ocrdma: Avoid posting DPP requests for RDMA READDevesh Sharma1-1/+2
2014-08-01RDMA/cxgb4: Only call CQ completion handler if it is armedSteve Wise3-12/+37
2014-07-30mlx5: Adjust events to use unsigned long param instead of void *Jack Morgenstein1-7/+7
2014-07-30mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein6-7/+7
2014-07-30mlx5: Move pci device handling from mlx5_ib to mlx5_coreJack Morgenstein7-305/+196
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-12/+27
2014-07-21iw_cxgb4: Don't limit TPTE count to 32KBHariprasad Shenai2-2/+1
2014-07-21iw_cxgb4: advertise the correct device max attributesHariprasad Shenai5-33/+32
2014-07-21iw_cxgb4: Support query_qp() verbHariprasad Shenai1-0/+6
2014-07-21iw_cxgb4: log detailed warnings for negative adviceHariprasad Shenai1-6/+23
2014-07-17iw_cxgb4: fix for 64-bit integer divisionHariprasad Shenai1-1/+2
2014-07-17cxgb4/iw_cxgb4: Move common defines to cxgb4Anish Bhatt1-1/+0
2014-07-16Merge branches 'cxgb4' and 'mlx5' into for-nextRoland Dreier1-1/+1
2014-07-16IB/mlx5: Enable "block multicast loopback" for kernel consumersOr Gerlitz1-1/+1
2014-07-15cxgb4/iw_cxgb4: work request logging featureHariprasad Shenai5-0/+174
2014-07-15cxgb4/iw_cxgb4: display TPTE on errorsHariprasad Shenai3-11/+76
2014-07-15cxgb4/iw_cxgb4: use firmware ord/ird resource limitsHariprasad Shenai5-34/+117
2014-07-15iw_cxgb4: Detect Ing. Padding Boundary at run-timeHariprasad Shenai6-16/+43
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-07-13RDMA/cxgb4: Call iwpm_init() only onceSteve Wise3-9/+12
2014-07-08RDMA/cxgb4: Initialize the device status pageSteve Wise1-0/+1
2014-07-08RDMA/cxgb4: Clean up connection on ARP errorHariprasad S1-1/+10
2014-07-08RDMA/cxgb4: Fix skb_leak in reject_cr()Hariprasad S1-1/+0
2014-07-01rdma/cxgb4: Fixes cxgb4 probe failure in VM when PF is exposed through PCI PassthroughHariprasad Shenai1-1/+2