1. c4bce80 IB/ipath: Add new chip-specific functions to older chips, consistent init by Dave Olson · 17 years ago
  2. 7387273 IB/ipath: Remove unused MDIO interface code by Dave Olson · 17 years ago
  3. cf9542a IB/ipath: Fix some sparse warnings about shadowed symbols by Roland Dreier · 17 years ago
  4. 1f813ca IB/ipath: Drop support for the original QHT7040 board by Dave Olson · 17 years ago
  5. 7da0498 IB/ipath: Add ipath_read_ireg() abstraction by Arthur Jones · 17 years ago
  6. 4ea61b5 IB/ipath: Add flag and handling for chips with swapped register bug by Ralph Campbell · 17 years ago
  7. 60948a4 IB/ipath: Port config has on-chip effects for 7220 by Ralph Campbell · 17 years ago
  8. a18e26a IB/ipath: Allow more flexible user register alignments by Ralph Campbell · 17 years ago
  9. 9e2ef36b IB/ipath: Clean up some comments by Dave Olson · 17 years ago
  10. 3029fcc IB/ipath: Export hardware counters more consistently by Ralph Campbell · 17 years ago
  11. 6c719ca IB/ipath: MAD performance sampling registers support by Ralph Campbell · 17 years ago
  12. 755807a IB/ipath: Changes for fields moving from devdata to portdata by Dave Olson · 17 years ago
  13. d827486 IB/ipath: Generalize some xxx_SHIFT macros by Dave Olson · 17 years ago
  14. c59a80a IB/ipath: kreceive uses portdata rather than devdata by Ralph Campbell · 17 years ago
  15. d65708f IB/ipath: Cleanup ipath_get_egrbuf() by Ralph Campbell · 17 years ago
  16. cc65edc IB/ipath: Fix RNR NAK handling by Ralph Campbell · 17 years ago
  17. 3c84508 IB/ipath: Convert from .nopage to .fault by Nick Piggin · 17 years ago
  18. a2f76cd IB/ipath: Add the work completion error code to the QP error debug output by Ralph Campbell · 17 years ago
  19. 2f01a70 IB/ipath: Better comment for rmb() in ipath_intr() by Arthur Jones · 17 years ago
  20. 6276980 IB/ipath: Fix comments for ipath_create_srq() by Ralph Campbell · 17 years ago
  21. 733d128 IB/ipath: Fix error returned from ib_resize_cq if new size smaller than # entries by Ralph Campbell · 17 years ago
  22. e342c11 IB/ipath: Fix sendctrl locking by John Gregor · 17 years ago
  23. 9ab4295 IB/ipath: Remove dead code for user process waiting for send buffer by Ralph Campbell · 17 years ago
  24. 2c45688 IB/ipath: Convert ipath_eep_sem semaphore to a mutex by Matthias Kaehlcke · 17 years ago
  25. f9b4035 IB/ipath: Enable loopback of DR SMP responses from userspace by Ralph Campbell · 17 years ago
  26. e193e33 IB/ipath: Improve interrupt handler cache footprint by Dave Olson · 17 years ago
  27. 657c2f2 IB/ipath: Fix crash on unload introduced by sysfs changes by Roland Dreier · 17 years ago
  28. 23b9c1a Infiniband: make ipath driver use default driver groups. by Greg Kroah-Hartman · 17 years ago
  29. 0a69631b IB/ipath: Fix receiving UD messages with immediate data by Ralph Campbell · 17 years ago
  30. 4187b91 IB/ipath: Normalize error return codes for posting work requests by Ralph Campbell · 17 years ago
  31. 14de986 IB/ipath: Fix offset returned to ibv_modify_srq() by Ralph Campbell · 17 years ago
  32. 8a278e6d5 IB/ipath: Fix error path in QP creation by Ralph Campbell · 17 years ago
  33. fb74dac IB/ipath: Fix offset returned to ibv_resize_cq() by Ralph Campbell · 17 years ago
  34. f4ad1bc IB/ipath: Fix race with ACK retry timeout list management by Ralph Campbell · 17 years ago
  35. a6e7550 IB/ipath: Fix memory leak in ipath_resize_cq() if copy_to_user() fails by Ralph Campbell · 17 years ago
  36. 164ef7a IB/ipath: Fix incorrect use of sizeof on msg buffer (function argument) by Dave Olson · 17 years ago
  37. 6279344 IB/ipath: Limit length checksummed in eeprom by Michael Albaugh · 17 years ago
  38. fffbfea IB/ipath: Fix a race where s_last is updated without lock held by Ralph Campbell · 17 years ago
  39. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  40. 53d412f infiniband: sg chaining support by Jens Axboe · 17 years ago
  41. 3ac8c70 IB/ipath: Minor fix to ordering of freeing and zeroing of tid pages. by Dave Olson · 17 years ago
  42. bda94e32 IB/ipath: Remove redundant link state checks by Ralph Campbell · 17 years ago
  43. 49739b3 IB/ipath: Fix IB_EVENT_PORT_ERR event by Ralph Campbell · 17 years ago
  44. 6a733cd IB/ipath: Better handling of unexpected GPIO interrupts by Michael Albaugh · 17 years ago
  45. 192594d IB/ipath: Maintain active time on all chips by Michael Albaugh · 17 years ago
  46. aa7c79a IB/ipath: Fix QHT7040 serial number check by Dave Olson · 17 years ago
  47. 20bed34 IB/ipath: Indicate a couple of chip bugs to userspace by Arthur Jones · 17 years ago
  48. 4bec0b9 IB/ipath: iba6110 rev4 no longer needs recv header overrun workaround by Arthur Jones · 17 years ago
  49. 70c51da IB/ipath: Use counters in ipath_poll and cleanup interrupts in ipath_close by Arthur Jones · 17 years ago
  50. 542869a IB/ipath: Remove duplicate copy of LMC by Ralph Campbell · 17 years ago
  51. 15cba26 IB/ipath: Add ability to set the LMC via the sysfs debugging interface by Ralph Campbell · 17 years ago
  52. 6cff2fa IB/ipath: Optimize completion queue entry insertion and polling by Ralph Campbell · 17 years ago
  53. d42b01b IB/ipath: Implement IB_EVENT_QP_LAST_WQE_REACHED by Ralph Campbell · 17 years ago
  54. c9cf7db IB/ipath: Generate flush CQE when QP is in error state by Ralph Campbell · 17 years ago
  55. 036be09 IB/ipath: Remove redundant code by Ralph Campbell · 17 years ago
  56. d29cc6e IB/ipath: Future proof eeprom checksum code (contents reading) by Dave Olson · 17 years ago
  57. 5504669 IB/ipath: UC RDMA WRITE with IMMEDIATE doesn't send the immediate by Ralph Campbell · 17 years ago
  58. 9ef8617 IB/ipath: Correctly describe workaround for TID write chip bug by Dave Olson · 17 years ago
  59. 1793b47 IB/ipath: Remove unneeded code for ipathfs by Ralph Campbell · 17 years ago
  60. 9bec399 IB/ipath: Verify host bus bandwidth to chip will not limit performance by Dave Olson · 17 years ago
  61. 4ee9718 IB/ipath: Change UD to queue work requests like RC & UC by Ralph Campbell · 17 years ago
  62. 210d6ca IB/ipath: Performance optimization for CPU differences by Ralph Campbell · 17 years ago
  63. 327a338 IB/ipath: iba6110 rev4 GPIO counters support by Arthur Jones · 17 years ago
  64. 4dcf39c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  65. 78d1e02 IB/ipath: Workaround problem of errormask register being overwritten by Dave Olson · 17 years ago
  66. 3810f2a IB/ipath: Fix some issues with buffer cancel and sendctrl register update by Dave Olson · 17 years ago
  67. cf5b60a IB/ipath: Use faster put_tid_2 routine after initialization by Dave Olson · 17 years ago
  68. f17fddc IB/ipath: Remove unsafe fastrcvint code from interrupt handler by Dave Olson · 17 years ago
  69. 4e950f6 Remove fs.h from mm.h by Alexey Dobriyan · 17 years ago
  70. bd63104 IB/ipath: Remove ipath_layer dead code by Arthur Jones · 17 years ago
  71. 1743b91 IB/ipath: Remove ipath_get_user_pages_nocopy() by Roland Dreier · 17 years ago
  72. da9aec7 IB/ipath: Make a few functions static by Roland Dreier · 17 years ago
  73. 0cdf699 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  74. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  75. f41d229 IB/ipath: return correct PortGUID in NodeInfo by Sean Hefty · 17 years ago
  76. 4f5973f IB/ipath: Remove bogus RD_ATOMIC checks from modify_qp by Arthur Jones · 17 years ago
  77. 3588423 IB/ipath: Test interrupts at driver startup by Arthur Jones · 17 years ago
  78. 9ca4865 IB/ipath: Remove support for preproduction HTX InfiniPath cards by Ralph Campbell · 17 years ago
  79. 12f9a49 IB/ipath: Change version wording to be less confusing with release number by Dave Olson · 17 years ago
  80. 37a7e9b IB/ipath: Lower default number of kernel send buffers by Ralph Campbell · 17 years ago
  81. 0f4fc5e IB/ipath: Be more cautious about coming out of freeze mode by Dave Olson · 17 years ago
  82. 4fc570b IB/ipath: Add barrier before updating WC head in shared memory by Ralph Campbell · 17 years ago
  83. 06cc850 IB: Use menuconfig for InfiniBand menu by Jan Engelhardt · 17 years ago
  84. 87427da IB/ipath: Update copyright dates by John Gregor · 17 years ago
  85. 991bda2 IB/ipath: Clean send flags properly on QP reset by Robert Walsh · 17 years ago
  86. f2d0423 IB/ipath: ipath_poll fixups and enhancements by Robert Walsh · 17 years ago
  87. b506e1d IB/ipath: Send ACK invalid where appropriate by Robert Walsh · 17 years ago
  88. e8e7ad7 IB/ipath: Add capability to modify PBC word by Michael Albaugh · 17 years ago
  89. bacf401 IB/ipath: Make handling of one subport consistent by Mark Debbage · 17 years ago
  90. 0df6291 IB/ipath: Correct checking of swminor version field when using subports by Mark Debbage · 17 years ago
  91. d781b12 IB/ipath: Duplicate RDMA reads can cause responder to NAK inappropriately by Ralph Campbell · 17 years ago
  92. 30d149a IB/ipath: Fix possible data corruption if multiple SGEs used for receive by Ralph Campbell · 17 years ago
  93. db5518c IB/ipath: Wait for PIO available interrupt by Ralph Campbell · 17 years ago
  94. 06ee109 IB/ipath: Fix RDMA read retry code by Ralph Campbell · 17 years ago
  95. 9380068 IB/ipath: Use S_ABORT not cancel and abort on exit freeze mode after recovery by Dave Olson · 17 years ago
  96. 561095f IB/ipath: Fix the mtrr_add args for chips with 2 buffer sizes by Dave Olson · 17 years ago
  97. f716cdf IB/ipath: Change use of constants for TID type to defined values by Joan Eslinger · 17 years ago
  98. 1dd6a1b IB/ipath: Set M bit in BTH according to IB spec by Ralph Campbell · 17 years ago
  99. 6d2fad0 IB/ipath: Fix local loopback bug when waiting for resources by Ralph Campbell · 17 years ago
  100. 2c9749c IB/ipath: Fix problem with next WQE after a UC completion by Ralph Campbell · 17 years ago