aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 186-491/+1148
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+3
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 2-2/+0
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-2/+19
2023-10-31IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAFGravatar George Kennedy 1-3/+1
2023-10-31RDMA/mlx5: Fix mkey cache WQ flushGravatar Moshe Shemesh 1-0/+2
2023-10-31Merge tag 'v6.6' into rdma.git for-nextGravatar Jason Gunthorpe 14-30/+54
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-2/+2
2023-10-30Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+2
2023-10-25RDMA/hfi1: Workaround truncation compilation errorGravatar Leon Romanovsky 1-1/+1
2023-10-25IB/hfi1: Fix potential deadlock on &irq_src_lock and &dd->uctxt_lockGravatar Chengfeng Ye 1-2/+3
2023-10-24RDMA/core: Remove NULL check before dev_{put, hold}Gravatar Yang Li 4-14/+7
2023-10-24RDMA/hfi1: Remove redundant assignment to pointer ppdGravatar Colin Ian King 1-1/+0
2023-10-24RDMA/mlx5: Change the key being sent for MPV device affiliationGravatar Patrisious Haddad 1-1/+1
2023-10-22RDMA/bnxt_re: Fix clang -Wimplicit-fallthrough in bnxt_re_handle_cq_async_err...Gravatar Nathan Chancellor 1-0/+1
2023-10-19RDMA/hns: Fix init failure of RoCE VF and HIP08Gravatar Junxian Huang 1-10/+9
2023-10-19RDMA/hns: Fix unnecessary port_num transition in HW stats allocationGravatar Junxian Huang 1-2/+1
2023-10-19RDMA/hns: The UD mode can only be configured with DCQCNGravatar Luoyouming 1-0/+3
2023-10-19RDMA/hns: Add check for SLGravatar Luoyouming 2-11/+25
2023-10-19RDMA/hns: Fix signed-unsigned mixed comparisonsGravatar Chengchang Tang 1-1/+1
2023-10-19RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common()Gravatar Chengchang Tang 1-1/+1
2023-10-19RDMA/hns: Fix printing level of asynchronous eventsGravatar Chengchang Tang 1-3/+3
2023-10-19RDMA/core: Add support to set privileged QKEY parameterGravatar Patrisious Haddad 3-9/+58
2023-10-18qib: convert to new timestamp accessorsGravatar Jeff Layton 1-2/+2
2023-10-15RDMA/bnxt_re: Do not report SRQ error in srq notificationGravatar Chandramohan Akula 1-5/+2
2023-10-15RDMA/bnxt_re: Report async events and errorsGravatar Chandramohan Akula 1-9/+156
2023-10-15RDMA/bnxt_re: Update HW interface headersGravatar Chandramohan Akula 1-0/+58
2023-10-15IB/mlx5: Fix rdma counter binding for RAW QPGravatar Patrisious Haddad 1-0/+27
2023-10-13scsi: target: Have drivers report if they support direct submissionsGravatar Mike Christie 1-0/+3
2023-10-13Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Jakub Kicinski 1-0/+17
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 14-30/+54
2023-10-11netdev: replace napi_reschedule with napi_scheduleGravatar Christian Marangi 1-2/+2
2023-10-11infiniband: Remove the now superfluous sentinel element from ctl_table arrayGravatar Joel Granados 2-2/+0
2023-10-09RDMA/irdma: Add support to re-register a memory regionGravatar Sindhu Devale 2-43/+191
2023-10-05RDMA/core: Require admin capabilities to set system parametersGravatar Leon Romanovsky 1-0/+1
2023-10-04RDMA/core: Fix a couple of obvious typos in commentsGravatar Chuck Lever 1-1/+1
2023-10-04IPsec packet offload support in multiport RoCE devicesGravatar Leon Romanovsky 1-0/+17
2023-10-02IB/hfi1: Annotate struct tid_rb_node with __counted_byGravatar Kees Cook 1-1/+1
2023-10-02IB/mthca: Annotate struct mthca_icm_table with __counted_byGravatar Kees Cook 1-1/+1
2023-10-02IB/srp: Annotate struct srp_fr_pool with __counted_byGravatar Kees Cook 1-1/+1
2023-10-02RDMA/siw: Annotate struct siw_pbl with __counted_byGravatar Kees Cook 1-1/+1
2023-10-02RDMA/usnic: Annotate struct usnic_uiom_chunk with __counted_byGravatar Kees Cook 1-1/+1
2023-10-02RDMA/core: Annotate struct ib_pkey_cache with __counted_byGravatar Kees Cook 1-1/+1
2023-10-02RDMA/mlx5: Remove not-used cache disable flagGravatar Leon Romanovsky 2-6/+0
2023-10-02RDMA/cma: Initialize ib_sa_multicast structure to 0 when joinGravatar Mark Zhang 1-1/+1
2023-10-02RDMA/hns: Support SRQ record doorbellGravatar Yangyang Li 3-11/+108
2023-10-02RDMA/mlx5: Send events from IB driver about device affiliation stateGravatar Patrisious Haddad 1-0/+17
2023-09-26RDMA/ipoib: Add support for XDR speed in ethtoolGravatar Patrisious Haddad 1-0/+2
2023-09-26IB/mlx5: Adjust mlx5 rate mapping to support 800GbGravatar Patrisious Haddad 1-1/+1
2023-09-26IB/mlx5: Rename 400G_8X speed to comply to naming conventionGravatar Patrisious Haddad 1-1/+1