1. 406f9e5 IB/core: Replace ib_umem's offset field with a full address by Haggai Eran · 11 years ago
  2. 9011a67 infiniband: use pci_zalloc_consistent by Joe Perches · 11 years ago
  3. f7eaa7e Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'ocrdma', 'qib', 'sgwrapper', 'srp' and 'usnic' into for-next by Roland Dreier · 11 years ago
  4. 349850f RDMA/nes: Clean up a condition by Dan Carpenter · 12 years ago
  5. 9d194d1 IB/nes: Return an error on ib_copy_from_udata() failure instead of NULL by Yann Droneaud · 11 years ago
  6. 43adff3 RDMA/nes: Fix for passing a valid QP pointer to the user space library by Tatyana Nikolova · 11 years ago
  7. eeb8461 IB: Refactor umem to use linear SG table by Yishai Hadas · 12 years ago
  8. 4127c36 RDMA/nes: Remove self-assignment from nes_query_qp() by Dave Jones · 12 years ago
  9. 6042963 RDMA/nes: Fix info leaks in nes_create_qp() and nes_create_cq() by Dan Carpenter · 12 years ago
  10. 7083e42 IB/core: Add "type 2" memory windows support by Shani Michaeli · 13 years ago
  11. 7d9c199 RDMA/nes: Fix for crash when registering zero length MR for CQ by Tatyana Nikolova · 13 years ago
  12. 7bfcfa5 RDMA/nes: Fix for terminate timer crash by Tatyana Nikolova · 13 years ago
  13. a67b078 RDMA/nes: Remove unnecessary if-else statement by Tatyana Nikolova · 13 years ago
  14. d5fb476 RDMA/nes: Add missing break to switch. by Tatyana Nikolova · 13 years ago
  15. 8182164 RDMA/nes: Print hardware resource type by Tatyana Nikolova · 13 years ago
  16. 2e96691 IB: Use central enum for speed instead of hard-coded values by Or Gerlitz · 13 years ago
  17. c5488c5 RDMA/nes: Copyright update by Tatyana Nikolova · 14 years ago
  18. 4a4b03f RDMA/nes: Fix fast memory registration opcode by Tatyana Nikolova · 14 years ago
  19. 94f622b RDMA/nes: Fix fast memory registration length by Tatyana Nikolova · 14 years ago
  20. 0f0bee8 RDMA/nes: Support for Packed And Unaligned fpdus by Faisal Latif · 14 years ago
  21. e2e435f RDMA/nes: Add missing calls to ib_umem_release() by Julia Lawall · 14 years ago
  22. 10e1b54 RDMA: Allow for NULL .modify_device() and .modify_port() methods by Bart Van Assche · 14 years ago
  23. d0c49bf RDMA/iwcm: Get rid of enum iw_cm_event_status by Roland Dreier · 14 years ago
  24. ea62345 RDMA/nes: Generate IB_EVENT_PORT_ERR/PORT_ACTIVE events by Maciej Sosnowski · 15 years ago
  25. 9e5fca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  26. 29b4433 net: percpu net_device refcount by Eric Dumazet · 15 years ago
  27. 2932772 RDMA/nes: Report correct port state if interface is down by Chien Tung · 15 years ago
  28. 183ae74 RDMA/nes: Fix cast-to-pointer warnings on 32-bit by Roland Dreier · 15 years ago
  29. 69d5102 RDMA/nes: Get rid of "set but not used" variables by Roland Dreier · 15 years ago
  30. ff0380c RDMA/nes: Read firmware version from correct place by Miroslaw Walukiewicz · 15 years ago
  31. 812d867 RDMA/nes: Fix two sparse warnings by Or Gerlitz · 15 years ago
  32. cd6860e RDMA/nes: Fix hangs on ifdown by Faisal Latif · 15 years ago
  33. 9a6edb6 IB/core: Allow device-specific per-port sysfs files by Ralph Campbell · 15 years ago
  34. 53978b4 RDMA/nes: Make unnecessarily global functions static by Roland Dreier · 15 years ago
  35. 0eddb51 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  36. eadde3a RDMA/nes: Correct cap.max_inline_data assignment in nes_query_qp() by Chien Tung · 15 years ago
  37. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  38. 883c699 RDMA/nes: Set assume_aligned_header bit by Faisal Latif · 15 years ago
  39. 831d06c RDMA/nes: Change WQ overflow return code by Or Gerlitz · 16 years ago
  40. d2fa9b26 RDMA/nes: Free kmap() resources by Faisal Latif · 16 years ago
  41. fd000e1 RDMA/nes: Check for zero STag by Faisal Latif · 16 years ago
  42. 8ac7f6e RDMA/nes: Fix query of ORD values by Faisal Latif · 16 years ago
  43. fa6c87d RDMA/nes: Update copyright and branding string by Chien Tung · 16 years ago
  44. 5924aea RDMA/nes: Add max_cqe check to nes_create_cq() by Chien Tung · 16 years ago
  45. 75742c6 RDMA/nes: Clean up struct nes_qp by Chien Tung · 16 years ago
  46. d14152d RDMA/nes: Implement IB_SIGNAL_ALL_WR as an iWARP extension by Chien Tung · 16 years ago
  47. e293a26 RDMA/nes: Correct fast memory registration implementation by Chien Tung · 16 years ago
  48. 649fe4a RDMA/nes: Add support for IB_WR_*INV by Chien Tung · 16 years ago
  49. 4293fdc1 RDMA/nes: In nes_post_recv() always set bad_wr on error by Frank Zago · 16 years ago
  50. e5dec39 RDMA/nes: In nes_post_send() always set bad_wr on error by Frank Zago · 16 years ago
  51. cd1d3f7 RDMA/nes: Map MTU to IB_MTU_* and correctly report link state by Chien Tung · 16 years ago
  52. 320cdfd RDMA/nes: Use the flush code to fill in cqe error by Don Wood · 16 years ago
  53. 6eed5e7 RDMA/nes: Make poll_cq return correct number of wqes during flush by Don Wood · 16 years ago
  54. 8b1c9dc RDMA/nes: Implement Terminate Packet by Don Wood · 16 years ago
  55. 5ee21fe RDMA/nes: Clean out CQ completions when QP is destroyed by Don Wood · 16 years ago
  56. 66388d6 RDMA/nes: Fix max_qp_init_rd_atom returned from query device by Faisal Latif · 16 years ago
  57. 0e4562d RDMA/nes: Fix fw_ver in /sys by Chien Tung · 16 years ago
  58. 5d1af5c RDMA/nes: Fix resource issues in nes_create_cq() and nes_destroy_cq() by Miroslaw Walukiewicz · 16 years ago
  59. cc005fa RDMA/nes: Remove root_256()'s unused pbl_count_256 parameter by Matt Kraai · 16 years ago
  60. 3f32eb1 RDMA/nes: Fix bugs in nes_reg_phys_mr() by Don Wood · 16 years ago
  61. 1af9222 RDMA/nes: Fix compiler warning at nes_verbs.c:1955 by Chien Tung · 16 years ago
  62. 39b566e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  63. c12e56e RDMA/nes: Don't allow userspace QPs to use STag zero by Faisal Latif · 16 years ago
  64. 0145f34 RDMA/nes: Improve use of PBLs by Don Wood · 16 years ago
  65. cd6853d RDMA/nes: Update copyright to new legal entity and year by Chien Tung · 16 years ago
  66. dae5d13 RDMA/nes: Account for freed PBL after HW operation by Don Wood · 16 years ago
  67. c5d321e RDMA/nes: Cleanup cqp_request list usage by Faisal Latif · 17 years ago
  68. 2e36954 RDMA/nes: Fix CQ allocation scheme for multicast receive queue apps by Vadim Makhervaks · 17 years ago
  69. 35c6d69 RDMA/nes: Correct handling of PBL resources by Chien Tung · 17 years ago
  70. 5880ff1 RDMA/nes: Reindent mis-indented spinlocks by Ilpo Järvinen · 17 years ago
  71. cd86f42 IB: Drop code after return statement by Julia Lawall · 17 years ago
  72. 6492cdf RDMA/nes: CM connection setup/teardown rework by Faisal Latif · 17 years ago
  73. 8294f29 RDMA/nes: Get rid of ring_doorbell parameter of nes_post_cqp_request() by Roland Dreier · 17 years ago
  74. 1ff66e8 RDMA/nes: Encapsulate logic nes_put_cqp_request() by Roland Dreier · 17 years ago
  75. 24797a3 RDMA/nes: Fix off-by-one in nes_reg_user_mr() error path by Roland Dreier · 17 years ago
  76. 7495ab6 RDMA/nes: Formatting cleanup by Glenn Streiff · 17 years ago
  77. cb9fbc5 IB: expand ib_umem_get() prototype by Arthur Kepner · 17 years ago
  78. 31d1e34 RDMA/nes: Remove volatile qualifier from struct nes_hw_cq.cq_vbase by Roland Dreier · 17 years ago
  79. f4e91eb IB: convert struct class_device to struct device by Tony Jones · 17 years ago
  80. b846f25 IB/core: Add creation flags to struct ib_qp_init_attr by Eli Cohen · 17 years ago
  81. 3371836 IB: Replace remaining __FUNCTION__ occurrences with __func__ by Harvey Harrison · 17 years ago
  82. 1a855fbf RDMA/nes: Make symbols used only in a single source file static by Roland Dreier · 17 years ago
  83. 71e0957 RDMA/nes: Use proper format and cast to print dma_addr_t by Roland Dreier · 17 years ago
  84. 5bd8341 RDMA/nes: Remove redundant NULL check in nes_unregister_ofa_device() by Roland Dreier · 17 years ago
  85. f84fba6 RDMA/nes: Fix use-after-free in nes_create_cq() by Glenn Streiff · 17 years ago
  86. 65b07ec RDMA/nes: Fix off-by-one by Adrian Bunk · 17 years ago
  87. 9300c0c RDMA/nes: Resurrect error path dead code by Chien Tung · 17 years ago
  88. 51af33e RDMA/nes: Fix possible array overrun by Roland Dreier · 17 years ago
  89. 3c2d774 RDMA/nes: Add a driver for NetEffect RNICs by Glenn Streiff · 18 years ago