aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| | * | RDMA/erdma: Make hardware internal opcodes invisible to driverCheng Xu2022-09-202-5/+4
| | * | RDMA/erdma: Remove redundant includesCheng Xu2022-09-209-56/+1
| | * | RDMA/erdma: Eliminate unnecessary casting for erdma_post_cmd_waitCheng Xu2022-09-205-22/+12
| | * | RDMA/srp: Fix srp_abort()Bart Van Assche2022-09-201-3/+1
| | * | RDMA/qib: fix repeated words in commentswangjianli2022-09-201-1/+1
| | * | RDMA/hfi1: fix repeated words in commentswangjianli2022-09-202-2/+2
| | * | RDMA/irdma: Validate udata inlen and outlenShiraz Saleem2022-09-201-7/+60
| | * | RDMA/irdma: Align AE id codes to correct flush code and eventSindhu-Devale2022-09-206-21/+38
| | * | RDMA/mlx5: Remove duplicate assignment in umr_rereg_pas()Daisuke Matsuda2022-09-081-1/+0
| | * | RDMA/rxe: convert pr_warn to pr_debugLi Zhijian2022-09-081-23/+22
| | * | RDMA/rxe: use %u to print u32 variablesLi Zhijian2022-09-081-5/+5
| | * | RDMA/rtrs-clt: Kill xchg_pathsGuoqing Jiang2022-09-061-12/+2
| | * | RDMA/rtrs-clt: Break the loop once one path is connectedGuoqing Jiang2022-09-061-1/+4
| | * | RDMA/rtrs: Update comments for MAX_SESS_QUEUE_DEPTHGuoqing Jiang2022-09-061-4/+3
| | * | RDMA/hfi1: Remove the unneeded result variableye xingchen2022-09-051-3/+1
| | * | Merge branch 'mlx5-next' into wip/leon-for-nextLeon Romanovsky2022-09-051-2/+23
| | |\ \
| | * | | IB/mlx5: Support querying eswitch functions from DEVXBodong Wang2022-09-051-0/+2
| | * | | RDMA/siw: Add missing Kconfig selectionsTom Talpey2022-09-011-1/+4
| | * | | RDMA/rxe: Delete error messages triggered by incoming Read requestsDaisuke Matsuda2022-08-311-7/+3
| | * | | RDMA/rxe: Remove the unused variable objZhu Yanjun2022-08-313-7/+5
| | * | | RDMA/rxe: Fix the error caused by qp->skZhu Yanjun2022-08-311-2/+4
| | * | | RDMA/rxe: Fix "kernel NULL pointer dereference" errorZhu Yanjun2022-08-311-1/+3
| | * | | RDMA/hns: Remove redundant member doorbell_qpn of struct hns_roce_qpWenpeng Liang2022-08-303-5/+1
| | * | | IB/cm: Refactor cm_insert_listen() and cm_find_listen()Mark Zhang2022-08-301-20/+15
| | * | | IB/cm: remove cm_id_priv->id.service_mask and service_mask parameter of cm_in...Mark Zhang2022-08-301-20/+8
| | * | | IB/cm: Remove the service_mask parameter from ib_cm_listen()Mark Zhang2022-08-303-9/+5
| | * | | RDMA/rtrs: Remove 'dir' argument from rnbd_srv_rdma_evGuoqing Jiang2022-08-302-4/+3
| | * | | RDMA/rxe: Remove an unused member from struct rxe_mrDaisuke Matsuda2022-08-293-3/+0
| | * | | RDMA/core: Remove 'device' argument from rdma_build_skb()Yunsheng Lin2022-08-281-3/+2
| | * | | RDMA/srp: Use the attribute group mechanism for sysfs attributesBart Van Assche2022-08-281-6/+12
| | * | | RDMA/srp: Handle dev_set_name() failureBart Van Assche2022-08-281-4/+5
| | * | | RDMA/srp: Remove the srp_host.released completionBart Van Assche2022-08-282-10/+5
| | * | | RDMA/srp: Rework the srp_add_port() error pathBart Van Assche2022-08-281-8/+7
| | * | | RDMA/hns: Support MR's restrack raw ops for hns driverWenpeng Liang2022-08-245-1/+66
| | * | | RDMA/hns: Support MR's restrack ops for hns driverWenpeng Liang2022-08-233-0/+32
| | * | | RDMA/hns: Support QP's restrack raw ops for hns driverWenpeng Liang2022-08-234-6/+65
| | * | | RDMA/hns: Support QP's restrack ops for hns driverWenpeng Liang2022-08-233-0/+36
| | * | | RDMA/hns: Support CQ's restrack raw ops for hns driverWenpeng Liang2022-08-233-0/+41
| | * | | RDMA/hns: Add or remove CQ's restrack attributesWenpeng Liang2022-08-231-57/+10
| | * | | RDMA/hns: Remove redundant DFX file and DFX ops structureWenpeng Liang2022-08-237-75/+50
| | * | | IB/mlx5: Remove duplicate header inclusion related to ODPDaisuke Matsuda2022-08-235-8/+1
| | * | | IB: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-2111-14/+14
| | * | | RDMA/efa: Support CQ receive entries with source GIDMichael Margolin2022-08-215-5/+309
| | * | | RDMA/rtrs-clt: Output sg index when warning onJack Wang2022-08-211-1/+1
| | * | | RDMA/rtrs-srv: Add event tracing supportSantosh Pradhan2022-08-215-6/+116
| | * | | RDMA/rtrs-clt: Add event tracing supportSantosh Pradhan2022-08-214-1/+112
| | * | | RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkeyAharon Landau2022-08-162-1/+5
| | * | | IB/mlx5: Call io_stop_wc() after writing to WC MMIOJason Gunthorpe2022-08-161-0/+1
| * | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2022-09-282-2/+35
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | RDMA/mlx5: Don't set tx affinity when lag is in hash modeLiu, Changcheng2022-09-271-0/+12