summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* IB/hns: checking for IS_ERR() instead of NULLDan Carpenter2017-08-041-1/+1
* RDMA/mlx5: Fix existence check for extended address vectorLeon Romanovsky2017-08-041-1/+1
* RDMA/qedr: Prevent memory overrun in verbs' user responsesAmrani, Ram2017-07-201-4/+12
* iw_cxgb4: don't use WR keys/addrs for 0 byte readsGanesh Goudar2017-07-201-1/+1
* IB/mlx4: Fix CM REQ retries in paravirt modeHÃ¥kon Bugge2017-07-201-0/+4
* RDMA/bnxt_re: Fix the value reported for local ack delaySelvin Xavier2017-07-202-1/+8
* RDMA/bnxt_re: Report MISSED_EVENTS in req_notify_cqSelvin Xavier2017-07-203-0/+25
* RDMA/bnxt_re: Fix return value of poll routineDevesh Sharma2017-07-201-0/+1
* RDMA/bnxt_re: Enable atomics only if host bios supportsDevesh Sharma2017-07-203-2/+21
* RDMA/bnxt_re: Specify RDMA component when allocating stats contextSomnath Kotur2017-07-201-0/+1
* RDMA/bnxt_re: Fixed the max_rd_atomic support for initiator and destination QPEddie Wai2017-07-201-2/+13
* RDMA/bnxt_re: Report supported value to IB stack in query_deviceSelvin Xavier2017-07-203-4/+12
* RDMA/bnxt_re: Do not free the ctx_tbl entry if delete GID failsSelvin Xavier2017-07-201-7/+9
* RDMA/bnxt_re: Fix WQE Size posted to HW to prevent it from throwing errorSomnath Kotur2017-07-201-0/+10
* RDMA/bnxt_re: Free doorbell page index (DPI) during dealloc ucontextDevesh Sharma2017-07-202-31/+30
* IB/mlx5: Fix a warning messageDan Carpenter2017-07-201-1/+1
* RDMA/ocrdma: Fix error codes in ocrdma_create_srq()Dan Carpenter2017-07-201-0/+1
* RDMA/ocrdma: Fix an error code in ocrdma_alloc_pd()Dan Carpenter2017-07-201-1/+2
* IB/cxgb3: Fix error codes in iwch_alloc_mr()Dan Carpenter2017-07-201-5/+4
* cxgb4: Fix error codes in c4iw_create_cq()Dan Carpenter2017-07-201-0/+1
* IB/i40iw: Fix error code in i40iw_create_cq()Dan Carpenter2017-07-201-1/+3
* RDMA/bnxt_re: checking for NULL instead of IS_ERR()Dan Carpenter2017-07-201-2/+2
* i40iw: Free QP PBLEs when the QP is destroyedTatyana Nikolova2017-07-202-5/+12
* i40iw: Avoid memory leak of CQP request objectsShiraz Saleem2017-07-203-0/+55
* i40iw: Update list correctlyHenry Orosco2017-07-201-1/+1
* i40iw: Add missing memory barrierHenry Orosco2017-07-201-0/+3
* i40iw: Free QP resources on CQP destroy QP failureShiraz Saleem2017-07-201-2/+6
* i40iw: Release cm_id ref on PCI function resetShiraz Saleem2017-07-201-1/+4
* i40iw: Utilize iwdev->reset during PCI function resetShiraz Saleem2017-07-201-27/+24
* i40iw: Do not poll CCQ after it is destroyedMustafa Ismail2017-07-201-0/+2
* i40iw: Fix order of cleanup in closeMustafa Ismail2017-07-201-3/+4
* IB/hns: Fix for checkpatch.pl comment style warningsoulijun2017-07-171-4/+6
* IB/hns: Fix the bug with modifying the MAC address without removing the driveroulijun2017-07-171-3/+0
* IB/hns: Fix the bug with rdma operationoulijun2017-07-171-4/+4
* IB/hns: Fix the bug with wild pointer when destroy rc qpoulijun2017-07-171-5/+7
* IB/hns: Fix the bug of polling cq failed for loopback Qpsoulijun2017-07-171-19/+34
* IB/mlx5: Clean mr_cache debugfs in case of failureLeon Romanovsky2017-07-171-12/+22
* {net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky2017-07-174-31/+24
* IB/{rdmavt, qib, hfi1}: Remove gfp flags argumentLeon Romanovsky2017-07-174-16/+13
* IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky2017-07-174-5/+6
* mlx5: Avoid that mlx5_ib_sg_to_klms() overflows the klms[] arrayBart Van Assche2017-07-171-1/+1
* IB/hfi1: Ensure dd->gi_mask can not be overflowedDennis Dalessandro2017-07-171-1/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-07-064-21/+27
|\
| * IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura2017-07-054-21/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-0519-237/+337
|\ \
| * | net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
| * | IB/mlx5: Respect mlx5_core reserved GIDsIlan Tayari2017-06-271-66/+53
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-2115-794/+912
| |\|
| * | qed*: Rename qed_roce_if.h to qed_rdma_if.hKalderon, Michal2017-06-212-2/+2
| * | net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-204-14/+7