Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-05-10net/mlx5: Lag, expose number of lag portsMark Bloch
2022-04-25RDMA/mlx5: Move mkey ctrl segment logic to umr.cAharon Landau
2022-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-02-24net/mlx5: Use mlx5_cmd_do() in core create_{cq,dct}Saeed Mahameed
2022-01-28RDMA/mlx5: Delete useless module.h includeLeon Romanovsky
2022-01-28RDMA/mlx5: Delete get_num_static_uars functionLeon Romanovsky
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-10-06RDMA/mlx5: Set user priority for DCTPatrisious Haddad
2021-08-30RDMA/mlx5: Relax DCS QP creation checksLior Nahmanson
2021-08-03RDMA/mlx5: Delete not-available udata checkLeon Romanovsky
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-08-03RDMA/mlx5: Rework custom driver QP type creationLeon Romanovsky
2021-07-20RDMA/mlx5: Add DCS offload supportLior Nahmanson
2021-07-20RDMA/mlx5: Separate DCI QP creation logicLior Nahmanson
2021-06-22Merge branch 'mlx5_realtime_ts' into rdma.git for-nextJason Gunthorpe
2021-06-22RDMA/mlx5: Support real-time timestamp directly from the deviceAharon Landau
2021-06-22RDMA/mlx5: Refactor get_ts_format functions to simplify codeAharon Landau
2021-06-02RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky
2021-05-26RDMA/mlx5: Take qp type from mlx5_ib_qpMaor Gottlieb
2021-05-20RDMA/mlx5: Remove unused parameter udataLang Cheng
2021-05-20RDMA/mlx5: Support SQD2RTS for modify QPSergey Gorenko
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch
2021-03-12RDMA/mlx5: Fix mlx5 rates to IB rates mapMark Zhang
2021-03-10RDMA/mlx5: Fix timestamp default modeMaor Gottlieb
2021-02-16Merge branch 'mlx5_timestamp' into rdma.git for-nextJason Gunthorpe
2021-02-16RDMA/mlx5: Fail QP creation if the device can not support the CQE TSAharon Landau
2021-02-09RDMA/mlx5: Support 400Gbps IB rate in mlx5 driverPatrisious Haddad
2021-02-05RDMA/core: Introduce and use API to read port immutable dataParav Pandit
2021-02-05IB/mlx5: Avoid calling query device for reading pkey table lengthParav Pandit
2021-02-05IB/mlx5: Move mlx5_port_caps from mlx5_core_dev to mlx5_ib_devParav Pandit
2021-01-28RDMA/mlx5: Allow creating all QPs even when non RDMA profile is usedMark Bloch
2021-01-22RDMA/hw/mlx5/qp: Demote non-conformant kernel-doc headerLee Jones
2020-12-10RDMA/mlx5: Remove unneeded semicolonTom Rix
2020-11-27RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky
2020-11-26RDMA/mlx5: Enable querying AH for XRC QP typesAvihai Horon
2020-11-23IB/mlx5: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-16RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for QPJason Gunthorpe
2020-11-16RDMA/mlx5: Directly compute the PAS list for raw QP RQ'sJason Gunthorpe
2020-11-16RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for WQJason Gunthorpe
2020-11-02RDMA/mlx5: Change mlx5_ib_populate_pas() to use rdma_for_each_block()Jason Gunthorpe
2020-11-02RDMA/mlx5: Remove npages from mlx5_ib_cont_pages()Jason Gunthorpe
2020-11-02RDMA/mlx5: Remove ncont from mlx5_ib_cont_pages()Jason Gunthorpe
2020-11-02RDMA/mlx5: Remove order from mlx5_ib_cont_pages()Jason Gunthorpe
2020-10-27RDMA: Check create_flags during create_qpJason Gunthorpe
2020-10-27RDMA: Check attr_mask during modify_qpJason Gunthorpe
2020-09-29RDMA/drivers: Remove udata check from special QPLeon Romanovsky
2020-09-29RDMA/mlx5: Change GSI QP to have same creation flow like other QPsLeon Romanovsky
2020-09-29RDMA/mlx5: Embed GSI QP into general mlx5_ib QPLeon Romanovsky