aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-18RDMA/hns: Remove unused abnormal interrupt of type RASHaoyue Xu2-11/+0
2022-07-18RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr()Jianglei Nie1-3/+5
2022-07-18RDMA/hfi1: Depend on !UMLEhab Ababneh1-1/+1
2022-07-18RDMA/irdma: Use the bitmap API to allocate bitmapsChristophe JAILLET1-5/+4
2022-07-18RDMA/rtrs-srv: Do not use mempool for page allocationJack Wang1-17/+6
2022-07-18RDMA/rtrs-clt: Replace list_next_or_null_rr_rcu with an inline functionMd Haris Iqbal1-19/+16
2022-07-18RDMA/rtrs-srv: Use per-cpu variables for rdma statsSantosh Kumar Pradhan4-16/+42
2022-07-18RDMA/rtrs-clt: Use this_cpu_ API for statsSantosh Kumar Pradhan1-11/+3
2022-07-18RDMA/rtrs-srv: Fix modinfo output for stringifyJack Wang1-10/+11
2022-07-18RDMA: remove useless condition in siw_create_cq()Andrey Strachuk1-1/+1
2022-07-18RDMA/rtrs-clt: Use bitmap_empty()Christophe JAILLET1-5/+3
2022-07-18RDMA/rtrs-clt: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+3
2022-07-18RDMA/qib: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-07-18RDMA/irdma: Fix setting of QP context err_rq_idx_valid fieldMustafa Ismail1-11/+4
2022-07-18RDMA/irdma: Fix VLAN connection with wildcard addressMustafa Ismail1-5/+6
2022-07-18RDMA/irdma: Fix a window for use-after-freeMustafa Ismail1-1/+1
2022-07-18RDMA/irdma: Make resource distribution algorithm more QP orientedNayan Kumar2-7/+6
2022-07-18RDMA/irdma: Make CQP invalid state error non-criticalMustafa Ismail1-0/+1
2022-07-18RDMA/irdma: Add AE source to error logMustafa Ismail1-2/+2
2022-07-18RDMA/irdma: Add 2 level PBLE support for FMRMustafa Ismail2-4/+12
2022-07-17ipoib: switch to netif_napi_add_weight()Jakub Kicinski1-2/+4
2022-07-17IB/hfi1: switch to netif_napi_add_weight()Jakub Kicinski1-1/+1
2022-07-17IB/hfi1: switch to netif_napi_add_tx()Jakub Kicinski1-3/+1
2022-07-17RDMA/qib: Use the bitmap API when applicableChristophe JAILLET1-15/+8
2022-07-04IB: Fix spelling of 'writable'Zhang Jiaming3-4/+4
2022-07-04RDMA/rxe: Remove unnecessary include statementBob Pearson1-1/+0
2022-06-30RDMA/rxe: Replace include statementBob Pearson1-3/+2
2022-06-30RDMA/rxe: Convert pr_warn/err to pr_debug in pyverbsBob Pearson2-7/+9
2022-06-30RDMA/rxe: Fix deadlock in rxe_do_local_ops()Bob Pearson1-3/+5
2022-06-30RDMA/rxe: Merge normal and retry atomic flowsBob Pearson3-46/+36
2022-06-30RDMA/rxe: Move atomic original value to resBob Pearson2-7/+8
2022-06-30RDMA/rxe: Move atomic responder res to atomic_replyBob Pearson1-22/+33
2022-06-30RDMA/rxe: Add a responder state for atomic replyBob Pearson1-6/+18
2022-06-30RDMA/rxe: Move code to rxe_prepare_atomic_res()Bob Pearson1-16/+27
2022-06-30RDMA/rxe: Convert read side locking to rcuBob Pearson1-16/+8
2022-06-30RDMA/rxe: Stop lookup of partially built objectsBob Pearson5-27/+136
2022-06-24RDMA/rxe: Remove useless pkt parametersXiao Yang1-16/+12
2022-06-24RDMA: Correct duplicated words in commentsJiang Jian2-2/+2
2022-06-24IB/iser: Drain the entire QP during destruction flowMax Gurtovoy1-2/+4
2022-06-16Merge branch 'mlx5-next' into wip/leon-for-nextLeon Romanovsky6-33/+121
2022-06-16RDMA/rxe: fix xa_alloc_cycle() error return value check againDongliang Mu1-2/+2
2022-06-16RDMA/usnic: Use device_iommu_capable()Robin Murphy1-1/+1
2022-06-16RDMA/core: Add a netevent notifier to cmaPatrisious Haddad1-0/+81
2022-06-16RDMA/core: Add an rb_tree that stores cm_ids sorted by ifindex and remote IPPatrisious Haddad2-12/+138
2022-06-13net/mlx5: Remove not used MLX5_CAP_BITS_RW_MASKShay Drory1-7/+0
2022-06-13net/mlx5: group fdb cleanup to single functionShay Drory1-8/+10
2022-06-13net/mlx5: Add support EXECUTE_ASO action for flow entryJianbo Liu1-0/+33
2022-06-13RDMA/mlx5: Support handling of modify-header pattern ICM areaYevgeny Kliteynik2-18/+36
2022-06-13net/mlx5: Manage ICM of type modify-header patternYevgeny Kliteynik1-0/+42
2022-06-07RDMA/mlx5: Add a umr recovery flowAharon Landau3-11/+83