summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-02-05RDMA/rxe: Correct skb on loopback pathBob Pearson1-0/+5
2021-02-05RDMA/rxe: Fix coding error in rxe_rcv_mcast_pktBob Pearson1-6/+10
2021-02-05RDMA/rxe: Remove useless code in rxe_recv.cBob Pearson1-2/+1
2021-02-05RDMA/rxe: Fix coding error in rxe_recv.cBob Pearson1-3/+8
2021-02-05IB/mlx5: Use rdma_for_each_port for port iterationParav Pandit3-9/+10
2021-02-05RDMA/core: Introduce and use API to read port immutable dataParav Pandit4-58/+20
2021-02-05IB/mlx5: Improve query port for representor portParav Pandit1-21/+10
2021-02-05IB/mlx5: Avoid calling query device for reading pkey table lengthParav Pandit4-33/+12
2021-02-05IB/mlx5: Move mlx5_port_caps from mlx5_core_dev to mlx5_ib_devParav Pandit5-16/+22
2021-02-05RDMA/pvrdma: Replace spin_lock_irqsave with spin_lock in hard IRQWeihang Li1-3/+2
2021-02-02IB/mlx5: Support default partition key for representor portParav Pandit1-0/+11
2021-02-02IB/core: Use valid port number to check link layerParav Pandit1-2/+2
2021-02-02IB/mlx4: Use port iterator and validation APIsParav Pandit2-3/+3
2021-02-02IB/cm: Avoid a loop when device has 255 portsParav Pandit1-4/+4
2021-02-02IB/mlx5: Return appropriate error code instead of ENOMEMParav Pandit1-2/+1
2021-01-28RDMA/efa: Remove unused syndrome enum valuesGal Pressman1-6/+0
2021-01-28RDMA/efa: Remove unused 'select' field from get/set feature command descriptorGal Pressman1-9/+2
2021-01-28RDMA/efa: Remove unnecessary indentation in defs commentsGal Pressman2-6/+6
2021-01-28RDMA/efa: Remove duplication of upper/lower_32_bitsGal Pressman1-9/+6
2021-01-28RDMA/efa: Remove redundant NULL pointer check of CQEGal Pressman1-10/+6
2021-01-28RDMA/hw/hfi1/rc: Demote incorrectly populated kernel-doc headerLee Jones1-2/+1
2021-01-28RDMA/hw/hfi1/verbs: Demote non-conforming doc header and fix a misspellingLee Jones1-3/+3
2021-01-28RDMA/hw/hfi1/user_exp_rcv: Demote half-documented and kernel-doc abusesLee Jones1-5/+5
2021-01-28RDMA/hw/hfi1/ud: Fix a little more doc-rotLee Jones1-6/+2
2021-01-28RDMA/hw/hfi1/uc: Fix a little doc-rotLee Jones1-6/+2
2021-01-28RDMA/hw/hfi1/tid_rdma: Fix a plethora of kernel-doc issuesLee Jones1-20/+27
2021-01-28RDMA/hw/hfi1/sdma: Fix misnaming of 'sdma_send_txlist()'s 'count_out' paramLee Jones1-5/+5
2021-01-28RDMA/hw/hfi1/ruc: Fix a small formatting and description issuesLee Jones1-2/+3
2021-01-28RDMA/hw/hfi1/qp: Fix some formatting issues and demote kernel-doc abuseLee Jones1-7/+7
2021-01-28RDMA/hw/hfi1/rc: Fix a few function documentation issuesLee Jones1-1/+3
2021-01-28RDMA/hw/hfi1/pio_copy: Provide entry for 'pio_copy()'s 'dd' paramLee Jones1-0/+1
2021-01-28RDMA/hw/hfi1/pcie: Demote kernel-doc abusesLee Jones1-2/+2
2021-01-28RDMA/hw/hfi1/netdev_rx: Fix misdocumentation of the 'start_id' paramLee Jones1-1/+1
2021-01-28RDMA/sw/rdmavt/qp: Fix kernel-doc formatting problemLee Jones1-1/+1
2021-01-28RDMA/sw/rdmavt/mad: Fix misspelling of 'rvt_process_mad()'s 'in_mad_size' paramLee Jones1-1/+1
2021-01-28RDMA/hw/hfi1/msix: Add description for 'name' and remove superfluous param 'idx'Lee Jones1-1/+1
2021-01-28RDMA/hw/hfi1/mad: Demote half-completed kernel-doc header fix anotherLee Jones1-1/+3
2021-01-28RDMA/hw/hfi1/iowait: Demote half-completed kernel-doc and fix formatting issu...Lee Jones1-2/+2
2021-01-28RDMA/sw/rdmavt/srq: Fix a couple of kernel-doc issuesLee Jones1-3/+4
2021-01-28RDMA/hw/hfi1/intr: Fix some kernel-doc formatting issuesLee Jones1-8/+8
2021-01-28RDMA/rxe: Replace missing rxe_pool_get_index_lockedBob Pearson1-7/+14
2021-01-28RDMA/rxe: Remove unneeded pool->stateBob Pearson2-43/+1
2021-01-28RDMA/rxe: Remove references to ib_device and poolBob Pearson2-41/+2
2021-01-28RDMA/rxe: Remove RXE_POOL_ATOMICBob Pearson2-6/+1
2021-01-28RDMA/rxe: Fix misleading comments and namesBob Pearson3-43/+42
2021-01-28RDMA/rxe: Fix bug in rxe_alloc()Bob Pearson1-6/+35
2021-01-28IB/umad: Return EPOLLERR in case of when device disassociatedShay Drory1-0/+10
2021-01-28IB/umad: Return EIO in case of when device disassociatedShay Drory1-1/+6
2021-01-28RDMA/mlx5: Allow creating all QPs even when non RDMA profile is usedMark Bloch1-7/+20
2021-01-28RDMA/hns: Use new interface to set MPT related fieldsLang Cheng3-30/+85