aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-16RDMA/core: Simplify how the gid_attrs sysfs is createdJason Gunthorpe1-81/+89
2021-06-16RDMA/core: Split gid_attrs related sysfs from add_port()Jason Gunthorpe1-71/+89
2021-06-16RDMA/core: Split port and device counter sysfs attributesJason Gunthorpe1-168/+290
2021-06-16RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointerJason Gunthorpe3-9/+14
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe4-8/+11
2021-06-10IB/cm: Remove dgid from the cm_id_priv avJason Gunthorpe1-9/+4
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_uverbs_deviceWeihang Li2-7/+7
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_portWeihang Li1-4/+4
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_memberWeihang Li1-6/+6
2021-06-08RDMA/core: Remove refcount from struct ib_mad_snoop_privateJason Gunthorpe1-1/+0
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of iwpm_admin_dataWeihang Li2-5/+9
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of iwcm_id_privateWeihang Li2-6/+5
2021-06-02IB/cm: Protect cm_dev, cm_ports and mad_agent with kref and lockMark Zhang1-19/+93
2021-06-02IB/cm: Improve the calling of cm_init_av_for_lap and cm_init_av_by_pathMark Zhang1-47/+58
2021-06-02IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() callsMark Zhang3-37/+26
2021-06-02Revert "IB/cm: Mark stale CM id's whenever the mad agent was unregistered"Mark Zhang1-109/+14
2021-06-02IB/cm: Tidy remaining cm_msg free pathsJason Gunthorpe1-10/+10
2021-06-02IB/cm: Call the correct message free functions in cm_send_handler()Jason Gunthorpe1-27/+25
2021-06-02IB/cm: Split cm_alloc_msg()Jason Gunthorpe1-75/+115
2021-06-02IB/cm: Pair cm_alloc_response_msg() with a cm_free_response_msg()Jason Gunthorpe1-11/+18
2021-06-02RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky1-2/+19
2021-05-28RDMA/core: Use the DEVICE_ATTR_RO macroYueHaibing1-4/+3
2021-05-28IB/core: Only update PKEY and GID caches on respective eventsHåkon Bugge1-8/+15
2021-05-11RDMA/core: Remove never used ib_modify_wq function callLeon Romanovsky1-21/+0
2021-05-11RDMA/ucma: Cleanup to reduce duplicate codeXiaofei Tan1-2/+2
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds32-373/+632
2021-04-30RDMA/umem: batch page unpin in __ib_umem_release()Joao Martins1-6/+6
2021-04-27RDMA/nldev: Add copy-on-fork attribute to get sys commandGal Pressman1-0/+14
2021-04-22RDMA/nldev: Add QP numbers to SRQ informationNeta Ostrovsky1-0/+91
2021-04-22RDMA/nldev: Return SRQ informationNeta Ostrovsky1-0/+42
2021-04-22RDMA/restrack: Add support to get resource tracking for SRQNeta Ostrovsky2-0/+10
2021-04-22RDMA/nldev: Return context informationNeta Ostrovsky1-0/+27
2021-04-21RDMA/core: Add CM to restrack after successful attachment to a deviceShay Drory1-2/+10
2021-04-21RDMA/cma: Skip device which doesn't support CMParav Pandit1-0/+14
2021-04-19RDMA/core: Unify RoCE check and re-factor codeHåkon Bugge1-6/+2
2021-04-12IB/cma: Introduce rdma_set_min_rnr_timer()Håkon Bugge2-0/+43
2021-04-12RDMA/core: Correct format of block commentsWenpeng Liang4-4/+8
2021-04-12RDMA/core: Correct format of bracesWenpeng Liang5-28/+25
2021-04-12RDMA/core: Remove redundant spacesWenpeng Liang6-48/+48
2021-04-12RDMA/core: Add necessary spacesWenpeng Liang3-5/+5
2021-04-12RDMA/core: Remove the redundant return statementsWenpeng Liang2-3/+0
2021-04-12RDMA/core: Print the function name by __func__ instead of an fixed stringWenpeng Liang3-19/+15
2021-04-08RDMA/addr: Be strict with gid sizeLeon Romanovsky1-1/+3
2021-04-07RDMA/core: Make the wc status prompt message clearerYixian Liu1-2/+2
2021-04-01RDMA/core: Fix corrupted SL on passive sideHåkon Bugge1-1/+2
2021-03-26RDMA/core: Correct misspellings of two words in commentsYangyang Li1-2/+2
2021-03-26RDMA/uverbs: Refactor rdma_counter_set_auto_mode and __counter_set_modePatrisious Haddad1-18/+24
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch23-219/+217
2021-03-22RDMA/cma: Remove unused leftovers in cma codeGal Pressman1-9/+0
2021-03-11IB/core: Split uverbs_get_const/default to consider target typeYishai Hadas1-4/+28