aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-4/+16
2022-04-09RDMA/core: Delete IPsec flow action logic from the coreLeon Romanovsky2-384/+1
2022-04-09RDMA/mlx5: Drop crypto flow steering APILeon Romanovsky2-248/+2
2022-04-09RDMA/mlx5: Delete never supported IPsec flow actionLeon Romanovsky1-4/+0
2022-04-08RDMA/hfi1: Fix use-after-free bug for mm structDouglas Miller1-0/+6
2022-04-04IB/rdmavt: add lock to call to rvt_error_qp to prevent a race conditionNiels Dossche1-1/+5
2022-04-04IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVDMark Zhang1-2/+1
2022-04-04RDMA/mlx5: Add a missing update of cache->last_addAharon Landau1-0/+1
2022-04-04RDMA/mlx5: Don't remove cache MRs when a delay is neededAharon Landau1-1/+3
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds106-2875/+2870
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds6-32/+54
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-18RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()Dan Carpenter1-1/+2
2022-03-18IB/iser: Fix error flow in case of registration failureMax Gurtovoy1-3/+11
2022-03-18IB/iser: Generalize map/unmap dma tasksMax Gurtovoy3-45/+31
2022-03-18IB/iser: Use iser_fr_desc as registration contextMax Gurtovoy4-11/+11
2022-03-18IB/iser: Remove iser_reg_data_sg helper functionMax Gurtovoy1-22/+9
2022-03-16RDMA/rxe: Use standard names for ref countingBob Pearson12-96/+94
2022-03-16RDMA/rxe: Replace red-black trees by xarraysBob Pearson6-280/+85
2022-03-15RDMA/rxe: Shorten pool names in rxe_pool.cBob Pearson1-8/+8
2022-03-15RDMA/rxe: Move max_elem into rxe_type_infoBob Pearson3-20/+20
2022-03-15RDMA/rxe: Replace obj by elem in declarationBob Pearson2-2/+2
2022-03-15RDMA/rxe: Delete _locked() APIs for pool objectsBob Pearson2-79/+12
2022-03-15RDMA/rxe: Reverse the sense of RXE_POOL_NO_ALLOCBob Pearson2-10/+13
2022-03-15RDMA/rxe: Replace mr by rkey in responder resourcesBob Pearson3-47/+87
2022-03-15RDMA/rxe: Fix ref error in rxe_av.cBob Pearson5-35/+63
2022-03-15RDMA/hns: Use the reserved loopback QPs to free MR before destroying MPTYixing Liu4-4/+335
2022-03-15RDMA/irdma: Add support for address handle re-useMustafa Ismail4-60/+164
2022-03-14RDMA/qib: Fix typos in commentsJulia Lawall1-2/+2
2022-03-14RDMA/mlx5: Fix memory leak in error flow for subscribe event routineYongzhi Liu1-1/+3
2022-03-14Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error"Leon Romanovsky3-1/+4
2022-03-14RDMA/rxe: Remove useless argument for update_state()Chengguang Xu1-2/+2
2022-03-14RDMA/rxe: Change variable and function argument to proper typeChengguang Xu1-5/+5
2022-03-14RDMA/irdma: Prevent some integer underflowsDan Carpenter1-5/+5
2022-03-09net/mlx5: Move debugfs entries to separate structMoshe Shemesh3-4/+3
2022-03-04RDMA/hns: Refactor the alloc_cqc()Wenpeng Liang1-28/+37
2022-03-04RDMA/hns: Refactor the alloc_srqc()Chengchang Tang1-28/+52
2022-03-04RDMA/hns: Clean up the return value check of hns_roce_alloc_cmd_mailbox()Wenpeng Liang3-8/+6
2022-03-04RDMA/hns: Remove similar code that configures the hardware contextsChengchang Tang7-45/+35
2022-03-04RDMA/hns: Refactor mailbox functionsChengchang Tang8-112/+120
2022-03-04RDMA/hns: Fix the wrong type of parameter "op" of the mailboxWenpeng Liang5-29/+28
2022-03-04RDMA/hns: Remove redundant parameter "mailbox" in the mailboxWenpeng Liang3-11/+7
2022-03-04RDMA/hns: Remove fixed parameter “timeout” in the mailboxChengchang Tang8-51/+34
2022-03-04RDMA/hns: Remove the unused parameter "op_modifier" in mailboxChengchang Tang8-46/+37
2022-03-04RDMA/core: Fix ib_qp_usecnt_dec() called when errorYajun Deng3-4/+1
2022-03-04IB/hfi1: Allow larger MTU without AIPMike Marciniszyn1-2/+1
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-37/+50
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig1-0/+1
2022-02-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski4-28/+51