summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2017-01-09IB/multicast: Check ib_find_pkey() return valueBart Van Assche1-2/+5
2017-01-09IPoIB: Avoid reading an uninitialized member variableBart Van Assche1-2/+5
2017-01-09IB/mad: Fix an array index checkBart Van Assche1-1/+1
2016-11-26IB/cm: Mark stale CM id's whenever the mad agent was unregisteredMark Bloch1-16/+110
2016-11-26IB/uverbs: Fix leak of XRC target QPsTariq Toukan1-5/+2
2016-11-26IB/core: Avoid unsigned int overflow in sg_alloc_tableMark Bloch1-1/+1
2016-11-26IB/mlx5: Fix fatal error dispatchingEli Cohen1-2/+5
2016-11-26IB/mlx5: Use cache line size to select CQE strideDaniel Jurgens1-2/+1
2016-11-26IB/mlx4: Fix create CQ error flowMatan Barak1-1/+4
2016-11-26IB/mlx4: Check gid_index return valueDaniel Jurgens1-1/+4
2016-10-07IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOVJack Morgenstein3-3/+27
2016-10-07IB/mlx4: Fix code indentation in QP1 MAD flowJack Morgenstein1-17/+19
2016-10-07IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOVAlex Vesker1-7/+7
2016-10-07IB/ipoib: Don't allow MC joins during light MC flushAlex Vesker1-0/+9
2016-10-07IB/core: Fix use after free in send_leave functionErez Shitrit1-11/+2
2016-10-07IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit3-1/+18
2016-09-24IB/uverbs: Fix race between uverbs_close and remove_oneJason Gunthorpe2-13/+25
2016-09-15IB/IPoIB: Do not set skb truesize since using one linearskbCarol L Soto1-2/+0
2016-08-20IB/mlx4: Fix memory leak if QP creation failedDotan Barak1-1/+3
2016-08-20IB/mlx4: Fix error flow when sending mads under SRIOVYishai Hadas1-6/+18
2016-08-20IB/mlx4: Fix the SQ size of an RC QPYishai Hadas1-1/+1
2016-08-20IB/IWPM: Fix a potential skb leakMark Bloch1-0/+1
2016-08-20IB/IPoIB: Don't update neigh validity for unresolved entriesErez Shitrit1-1/+3
2016-08-20IB/SA: Use correct free functionMark Bloch1-1/+1
2016-08-20IB/mlx5: Return PORT_ERR in Active to Initializing tranisitionNoa Osherovich1-4/+1
2016-08-20IB/mlx5: Fix post send fence logicEli Cohen1-3/+4
2016-08-20IB/mlx5: Fix entries check in mlx5_ib_resize_cqNoa Osherovich1-2/+7
2016-08-20IB/mlx5: Fix returned values of query QPNoa Osherovich1-5/+9
2016-08-20IB/mlx5: Fix entries checks in mlx5_ib_create_cqNoa Osherovich1-1/+2
2016-07-27IB/mlx4: Properly initialize GRH TClass and FlowLabel in AHsJason Gunthorpe1-1/+1
2016-07-27IB/cm: Fix a recently introduced locking bugBart Van Assche1-2/+2
2016-06-01IB/srp: Fix a debug kernel crashBart Van Assche1-1/+1
2016-05-19net/mlx5e: Device's mtu field is u16 and not intSaeed Mahameed1-2/+2
2016-05-11RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chipsHariprasad S2-2/+6
2016-05-05IB/security: Restrict use of the write() interfaceJason Gunthorpe4-0/+17
2016-05-05IB/mlx5: Expose correct max_sge_rd limitSagi Grimberg1-1/+1
2016-04-12iser-target: Rework connection terminationJenny Derzhavetz2-56/+52
2016-04-12iser-target: Separate flows for np listeners and connections cma eventsJenny Derzhavetz1-6/+5
2016-04-12iser-target: Add new state ISER_CONN_BOUND to isert_connJenny Derzhavetz2-2/+6
2016-04-12iser-target: Fix identification of login rx descriptor typeJenny Derzhavetz1-1/+2
2016-04-12IB/ipoib: fix for rare multicast join race conditionAlex Estrin1-7/+17
2016-04-12IB/srpt: Simplify srpt_handle_tsk_mgmt()Bart Van Assche1-58/+1
2016-03-04IB/cma: Fix RDMA port validation for iWarpMatan Barak1-1/+1
2016-03-04IB/mlx5: Expose correct maximum number of CQE capacityLeon Romanovsky1-1/+1
2016-03-04IB/qib: Support creating qps with GFP_NOIO flagVinit Agnihotri1-14/+32
2016-03-04IB/qib: fix mcast detach when qp not attachedMike Marciniszyn1-20/+15
2016-03-04IB/cm: Fix a recently introduced deadlockBart Van Assche1-2/+2
2016-03-04iw_cxgb3: Fix incorrectly returning error on successHariprasad S1-2/+2
2016-01-31net/mlx5_core: Fix trimming down IRQ numberDoron Tsur1-1/+1
2015-12-28RDMA/ocrdma: Depend on async link events from CNADevesh Sharma6-22/+119