summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/i40iw: fix a potential NULL pointer dereferenceXiyu Yang2020-01-041-0/+2
* RDMA/rxe: Fix error type of mmap_offsetJiewei Ke2020-01-041-1/+1
* RDMA/mlx5: use true,false for bool variablezhengbin2020-01-042-3/+3
* RDMA/mlx4: use true,false for bool variablezhengbin2020-01-041-2/+2
* IB/iser: use true,false for bool variablezhengbin2020-01-042-2/+2
* IB/hfi1: use true,false for bool variablezhengbin2020-01-041-1/+1
* RDMA/siw: use true,false for bool variablezhengbin2020-01-041-1/+1
* IB/core: Fix ODP with IB_ACCESS_HUGETLB handlingYishai Hadas2020-01-031-17/+4
* IB/core: Fix ODP get user pages flowYishai Hadas2020-01-031-1/+1
* IB/mlx5: Unify ODP MR code paths to allow extra flexibilityArtemy Kovalyov2020-01-034-67/+67
* IB/rdmavt: Correct comments in rdmavt_qp.h headerMike Marciniszyn2020-01-031-1/+8
* IB/hfi1: List all receive contexts from debugfsMichael J. Ruhl2020-01-032-4/+10
* IB/hfi1: Add accessor API routines to access context membersMike Marciniszyn2020-01-039-85/+183
* RDMA/mlx4: Redo TX checksum offload in line with docsEugene Crosser2020-01-031-11/+7
* RDMA/cm: Use RCU synchronization mechanism to protect cm_id_private xa_load()Danit Goldberg2020-01-031-30/+13
* RDMA/srpt: Remove unnecessary assertion in srpt_queue_responseAditya Pakki2020-01-031-2/+0
* RDMA/netlink: Do not always generate an ACK for some netlink operationsHÃ¥kon Bugge2020-01-032-3/+3
* IB/mlx5: Fix outstanding_pi index for GSI qpsPrabhath Sajeepa2020-01-031-2/+1
* RDMA/siw: Simplify QP representationBernard Metzler2020-01-037-70/+42
* RDMA/hns: Simplify the calculation and usage of wqe idx for post verbsYixian Liu2020-01-033-48/+35
* RDMA/bnxt_re: Report more number of completion vectorsSelvin Xavier2020-01-031-1/+1
* RDMA/qedr: Add kernel capability flags for dpm enabled modeMichal Kalderon2020-01-031-1/+12
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-12-1511-73/+173
|\
| * IB/mlx5: Fix device memory flowsYishai Hadas2019-12-124-52/+105
| * IB/core: Introduce rdma_user_mmap_entry_insert_range() APIYishai Hadas2019-12-121-9/+39
| * IB/mlx5: Fix steering rule of drop and countMaor Gottlieb2019-12-121-7/+6
| * IB/mlx4: Follow mirror sequence of device add during device removalParav Pandit2019-12-121-4/+5
| * RDMA/counter: Prevent auto-binding a QP which are not tracked with resMark Zhang2019-12-121-0/+3
| * rxe: correctly calculate iCRC for unaligned payloadsSteve Wise2019-12-093-1/+14
| * RDMA/cma: add missed unregister_pernet_subsys in init failureChuhong Yuan2019-12-091-0/+1
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-094-5/+5
|/
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-042-7/+8
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-2/+2
|\
| * compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-2/+2
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-11-309-389/+128
|\ \
| * | RDMA/hfi1: Use mmu_interval_notifier_insert for user_exp_rcvJason Gunthorpe2019-11-244-93/+60
| * | RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe2019-11-245-296/+68
* | | Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-272-55/+16
|\ \ \
| * | | IB: mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-11-042-55/+16
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-27158-12467/+3934
|\ \ \ \
| * | | | RDMA/hns: Delete unnecessary callback functions for cqYixian Liu2019-11-252-58/+36
| * | | | RDMA/hns: Rename the functions used inside creating cqYixian Liu2019-11-255-56/+35
| * | | | RDMA/hns: Redefine the member of hns_roce_cq structYixian Liu2019-11-254-56/+38
| * | | | RDMA/hns: Redefine interfaces used in creating cqYixian Liu2019-11-254-55/+53
| * | | | RDMA/efa: Expose RDMA read related attributesDaniel Kranzdorf2019-11-254-5/+40
| * | | | RDMA/efa: Support remote read access in MR registrationDaniel Kranzdorf2019-11-254-13/+14
| * | | | RDMA/efa: Store network attributes in device attributesGal Pressman2019-11-255-51/+18
| * | | | IB/hfi1: remove redundant assignment to variable retColin Ian King2019-11-251-1/+1
| * | | | RDMA/bnxt_re: Fix missing le16_to_cpuDevesh Sharma2019-11-251-4/+4
| * | | | RDMA/bnxt_re: Fix stat push into dma buffer on gen p5 devicesDevesh Sharma2019-11-251-0/+1