aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-20RDMA/core: Add device method for registering dma-buf based memory regionJianxin Xiong1-0/+1
2021-01-20RDMA/umem: Support importing dma-buf as user memory regionJianxin Xiong4-1/+179
2021-01-19RDMA/core/iwpm_msg: Add proper descriptions for 'skb' paramLee Jones1-8/+8
2021-01-19RDMA/core/iwpm_util: Fix some param description misspellingsLee Jones1-3/+3
2021-01-19RDMA/core/counters: Demote non-conformant kernel-doc headersLee Jones1-8/+8
2021-01-19RDMA/hw/i40iw/i40iw_verbs: Fix worthy function headers and demote some othersLee Jones1-9/+10
2021-01-19RDMA/core/restrack: Fix kernel-doc formatting issueLee Jones1-2/+2
2021-01-19RDMA/hw/i40iw/i40iw_utils: Fix some misspellings and missing param descriptionsLee Jones1-10/+12
2021-01-19RDMA/hw/i40iw/i40iw_virtchnl: Fix a bunch of kernel-doc issuesLee Jones1-8/+11
2021-01-19RDMA/hw/i40iw/i40iw_uk: Clean-up some function documentation headersLee Jones1-2/+3
2021-01-19RDMA/core/sa_query: Demote non-conformant kernel-doc headerLee Jones1-1/+1
2021-01-19RDMA/core/multicast: Provide description for 'ib_init_ah_from_mcmember()'s 'rec' paramLee Jones1-0/+1
2021-01-19RDMA/hw/i40iw/i40iw_puda: Fix some misspellings and provide missing descriptionsLee Jones1-5/+8
2021-01-19RDMA/hw/i40iw/i40iw_pble: Provide description for 'dev' and fix formatting issuesLee Jones1-2/+3
2021-01-19RDMA/core/roce_gid_mgmt: Fix misnaming of 'rdma_roce_rescan_device()'s param 'ib_dev'Lee Jones1-1/+1
2021-01-19RDMA/hw/i40iw/i40iw_main: Rectify some kernel-doc misdemeanoursLee Jones1-5/+8
2021-01-19RDMA/hw/i40iw/i40iw_hw: Provide description for 'ipv4', remove 'user_pri' and fix 'iwcq'Lee Jones1-2/+2
2021-01-19RDMA/core/cache: Fix some misspellings, missing and superfluous param descriptionsLee Jones1-5/+4
2021-01-19RDMA/hw/i40iw/i40iw_cm: Fix a bunch of function documentation issuesLee Jones1-8/+13
2021-01-19RDMA/hw/i40iw/i40iw_ctrl: Fix a bunch of misspellings and formatting issuesLee Jones1-9/+9
2021-01-19RDMA/core: device: Fix formatting in worthy kernel-doc header and demote anotherLee Jones1-4/+4
2021-01-19RDMA/hw: i40iw_hmc: Fix misspellings of '*idx' argsLee Jones1-2/+2
2021-01-19IB/mlx5: Make function staticParav Pandit2-4/+2
2021-01-19IB/mlx5: Add mutex destroy call to cap_mask_mutex mutexParav Pandit1-6/+5
2021-01-19IB/iser: Simplify prot_caps settingMax Gurtovoy1-7/+14
2021-01-19IB/iser: Enforce iser_max_sectors to be greater than 0Max Gurtovoy1-2/+3
2021-01-19IB/iser: Protect iscsi_max_lun module param using callbackMax Gurtovoy1-7/+20
2021-01-19IB/iser: Remove unneeded semicolonsMax Gurtovoy2-3/+2
2021-01-19Merge branch 'devx_set_get' into rdma.git for-nextJason Gunthorpe404-2190/+4793
2021-01-19RDMA/mlx5: Use strict get/set operations for obj_idYishai Hadas1-53/+146
2021-01-19RDMA/mlx5: Use the correct obj_id upon DEVX TIR creationYishai Hadas1-1/+3
2021-01-18IB/isert: Simplify signature cap checkMax Gurtovoy1-2/+4
2021-01-18IB/isert: Remove unneeded semicolonMax Gurtovoy1-1/+1
2021-01-18IB/isert: Remove unneeded new linesMax Gurtovoy1-2/+0
2021-01-18RDMA/bnxt_re: Allow bigger MR creationSelvin Xavier2-20/+2
2021-01-18RDMA/bnxt_re: Code refactor while populating user MRsSelvin Xavier3-47/+13
2021-01-18RDMA/hns: Create CQ with selected CQN for bank load balanceYangyang Li3-28/+105
2021-01-18RDMA/nldev: Return an error message on failure to turn auto modePatrisious Haddad2-32/+34
2021-01-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-22/+19
2021-01-16Merge tag 'block-5.11-2021-01-16' of git://git.kernel.dk/linux-blockLinus Torvalds3-13/+18
2021-01-16Merge tag 'riscv-for-linus-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+1
2021-01-15Merge tag 'for-5.11/dm-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds7-34/+238
2021-01-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-68/+83
2021-01-15Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-5/+0
2021-01-15RDMA/rtrs: Fix KASAN: stack-out-of-bounds bugJack Wang1-7/+7
2021-01-15RDMA/rtrs-srv: Init wr_cnt as 1Jack Wang1-1/+1
2021-01-15RDMA/rtrs-srv: Do not signal REG_MRJack Wang1-1/+1
2021-01-15RDMA/rtrs-clt: Use bitmask to check sess->flagsJack Wang1-7/+7
2021-01-15RDMA/rtrs: Do not signal for heatbeatJack Wang3-4/+2
2021-01-15RDMA/rtrs-clt: Refactor the failure cases in alloc_cltGuoqing Jiang1-13/+12