- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- 76251e1 RDMA/rxe: Remove pkey table by Kamal Heib · 4 years, 6 months ago
- 5f0b2a6 RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send queue by Mikhail Malygin · 4 years, 6 months ago
- 420bd9e RDMA/rxe: Remove rxe_link_layer() by Kamal Heib · 4 years, 6 months ago
- 293d844 RDMA/rxe: Return void from rxe_mem_init_dma() by Kamal Heib · 4 years, 6 months ago
- 42a3b15 RDMA: Remove the udata parameter from alloc_mr callback by Gal Pressman · 4 years, 6 months ago
- fa5d010 RDMA: Group create AH arguments in struct by Maor Gottlieb · 4 years, 9 months ago
- 97458fd RDMA/rxe: Increase DMA max_segment_size parameter by Bart Van Assche · 5 years ago
- f3fceba RDMA/rxe: Verify modify_device mask by Kamal Heib · 5 years ago
- 72a7720 RDMA: Introduce ib_port_phys_state enum by Kamal Heib · 5 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
- 7a15414 RDMA: Move owner into struct ib_device_ops by Jason Gunthorpe · 6 years ago
- 72c6ec1 RDMA: Move uverbs_abi_ver into struct ib_device_ops by Jason Gunthorpe · 6 years ago
- b9560a4 RDMA: Move driver_id into struct ib_device_ops by Jason Gunthorpe · 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
- ff23dfa IB: Pass only ib_udata in function prototypes by Shamir Rabinovitch · 6 years ago
- c4367a2 IB: Pass uverbs_attr_bundle down ib_x destroy path by Shamir Rabinovitch · 6 years ago
- a2a074e RDMA: Handle ucontext allocations by IB/core by Leon Romanovsky · 6 years ago
- 66920e1 rdma_rxe: Use netlink messages to add/delete links by Steve Wise · 6 years ago
- ca22354 RDMA/rxe: Close a race after ib_register_device by Jason Gunthorpe · 6 years ago
- c367074 RDMA/rxe: Use driver_unregister and new unregistration API by Jason Gunthorpe · 6 years ago
- 4c173f5 RDMA/rxe: Use ib_device_get_by_netdev() instead of open coding by Jason Gunthorpe · 6 years ago
- 8994445 IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs by Shamir Rabinovitch · 6 years ago
- 21a428a RDMA: Handle PD allocations by IB/core by Leon Romanovsky · 6 years ago
- fa40718 RDMA/rxe: Move rxe_init_av() to rxe_av.c by Kamal Heib · 6 years ago
- 5474723 RDMA: Introduce and use rdma_device_to_ibdev() by Parav Pandit · 6 years ago
- ea4baf7 RDMA: Rename port_callback to init_port by Parav Pandit · 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
- 573efc4 RDMA/rxe: Initialize ib_device_ops struct by Kamal Heib · 6 years ago
- 59590b8 IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbs by Yuval Shaia · 6 years ago
- 8c99596 IB/rxe: make rxe_unregister_device void by Zhu Yanjun · 6 years ago
- 5736c7c RDMA/rxe: Distinguish between down links and disabled links by Andrew Boyer · 6 years ago
- 508a523 RDMA/drivers: Use core provided API for registering device attributes by Parav Pandit · 6 years ago
- e349f85 RDMA: Fully setup the device name in ib_register_device by Jason Gunthorpe · 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
- 2f229bc RDMA/rxe: Simplify the error handling code in rxe_create_ah() by Bart Van Assche · 7 years ago
- 47ec386 RDMA: Convert drivers to use sgid_attr instead of sgid_index by Parav Pandit · 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
- 1661d3b nvmet,rxe: defer ip datagram sending to tasklet by Alexandru Moise · 7 years ago
- e12ee8c IB/rxe: remove unused function variable 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
- 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
- a6544a6 RDMA/rxe: Fix an out-of-bounds read by Bart Van Assche · 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
- 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
- 6f301e0 RDMA/rxe: Fix a race condition related to the QP error state by Bart Van Assche · 7 years ago
- 3192c53 IB/rxe: don't crash, if allocation of crc algorithm failed by Thomas Bogendoerfer · 7 years ago
- ea6ee93 RDMA/rxe: Suppress gcc 7 fall-through complaints by Bart Van Assche · 7 years ago
- bfc3ae0 IB/rxe: Disable completion upcalls when a CQ is destroyed by Andrew Boyer · 7 years ago
- a5f6672 Merge branch 'misc' into k.o/for-next by Doug Ledford · 7 years ago
- d418619 IB/core: Add generic function to extract IB speed from netdev by Yuval Shaia · 8 years ago
- 6101382 IB/rxe: Use __func__ to print function's name by Kamal Heib · 8 years ago
- c05d266 IB/rxe: Use DEVICE_ATTR_RO macro to show parent field by Kamal Heib · 8 years ago
- 1217197 rxe: fix broken receive queue draining by Vijay Immanuel · 8 years ago
- 56012e1 IB/rxe: Set dma_mask and coherent_dma_mask by yonatanc · 8 years ago
- 07d432b rxe: Fix a sleep-in-atomic bug in post_one_send by Jia-Ju Bai · 8 years ago
- 67cf362 rxe: expose num_possible_cpus() cnum_comp_vectors by Sagi Grimberg · 8 years ago
- 44c5848 IB/core: Define 'ib' and 'roce' rdma_ah_attr types by Dasaratharaman Chandramouli · 8 years ago
- d8966fc IB/core: Use rdma_ah_attr accessor functions by Dasaratharaman Chandramouli · 8 years ago
- 9089885 IB/core: Rename struct ib_ah_attr to rdma_ah_attr by Dasaratharaman Chandramouli · 8 years ago
- eca7ddf IB/rxe: Initialize ib_ah_attr during query_ah by Dasaratharaman Chandramouli · 8 years ago
- 27b0b83 IB/rxe: fix typo: "algorithmi" -> "algorithm" by Colin Ian King · 8 years ago
- 4d6f285 {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 function by Yuval Shaia · 8 years ago
- cee2688 IB/rxe: Offload CRC calculation when possible by yonatanc · 8 years ago
- 0b1e5b9 IB/rxe: Add port protocol stats by Yonatan Cohen · 8 years ago
- ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- af17fe7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- c4550c6 IB: Query ports via the core instead of direct into the driver by Or Gerlitz · 8 years ago
- 0bbb3b7 IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating it by Bart Van Assche · 8 years ago
- 85e9f1d IB/rxe: Switch from dma_device to dev.parent by Bart Van Assche · 8 years ago
- 839f5ac IB/rxe: Remove a pointless indirection layer by Bart Van Assche · 8 years ago
- 9032ad7 Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-test by Doug Ledford · 8 years ago
- 477864c IB/core: Let create_ah return extended response to user by Moni Shoua · 8 years ago
- 5b9ea16 IB/rxe: Fix ref leak in rxe_create_qp() by Andrew Boyer · 8 years ago
- accacb8 IB/rxe: Add support for IB_CQ_REPORT_MISSED_EVENTS by Andrew Boyer · 8 years ago
- e404f94 IB/rxe: improved debug prints & code cleanup by Parav Pandit · 8 years ago
- 063af59 IB/rxe: Avoid scheduling tasklet for userspace QP by Parav Pandit · 8 years ago
- 8700e3e Soft RoCE driver by Moni Shoua · 9 years ago