summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2017-08-26IB/core: For multicast functions, verify that LIDs are multicast LIDsMichael J. Ruhl1-2/+6
2017-08-26IB/core: If the MGID/MLID pair is not on the list return an errorMichael J. Ruhl1-4/+9
2017-08-26IB/mlx4: Fix ib device initialization error flowJack Morgenstein1-0/+1
2017-08-26IB/ipoib: Update broadcast object if PKey value was changed in index 0Feras Daoud1-0/+13
2017-08-26IB/IPoIB: ibX: failed to create mcg debug fileShamir Rabinovitch3-8/+42
2017-08-26IPoIB: Remove unnecessary test for NULL before debugfs_remove()Fabian Frederick1-4/+2
2017-07-18IB/qib: fix false-postive maybe-uninitialized warningArnd Bergmann1-1/+1
2017-07-18net/mlx5: Increase number of max QPs in default profileMaor Gottlieb1-1/+1
2017-06-05rdma_cm: fail iwarp accepts w/o connection paramsSteve Wise1-0/+3
2017-06-05IB/mlx5: Return error for unsupported signature typeLeon Romanovsky1-2/+3
2017-06-05IB/mlx5: Fix out-of-bound accessLeon Romanovsky1-8/+3
2017-06-05IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud1-1/+1
2017-06-05IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud1-4/+4
2017-06-05IB/ipoib: rtnl_unlock can not come after free_netdevFeras Daoud1-2/+2
2017-06-05IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud2-9/+9
2017-06-05IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud1-1/+5
2017-06-05IB/ipoib: Set device connection mode only when neededFeras Daoud1-0/+7
2017-06-05IB/mlx5: Fix retrieval of index to first hi class bfregEli Cohen1-10/+14
2017-03-16IB/multicast: Check ib_find_pkey() return valueBart Van Assche1-2/+5
2017-03-16IPoIB: Avoid reading an uninitialized member variableBart Van Assche1-2/+5
2017-03-16IB/mad: Fix an array index checkBart Van Assche1-1/+1
2017-03-16IB/mlx4: Fix out-of-range array index in destroy qp flowJack Morgenstein1-1/+2
2017-03-16IB/mlx4: When no DMFS for IPoIB, don't allow NET_IF QPsEran Ben Elisha1-8/+13
2017-03-16iw_cxgb4: Fix error return code in c4iw_rdev_open()Wei Yongjun1-0/+1
2017-03-16IB/mlx4: Fix port query for 56Gb Ethernet linksSaeed Mahameed1-3/+5
2017-03-16IB/mlx4: Put non zero value in max_ah device attributeMaor Gottlieb1-0/+1
2017-03-16IB/mlx4: Set traffic class in AHMaor Gottlieb1-2/+4
2017-03-16IB/IPoIB: Remove can't use GFP_NOIO warningKamal Heib1-2/+0
2017-03-16IB/mlx5: Wait for all async command completions to completeEli Cohen1-0/+28
2017-03-16IB/mlx5: Put non zero value in max_ahMaor Gottlieb1-0/+1
2017-03-16IB/core: Save QP in ib_flow structureMark Bloch2-2/+3
2017-02-23IB/mlx4: Fix create CQ error flowMatan Barak1-1/+4
2017-02-23IB/mlx5: Fix NULL pointer dereference on debug printEli Cohen1-2/+3
2017-02-23IB/mlx5: Resolve soft lock on massive reg MRsMoshe Lazer2-1/+7
2017-02-23IB/mlx5: Use cache line size to select CQE strideDaniel Jurgens1-2/+1
2017-02-23IB/core: Avoid unsigned int overflow in sg_alloc_tableMark Bloch1-1/+1
2017-02-23IB/cm: Mark stale CM id's whenever the mad agent was unregisteredMark Bloch1-16/+109
2017-02-23IB/uverbs: Fix leak of XRC target QPsTariq Toukan1-5/+2
2017-02-23IB/srp: Fix infinite loop when FMR sg[0].offset != 0Bart Van Assche1-3/+5
2016-11-20IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOVJack Morgenstein3-3/+27
2016-11-20IB/mlx4: Fix code indentation in QP1 MAD flowJack Morgenstein1-17/+19
2016-11-20IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOVAlex Vesker1-7/+7
2016-11-20IB/ipoib: Don't allow MC joins during light MC flushAlex Vesker1-0/+9
2016-11-20IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit3-1/+18
2016-11-20IB/core: Fix use after free in send_leave functionErez Shitrit1-11/+2
2016-08-23IB/mlx4: Fix memory leak if QP creation failedDotan Barak1-1/+3
2016-08-23IB/mlx4: Verify port number in flow steering create flowYishai Hadas1-0/+3
2016-08-23IB/mlx4: Fix error flow when sending mads under SRIOVYishai Hadas1-6/+18
2016-08-23IB/mlx4: Fix the SQ size of an RC QPYishai Hadas1-1/+1
2016-08-23IB/mlx5: Fix post send fence logicEli Cohen1-3/+4