1. 1d4299e RDMA/ocrdma: Remove fbo from MR by Jason Gunthorpe · 4 years, 4 months ago
  2. 649392b RDMA: Remove 'max_fmr' by Jason Gunthorpe · 4 years, 8 months ago
  3. 4c44d46 IB: Remove unneeded memset by Fuqian Huang · 6 years ago
  4. a52c8e2 RDMA: Clean destroy CQ in drivers do not return errors by Leon Romanovsky · 6 years ago
  5. 641114d RDMA: Directly cast the sockaddr union to sockaddr by Jason Gunthorpe · 6 years ago
  6. a70c073 RDMA: Introduce and use GID attr helper to read RoCE L2 fields by Parav Pandit · 6 years ago
  7. 68e326d RDMA: Handle SRQ allocations by IB/core by Leon Romanovsky · 6 years ago
  8. d345691 RDMA: Handle AH allocations by IB/core by Leon Romanovsky · 6 years ago
  9. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  10. 5a738b5 RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->name by Jason Gunthorpe · 6 years ago
  11. 9491a1e RDMA/ocrdma: Suppress a compiler warning by Bart Van Assche · 6 years ago
  12. 47ec386 RDMA: Convert drivers to use sgid_attr instead of sgid_index by Parav Pandit · 7 years ago
  13. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  14. 3e44e0e IB/providers: Avoid null netdev check for RoCE by Parav Pandit · 7 years ago
  15. 14169e3 IB/providers: Avoid zero GID check for RoCE by Parav Pandit · 7 years ago
  16. 689a8e3 IB/ocrdma_hw: Remove redundant checks and goto labels by Gustavo A. R. Silva · 7 years ago
  17. d78756d IB/ocrdma: Use zeroing memory allocator than allocator/memset by Himanshu Jha · 7 years ago
  18. f4e96c1 IB/ocrdma_hw: remove unnecessary code in ocrdma_mbx_dealloc_lkey by Gustavo A. R. Silva · 7 years ago
  19. 05a8a1c RDMA/ocrdma: Remove set-but-not-used variables by Bart Van Assche · 7 years ago
  20. 69a8403 RDMA/ocrdma: Use NULL instead of 0 to represent a pointer by Bart Van Assche · 7 years ago
  21. 44596eb IB/ocrdma: pr_err() strings should end with newlines by Arvind Yadav · 7 years ago
  22. 06564f6 IB/ocrdma: fix incorrect fall-through on switch statement by Colin Ian King · 7 years ago
  23. d8966fc IB/core: Use rdma_ah_attr accessor functions by Dasaratharaman Chandramouli · 8 years ago
  24. 9089885 IB/core: Rename struct ib_ah_attr to rdma_ah_attr by Dasaratharaman Chandramouli · 8 years ago
  25. 69ae543 RDMA: Adding ethertype ETH_P_IBOE by Selvin Xavier · 8 years ago
  26. 9032ad7 Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-test by Doug Ledford · 8 years ago
  27. 5b4c9cd IB/ocrdma: fix bad initialization by Pan Bian · 8 years ago
  28. 740c330 IB/ocrdma: Remove and fix debug prints after allocation failure by Leon Romanovsky · 8 years ago
  29. 3c199b4 RDMA/ocrdma: Fix the max_sge reported from FW by Selvin Xavier · 8 years ago
  30. d1c95b0 IB/ocrdma: Skip using unneeded intermediate variable by Markus Elfring · 9 years ago
  31. 0ca4c39 IB/ocrdma: Delete unnecessary variable initialisations in 11 functions by Markus Elfring · 9 years ago
  32. bcf117e RDMA/ocrdma: Support RoCE-v2 in the RC path by Devesh Sharma · 9 years ago
  33. e161486 RDMA/ocrdma: Export udp encapsulation capability by Somnath Kotur · 9 years ago
  34. 10a214d RDMA/ocrdma: Depend on async link events from CNA by Devesh Sharma · 9 years ago
  35. c6002d5 RDMA/ocrdma: Fix vlan-id assignment in qp parameters by Devesh Sharma · 9 years ago
  36. dbf727d IB/core: Use GID table in AH creation and dmac resolution by Matan Barak · 9 years ago
  37. aeb922d RDMA/ocrdma: Check resource ids received in Async CQE by Naga Irrinki · 9 years ago
  38. 71ee673 RDMA/ocrdma: update ocrdma license to dual-license by Devesh Sharma · 9 years ago
  39. 72d8a013 RDMA/ocrdma: Fail connection for MTU lesser than 512 by Naga Irrinki · 10 years ago
  40. 59582d8 RDMA/ocrdma: Prevent allocation of DPP PDs if FW doesnt support it by Mitesh Ahuja · 10 years ago
  41. 038ab8b RDMA/ocrdma: Fix the request length for RDMA_QUERY_QP mailbox command to FW. by Mitesh Ahuja · 10 years ago
  42. 6f5deab RDMA/ocrdma: Use VID 0 if PFC is enabled and vlan is not configured by Devesh Sharma · 10 years ago
  43. 5e6f923 RDMA/ocrdma: Report EQ full fatal error by Devesh Sharma · 10 years ago
  44. 314fdf4 RDMA/ocrdma: Fix EQ destroy failure during driver unload by Selvin Xavier · 10 years ago
  45. d2b8f7b RDMA/ocrdma: remove reference of ocrdma_dev out of ocrdma_qp structure by Mitesh Ahuja · 10 years ago
  46. b4dbe8d RDMA/ocrdma: Add support for interrupt moderation by Mitesh Ahuja · 10 years ago
  47. a601dc7 RDMA/ocrdma: Honor return value of ocrdma_resolve_dmac by Devesh Sharma · 10 years ago
  48. 043e9de RDMA/ocrdma: Allow expansion of the SQ CQEs via buddy CQ expansion of the QP by Selvin Xavier · 10 years ago
  49. ad56ebb RDMA/ocrdma: Debugfs enhancments for ocrdma driver by Selvin Xavier · 10 years ago
  50. 9ba1377 RDMA/ocrdma: Move PD resource management to driver. by Mitesh Ahuja · 10 years ago
  51. de12348 RDMA/ocrdma: The kernel has a perfectly good BIT() macro - use it by Jes Sorensen · 10 years ago
  52. beb9b70 RDMA/ocrdma: Don't memset() buffers we just allocated with kzalloc() by Jes Sorensen · 10 years ago
  53. bf67472 RDMA/ocrdma: Get vlan tag from ib_qp_attrs by Selvin Xavier · 10 years ago
  54. 8ac0c7c RDMA/ocrdma: Update sli data structure for endianness by Devesh Sharma · 11 years ago
  55. 0ea8726 RDMA/ocrdma: Obtain SL from device structure by Devesh Sharma · 11 years ago
  56. 1b09a0c RDMA/ocrdma: Fix a sparse warning by Selvin Xavier · 11 years ago
  57. 033edd4 RDMA/ocrdma: Return proper value for max_mr_size by Mitesh Ahuja · 11 years ago
  58. 6dab026 RDMA/ocrdma: Do proper cleanup even if FW is in error state by Mitesh Ahuja · 11 years ago
  59. daac968 RDMA/ocrdma: Delete AH table if ocrdma_init_hw fails after AH table creation by Devesh Sharma · 11 years ago
  60. 31dbdd9 RDMA/ocrdma: Query and initalize the PFC SL by Selvin Xavier · 11 years ago
  61. f50f31e RDMA/ocrdma: Avoid posting DPP requests for RDMA READ by Devesh Sharma · 11 years ago
  62. fad51b7 RDMA/ocrdma: Code clean-up by Devesh Sharma · 11 years ago
  63. a51f06e RDMA/ocrdma: Query controller information by Selvin Xavier · 11 years ago
  64. bbc5ec5 RDMA/ocrdma: Support non-embedded mailbox commands by Selvin Xavier · 11 years ago
  65. 1228056 RDMA/ocrdma: Handle CQ overrun error by Selvin Xavier · 11 years ago
  66. ac578ae RDMA/ocrdma: Display proper value for max_mw by Selvin Xavier · 11 years ago
  67. 1eebbb6 RDMA/ocrdma: Allow DPP QP creation by Devesh Sharma · 11 years ago
  68. 21c3391 RDMA/ocrdma: Read ASIC_ID register to select asic_gen by Devesh Sharma · 11 years ago
  69. ea61762 RDMA/ocrdma: EQ full catastrophe avoidance by Devesh Sharma · 11 years ago
  70. bc1b04a RDMA/ocrdma: Fix compiler warning by Prarit Bhargava · 11 years ago
  71. 40aca6f RDMA/ocrdma: Handle Ethernet L2 parameters for IP based GID addressing by Moni Shoua · 11 years ago
  72. 6ebacdf RDMA/ocrdma: Silence an integer underflow warning by Dan Carpenter · 11 years ago
  73. 2b50176d IB: Remove unnecessary semicolons by Joe Perches · 11 years ago
  74. d7e19c0 RDMA/ocrdma: Fix passing wrong opcode to modify_srq by Naresh Gottumukkala · 11 years ago
  75. 84b105d RDMA/ocrdma: Fill PVID in UMC case by Naresh Gottumukkala · 11 years ago
  76. f24ceba RDMA/ocrdma: Fix for displaying proper link speed by Naresh Gottumukkala · 11 years ago
  77. c43e9ab RDMA/ocrdma: Increase STAG array size by Naresh Gottumukkala · 11 years ago
  78. cffce99 RDMA/ocrdma: Dont use PD 0 for userpace CQ DB by Naresh Gottumukkala · 11 years ago
  79. 2b51a9b RDMA/ocrdma: FRMA code cleanup by Naresh Gottumukkala · 11 years ago
  80. f11220e RDMA/ocrdma: For ERX2 irrespective of Qid, num_posted offset is 24 by Naresh Gottumukkala · 11 years ago
  81. c88bd03 RDMA/ocrdma: Fix to work with even a single MSI-X vector by Naresh Gottumukkala · 11 years ago
  82. d3cb6c0 RDMA/ocrdma: Remove the MTU check based on Ethernet MTU by Naresh Gottumukkala · 11 years ago
  83. 7c33880 RDMA/ocrdma: Add support for fast register work requests (FRWR) by Naresh Gottumukkala · 11 years ago
  84. 43a6b40 RDMA/ocrdma: Create IRD queue fix by Naresh Gottumukkala · 11 years ago
  85. 45e86b3 RDMA/ocrdma: Cache recv DB until QP moved to RTR by Naresh Gottumukkala · 11 years ago
  86. 057729c RDMA/ocrdma: Remove driver QP state machine by Naresh Gottumukkala · 11 years ago
  87. 9c58726 RDMA/ocrdma: Don't allow zero/invalid sgid usage by Naresh Gottumukkala · 11 years ago
  88. 1afc045 RDMA/ocrdma: Remove redundant dev reference by Naresh Gottumukkala · 11 years ago
  89. f99b164 RDMA/ocrdma: Style and redundant code cleanup by Naresh Gottumukkala · 11 years ago
  90. c94e15c RDMA/ocrdma: Fix error return code in ocrdma_set_create_qp_rq_cmd() by Wei Yongjun · 12 years ago
  91. ef99c4c RDMA/ocrdma: Replace ocrdma_err with pr_err by Naresh Gottumukkala · 12 years ago
  92. b1d58b9 RDMA/ocrdma: Use MCC_CREATE_EXT_V1 for MCC create by Naresh Gottumukkala · 12 years ago
  93. 27159f5 RDMA/ocrdma: Remove use_cnt for queues by Gottumukkala, Naresh · 12 years ago
  94. 634c579 RDMA/ocrdma: Correct queue SGE calculation by Mahesh Vardhamanaiah · 13 years ago
  95. 07bb542 RDMA/ocrdma: Correct reported max queue sizes by Mahesh Vardhamanaiah · 13 years ago
  96. 804eaf2 RDMA/ocrdma: Fix signaled event for SRQ_LIMIT_REACHED by Parav Pandit · 13 years ago
  97. cd4fedf RDMA/ocrdma: Correct queue free count math by Parav Pandit · 13 years ago
  98. c592c42 RDMA/ocrdma: Remove write-only variables by Roland Dreier · 13 years ago
  99. e9db295 RDMA/ocrdma: Set event's device member in ocrdma_dispatch_ibevent() by Roland Dreier · 13 years ago
  100. abe3afa RDMA/ocrdma: Make needlessly global functions/structs static by Roland Dreier · 13 years ago