1. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  2. 76251e1 RDMA/rxe: Remove pkey table by Kamal Heib · 4 years, 6 months ago
  3. 5f0b2a6 RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send queue by Mikhail Malygin · 4 years, 6 months ago
  4. 420bd9e RDMA/rxe: Remove rxe_link_layer() by Kamal Heib · 4 years, 6 months ago
  5. 293d844 RDMA/rxe: Return void from rxe_mem_init_dma() by Kamal Heib · 4 years, 6 months ago
  6. 42a3b15 RDMA: Remove the udata parameter from alloc_mr callback by Gal Pressman · 4 years, 6 months ago
  7. fa5d010 RDMA: Group create AH arguments in struct by Maor Gottlieb · 4 years, 9 months ago
  8. 97458fd RDMA/rxe: Increase DMA max_segment_size parameter by Bart Van Assche · 5 years ago
  9. f3fceba RDMA/rxe: Verify modify_device mask by Kamal Heib · 5 years ago
  10. 72a7720 RDMA: Introduce ib_port_phys_state enum by Kamal Heib · 5 years ago
  11. e39afe3 RDMA: Convert CQ allocations to be under core responsibility by Leon Romanovsky · 6 years ago
  12. a52c8e2 RDMA: Clean destroy CQ in drivers do not return errors by Leon Romanovsky · 6 years ago
  13. 7a15414 RDMA: Move owner into struct ib_device_ops by Jason Gunthorpe · 6 years ago
  14. 72c6ec1 RDMA: Move uverbs_abi_ver into struct ib_device_ops by Jason Gunthorpe · 6 years ago
  15. b9560a4 RDMA: Move driver_id into struct ib_device_ops by Jason Gunthorpe · 6 years ago
  16. 68e326d RDMA: Handle SRQ allocations by IB/core by Leon Romanovsky · 6 years ago
  17. d345691 RDMA: Handle AH allocations by IB/core by Leon Romanovsky · 6 years ago
  18. ff23dfa IB: Pass only ib_udata in function prototypes by Shamir Rabinovitch · 6 years ago
  19. c4367a2 IB: Pass uverbs_attr_bundle down ib_x destroy path by Shamir Rabinovitch · 6 years ago
  20. a2a074e RDMA: Handle ucontext allocations by IB/core by Leon Romanovsky · 6 years ago
  21. 66920e1 rdma_rxe: Use netlink messages to add/delete links by Steve Wise · 6 years ago
  22. ca22354 RDMA/rxe: Close a race after ib_register_device by Jason Gunthorpe · 6 years ago
  23. c367074 RDMA/rxe: Use driver_unregister and new unregistration API by Jason Gunthorpe · 6 years ago
  24. 4c173f5 RDMA/rxe: Use ib_device_get_by_netdev() instead of open coding by Jason Gunthorpe · 6 years ago
  25. 8994445 IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs by Shamir Rabinovitch · 6 years ago
  26. 21a428a RDMA: Handle PD allocations by IB/core by Leon Romanovsky · 6 years ago
  27. fa40718 RDMA/rxe: Move rxe_init_av() to rxe_av.c by Kamal Heib · 6 years ago
  28. 5474723 RDMA: Introduce and use rdma_device_to_ibdev() by Parav Pandit · 6 years ago
  29. ea4baf7 RDMA: Rename port_callback to init_port by Parav Pandit · 6 years ago
  30. 2553ba2 RDMA: Mark if destroy address handle is in a sleepable context by Gal Pressman · 6 years ago
  31. b090c4e RDMA: Mark if create address handle is in a sleepable context by Gal Pressman · 6 years ago
  32. e00b64f RDMA: Cleanup undesired pd->uobject usage by Shamir Rabinovitch · 6 years ago
  33. 573efc4 RDMA/rxe: Initialize ib_device_ops struct by Kamal Heib · 6 years ago
  34. 59590b8 IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbs by Yuval Shaia · 6 years ago
  35. 8c99596 IB/rxe: make rxe_unregister_device void by Zhu Yanjun · 6 years ago
  36. 5736c7c RDMA/rxe: Distinguish between down links and disabled links by Andrew Boyer · 6 years ago
  37. 508a523 RDMA/drivers: Use core provided API for registering device attributes by Parav Pandit · 6 years ago
  38. e349f85 RDMA: Fully setup the device name in ib_register_device by Jason Gunthorpe · 6 years ago
  39. d34ac5c RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const by Bart Van Assche · 6 years ago
  40. f696bf6 RDMA: Constify the argument of the work request conversion functions by Bart Van Assche · 6 years ago
  41. 2f229bc RDMA/rxe: Simplify the error handling code in rxe_create_ah() by Bart Van Assche · 7 years ago
  42. 47ec386 RDMA: Convert drivers to use sgid_attr instead of sgid_index by Parav Pandit · 7 years ago
  43. 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
  44. 1661d3b nvmet,rxe: defer ip datagram sending to tasklet by Alexandru Moise · 7 years ago
  45. e12ee8c IB/rxe: remove unused function variable by Zhu Yanjun · 7 years ago
  46. efc365e IB/rxe: Fix for oops in rxe_register_device on ppc64le arch by Mikhail Malygin · 7 years ago
  47. 39e00b6 IB/rxe: Removed GID add/del dummy routines by Parav Pandit · 7 years ago
  48. 414448d RDMA: Use ib_gid_attr during GID modification by Parav Pandit · 7 years ago
  49. 3e44e0e IB/providers: Avoid null netdev check for RoCE by Parav Pandit · 7 years ago
  50. 0e1f9b9 RDMA/providers: Simplify query_gid callback of RoCE providers by Parav Pandit · 7 years ago
  51. 0ede73b IB/uverbs: Extend uverbs_ioctl header with driver_id by Matan Barak · 7 years ago
  52. 0c43ab3 RDMA/rxe: Use structs to describe the uABI instead of opencoding by Jason Gunthorpe · 7 years ago
  53. b92ec0f RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attr by Jason Gunthorpe · 7 years ago
  54. a6544a6 RDMA/rxe: Fix an out-of-bounds read by Bart Van Assche · 7 years ago
  55. 316663c IB/rxe: remove redudant parameter in rxe_av_fill_ip_info by Zhu Yanjun · 7 years ago
  56. 45a290f IB/rxe: change the function rxe_av_fill_ip_info to void by Zhu Yanjun · 7 years ago
  57. 9c96f3d IB/rxe: remove unnecessary parameter in rxe_av_to_attr by Zhu Yanjun · 7 years ago
  58. ca3d9fe IB/rxe: change the function to void from int by Zhu Yanjun · 7 years ago
  59. 1a241db IB/rxe: remove redudant parameter in function by Zhu Yanjun · 7 years ago
  60. 6f301e0 RDMA/rxe: Fix a race condition related to the QP error state by Bart Van Assche · 7 years ago
  61. 3192c53 IB/rxe: don't crash, if allocation of crc algorithm failed by Thomas Bogendoerfer · 7 years ago
  62. ea6ee93 RDMA/rxe: Suppress gcc 7 fall-through complaints by Bart Van Assche · 7 years ago
  63. bfc3ae0 IB/rxe: Disable completion upcalls when a CQ is destroyed by Andrew Boyer · 7 years ago
  64. a5f6672 Merge branch 'misc' into k.o/for-next by Doug Ledford · 7 years ago
  65. d418619 IB/core: Add generic function to extract IB speed from netdev by Yuval Shaia · 8 years ago
  66. 6101382 IB/rxe: Use __func__ to print function's name by Kamal Heib · 8 years ago
  67. c05d266 IB/rxe: Use DEVICE_ATTR_RO macro to show parent field by Kamal Heib · 8 years ago
  68. 1217197 rxe: fix broken receive queue draining by Vijay Immanuel · 8 years ago
  69. 56012e1 IB/rxe: Set dma_mask and coherent_dma_mask by yonatanc · 8 years ago
  70. 07d432b rxe: Fix a sleep-in-atomic bug in post_one_send by Jia-Ju Bai · 8 years ago
  71. 67cf362 rxe: expose num_possible_cpus() cnum_comp_vectors by Sagi Grimberg · 8 years ago
  72. 44c5848 IB/core: Define 'ib' and 'roce' rdma_ah_attr types by Dasaratharaman Chandramouli · 8 years ago
  73. d8966fc IB/core: Use rdma_ah_attr accessor functions by Dasaratharaman Chandramouli · 8 years ago
  74. 9089885 IB/core: Rename struct ib_ah_attr to rdma_ah_attr by Dasaratharaman Chandramouli · 8 years ago
  75. eca7ddf IB/rxe: Initialize ib_ah_attr during query_ah by Dasaratharaman Chandramouli · 8 years ago
  76. 27b0b83 IB/rxe: fix typo: "algorithmi" -> "algorithm" by Colin Ian King · 8 years ago
  77. 4d6f285 {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 function by Yuval Shaia · 8 years ago
  78. cee2688 IB/rxe: Offload CRC calculation when possible by yonatanc · 8 years ago
  79. 0b1e5b9 IB/rxe: Add port protocol stats by Yonatan Cohen · 8 years ago
  80. 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
  81. af17fe7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  82. c4550c6 IB: Query ports via the core instead of direct into the driver by Or Gerlitz · 8 years ago
  83. 0bbb3b7 IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating it by Bart Van Assche · 8 years ago
  84. 85e9f1d IB/rxe: Switch from dma_device to dev.parent by Bart Van Assche · 8 years ago
  85. 839f5ac IB/rxe: Remove a pointless indirection layer by Bart Van Assche · 8 years ago
  86. 9032ad7 Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-test by Doug Ledford · 8 years ago
  87. 477864c IB/core: Let create_ah return extended response to user by Moni Shoua · 8 years ago
  88. 5b9ea16 IB/rxe: Fix ref leak in rxe_create_qp() by Andrew Boyer · 8 years ago
  89. accacb8 IB/rxe: Add support for IB_CQ_REPORT_MISSED_EVENTS by Andrew Boyer · 8 years ago
  90. e404f94 IB/rxe: improved debug prints & code cleanup by Parav Pandit · 8 years ago
  91. 063af59 IB/rxe: Avoid scheduling tasklet for userspace QP by Parav Pandit · 8 years ago
  92. 8700e3e Soft RoCE driver by Moni Shoua · 9 years ago