aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-05i40iw: Replace mdelay with msleep in i40iw_wait_pe_readyJia-Ju Bai1-1/+1
2018-01-05IB/{hfi1, qib}: Fix a concurrency issue with device name in loggingMichael J. Ruhl6-35/+18
2018-01-05IB/hfi1: Fix infinite loop in 8051 command error pathSebastian Sanchez3-102/+46
2018-01-05IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl6-20/+0
2018-01-05IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl4-4/+4
2018-01-03IB/mlx5: Move locks initialization to the corresponding stageMark Bloch3-22/+15
2018-01-03IB/mlx5: Move loopback initialization to the corresponding stageMark Bloch2-13/+4
2018-01-03IB/mlx5: Move hardware counters initialization to the corresponding stageMark Bloch1-7/+6
2018-01-03IB/mlx5: Move ODP initialization to the corresponding stageMark Bloch1-2/+2
2018-01-03IB/mlx5: Move RoCE/ETH initialization to the corresponding stageMark Bloch1-21/+12
2018-01-03IB/mlx5: Create profile infrastructure to add and remove stagesMark Bloch2-93/+282
2018-01-03IB/hfi1: Add RQ/SRQ information to QP statsMichael J. Ruhl1-2/+8
2018-01-03RDMA/hns: Assign dest_qp when deregistering mroulijun1-1/+1
2018-01-03RDMA/hns: Fix QP state judgement before sending work requestsYixian Liu1-1/+2
2018-01-03RDMA/hns: Filter for zero length of sge in hip08 kernel modeoulijun1-9/+20
2018-01-03RDMA/hns: Set access flags of hip08 RoCEoulijun2-12/+37
2018-01-03RDMA/hns: Update the usage of sr_max and rr_max fieldoulijun1-11/+16
2018-01-03RDMA/hns: Add rq inline data support for hip08 RoCEoulijun3-8/+127
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar9-18/+0
2018-01-02qed*: Utilize FW 8.33.1.0Tomer Tayar1-8/+25
2018-01-02qed*: HSI renaming for different types of HWTomer Tayar1-1/+1
2018-01-02qed*: Refactoring and rearranging FW API with no functional impactTomer Tayar1-54/+54
2018-01-02IB/mthca: Use zeroing memory allocator than allocator/memsetHimanshu Jha1-3/+2
2018-01-02RDMA/bnxt_re: Use zeroing memory allocator than allocator/memsetHimanshu Jha1-5/+4
2018-01-02RDMA/qedr: Use zeroing memory allocator than allocator/memsetHimanshu Jha1-3/+2
2018-01-02RDMA/vmw_pvrdma: Use zeroing memory allocator than allocator/memsetHimanshu Jha1-3/+2
2018-01-02IB/ocrdma: Use zeroing memory allocator than allocator/memsetHimanshu Jha3-21/+12
2018-01-02IB/mlx4: Fix mlx4_ib_alloc_mr error flowLeon Romanovsky1-1/+1
2017-12-29iw_cxgb4: Change error/warn prints to pr_debugBharat Potnuri2-10/+9
2017-12-29RDMA/hns: Add detailed comments for mb() callYixian Liu2-23/+22
2017-12-28IB/mlx5: Enable QP creation with a given blue flame indexYishai Hadas2-11/+41
2017-12-28IB/mlx5: Expose dynamic mmap allocationYishai Hadas3-21/+101
2017-12-28IB/mlx5: Extend UAR stuff to support dynamic allocationYishai Hadas3-13/+32
2017-12-28IB/mlx5: Report inner RSS capabilityMaor Gottlieb1-1/+2
2017-12-28IB/mlx4: Add support to RSS hash for inner headersGuy Levi2-0/+20
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.gitJason Gunthorpe27-202/+280
2017-12-27RDMA/vmw_pvrdma: Use refcount_t instead of atomic_tBryan Tan4-12/+12
2017-12-27RDMA/vmw_pvrdma: Use more specific sizeof in kcallocBryan Tan1-2/+2
2017-12-27RDMA/vmw_pvrdma: Clarify QP and CQ is_kernel logicBryan Tan2-9/+7
2017-12-27i40iw: Change accelerated flag to boolHenry Orosco2-3/+3
2017-12-27IB/mlx5: Fix mlx5_ib_alloc_mr error flowNitzan Carmi1-0/+1
2017-12-27IB/mlx5: Serialize access to the VMA listMajd Dibbiny2-0/+12
2017-12-22IB/hfi1: Change slid arg in ingress_pkey_table_fail to 32bitDon Hiatt2-6/+2
2017-12-22i40iw: Fix the connection ORD value for loopbackTatyana Nikolova1-12/+14
2017-12-22i40iw: Validate correct IRD/ORD connection parametersTatyana Nikolova1-2/+3
2017-12-22i40iw: Ignore LLP_DOUBT_REACHABILITY AEShiraz Saleem1-1/+2
2017-12-22i40iw: Fix sequence number for the first partial FPDUShiraz Saleem2-1/+2
2017-12-22i40iw: Selectively teardown QPs on IP addr change eventShiraz Saleem3-10/+24
2017-12-22i40iw: Add notifier for network device eventsShiraz Saleem3-3/+56
2017-12-22i40iw: Correct Q1/XF object count equationShiraz Saleem1-2/+4