summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* IB/qib: fix false-postive maybe-uninitialized warningArnd Bergmann2017-10-081-1/+1
* IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud2017-10-081-4/+4
* IB/ipoib: rtnl_unlock can not come after free_netdevFeras Daoud2017-10-081-2/+2
* IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud2017-10-081-1/+5
* iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_doneNicholas Bellinger2017-08-111-1/+1
* RDMA/uverbs: Fix the check for port numberIsmail, Mustafa2017-08-061-2/+3
* RDMA/core: Initialize port_num in qp_attrIsmail, Mustafa2017-07-271-0/+2
* RDMA/uverbs: Check port number supplied by user verbs cmdsBoris Pismenny2017-07-151-0/+8
* RDMA/qib,hfi1: Fix MR reference count leak on write with immediateMike Marciniszyn2017-06-141-1/+3
* infiniband: call ipv6 route lookup via the stub interfacePaolo Abeni2017-05-251-2/+2
* IB/mlx4: Reduce SRIOV multicast cleanup warning message to debug levelJack Morgenstein2017-05-201-1/+2
* IB/mlx4: Fix ib device initialization error flowJack Morgenstein2017-05-201-0/+1
* IB/IPoIB: ibX: failed to create mcg debug fileShamir Rabinovitch2017-05-203-8/+42
* IB/core: Fix sysfs registration error flowJack Morgenstein2017-05-201-1/+1
* IB/qib: rename BITS_PER_PAGE to RVT_BITS_PER_PAGEArnd Bergmann2017-05-081-9/+9
* IB/srp: Fix race conditions related to task managementBart Van Assche2017-03-152-16/+30
* IB/srp: Avoid that duplicate responses trigger a kernel bugBart Van Assche2017-03-151-1/+3
* IB/IPoIB: Add destination address when re-queue packetErez Shitrit2017-03-151-13/+17
* IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud2017-03-152-9/+9
* rdma_cm: fail iwarp accepts w/o connection paramsSteve Wise2017-03-121-0/+3
* IB/umem: Release pid in error and ODP flowKenneth Lee2017-02-011-0/+2
* IB/ipoib: move back IB LL address into the hard headerPaolo Abeni2017-02-015-43/+64
* RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabledJack Morgenstein2017-02-011-1/+2
* IB/IPoIB: Remove can't use GFP_NOIO warningKamal Heib2017-01-261-2/+0
* IB/mlx4: When no DMFS for IPoIB, don't allow NET_IF QPsEran Ben Elisha2017-01-261-8/+13
* IB/mlx4: Fix port query for 56Gb Ethernet linksSaeed Mahameed2017-01-261-3/+5
* IB/mlx4: Fix out-of-range array index in destroy qp flowJack Morgenstein2017-01-261-1/+2
* IB/mlx4: Set traffic class in AHMaor Gottlieb2017-01-261-2/+4
* IB/mlx5: Wait for all async command completions to completeEli Cohen2017-01-261-0/+28
* IB/multicast: Check ib_find_pkey() return valueBart Van Assche2017-01-091-2/+5
* IPoIB: Avoid reading an uninitialized member variableBart Van Assche2017-01-091-2/+5
* IB/mad: Fix an array index checkBart Van Assche2017-01-091-1/+1
* IB/cm: Mark stale CM id's whenever the mad agent was unregisteredMark Bloch2016-11-261-16/+110
* IB/uverbs: Fix leak of XRC target QPsTariq Toukan2016-11-261-5/+2
* IB/core: Avoid unsigned int overflow in sg_alloc_tableMark Bloch2016-11-261-1/+1
* IB/mlx5: Fix fatal error dispatchingEli Cohen2016-11-261-2/+5
* IB/mlx5: Use cache line size to select CQE strideDaniel Jurgens2016-11-261-2/+1
* IB/mlx4: Fix create CQ error flowMatan Barak2016-11-261-1/+4
* IB/mlx4: Check gid_index return valueDaniel Jurgens2016-11-261-1/+4
* IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOVJack Morgenstein2016-10-073-3/+27
* IB/mlx4: Fix code indentation in QP1 MAD flowJack Morgenstein2016-10-071-17/+19
* IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOVAlex Vesker2016-10-071-7/+7
* IB/ipoib: Don't allow MC joins during light MC flushAlex Vesker2016-10-071-0/+9
* IB/core: Fix use after free in send_leave functionErez Shitrit2016-10-071-11/+2
* IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit2016-10-073-1/+18
* IB/uverbs: Fix race between uverbs_close and remove_oneJason Gunthorpe2016-09-242-13/+25
* IB/IPoIB: Do not set skb truesize since using one linearskbCarol L Soto2016-09-151-2/+0
* IB/mlx4: Fix memory leak if QP creation failedDotan Barak2016-08-201-1/+3
* IB/mlx4: Fix error flow when sending mads under SRIOVYishai Hadas2016-08-201-6/+18
* IB/mlx4: Fix the SQ size of an RC QPYishai Hadas2016-08-201-1/+1