- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- d7806bb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 5 months ago
- 3540669 qed: fix assignment of n_rq_elems to incorrect params field by Colin Ian King · 4 years, 5 months ago
- 1550658 qed: add support for different page sizes for chains by Alexander Lobakin · 4 years, 6 months ago
- b6db3f7 qed: simplify chain allocation with init params struct by Alexander Lobakin · 4 years, 6 months ago
- ca4beee RDMA/qedr: Remove the query_pkey callback by Kamal Heib · 4 years, 6 months ago
- eb7f84e RDMA/qedr: Add EDPM max size to alloc ucontext response by Michal Kalderon · 4 years, 6 months ago
- bbe4f42 RDMA/qedr: Add EDPM mode type for user-fw compatibility by Michal Kalderon · 4 years, 6 months ago
- acca72e RDMA/qedr: SRQ's bug fixes by Yuval Basson · 4 years, 6 months ago
- 42a3b15 RDMA: Remove the udata parameter from alloc_mr callback by Gal Pressman · 4 years, 6 months ago
- 4d12c04 RDMA: Remove 'max_map_per_fmr' by Jason Gunthorpe · 4 years, 7 months ago
- 649392b RDMA: Remove 'max_fmr' by Jason Gunthorpe · 4 years, 7 months ago
- fa5d010 RDMA: Group create AH arguments in struct by Maor Gottlieb · 4 years, 8 months ago
- bb8865f RDMA/providers: Fix return value when QP type isn't supported by Kamal Heib · 5 years ago
- e8b3a42 Merge tag 'rds-odp-for-5.5' into rdma.git for-next by Jason Gunthorpe · 5 years ago
- c320e52 IB: Allow calls to ib_umem_get from kernel ULPs by Moni Shoua · 5 years ago
- 93a3d05 RDMA/qedr: Add kernel capability flags for dpm enabled mode by Michal Kalderon · 5 years ago
- a25984f RDMA/qedr: Fix null-pointer dereference when calling rdma_user_mmap_get_offset by Michal Kalderon · 5 years ago
- 72b894b IB/umem: remove the dmasync argument to ib_umem_get by Christoph Hellwig · 5 years ago
- e26e7b8 RDMA: Change MAD processing function to remove extra casting and parameter by Leon Romanovsky · 5 years ago
- ad0593e RDMA/qedr: Remove unsupported modify_port callback by Kamal Heib · 5 years ago
- b4bc766 RDMA/qedr: Add iWARP doorbell recovery support by Michal Kalderon · 5 years ago
- 97f6125 RDMA/qedr: Add doorbell overflow recovery support by Michal Kalderon · 5 years ago
- 4c6bb02 RDMA/qedr: Use the common mmap API by Michal Kalderon · 5 years ago
- 24e412c RDMA/qedr: Fix memory leak in user qp and mr by Michal Kalderon · 5 years ago
- 82af6d1 RDMA/qedr: Fix synchronization methods and memory leaks in qedr by Michal Kalderon · 5 years ago
- 5fdff18 RDMA/qedr: Fix qpids xarray api used by Michal Kalderon · 5 years ago
- 72a7720 RDMA: Introduce ib_port_phys_state enum by Kamal Heib · 5 years ago
- cf167e5e RDMA/qedr: Remove Unneeded variable rc by Hariprasad Kelam · 5 years ago
- 836a0fb RDMA: Check umem pointer validity prior to release by Leon Romanovsky · 6 years ago
- e39afe3 RDMA: Convert CQ allocations to be under core responsibility by Leon Romanovsky · 6 years ago
- a52c8e2 RDMA: Clean destroy CQ in drivers do not return errors by Leon Romanovsky · 6 years ago
- 6905466 RDMA/qedr: Fix incorrect device rate. by Sagiv Ozeri · 6 years ago
- dce45af Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
- a70c073 RDMA: Introduce and use GID attr helper to read RoCE L2 fields by Parav Pandit · 6 years ago
- 68e326d RDMA: Handle SRQ allocations by IB/core by Leon Romanovsky · 6 years ago
- d345691 RDMA: Handle AH allocations by IB/core by Leon Romanovsky · 6 years ago
- fb24ea5 drivers: Remove explicit invocations of mmiowb() by Will Deacon · 6 years ago
- 949b8c7 drivers: Remove useless trailing comments from mmiowb() invocations by Will Deacon · 6 years ago
- ff23dfa IB: Pass only ib_udata in function prototypes by Shamir Rabinovitch · 6 years ago
- bdeacab IB: Remove 'uobject->context' dependency in object destroy APIs by Shamir Rabinovitch · 6 years ago
- c4367a2 IB: Pass uverbs_attr_bundle down ib_x destroy path by Shamir Rabinovitch · 6 years ago
- 9fd15987 qedr: Convert srqidr to XArray by Matthew Wilcox · 6 years ago
- b6014f9 qedr: Convert qpidr to XArray by Matthew Wilcox · 6 years ago
- a2a074e RDMA: Handle ucontext allocations by IB/core by Leon Romanovsky · 6 years ago
- 8994445 IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs by Shamir Rabinovitch · 6 years ago
- 95ad233 RDMA/qedr: Use for_each_sg_dma_page iterator on umem SGL by Shiraz, Saleem · 6 years ago
- 21a428a RDMA: Handle PD allocations by IB/core by Leon Romanovsky · 6 years ago
- 55c293c Merge branch 'devx-async' into k.o/for-next by Jason Gunthorpe · 6 years ago
- 790b57f IB/hw: Remove unneeded semicolons by YueHaibing · 6 years ago
- 8ea175f RDMA/qedr: remove set but not used variable 'ib_ctx' by YueHaibing · 6 years ago
- dbe30da RDMA/qedr: Fix out of bounds index check in query pkey by Gal Pressman · 6 years ago
- b0ea0fa IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata by Jason Gunthorpe · 6 years ago
- 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
- 2553ba2 RDMA: Mark if destroy address handle is in a sleepable context by Gal Pressman · 6 years ago
- b090c4e RDMA: Mark if create address handle is in a sleepable context by Gal Pressman · 6 years ago
- e00b64f RDMA: Cleanup undesired pd->uobject usage by Shamir Rabinovitch · 6 years ago
- 59590b8 IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbs by Yuval Shaia · 6 years ago
- d31131b RDMA: Remove unused parameter from ib_modify_qp_is_ok() by Kamal Heib · 6 years ago
- b3b4348 RDMA/qedr: remove set but not used variable 'ctx' by YueHaibing · 6 years ago
- 89982f7 Merge tag 'v4.18' into rdma.git for-next by Jason Gunthorpe · 6 years ago
- 40b173d qedr: Add user space support for SRQ by Yuval Bason · 6 years ago
- 3491c9e qedr: Add support for kernel mode SRQ's by Yuval Bason · 6 years ago
- 1212767 qedr: Add wrapping generic structure for qpidr and adjust idr routines. by Yuval Bason · 6 years ago
- d34ac5c RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const by Bart Van Assche · 6 years ago
- f696bf6 RDMA: Constify the argument of the work request conversion functions by Bart Van Assche · 6 years ago
- 2f944c0 RDMA: Fix storage of PortInfo CapabilityMask in the kernel by Jason Gunthorpe · 7 years ago
- 1abd8a8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
- 33023fb IB/core: add max_send_sge and max_recv_sge attributes by Steve Wise · 7 years ago
- 47ec386 RDMA: Convert drivers to use sgid_attr instead of sgid_index by Parav Pandit · 7 years ago
- d97099f IB{cm, core}: Introduce and use ah_attr copy, move, replace APIs by Jason Gunthorpe · 7 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 425cf5c RDMA/qedr: Fix NULL pointer dereference when running over iWARP without RDMA-CM by Kalderon, Michal · 7 years ago
- a1cdde8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
- d52c89f qed*: Utilize FW 8.37.2.0 by Michal Kalderon · 7 years ago
- 367d2f0 RDMA/qedr: fix spelling mistake: "adrresses" -> "addresses" by Colin Ian King · 7 years ago
- 0394808 Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-next by Jason Gunthorpe · 7 years ago
- 30bf066 RDMA/qedr: Fix doorbell bar mapping for dpi > 1 by Kalderon, Michal · 7 years ago
- ffab8c8 RDMA/qedr: fix spelling mistake: "failes" -> "fails" by Colin Ian King · 7 years ago
- 19fd08b Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
- 09c4854f RDMA/qedr: Fix wmb usage in qedr by Kalderon, Michal · 7 years ago
- 5793902 RDMA/qedr: Zero stack memory before copying to user space by Jason Gunthorpe · 7 years ago
- 3e44e0e IB/providers: Avoid null netdev check for RoCE by Parav Pandit · 7 years ago
- 14169e3 IB/providers: Avoid zero GID check for RoCE by Parav Pandit · 7 years ago
- 0e1f9b9 RDMA/providers: Simplify query_gid callback of RoCE providers by Parav Pandit · 7 years ago
- ca486a3 IB/qedr: Remove GID add/del dummy routines by Parav Pandit · 7 years ago
- c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 50bc60c qed*: Utilize FW 8.33.11.0 by Michal Kalderon · 7 years ago
- caf61b1 RDMA/qedr: Fix QP state initialization race by Kalderon, Michal · 7 years ago
- c3594f2 RDMA/qedr: fix QP's ack timeout configuration by Kalderon, Michal · 7 years ago
- 561e5d48 RDMA/qedr: eliminate duplicate barriers on weakly-ordered archs by Sinan Kaya · 7 years ago
- 551e1c6 RDMA/qedr: Fix iWARP write and send with immediate by Kalderon, Michal · 7 years ago
- e3fd112 RDMA/qedr: Fix kernel panic when running fio over NFSoRDMA by Kalderon, Michal · 7 years ago
- dc728f7 RDMA/qedr: lower print level of flushed CQEs by Kalderon, Michal · 7 years ago
- 7bed7eb RDMA/qedr: Fix endian problems around imm_data by Jason Gunthorpe · 7 years ago
- 7bced91 RDMA/qedr: Use zeroing memory allocator than allocator/memset by Himanshu Jha · 7 years ago
- 1b8a708b RDMA/qedr: Remove set-but-not-used variables by Bart Van Assche · 7 years ago
- 0089985 RDMA/qedr: Declare local functions static by Bart Van Assche · 7 years ago
- 7ae6f2a Merge branch 'qedr' into k.o/for-next by Doug Ledford · 7 years ago
- 89fd257 RDMA/qedr: Missing error code in qedr_init_user_queue() by Dan Carpenter · 7 years ago