summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* mlx4: Set user-space raw Ethernet QPs to properly handle VXLAN trafficOr Gerlitz2014-08-292-1/+37
* 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-1438-442/+1420
|\ \ | |/ |/|
| *-----------------. Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4...Roland Dreier2014-08-1433-441/+1232
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * IB/srp: Fix return value check in srp_init_module()Wei Yongjun2014-08-141-2/+2
| | | | | | | | | | | * IB/srpt: Handle GID change eventsDoug Ledford2014-08-121-0/+1
| | | | | | | | | | | * IB/srp: Fix residual handlingBart Van Assche2014-08-011-3/+7
| | | | | | | | | | | * IB/srp: Fix deadlock between host removal and multipathdBart Van Assche2014-08-011-10/+28
| | | | | | | | | | * | 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 user space RMPP supportIra Weiny2014-08-102-35/+73
| | | | | | * | IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny2014-08-109-11/+132
| | | | | | * | IB/mad: Add dev_notice messages for various umad/mad registration failuresIra Weiny2014-08-102-9/+57
| | | | | | * | IB/mad: Update module to [pr|dev]_* style print messagesIra Weiny2014-08-103-77/+85
| | | | | | * | IB/umad: Update module to [pr|dev]_* style print messagesIra Weiny2014-08-101-11/+15
| | | | | | |/
| | | | | * / RDMA/iwcm: Use a default listen backlog if neededSteve Wise2014-08-051-0/+27
| | | | | |/
| | | | * | IB/iser: Clarify a duplicate counters checkRoi Dayan2014-08-011-1/+4
| | | | * | IB/iser: Replace connection waitqueue with completion objectAriel Nahum2014-08-013-23/+22
| | | | * | IB/iser: Protect iser state machine with a mutexAriel Nahum2014-08-013-14/+65
| | | | * | IB/iser: Remove redundant return code in iser_free_ib_conn_res()Sagi Grimberg2014-08-011-5/+2
| | | | * | IB/iser: Seperate iser_conn and iscsi_endpoint storage spaceAriel Nahum2014-08-012-4/+14
| | | | * | IB/iser: Fix responder resources advertisementSagi Grimberg2014-08-011-1/+3
| | | | * | IB/iser: Add TIMEWAIT_EXIT event handlingRoi Dayan2014-08-011-0/+1
| | | | * | IB/iser: Support IPv6 address familyRoi Dayan2014-08-013-15/+9
| | | | |/
| | | * | IPoIB: Remove unnecessary test for NULL before debugfs_remove()Fabian Frederick2014-08-121-4/+2
| | | * | IB/ipoib: Avoid multicast join attempts with invalid P_keyAlex Estrin2014-08-102-45/+46
| | | * | IB/ipoib: Avoid flushing the workqueue from worker contextErez Shitrit2014-08-053-6/+6
| | | * | IB/ipoib: Use P_Key change event instead of P_Key polling mechanismErez Shitrit2014-08-053-65/+20
| | | * | 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
| | |/