1. 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
  2. af17fe7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  3. 3ecc16c IB/hns: include linux/module.h by Arnd Bergmann · 8 years ago
  4. c4550c6 IB: Query ports via the core instead of direct into the driver by Or Gerlitz · 8 years ago
  5. fecd02e IB/hns: Switch from dma_device to dev.parent by Bart Van Assche · 8 years ago
  6. 86ef0be Merge branch 'mlx' into merge-test by Doug Ledford · 8 years ago
  7. 477864c IB/core: Let create_ah return extended response to user by Moni Shoua · 8 years ago
  8. 4d40995 IB/hns: Move HNS RoCE user vendor structures by Leon Romanovsky · 8 years ago
  9. 3b5184b IB/hns: Fix the IB device name by Lijun Ou · 8 years ago
  10. afb6b09 IB/hns: Fix the bug when free cq by Shaobo Xu · 8 years ago
  11. 19a408e IB/hns: Delete the redundant memset operation by Wei Hu (Xavier) · 8 years ago
  12. 9daed0a IB/hns: Fix the bug of setting port mtu by Wei Hu (Xavier) · 8 years ago
  13. bfcc681 IB/hns: Fix the bug when free mr by Shaobo Xu · 8 years ago
  14. d838c48 IB/hns: Fix the bug when destroy qp by Wei Hu (Xavier) · 8 years ago
  15. e84e40be IB/hns: Fix for Checkpatch.pl comment style errors by Salil · 8 years ago
  16. 8254746 IB/hns: Implement the add_gid/del_gid and optimize the GIDs management by Shaobo Xu · 8 years ago
  17. 5e6ff78 IB/hns: Change qpn allocation to round-robin mode. by Wei Hu (Xavier) · 8 years ago
  18. dd783a2 IB/hns: Modify query info named port_num when querying RC QP by Wei Hu (Xavier) · 8 years ago
  19. 6b877c3 IB/hns: Modify the macro for the timeout when cmd process by Wei Hu (Xavier) · 8 years ago
  20. 1dec243 IB/hns: Fix the bug for qp state in hns_roce_v1_m_qp() by Lijun Ou · 8 years ago
  21. 80596c6 IB/hns: Modify the condition of notifying hardware loopback by Lijun Ou · 8 years ago
  22. 543bfe6 IB/hns: add self loopback for CM by Lijun Ou · 8 years ago
  23. 8d497eb IB/hns: Optimize the logic of allocating memory using APIs by Wei Hu (Xavier) · 8 years ago
  24. 8f3e9f3 IB/hns: Add code for refreshing CQ CI using TPTR by Wei Hu (Xavier) · 8 years ago
  25. 9eefa95 IB/hns: Add the interface for querying QP1 by Lijun Ou · 8 years ago
  26. 1bdab40 IB/hns: Fix for removal of redundant code by Salil · 8 years ago
  27. deb17f6 IB/hns: Delete the redundant lines in hns_roce_v1_m_qp() by Lijun Ou · 8 years ago
  28. 3e41387 IB/hns: Fix the bug when platform_get_resource() exec fail by Lijun Ou · 8 years ago
  29. 1fad5fab IB/hns: Update the rq head when modify qp state by Lijun Ou · 8 years ago
  30. 24f0c9c IB/hns: Cq has not been freed by Lijun Ou · 8 years ago
  31. cb81464 IB/hns: Validate mtu when modified qp by Lijun Ou · 8 years ago
  32. 7c7a4ea IB/hns: Some items of qpc need to take user param by Lijun Ou · 8 years ago
  33. c6c3bfe IB/hns: The Ack timeout need a lower limit value by Lijun Ou · 8 years ago
  34. 07182fa IB/hns: Return bad wr while post send failed by Lijun Ou · 8 years ago
  35. 1cd1106 IB/hns: Fix bug of memory leakage for registering user mr by Lijun Ou · 8 years ago
  36. 49fdf6b IB/hns: Modify the init of iboe lock by Lijun Ou · 8 years ago
  37. c4a193d IB/hns: Optimize code of aeq and ceq interrupt handle and fix the bug of qpn by Wei Hu (Xavier) · 8 years ago
  38. 1ca5b25 IB/hns: Delete the sqp_start from the structure hns_roce_caps by Wei Hu (Xavier) · 8 years ago
  39. 97f0e39 IB/hns: Fix bug of clear hem by Wei Hu (Xavier) · 8 years ago
  40. 7644570 IB/hns: Remove unused parameter named qp_type by Lijun Ou · 8 years ago
  41. a598c6f IB/hns: Simplify function of pd alloc and qp alloc by Lijun Ou · 8 years ago
  42. ed3e6d0 IB/hns: Fix bug of using uninit refcount and free by Lijun Ou · 8 years ago
  43. 622b85f IB/hns: Remove parameters of resize cq by Lijun Ou · 8 years ago
  44. a4be892 IB/hns: Remove unused parameters in some functions by Lijun Ou · 8 years ago
  45. ac11125 IB/hns: Fix two bugs for rdma cm connecting by Lijun Ou · 8 years ago
  46. 509bf0c IB/hns: Fix the bug of rdma cm connecting on user mode by Lijun Ou · 8 years ago
  47. b280db5 IB/hns: Change the logic for allocating uar registers by Lijun Ou · 8 years ago
  48. 7716809 IB/hns: Add phy_port for computing GSI/QPN by Lijun Ou · 8 years ago
  49. c24bf89 IB/hns: Fix two possible bugs for rdma cm by Lijun Ou · 8 years ago
  50. a74aab6 IB/hns: Fix the value of device_cap_flags by Lijun Ou · 8 years ago
  51. 3164466 IB/hns: Add & initialize "node_guid" parameter for RDMA CM by Lijun Ou · 8 years ago
  52. 2eefca2 IB/hns: Register HNS RoCE Driver get_netdev() with IB Core by Lijun Ou · 8 years ago
  53. 528f1de IB/hns: Add support of ACPI to the Hisilicon RoCE driver by Salil · 8 years ago
  54. 204f69b IB/hns: Fix return value check in hns_roce_get_cfg() by Wei Yongjun · 8 years ago
  55. 8793f77 IB/hns: Kconfig and Makefile for RoCE module by oulijun · 9 years ago
  56. 9a44353 IB/hns: Add driver files for hns RoCE driver by oulijun · 9 years ago