aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford27-186/+522
2016-12-14Merge branch 'hfi1' into merge-testDoug Ledford33-461/+1191
2016-12-14Merge branches 'chelsio', 'debug-cleanup', 'hns' and 'i40iw' into merge-testDoug Ledford60-1422/+3098
2016-12-14IB/mthca: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder1-4/+2
2016-12-14mlx5, calc_sq_size(): Make a debug message more informativeBart Van Assche1-1/+2
2016-12-14mlx5: Remove a set-but-not-used variableBart Van Assche1-7/+0
2016-12-14mlx5: Use { } instead of { 0 } to init structBart Van Assche1-1/+1
2016-12-14IB/mlx4: Rework special QP creation error pathBart Van Assche1-2/+4
2016-12-14IB/mlx5: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann1-18/+21
2016-12-13IB/mlx5: Properly adjust rate limit on QP state transitionsBodong Wang3-9/+69
2016-12-13IB/mlx5: Report mlx5 packet pacing capabilities when querying deviceBodong Wang1-0/+13
2016-12-13IB/mlx5: Support RAW Ethernet when RoCE is disabledOr Gerlitz1-9/+13
2016-12-13IB/mlx5: Rename RoCE related helpers to reflect being Eth onesOr Gerlitz1-11/+11
2016-12-13IB/mlx5: Refactor registration to netdev notifierOr Gerlitz1-9/+20
2016-12-13IB/mlx5: Use u64 for UMR lengthMaor Gottlieb1-1/+1
2016-12-13IB/mlx5: Avoid system crash when enabling many VFsEli Cohen1-1/+2
2016-12-13IB/mlx5: Assign SRQ type earlierMaor Gottlieb1-1/+1
2016-12-13IB/mlx4: Fix out-of-range array index in destroy qp flowJack Morgenstein1-1/+2
2016-12-13IB/mlx5: Make create/destroy_ah available to userspaceMoni Shoua1-0/+2
2016-12-13IB/mlx5: Use kernel driver to help userspace create ahMoni Shoua1-0/+21
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua17-17/+42
2016-12-13IB/mlx5: Report that device has udata response in create_ahMoni Shoua1-1/+2
2016-12-13IB/mlx5: Add support to match inner packet fieldsMoses Reuben1-53/+78
2016-12-13IB/mlx5: Support Vxlan tunneling specificationMoses Reuben1-0/+11
2016-12-13IB/mlx5: Add support for CQE compressingBodong Wang1-1/+29
2016-12-13IB/mlx5: Report mlx5 CQE compression caps during queryBodong Wang1-0/+10
2016-12-13IB/mlx5: Report mlx5 multi packet WQE caps during queryBodong Wang1-0/+11
2016-12-13IB/mlx4: Check if GRH is available before using itEran Ben Elisha1-2/+2
2016-12-13IB/mlx4: When no DMFS for IPoIB, don't allow NET_IF QPsEran Ben Elisha1-8/+13
2016-12-12i40iw: Reorganize structures to align with HW capabilitiesHenry Orosco14-465/+775
2016-12-12i40iw: Fix incorrect check for errorMustafa Ismail1-1/+1
2016-12-12i40iw: Assign MSS only when it is a new MTUMustafa Ismail1-0/+2
2016-12-12i40iw: Fix race condition in terminate timer's handlerShiraz Saleem3-3/+6
2016-12-12i40iw: Fix memory leak in CQP destroy when in resetMustafa Ismail1-6/+3
2016-12-12i40iw: Fix QP flush to not hang on empty queues or failureShiraz Saleem2-5/+30
2016-12-12i40iw: Fix double free of QPMustafa Ismail3-6/+20
2016-12-12i40iw: Use correct src address in memcpy to rdma stats countersShiraz Saleem1-1/+1
2016-12-12i40iw: Remove macros I40IW_STAG_KEY_FROM_STAG and I40IW_STAG_INDEX_FROM_STAGThomas Huth1-6/+0
2016-12-11IB/hfi1: Define platform_config_table_limits onceBart Van Assche2-10/+10
2016-12-11IB/hfi1: constify mmu_notifier_ops structureBhumika Goyal1-1/+1
2016-12-11IB/rdmavt, IB/hfi1, IB/qib: Add inlines for mtu divisionMike Marciniszyn2-4/+2
2016-12-11IB/hfi1,IB/qib: use rvt swqe mr deref helperMike Marciniszyn4-38/+6
2016-12-11IB/hfi1: Avoid credit return allocation for cpu-less NUMA nodesHarish Chegondi3-18/+6
2016-12-11IB/hfi1,IB/qib: Use new send completion helperMike Marciniszyn6-109/+6
2016-12-11IB/qib: Use standard refcount wrapper for QPsSebastian Sanchez2-14/+9
2016-12-11IB/hfi1: Replace qp->refcount release code with standard driver wrapperSebastian Sanchez1-2/+1
2016-12-11IB/hfi1: Preserve external device completed bitDean Luick1-1/+4
2016-12-11IB/hfi1: Remove critical section gap in sc_buffer_alloc()Sebastian Sanchez1-2/+0
2016-12-11IB/hfi1: Remove usage of qp->s_cur_sgeMitko Haralanov4-15/+13
2016-12-11IB/hfi1: Add special setting for low power AOCDean Luick1-1/+43