summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-142-2/+2
|\
| * PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-122-2/+2
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-08-1419-125/+728
|\ \ | |/ |/|
| *-------------. Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4...Roland Dreier2014-08-1417-124/+635
| |\ \ \ \ \ \ \ \
| | | | | | | | | * RDMA/ocrdma: report asic-id in query deviceMitesh Ahuja2014-08-121-1/+1
| | | | | | | | | * RDMA/ocrdma: Update sli data structure for endiannessDevesh Sharma2014-08-122-50/+129
| | | | | | | | | * RDMA/ocrdma: Obtain SL from device structureDevesh Sharma2014-08-122-4/+4
| | | | | | | | | * RDMA/ocrdma: Update the ocrdma module version stringSelvin Xavier2014-08-011-1/+1
| | | | | | | | | * RDMA/ocrdma: Fix a sparse warningSelvin Xavier2014-08-011-1/+3
| | | | | | | | | * RDMA/ocrdma: Initialize the GID table while registering the deviceSelvin Xavier2014-08-011-0/+53
| | | | | | | | | * RDMA/ocrdma: Increase the size of STAG array in dev structure to 16KSelvin Xavier2014-08-013-2/+8
| | | | | | | | | * RDMA/ocrdma: Add missing adapter mailbox opcodesSelvin Xavier2014-08-011-29/+33
| | | | | | | | | * RDMA/ocrdma: Return proper value for max_mr_sizeMitesh Ahuja2014-08-013-3/+4
| | | | | | | | | * RDMA/ocrdma: Do proper cleanup even if FW is in error stateMitesh Ahuja2014-08-013-2/+19
| | | | | | | | | * RDMA/ocrdma: Allow only SEND opcode in case of UD QPsMitesh Ahuja2014-08-011-0/+7
| | | | | | | | | * RDMA/ocrdma: Avoid reporting wrong completions in case of error CQEsSelvin Xavier2014-08-011-0/+10
| | | | | | | | | * RDMA/ocrdma: Delete AH table if ocrdma_init_hw fails after AH table creationDevesh Sharma2014-08-011-2/+5
| | | | | | | | | * RDMA/ocrdma: Remove hardcoding of the max DPP QPs supportedDevesh Sharma2014-08-012-2/+2
| | | | | | | | | * RDMA/ocrdma: Handle shutdown event from be2net driverDevesh Sharma2014-08-011-0/+9
| | | | | | | | | * RDMA/ocrdma: Add hca_type and fixing fw_version string in device atrributesSelvin Xavier2014-08-011-2/+12
| | | | | | | | | * RDMA/ocrdma: Query and initalize the PFC SLSelvin Xavier2014-08-016-1/+278
| | | | | | | | | * RDMA/ocrdma: Avoid posting DPP requests for RDMA READDevesh Sharma2014-08-011-1/+2
| | | | | |_|_|_|/ | | | | |/| | | |
| | | | | | | | * IB/mlx5: Use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick2014-08-121-1/+1
| | | | | |_|_|/ | | | | |/| | |
| | | | | | | * IB/mlx4: Use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick2014-08-121-4/+2
| | | | | |_|/ | | | | |/| |
| | | | | | * RDMA/amso1100: Check for integer overflow in c2_alloc_cq_buf()Dan Carpenter2014-08-121-2/+5
| | | | | |/ | | | | |/|
| | | | | * IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny2014-08-103-3/+3
| | | | |/
| | | * | IB/ipath: Add P_Key change event supportOr Gerlitz2014-08-051-4/+10
| | | |/
| | * | RDMA/cxgb4: Only call CQ completion handler if it is armedSteve Wise2014-08-013-12/+37
| | |/
| * | IB/mlx4_ib: Add support for user MR re-registrationMatan Barak2014-08-013-1/+93
| |/
* | infiniband: use pci_zalloc_consistentJoe Perches2014-08-083-13/+10
* | mlx5: Adjust events to use unsigned long param instead of void *Jack Morgenstein2014-07-301-7/+7
* | mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein2014-07-306-7/+7
* | mlx5: Move pci device handling from mlx5_ib to mlx5_coreJack Morgenstein2014-07-307-305/+196
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-224-12/+27
|\ \ | |/
| * Merge branches 'cxgb4' and 'mlx5' into for-nextRoland Dreier2014-07-161-1/+1
| |\
| | * IB/mlx5: Enable "block multicast loopback" for kernel consumersOr Gerlitz2014-07-161-1/+1
| * | RDMA/cxgb4: Call iwpm_init() only onceSteve Wise2014-07-133-9/+12
| * | RDMA/cxgb4: Initialize the device status pageSteve Wise2014-07-081-0/+1
| * | RDMA/cxgb4: Clean up connection on ARP errorHariprasad S2014-07-081-1/+10
| * | RDMA/cxgb4: Fix skb_leak in reject_cr()Hariprasad S2014-07-081-1/+0
| |/
* | iw_cxgb4: Don't limit TPTE count to 32KBHariprasad Shenai2014-07-212-2/+1
* | iw_cxgb4: advertise the correct device max attributesHariprasad Shenai2014-07-215-33/+32
* | iw_cxgb4: Support query_qp() verbHariprasad Shenai2014-07-211-0/+6
* | iw_cxgb4: log detailed warnings for negative adviceHariprasad Shenai2014-07-211-6/+23
* | iw_cxgb4: fix for 64-bit integer divisionHariprasad Shenai2014-07-171-1/+2
* | cxgb4/iw_cxgb4: Move common defines to cxgb4Anish Bhatt2014-07-171-1/+0
* | cxgb4/iw_cxgb4: work request logging featureHariprasad Shenai2014-07-155-0/+174
* | cxgb4/iw_cxgb4: display TPTE on errorsHariprasad Shenai2014-07-153-11/+76
* | cxgb4/iw_cxgb4: use firmware ord/ird resource limitsHariprasad Shenai2014-07-155-34/+117
* | iw_cxgb4: Detect Ing. Padding Boundary at run-timeHariprasad Shenai2014-07-156-16/+43
OpenPOWER on IntegriCloud