aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-02RDMA/netlink: Simplify code of autoload modulesLeon Romanovsky1-5/+3
2018-01-02RDMA/rxe: Remove useless EXPORT_SYMBOLLeon Romanovsky2-7/+5
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
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 Gunthorpe38-221/+411
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-27infiniband: drop unknown function from core_priv.hRandy Dunlap1-7/+0
2017-12-27IB/core: Make sure that PSN does not overflowMajd Dibbiny1-0/+16
2017-12-27IB/mlx5: Fix mlx5_ib_alloc_mr error flowNitzan Carmi1-0/+1
2017-12-27IB/core: Verify that QP is security enabled in create and destroyMoni Shoua2-1/+5
2017-12-27IB/uverbs: Fix command checking as part of ib_uverbs_ex_modify_qp()Moni Shoua1-2/+2
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-22IB/core: Use rdma_cap_opa_mad to check for OPADon Hiatt1-2/+1
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
2017-12-22i40iw: Use utility function roundup_pow_of_two()Shiraz Saleem3-33/+7
2017-12-22i40iw: Set MAX_IRD_SIZE to 64Shiraz Saleem1-1/+1
2017-12-22IB/SA: Check dlid before SA agent queries for ClassPortInfoVenkata Sandeep Dhanalakota1-0/+10
2017-12-22nes: Change accelerated flag to boolShiraz Saleem2-2/+2
2017-12-22IB/hfi: Only read capability registers if the capability existsMichael J. Ruhl2-19/+12
2017-12-22drivers: infiniband: remove duplicate includesPravin Shedge5-8/+1
2017-12-22RDMA/hns: Add eq support of hip08Yixian Liu5-8/+1408
2017-12-22RDMA/hns: Refactor eq code for hip06Yixian Liu10-930/+843
2017-12-21IB/ipoib: Fix lockdep issue found on ipoib_ib_dev_heavy_flushAlex Vesker1-4/+3
2017-12-21IB/mlx5: Fix congestion counters in LAG modeMajd Dibbiny4-42/+62
2017-12-21RDMA/vmw_pvrdma: Avoid use after free due to QP/CQ/SRQ destroyBryan Tan5-22/+22
2017-12-21RDMA/vmw_pvrdma: Use refcount_dec_and_test to avoid warningBryan Tan1-2/+2
2017-12-21RDMA/vmw_pvrdma: Call ib_umem_release on destroy QP pathBryan Tan1-0/+7
2017-12-21iw_cxgb4: when flushing, complete all wrs in a chainSteve Wise1-2/+26
2017-12-21iw_cxgb4: reflect the original WR opcode in drain cqesSteve Wise4-11/+50
2017-12-21iw_cxgb4: Only validate the MSN for successful completionsSteve Wise1-3/+3