aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-20IB/cxgb3: Fix error codes in iwch_alloc_mr()Dan Carpenter1-5/+4
2017-07-20cxgb4: Fix error codes in c4iw_create_cq()Dan Carpenter1-0/+1
2017-07-20IB/i40iw: Fix error code in i40iw_create_cq()Dan Carpenter1-1/+3
2017-07-20RDMA/bnxt_re: checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2017-07-20i40iw: Free QP PBLEs when the QP is destroyedTatyana Nikolova2-5/+12
2017-07-20i40iw: Avoid memory leak of CQP request objectsShiraz Saleem3-0/+55
2017-07-20i40iw: Update list correctlyHenry Orosco1-1/+1
2017-07-20i40iw: Add missing memory barrierHenry Orosco1-0/+3
2017-07-20i40iw: Free QP resources on CQP destroy QP failureShiraz Saleem1-2/+6
2017-07-20i40iw: Release cm_id ref on PCI function resetShiraz Saleem1-1/+4
2017-07-20i40iw: Utilize iwdev->reset during PCI function resetShiraz Saleem1-27/+24
2017-07-20i40iw: Do not poll CCQ after it is destroyedMustafa Ismail1-0/+2
2017-07-20i40iw: Fix order of cleanup in closeMustafa Ismail1-3/+4
2017-07-17IB/hns: Fix for checkpatch.pl comment style warningsoulijun1-4/+6
2017-07-17IB/hns: Fix the bug with modifying the MAC address without removing the driveroulijun1-3/+0
2017-07-17IB/hns: Fix the bug with rdma operationoulijun1-4/+4
2017-07-17IB/hns: Fix the bug with wild pointer when destroy rc qpoulijun1-5/+7
2017-07-17IB/hns: Fix the bug of polling cq failed for loopback Qpsoulijun1-19/+34
2017-07-17IB/mlx5: Clean mr_cache debugfs in case of failureLeon Romanovsky1-12/+22
2017-07-17{net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky4-31/+24
2017-07-17IB/{rdmavt, qib, hfi1}: Remove gfp flags argumentLeon Romanovsky4-16/+13
2017-07-17IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky4-5/+6
2017-07-17mlx5: Avoid that mlx5_ib_sg_to_klms() overflows the klms[] arrayBart Van Assche1-1/+1
2017-07-17IB/hfi1: Ensure dd->gi_mask can not be overflowedDennis Dalessandro1-1/+6
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds4-21/+27
2017-07-05IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura4-21/+27
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds19-237/+337
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-49/+31
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-27IB/mlx5: Respect mlx5_core reserved GIDsIlan Tayari1-66/+53
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-794/+912
2017-06-21qed*: Rename qed_roce_if.h to qed_rdma_if.hKalderon, Michal2-2/+2
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu4-14/+7
2017-06-20qed*: Set rdma generic functions prefixMichal Kalderon1-3/+3
2017-06-20qed*: qede_roce.[ch] -> qede_rdma.[ch]Michal Kalderon2-2/+2
2017-06-20qed: Chain support for external PBLMintz, Yuval2-4/+4
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-16Merge tag 'mlx5-updates-2017-06-16' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg2-4/+4
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg6-33/+29
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg4-16/+8
2017-06-16net/mlx5: Fix some spelling mistakesOr Gerlitz1-1/+1
2017-06-14rdma/cxgb4: Fix memory leaks during module exitRaju Rangoju1-3/+7
2017-06-14IB/ipoib: Limit call to free rdma_netdev for capable devicesAlex Vesker1-2/+4
2017-06-14RDMA/qedr: Add 64KB PAGE_SIZE support to user-space queuesRam Amrani2-28/+41
2017-06-14RDMA/qedr: Initialize byte_len in WC of READ and SEND commandsMichal Kalderon1-0/+4
2017-06-14RDMA/bnxt_re: Remove FMR supportSelvin Xavier3-106/+2
2017-06-14RDMA/bnxt_re: Fix RQE posting logicDevesh Sharma3-1/+20
2017-06-14RDMA/bnxt_re: Add HW workaround for avoiding stall for UD QPsSomnath Kotur4-0/+24
2017-06-14RDMA/bnxt_re: Dereg MR in FW before freeing the fast_reg_page_listSelvin Xavier1-2/+6