summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-16RDMA/ucma: Fix use after free in destroy id flowMaor Gottlieb1-5/+6
2020-10-16RDMA/rxe: Handle skb_clone() failure in rxe_recv.cBob Pearson1-0/+3
2020-10-16RDMA/rxe: Move the definitions for rxe_av.network_type to uAPIJason Gunthorpe1-4/+4
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe16-79/+57
2020-10-16Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe263-2163/+2453
2020-10-09IB/mlx4: Convert rej_tmout radix-tree to XArrayHÃ¥kon Bugge2-49/+51
2020-10-08RDMA/rxe: Fix bug rejecting all multicast packetsBob Pearson1-3/+16
2020-10-08RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt()Bob Pearson1-5/+12
2020-10-08RDMA/rxe: Remove duplicate entries in struct rxe_mrBob Pearson4-22/+28
2020-10-08IB/rdmavt: Fix sizeof mismatchColin Ian King1-3/+1
2020-10-06RDMA/bnxt_re: Fix sizeof mismatch for allocation of pbl_tbl.Colin Ian King1-1/+1
2020-10-06RDMA/bnxt_re: Use rdma_umem_for_each_dma_block()Jason Gunthorpe3-29/+22
2020-10-05RDMA/umem: Move to allocate SG table from pagesMaor Gottlieb1-82/+12
2020-10-05lib/scatterlist: Add support in dynamic allocation of SG table from pagesMaor Gottlieb2-12/+15
2020-10-05RDMA/ipoib: Set rtnl_link_ops for ipoib interfacesKamal Heib3-0/+15
2020-10-03Merge tag 'for-linus-5.9b-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+21
2020-10-03Merge tag 'usb-5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-52/+40
2020-10-03Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+13
2020-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-0/+9
2020-10-02Merge tag 'pinctrl-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds4-3/+19
2020-10-02Merge tag 'pci-v5.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+4
2020-10-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-8/+17
2020-10-02Merge tag 'riscv-for-linus-5.9-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2020-10-02Merge tag 'pm-5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+1
2020-10-02Merge tag 'staging-5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+3
2020-10-02Merge tag 'gpio-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds10-58/+135
2020-10-02Merge tag 'mmc-v5.9-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds2-1/+6
2020-10-01RDMA/uverbs: Expose the new GID query API to user spaceAvihai Horon1-1/+195
2020-10-01RDMA/core: Introduce new GID table query APIAvihai Horon1-3/+63
2020-10-01RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon7-9/+20
2020-10-01RDMA/core: Change rdma_get_gid_attr returned error codeAvihai Horon2-2/+3
2020-10-01RDMA/qedr: Endianness warnings cleanupAlok Prasad1-2/+2
2020-10-01RDMA/rtrs: Constify static struct attribute_groupRikard Falkeborn2-5/+5
2020-10-01RDMA/core: Constify struct attribute_groupRikard Falkeborn1-6/+6
2020-10-01Merge tag 'iommu-fixes-v5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-50/+18
2020-10-01RDMA/mlx5: Sync device with CPU pages upon ODP MR registrationYishai Hadas3-6/+32
2020-10-01RDMA/mlx5: Extend advice MR to support non faulting modeYishai Hadas2-2/+8
2020-10-01IB/core: Enable ODP sync without faultingYishai Hadas2-11/+26
2020-10-01IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas3-183/+120
2020-10-01Merge tag 'drm-fixes-2020-10-01-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds18-43/+156
2020-10-01iommu/vt-d: Fix lockdep splat in iommu_flush_dev_iotlb()Lu Baolu1-2/+2
2020-10-01xen/events: don't use chip_data for legacy IRQsJuergen Gross1-8/+21
2020-10-01iommu/amd: Fix the overwritten field in IVMD headerAdrian Huang1-46/+10
2020-10-01gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957xAndy Shevchenko1-1/+4
2020-10-01gpio: pca953x: Use bitmap API over implicit GCC extensionAndy Shevchenko1-1/+3
2020-10-01pinctrl: mediatek: check mtk_is_virt_gpio input parameterHanks Chen1-0/+4
2020-10-01pinctrl: qcom: sm8250: correct sdc2_clkDmitry Baryshkov1-1/+1
2020-10-01Merge tag 'amd-drm-fixes-5.9-2020-09-30' of git://people.freedesktop.org/~agd...Dave Airlie16-41/+154
2020-09-30Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-8/+12
2020-09-30RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe1-6/+5