- 09ce351d IB/hfi1: Add limit test for RC/UC send via loopback by Mike Marciniszyn · 7 years ago
- f55c3ec IB/rxe: Reuse code which sets port state by Yuval Shaia · 7 years ago
- d5108e6 IB/rxe: Make counters thread safe by Parav Pandit · 7 years ago
- 2553ba2 RDMA: Mark if destroy address handle is in a sleepable context by Gal Pressman · 7 years ago
- b090c4e RDMA: Mark if create address handle is in a sleepable context by Gal Pressman · 7 years ago
- e00b64f RDMA: Cleanup undesired pd->uobject usage by Shamir Rabinovitch · 7 years ago
- 3023a1e RDMA: Start use ib_device_ops by Kamal Heib · 7 years ago
- 02a42f8 RDMA/rdmavt: Initialize ib_device_ops struct by Kamal Heib · 7 years ago
- 573efc4 RDMA/rxe: Initialize ib_device_ops struct by Kamal Heib · 7 years ago
- 59590b8 IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbs by Yuval Shaia · 7 years ago
- 28ab1bb Merge tag 'v4.20-rc6' into rdma.git for-next by Jason Gunthorpe · 7 years ago
- 6db21d8 IB/rxe: Fix incorrect cache cleanup in error flow by Yuval Shaia · 7 years ago
- e7521d8 IB/rxe: Utilize generic function to validate port number by Yuval Shaia · 7 years ago
- 1ceb25c IB/rxe: Make function rxe_pool_cleanup return void by Yuval Shaia · 7 years ago
- 5190f05 IB/hfi1: Allow the driver to initialize QP priv struct by Mike Marciniszyn · 7 years ago
- b024dd0 rxe: IB_WR_REG_MR does not capture MR's iova field by Chuck Lever · 7 years ago
- 4f32fb9 RDMA/rdmavt: Fix rvt_create_ah function signature by Kamal Heib · 7 years ago
- 8c99596 IB/rxe: make rxe_unregister_device void by Zhu Yanjun · 7 years ago
- a854b1e IB/rxe: move the variable into the function that uses it by Zhu Yanjun · 7 years ago
- 6e5559b RDMA/rxe: Add link_down, rdma_sends, rdma_recvs stats counters by Andrew Boyer · 7 years ago
- 5736c7c RDMA/rxe: Distinguish between down links and disabled links by Andrew Boyer · 7 years ago
- e48d8ed rxe: fix error completion wr_id and qp_num by Sagi Grimberg · 7 years ago
- 4e588c8 IB/rxe: clean skb queue directly by Zhu Yanjun · 7 years ago
- 508a523 RDMA/drivers: Use core provided API for registering device attributes by Parav Pandit · 7 years ago
- 0797e6f IB/rxe: Remove unnecessary enum values by Nathan Chancellor · 7 years ago
- 1570346 IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavt by Venkata Sandeep Dhanalakota · 7 years ago
- 116aa03 IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavt by Venkata Sandeep Dhanalakota · 7 years ago
- 019f118 IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavt by Brian Welty · 7 years ago
- d31131b RDMA: Remove unused parameter from ib_modify_qp_is_ok() by Kamal Heib · 7 years ago
- 0324162 RDMA/rxe: Remove unused addr_same() by Kamal Heib · 7 years ago
- aae0484 IB/rxe: avoid srq memory leak by Zhu Yanjun · 7 years ago
- d205a06a IB/rdmavt: Rename check_send_wqe as setup_wqe by Kaike Wan · 7 years ago
- 721ad7e IB/rxe: replace kvfree with vfree by Zhu Yanjun · 7 years ago
- 9de6986 RDMA/drivers: Use dev_name instead of ibdev->name by Jason Gunthorpe · 7 years ago
- 5a738b5 RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->name by Jason Gunthorpe · 7 years ago
- e349f85 RDMA: Fully setup the device name in ib_register_device by Jason Gunthorpe · 7 years ago
- 0b79b27 IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of posting by Michael J. Ruhl · 7 years ago
- 030e46e IB/rxe: fixes for rdma read retry by Vijay Immanuel · 7 years ago
- 4e4c53d IB/rxe: avoid back-to-back retries by Vijay Immanuel · 7 years ago
- b97db58 IB/rxe: fix for duplicate request processing and ack psns by Vijay Immanuel · 7 years ago
- 1703129 IB/rxe: Refactor lookup memory function by Parav Pandit · 7 years ago
- 536a631 IB/rxe: Avoid NULL check when search is successful by Parav Pandit · 7 years ago
- 3ccf19e IB/rxe: Change pool state enums to capital letters by Parav Pandit · 7 years ago
- 66d0f20 IB/rxe: Replace spinlock with rwlock by Parav Pandit · 7 years ago
- 3db2bce IB/rxe: Simplify rxe_find_route() to avoid GID query for netdev by Parav Pandit · 7 years ago
- 8b7b59d IB/rxe: remove redudant qpn check by Zhu Yanjun · 7 years ago
- d3c04a3 IB/rxe: vary the source udp port for receive scaling by Vijay Immanuel · 7 years ago
- 89982f7 Merge tag 'v4.18' into rdma.git for-next by Jason Gunthorpe · 7 years ago
- 61b717d0 RDMA/rxe: Set wqe->status correctly if an unexpected response is received by Bart Van Assche · 7 years ago
- 8380b74 RDMA/providers: Fix return value from create_srq callbacks by Kamal Heib · 7 years ago
- d34ac5c RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const by Bart Van Assche · 7 years ago
- f696bf6 RDMA: Constify the argument of the work request conversion functions by Bart Van Assche · 7 years ago
- 536ca24 IB/rxe: Drop QP0 silently by Zhu Yanjun · 7 years ago
- 2f229bc RDMA/rxe: Simplify the error handling code in rxe_create_ah() by Bart Van Assche · 7 years ago
- 24c937b IB/rxe: don't clear the tx queue on every transfer by Vijay Immanuel · 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
- b90575c IB/rxe: avoid unnecessary NULL check by Zhu Yanjun · 7 years ago
- 92cf36e IB/rxe: support for 802.1q VLAN on the listener by Vijay Immanuel · 7 years ago
- 6a965ee IB/rxe: increase max MR limit by Vijay Immanuel · 7 years ago
- 375dc53 IB/rxe: Fix missing completion for mem_reg work requests by Vijay Immanuel · 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
- 7f3ee8e IB/rxe: Do not hide uABI stuff in memcpy by Jason Gunthorpe · 7 years ago
- 82f82ce IB/rxe: Use rdma GID API by Parav Pandit · 7 years ago
- fd7bece treewide: Use array_size() in vzalloc_node() by Kees Cook · 7 years ago
- 590b5b7 treewide: kzalloc_node() -> kcalloc_node() by Kees Cook · 7 years ago
- 828d810 IB/rxe: avoid double kfree skb by Zhu Yanjun · 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
- 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
- acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 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
- bb42f87 IB/rxe: avoid unnecessary export by Zhu Yanjun · 7 years ago
- 3ce459c IB/{rdmavt,hfi1}: Change hrtimer add to use pinned version by Mike Marciniszyn · 7 years ago
- da2f3b2 IB/rxe: avoid calling WARN_ON_ONCE twice by Zhu Yanjun · 7 years ago
- e02637e IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPS by Ben Hutchings · 7 years ago
- 832369f IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavt by Brian Welty · 7 years ago
- 5d18ee6 IB/{hfi1, rdmavt, qib}: Implement CQ completion vector support by Sebastian Sanchez · 7 years ago
- af8aab7 IB/hfi1: Optimize kthread pointer locking when queuing CQ entries by Sebastian Sanchez · 7 years ago
- f5e27a2 Merge branch 'k.o/for-rc' into k.o/wip/dl-for-next by Doug Ledford · 7 years ago
- 1661d3b0 nvmet,rxe: defer ip datagram sending to tasklet by Alexandru Moise · 7 years ago
- ecb238f IB/cxgb4: use skb_put_zero()/__skb_put_zero by YueHaibing · 7 years ago
- 9fd4350 IB/rxe: avoid double kfree_skb by Zhu Yanjun · 7 years ago
- 2da36d4 IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INV by Jianchao Wang · 7 years ago
- e12ee8c IB/rxe: remove unused function variable by Zhu Yanjun · 7 years ago
- 0dff463 IB/rxe: change rxe_set_mtu function type to void by Zhu Yanjun · 7 years ago
- 10c47d5 IB/rxe: Change rxe_rcv to return void by Yuval Shaia · 7 years ago
- fe896ce IB/rxe: replace refcount_inc with skb_get by Zhu Yanjun · 7 years ago
- 2e47350 IB/rxe: optimize the function duplicate_request by Zhu Yanjun · 7 years ago
- 8f1a72c IB/rxe: make rxe_release_udp_tunnel static by Zhu Yanjun · 7 years ago
- 76be045 IB/rxe: avoid export symbols by Zhu Yanjun · 7 years ago
- 0f02ba7 IB/rxe: make the variable static by Zhu Yanjun · 7 years ago
- efc365e IB/rxe: Fix for oops in rxe_register_device on ppc64le arch by Mikhail Malygin · 7 years ago
- 39e00b6 IB/rxe: Removed GID add/del dummy routines by Parav Pandit · 7 years ago
- 414448d RDMA: Use ib_gid_attr during GID modification by Parav Pandit · 7 years ago
- 3e44e0e IB/providers: Avoid null netdev 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
- 99dae69 IB/rxe: optimize mcast recv process by Zhu Yanjun · 7 years ago
- f2e9bfa RDMA/rxe: Fix uABI structure layouts for 32/64 compat by Jason Gunthorpe · 7 years ago
- 0ede73b IB/uverbs: Extend uverbs_ioctl header with driver_id by Matan Barak · 7 years ago