1. 08805fd RDMA/hns: Split hw v1 driver from hns roce driver by Wei Hu(Xavier) · 8 years ago
  2. b0e32e2 Merge branch 'k.o/for-4.13-rc' into k.o/for-next by Doug Ledford · 8 years ago
  3. 5b59a39 IB/hns: fix memory leak on ah on error return path by Colin Ian King · 8 years ago
  4. 3e5f088 IB/hns: Avoid compile test under non 64bit environments by Matan Barak · 8 years ago
  5. 8ccf098 Revert "RDMA/hns: fix build regression" by Doug Ledford · 8 years ago
  6. 5db465f IB/hns: checking for IS_ERR() instead of NULL by Dan Carpenter · 8 years ago
  7. 967de35 IB/hns: include linux/interrupt.h by Arnd Bergmann · 8 years ago
  8. ecd840f RDMA/hns: fix build regression by Doug Ledford · 8 years ago
  9. d1d7149 IB/hns: fix semicolon.cocci warnings by kbuild test robot · 8 years ago
  10. 87809f8 IB/hns: fix returnvar.cocci warnings by kbuild test robot · 8 years ago
  11. 3756c7f IB/hns: fix boolreturn.cocci warnings by kbuild test robot · 8 years ago
  12. e89bf46 IB/hns: Support compile test for hns RoCE driver by Matan Barak · 8 years ago
  13. 5f110ac4 IB/hns: Fix for checkpatch.pl comment style warnings by oulijun · 8 years ago
  14. d322f00 IB/hns: Fix the bug with modifying the MAC address without removing the driver by oulijun · 8 years ago
  15. 9de61d3 IB/hns: Fix the bug with rdma operation by oulijun · 8 years ago
  16. 58c4f0d IB/hns: Fix the bug with wild pointer when destroy rc qp by oulijun · 8 years ago
  17. 5802883 IB/hns: Fix the bug of polling cq failed for loopback Qps by oulijun · 8 years ago
  18. 98e77d9 IB: Convert msleep below 20ms to usleep_range by Leon Romanovsky · 8 years ago
  19. ad61dd3 scripts/spelling.txt: add regsiter -> register spelling mistake by Stephen Boyd · 8 years ago
  20. d1b7c93 scripts/spelling.txt: add "memory" pattern and fix typos by Stephen Boyd · 8 years ago
  21. 44c5848 IB/core: Define 'ib' and 'roce' rdma_ah_attr types by Dasaratharaman Chandramouli · 8 years ago
  22. d8966fc IB/core: Use rdma_ah_attr accessor functions by Dasaratharaman Chandramouli · 8 years ago
  23. 9089885 IB/core: Rename struct ib_ah_attr to rdma_ah_attr by Dasaratharaman Chandramouli · 8 years ago
  24. 3e7e119 IB: Replace ib_umem page_size by page_shift by Artemy Kovalyov · 8 years ago
  25. 5b0ff9a infiniband: hns: avoid gcc-7.0.1 warning for uninitialized data by Arnd Bergmann · 8 years ago
  26. 4418b27 IB/hns: Use kcalloc() in hns_roce_buddy_init() by Markus Elfring · 8 years ago
  27. e1d717d IB/hns: Use kmalloc_array() in hns_roce_cmd_use_events() by Markus Elfring · 8 years ago
  28. cd6ce4a IB/hns: Explicitly include linux/of.h by Mark Brown · 8 years ago
  29. 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
  30. af17fe7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  31. 3ecc16c IB/hns: include linux/module.h by Arnd Bergmann · 8 years ago
  32. c4550c6 IB: Query ports via the core instead of direct into the driver by Or Gerlitz · 9 years ago
  33. fecd02e IB/hns: Switch from dma_device to dev.parent by Bart Van Assche · 9 years ago
  34. 86ef0be Merge branch 'mlx' into merge-test by Doug Ledford · 9 years ago
  35. 477864c IB/core: Let create_ah return extended response to user by Moni Shoua · 9 years ago
  36. 4d40995 IB/hns: Move HNS RoCE user vendor structures by Leon Romanovsky · 9 years ago
  37. 3b5184b IB/hns: Fix the IB device name by Lijun Ou · 9 years ago
  38. afb6b09 IB/hns: Fix the bug when free cq by Shaobo Xu · 9 years ago
  39. 19a408e IB/hns: Delete the redundant memset operation by Wei Hu (Xavier) · 9 years ago
  40. 9daed0a IB/hns: Fix the bug of setting port mtu by Wei Hu (Xavier) · 9 years ago
  41. bfcc681 IB/hns: Fix the bug when free mr by Shaobo Xu · 9 years ago
  42. d838c48 IB/hns: Fix the bug when destroy qp by Wei Hu (Xavier) · 9 years ago
  43. e84e40be IB/hns: Fix for Checkpatch.pl comment style errors by Salil · 9 years ago
  44. 8254746 IB/hns: Implement the add_gid/del_gid and optimize the GIDs management by Shaobo Xu · 9 years ago
  45. 5e6ff78 IB/hns: Change qpn allocation to round-robin mode. by Wei Hu (Xavier) · 9 years ago
  46. dd783a2 IB/hns: Modify query info named port_num when querying RC QP by Wei Hu (Xavier) · 9 years ago
  47. 6b877c3 IB/hns: Modify the macro for the timeout when cmd process by Wei Hu (Xavier) · 9 years ago
  48. 1dec243 IB/hns: Fix the bug for qp state in hns_roce_v1_m_qp() by Lijun Ou · 9 years ago
  49. 80596c6 IB/hns: Modify the condition of notifying hardware loopback by Lijun Ou · 9 years ago
  50. 543bfe6 IB/hns: add self loopback for CM by Lijun Ou · 9 years ago
  51. 8d497eb IB/hns: Optimize the logic of allocating memory using APIs by Wei Hu (Xavier) · 9 years ago
  52. 8f3e9f3 IB/hns: Add code for refreshing CQ CI using TPTR by Wei Hu (Xavier) · 9 years ago
  53. 9eefa95 IB/hns: Add the interface for querying QP1 by Lijun Ou · 9 years ago
  54. 1bdab40 IB/hns: Fix for removal of redundant code by Salil · 9 years ago
  55. deb17f6 IB/hns: Delete the redundant lines in hns_roce_v1_m_qp() by Lijun Ou · 9 years ago
  56. 3e41387 IB/hns: Fix the bug when platform_get_resource() exec fail by Lijun Ou · 9 years ago
  57. 1fad5fab IB/hns: Update the rq head when modify qp state by Lijun Ou · 9 years ago
  58. 24f0c9c IB/hns: Cq has not been freed by Lijun Ou · 9 years ago
  59. cb81464 IB/hns: Validate mtu when modified qp by Lijun Ou · 9 years ago
  60. 7c7a4ea IB/hns: Some items of qpc need to take user param by Lijun Ou · 9 years ago
  61. c6c3bfe IB/hns: The Ack timeout need a lower limit value by Lijun Ou · 9 years ago
  62. 07182fa IB/hns: Return bad wr while post send failed by Lijun Ou · 9 years ago
  63. 1cd1106 IB/hns: Fix bug of memory leakage for registering user mr by Lijun Ou · 9 years ago
  64. 49fdf6b IB/hns: Modify the init of iboe lock by Lijun Ou · 9 years ago
  65. c4a193d IB/hns: Optimize code of aeq and ceq interrupt handle and fix the bug of qpn by Wei Hu (Xavier) · 9 years ago
  66. 1ca5b25 IB/hns: Delete the sqp_start from the structure hns_roce_caps by Wei Hu (Xavier) · 9 years ago
  67. 97f0e39 IB/hns: Fix bug of clear hem by Wei Hu (Xavier) · 9 years ago
  68. 7644570 IB/hns: Remove unused parameter named qp_type by Lijun Ou · 9 years ago
  69. a598c6f IB/hns: Simplify function of pd alloc and qp alloc by Lijun Ou · 9 years ago
  70. ed3e6d0 IB/hns: Fix bug of using uninit refcount and free by Lijun Ou · 9 years ago
  71. 622b85f IB/hns: Remove parameters of resize cq by Lijun Ou · 9 years ago
  72. a4be892 IB/hns: Remove unused parameters in some functions by Lijun Ou · 9 years ago
  73. ac11125 IB/hns: Fix two bugs for rdma cm connecting by Lijun Ou · 9 years ago
  74. 509bf0c IB/hns: Fix the bug of rdma cm connecting on user mode by Lijun Ou · 9 years ago
  75. b280db5 IB/hns: Change the logic for allocating uar registers by Lijun Ou · 9 years ago
  76. 7716809 IB/hns: Add phy_port for computing GSI/QPN by Lijun Ou · 9 years ago
  77. c24bf89 IB/hns: Fix two possible bugs for rdma cm by Lijun Ou · 9 years ago
  78. a74aab6 IB/hns: Fix the value of device_cap_flags by Lijun Ou · 9 years ago
  79. 3164466 IB/hns: Add & initialize "node_guid" parameter for RDMA CM by Lijun Ou · 9 years ago
  80. 2eefca2 IB/hns: Register HNS RoCE Driver get_netdev() with IB Core by Lijun Ou · 9 years ago
  81. 528f1de IB/hns: Add support of ACPI to the Hisilicon RoCE driver by Salil · 9 years ago
  82. 204f69b IB/hns: Fix return value check in hns_roce_get_cfg() by Wei Yongjun · 9 years ago
  83. 8793f77 IB/hns: Kconfig and Makefile for RoCE module by oulijun · 9 years ago
  84. 9a44353 IB/hns: Add driver files for hns RoCE driver by oulijun · 9 years ago