summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2017-02-15IB/rxe: Fix mem_check_range integer overflowEyal Itkin1-3/+5
2017-02-15IB/rxe: Fix resid updateEyal Itkin1-1/+1
2017-02-09iw_cxgb4: set correct FetchBurstMax for QPsSteve Wise1-2/+3
2017-02-01IB/rxe: Prevent from completer to operate on non valid QPYonatan Cohen1-2/+1
2017-02-01IB/rxe: Fix rxe dev insertion to rxe_dev_listMaor Gottlieb1-1/+1
2017-02-01IB/umem: Release pid in error and ODP flowKenneth Lee1-0/+2
2017-02-01iw_cxgb4: free EQ queue memory on last derefSteve Wise4-13/+69
2017-02-01IB/srp: fix invalid indirect_sg_entries parameter valueIsrael Rukshin1-0/+6
2017-02-01IB/srp: fix mr allocation when the device supports sg gapsIsrael Rukshin1-2/+7
2017-02-01IB/iser: Fix sg_tablesize calculationMax Gurtovoy1-7/+0
2017-02-01RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabledJack Morgenstein1-1/+2
2017-01-26IB/IPoIB: Remove can't use GFP_NOIO warningKamal Heib1-2/+0
2017-01-26IB/mlx4: Check if GRH is available before using itEran Ben Elisha1-2/+2
2017-01-26IB/mlx4: When no DMFS for IPoIB, don't allow NET_IF QPsEran Ben Elisha1-8/+13
2017-01-26IB/mlx4: Fix port query for 56Gb Ethernet linksSaeed Mahameed1-3/+5
2017-01-26IB/mlx4: Handle well-known-gid in mad_demux processingJack Morgenstein1-4/+12
2017-01-26IB/mlx4: Fix out-of-range array index in destroy qp flowJack Morgenstein1-1/+2
2017-01-26IB/mlx4: Set traffic class in AHMaor Gottlieb1-2/+4
2017-01-26IB/mlx5: Wait for all async command completions to completeEli Cohen1-0/+28
2017-01-26IB/mlx5: Assign SRQ type earlierMaor Gottlieb1-1/+1
2017-01-26IB/mlx5: Fix reported max SGE calculationEli Cohen2-4/+33
2017-01-26IB/mlx5: Avoid system crash when enabling many VFsEli Cohen1-1/+2
2017-01-26IB/rxe: avoid putting a large struct rxe_qp on stackArnd Bergmann1-7/+7
2017-01-26IB/rxe: Increase max number of completions to 32kYonatan Cohen1-1/+1
2017-01-26IB/core: Release allocated memory in cache setup failureLeon Romanovsky1-9/+7
2017-01-19iw_cxgb4: Fix error return code in c4iw_rdev_open()Wei Yongjun1-1/+3
2017-01-09i40iw: Use correct src address in memcpy to rdma stats countersShiraz Saleem1-1/+1
2017-01-09IB/rxe: Fix a memory leak in rxe_qp_cleanup()Bart Van Assche1-0/+1
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-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds37-395/+391
2016-11-17iw_cxgb4: invalidate the mr when posting a read_w_inv wrSteve Wise4-23/+24
2016-11-17iw_cxgb4: set *bad_wr for post_send/post_recv errorsSteve Wise1-0/+4
2016-11-17Merge branches 'hfi1' and 'mlx' into k.o/for-4.9-rcDoug Ledford17-50/+203
2016-11-17IB/rxe: Update qp state for user queryYonatan Cohen1-0/+1
2016-11-17IB/rxe: Clear queue buffer when modifying QP to resetYonatan Cohen3-0/+12
2016-11-17IB/rxe: Fix handling of erroneous WRYonatan Cohen1-8/+13
2016-11-17IB/rxe: Fix kernel panic in UDP tunnel with GRO and RX checksumYonatan Cohen1-6/+2
2016-11-17IB/mlx4: Fix create CQ error flowMatan Barak1-1/+4
2016-11-17IB/mlx4: Check gid_index return valueDaniel Jurgens1-1/+4
2016-11-17IB/mlx5: Fix NULL pointer dereference on debug printEli Cohen1-2/+2
2016-11-17IB/mlx5: Fix fatal error dispatchingEli Cohen1-2/+5
2016-11-17IB/mlx5: Resolve soft lock on massive reg MRsMoshe Lazer2-1/+7
2016-11-17IB/mlx5: Use cache line size to select CQE strideDaniel Jurgens1-2/+1
2016-11-17IB/mlx5: Validate requested RQT sizeMaor Gottlieb1-0/+8
2016-11-17IB/mlx5: Fix memory leak in query deviceMajd Dibbiny1-2/+2
2016-11-17IB/core: Avoid unsigned int overflow in sg_alloc_tableMark Bloch1-1/+1
2016-11-17IB/core: Add missing check for addr_resolve callback return valueMark Bloch1-2/+9
2016-11-17IB/core: Set routable RoCE gid type for ipv4/ipv6 networksLeon Romanovsky1-1/+20