- 89982f7 Merge tag 'v4.18' into rdma.git for-next by Jason Gunthorpe · 6 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 · 6 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
- 0c43ab3 RDMA/rxe: Use structs to describe the uABI instead of opencoding by Jason Gunthorpe · 7 years ago
- b92ec0f RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attr by Jason Gunthorpe · 7 years ago
- 95da6e96 RDMAVT: Fix synchronization around percpu_ref by Tejun Heo · 7 years ago
- 43c9fc5 rdma_rxe: make rxe work over 802.1q VLAN devices by Martin Wilck · 7 years ago
- 8a18e91 IB: remove duplicate header files by Zhu Yanjun · 7 years ago
- befd8d9 IB/rxe: change the function rxe_init_device_param type by Zhu Yanjun · 7 years ago
- 31f1bd1 IB/rxe: remove unnecessary rxe in rxe_send by Zhu Yanjun · 7 years ago
- 86af617 IB/rxe: remove unnecessary skb_clone by Zhu Yanjun · 7 years ago
- a6544a6 RDMA/rxe: Fix an out-of-bounds read by Bart Van Assche · 7 years ago
- 042932f infiniband: remove redundant assignment to pointer 'rdi' by Colin Ian King · 7 years ago
- c33bab6 IB/rxe: Remove unused variable (char *rxe_qp_state_name[]) by Hernán Gonzalez · 7 years ago
- 7061f28 rxe: Do not use 'struct sockaddr' in a uapi header by Jason Gunthorpe · 7 years ago
- 2246edf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
- 316663c IB/rxe: remove redudant parameter in rxe_av_fill_ip_info by Zhu Yanjun · 7 years ago
- 45a290f IB/rxe: change the function rxe_av_fill_ip_info to void by Zhu Yanjun · 7 years ago
- a402dc4 IB/rxe: change the function to void from int by Zhu Yanjun · 7 years ago
- 9c96f3d IB/rxe: remove unnecessary parameter in rxe_av_to_attr by Zhu Yanjun · 7 years ago
- ca3d9fe IB/rxe: change the function to void from int by Zhu Yanjun · 7 years ago
- 1a241db IB/rxe: remove redudant parameter in function by Zhu Yanjun · 7 years ago
- 7b1cd95 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
- 0812ed1 IB/rxe: Change RDMA_RXE kconfig to use select by Jason Gunthorpe · 7 years ago
- bb3ffb7 RDMA/rxe: Fix rxe_qp_cleanup() by Bart Van Assche · 7 years ago
- 65567e4 RDMA/rxe: Fix a race condition in rxe_requester() by Bart Van Assche · 7 years ago
- c966ea1 RDMA: Mark imm_data as be32 in the verbs uapi header by Jason Gunthorpe · 7 years ago
- 4f9a301 infiniband: fix sw/rdmavt/* kernel-doc notation by Randy Dunlap · 7 years ago
- 6f301e0 RDMA/rxe: Fix a race condition related to the QP error state by Bart Van Assche · 7 years ago
- 5793b46 IB/rxe: remove unnecessary skb_clone in xmit by Zhu Yanjun · 7 years ago
- 91eab79 IB/rxe: add the static type to the variable by Zhu Yanjun · 7 years ago
- 57f6b66 IB/rdmavt: Add trace for RNRNAK timer by Kaike Wan · 7 years ago
- db9a2c6 IB/rdmavt: Allocate CQ memory on the correct node by Mike Marciniszyn · 7 years ago
- f5b53b0 IB/rdmavt: Use correct numa node for SRQ allocation by Mike Marciniszyn · 7 years ago
- 06f2597 IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcall by Michael J. Ruhl · 7 years ago
- 437ff78 IB/rdmavt: No need to cancel RNRNAK retry timer when it is running by Kaike Wan · 7 years ago
- 9ef77bd RDMA/rxe: Remove useless EXPORT_SYMBOL by Leon Romanovsky · 7 years ago
- fe78acf IB/rxe: Avoid passing unused index pointer which is optional by Parav Pandit · 7 years ago
- adf90eb drivers/infiniband: Remove now-redundant smp_read_barrier_depends() by Paul E. McKenney · 7 years ago
- 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 3c07347 drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node() by Johannes Thumshirn · 7 years ago
- ad0835a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
- 3192c53 IB/rxe: don't crash, if allocation of crc algorithm failed by Thomas Bogendoerfer · 7 years ago
- 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 3bfbea7 IB/rxe: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
- 894b82c Merge branch 'timer_setup' into for-next by Doug Ledford · 7 years ago
- a2930e5 IB/rdmavt: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- e527ff9 Merge branch 'hfi1' into k.o/for-next by Doug Ledford · 7 years ago