summaryrefslogtreecommitdiffstats
path: root/mm/Kconfig.debug (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-13RDMA/ocrdma: report asic-id in query deviceMitesh Ahuja1-1/+1
2014-08-13RDMA/ocrdma: Update sli data structure for endiannessDevesh Sharma2-50/+129
2014-08-13RDMA/ocrdma: Obtain SL from device structureDevesh Sharma2-4/+4
2014-08-13RDMA/uapi: Include socket.h in rdma_user_cm.hDoug Ledford1-0/+1
2014-08-13IB/srpt: Handle GID change eventsDoug Ledford1-0/+1
2014-08-13IB/mlx5: Use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-1/+1
2014-08-13IB/mlx4: Use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-4/+2
2014-08-13RDMA/amso1100: Check for integer overflow in c2_alloc_cq_buf()Dan Carpenter1-2/+5
2014-08-13IPoIB: Remove unnecessary test for NULL before debugfs_remove()Fabian Frederick1-4/+2
2014-08-11IB/mad: Add user space RMPP supportIra Weiny4-36/+88
2014-08-11IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny12-16/+186
2014-08-11IB/mad: Add dev_notice messages for various umad/mad registration failuresIra Weiny2-9/+57
2014-08-11IB/mad: Update module to [pr|dev]_* style print messagesIra Weiny3-77/+85
2014-08-11IB/ipoib: Avoid multicast join attempts with invalid P_keyAlex Estrin2-45/+46
2014-08-11IB/umad: Update module to [pr|dev]_* style print messagesIra Weiny1-11/+15
2014-08-05IB/ipoib: Avoid flushing the workqueue from worker contextErez Shitrit3-6/+6
2014-08-05IB/ipoib: Use P_Key change event instead of P_Key polling mechanismErez Shitrit3-65/+20
2014-08-05IB/ipath: Add P_Key change event supportOr Gerlitz1-4/+10
2014-08-05mlx4_core: Add support for secure-host and SMP firewallJack Morgenstein6-1/+113
2014-08-05RDMA/iwcm: Use a default listen backlog if neededSteve Wise1-0/+27
2014-08-02IB/srp: Fix residual handlingBart Van Assche1-3/+7
2014-08-02IB/srp: Fix deadlock between host removal and multipathdBart Van Assche1-10/+28
2014-08-02scsi_transport_srp: Fix fast_io_fail_tmo=dev_loss_tmo=off behaviorBart Van Assche1-1/+2
2014-08-02IB/mlx4_ib: Add support for user MR re-registrationMatan Barak3-1/+93
2014-08-02mlx4_core: Add helper functions to support MR re-registrationMatan Barak4-2/+202
2014-08-02IB/core: Add user MR re-registration supportMatan Barak5-1/+120
2014-08-02IB/iser: Clarify a duplicate counters checkRoi Dayan1-1/+4
2014-08-02IB/iser: Replace connection waitqueue with completion objectAriel Nahum3-23/+22
2014-08-02IB/iser: Protect iser state machine with a mutexAriel Nahum3-14/+65
2014-08-02IB/iser: Remove redundant return code in iser_free_ib_conn_res()Sagi Grimberg1-5/+2
2014-08-02IB/iser: Seperate iser_conn and iscsi_endpoint storage spaceAriel Nahum2-4/+14
2014-08-02IB/iser: Fix responder resources advertisementSagi Grimberg1-1/+3
2014-08-02IB/iser: Add TIMEWAIT_EXIT event handlingRoi Dayan1-0/+1
2014-08-02IB/iser: Support IPv6 address familyRoi Dayan3-15/+9
2014-08-02RDMA/ocrdma: Update the ocrdma module version stringSelvin Xavier1-1/+1
2014-08-02RDMA/ocrdma: Fix a sparse warningSelvin Xavier1-1/+3
2014-08-02RDMA/ocrdma: Initialize the GID table while registering the deviceSelvin Xavier1-0/+53
2014-08-02RDMA/ocrdma: Increase the size of STAG array in dev structure to 16KSelvin Xavier3-2/+8
2014-08-02RDMA/ocrdma: Add missing adapter mailbox opcodesSelvin Xavier1-29/+33
2014-08-02RDMA/ocrdma: Return proper value for max_mr_sizeMitesh Ahuja3-3/+4
2014-08-02RDMA/ocrdma: Do proper cleanup even if FW is in error stateMitesh Ahuja3-2/+19
2014-08-02RDMA/ocrdma: Allow only SEND opcode in case of UD QPsMitesh Ahuja1-0/+7
2014-08-02RDMA/ocrdma: Avoid reporting wrong completions in case of error CQEsSelvin Xavier1-0/+10
2014-08-02RDMA/ocrdma: Delete AH table if ocrdma_init_hw fails after AH table creationDevesh Sharma1-2/+5
2014-08-02RDMA/ocrdma: Remove hardcoding of the max DPP QPs supportedDevesh Sharma2-2/+2
2014-08-02RDMA/ocrdma: Handle shutdown event from be2net driverDevesh Sharma1-0/+9
2014-08-02be2net: Issue shutdown event to ocrdma driverDevesh Sharma4-3/+20
2014-08-02RDMA/ocrdma: Add hca_type and fixing fw_version string in device atrributesSelvin Xavier1-2/+12
2014-08-02RDMA/ocrdma: Query and initalize the PFC SLSelvin Xavier6-1/+278
2014-08-02RDMA/ocrdma: Avoid posting DPP requests for RDMA READDevesh Sharma1-1/+2