summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2017-01-13IB/multicast: Check ib_find_pkey() return valueBart Van Assche1-2/+5
2017-01-13IPoIB: Avoid reading an uninitialized member variableBart Van Assche1-2/+5
2016-07-11IB/mlx4: Properly initialize GRH TClass and FlowLabel in AHsJason Gunthorpe1-1/+1
2016-05-17IB/security: Restrict use of the write() interfaceJason Gunthorpe4-0/+17
2016-04-18iser-target: Separate flows for np listeners and connections cma eventsJenny Derzhavetz1-6/+5
2016-04-18iser-target: Add new state ISER_CONN_BOUND to isert_connJenny Derzhavetz2-2/+6
2016-04-18iser-target: Fix identification of login rx descriptor typeJenny Derzhavetz1-1/+2
2016-04-18IB/srpt: Simplify srpt_handle_tsk_mgmt()Bart Van Assche1-58/+1
2016-04-14iw_cxgb3: Fix incorrectly returning error on successHariprasad S1-2/+2
2016-02-28target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2-8/+8
2016-02-04IB/qib: Support creating qps with GFP_NOIO flagVinit Agnihotri1-14/+32
2016-02-04IB/qib: fix mcast detach when qp not attachedMike Marciniszyn1-20/+15
2015-11-10IB/cm: Fix rb-tree duplicate free and use-after-freeDoron Tsur1-1/+9
2015-10-23iser-target: Put the reference on commands waiting for unsol dataJenny Derzhavetz1-1/+37
2015-10-23iser-target: remove command with state ISTATE_REMOVEJenny Derzhavetz1-1/+8
2015-09-29IB/mlx4: Fix incorrect cq flushing in error stateAriel Nahum1-1/+1
2015-09-29IB/mlx4: Use correct SL on AH query under RoCENoa Osherovich1-1/+5
2015-09-29IB/mlx4: Forbid using sysfs to change RoCE pkeysJack Morgenstein1-1/+4
2015-09-29IB/mlx4: Fix potential deadlock when sending mad to wireJack Morgenstein1-3/+4
2015-09-29IB/mlx5: avoid destroying a NULL mr in reg_user_mr error flowHaggai Eran1-12/+0
2015-09-29IB/iser: Fix possible bogus DMA unmappingSagi Grimberg2-4/+10
2015-09-29IB/iser: Fix missing return status check in iser_send_data_outSagi Grimberg1-3/+5
2015-09-29IB/uverbs: Fix race between ib_uverbs_open and remove_oneYishai Hadas2-14/+32
2015-09-29IB/uverbs: reject invalid or unknown opcodesChristoph Hellwig1-1/+9
2015-09-29IB/qib: Change lkey table allocation to support more MRsMike Marciniszyn3-4/+16
2015-09-29IB/srp: Stop the scsi_eh_<n> and scsi_tmf_<n> threads if login failsBart Van Assche1-0/+9
2015-09-29IB/srp: Handle partial connection success correctlyBart Van Assche1-1/+2
2015-08-10IB/ipoib: Fix CONFIG_INFINIBAND_IPOIB_CMJason Gunthorpe1-1/+2
2015-08-03RDMA/ocrdma: fix double free on pdColin Ian King1-1/+0
2015-07-21IB/srp: Fix reconnection failure handlingBart Van Assche1-4/+1
2015-07-21IB/srp: Fix connection state trackingBart Van Assche2-32/+30
2015-07-21IB/srp: Fix a connection setup raceBart Van Assche1-2/+3
2015-07-21IB/srp: Remove an extraneous scsi_host_put() from an error pathBart Van Assche1-8/+5
2015-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-3/+22
2015-06-09iser-target: Fix possible use-after-freeSagi Grimberg1-0/+1
2015-06-09iser-target: release stale iser connectionsSagi Grimberg1-1/+17
2015-06-09iser-target: Fix variable-length response error completionSagi Grimberg1-2/+4
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-3/+3
2015-05-31iser-target: Fix error path in isert_create_pi_ctx()Roland Dreier1-3/+3
2015-05-20IB/cma: Fix broken AF_IB UD supportMatthew Finlay1-11/+21
2015-05-20ib/cm: Change reject message type when destroying cm_idTed Kim1-1/+1
2015-05-18RDMA/ocrdma: Update ocrdma version numberSelvin Xavier1-1/+1
2015-05-18RDMA/ocrdma: Fail connection for MTU lesser than 512Naga Irrinki1-1/+3
2015-05-18RDMA/ocrdma: Fix dmac resolution for link local addressMitesh Ahuja2-1/+5
2015-05-18RDMA/ocrdma: Prevent allocation of DPP PDs if FW doesnt support itMitesh Ahuja2-28/+27
2015-05-18RDMA/ocrdma: Fix the request length for RDMA_QUERY_QP mailbox command to FW.Mitesh Ahuja2-1/+3
2015-05-18RDMA/ocrdma: Use VID 0 if PFC is enabled and vlan is not configuredDevesh Sharma2-2/+18
2015-05-18RDMA/ocrdma: Fix QP state transition in destroy_qpDevesh Sharma1-4/+6
2015-05-18RDMA/ocrdma: Report EQ full fatal errorDevesh Sharma2-0/+13
2015-05-18RDMA/ocrdma: Fix EQ destroy failure during driver unloadSelvin Xavier1-3/+3