1. a5f4a07 RDMA/cxgb4: Add timeouts when waiting for FW responses by Steve Wise · 14 years ago
  2. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  3. a5210c1 IB/qib: Fix race between qib_error_qp() and receive packet processing by Ralph Campbell · 14 years ago
  4. 3e3aed0 IB/qib: Limit the number of packets processed per interrupt by Ralph Campbell · 14 years ago
  5. 4c6931f IB/qib: Allow writes to the diag_counters to be able to clear them by Ira Weiny · 14 years ago
  6. 0502f94 IB/qib: Set cfgctxts to number of CPUs by default by Ralph Campbell · 14 years ago
  7. ca5a220 RDMA/cxgb4: Set/reset the EP timer inside EP lock by Steve Wise · 14 years ago
  8. d4f1a5c RDMA/cxgb4: Use correct control txq by Steve Wise · 14 years ago
  9. 73d6fca RDMA/cxgb4: Fix race in fini path by Steve Wise · 14 years ago
  10. 50a025c IB/cm: Check LAP state before sending an MRA by Sean Hefty · 14 years ago
  11. cd6860e RDMA/nes: Fix hangs on ifdown by Faisal Latif · 14 years ago
  12. 0eec495 RDMA/nes: Store and print eeprom version by Chien Tung · 14 years ago
  13. 33085bb RDMA/nes: Convert pci_table entries to PCI_VDEVICE by Peter Huewe · 14 years ago
  14. e675b6d IB/ehca: Catch failing ioremap() by Alexander Schmidt · 14 years ago
  15. bdf8edc IB/qib: Allow PSM to select from multiple port assignment algorithms by Dave Olson · 14 years ago
  16. 2d978a9 IB/qib: Turn off IB latency mode by Ralph Campbell · 14 years ago
  17. dd378c2 IB/qib: Use generic_file_llseek by Arnd Bergmann · 14 years ago
  18. d37ac31 RDMA/cxgb4: Support variable sized work requests by Steve Wise · 14 years ago
  19. 3d4f9a2 RDMA/cxgb3: Clean up signed check of unsigned variable by Dan Carpenter · 14 years ago
  20. d3c814e RDMA/cxgb4: Remove dependency on __GFP_NOFAIL by David Rientjes · 14 years ago
  21. ba6d392 RDMA/cxgb4: Add module option to tweak delayed ack by Steve Wise · 14 years ago
  22. dccb816 IB/ipath: Fix probe failure path by Ben Hutchings · 14 years ago
  23. 78e2c64 drivers/infiniband: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  24. 91fb0dd IB/ehca: Fix bitmask handling for lock_hcalls by Alexander Schmidt · 14 years ago
  25. cc323b2 IB/qib: Avoid variable-length array by Ralph Campbell · 14 years ago
  26. 85963e4 RDMA/cxgb4: Remove unneeded NULL check by Roland Dreier · 14 years ago
  27. c1d7356 RDMA/cxgb4: Remove unneeded assignment by Dan Carpenter · 14 years ago
  28. ea9f3bc RDMA/nes: Rewrite expression to avoid undefined semantics by Roland Dreier · 14 years ago
  29. f400e5b IB/umad: Remove unused-but-set variable 'already_dead' by Roland Dreier · 14 years ago
  30. ecd4b48 IB/qib: Use request_firmware() to load SD7220 firmware by Ben Hutchings · 14 years ago
  31. e467e10 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  32. 9e77004 Merge branches 'cxgb4', 'ipoib' and 'qib' into for-next by Roland Dreier · 14 years ago
  33. 7a52b34 IPoIB: Fix world-writable child interface control sysfs attributes by Or Gerlitz · 14 years ago
  34. 756a33b IB/qib: Clean up properly if qib_init() fails by Ralph Campbell · 14 years ago
  35. 950aff5 IB/qib: Completion queue callback needs to be single threaded by Ralph Campbell · 14 years ago
  36. 7c7a416 IB/qib: Update 7322 serdes tables by Ralph Campbell · 14 years ago
  37. 2d757a7 IB/qib: Clear 6120 hardware error register by Ralph Campbell · 14 years ago
  38. 5df4223 IB/qib: Clear eager buffer memory for each new process by Ralph Campbell · 14 years ago
  39. b9e03e0 IB/qib: Mask hardware error during link reset by Ralph Campbell · 14 years ago
  40. fce24a9 IB/qib: Don't mark VL15 bufs as WC to avoid a rare 7322 chip problem by Dave Olson · 14 years ago
  41. 2c5934b RDMA/cxgb4: Derive smac_idx from port viid by Steve Wise · 14 years ago
  42. 1973e8b RDMA/cxgb4: Avoid false GTS CIDX_INC overflows by Steve Wise · 14 years ago
  43. b21ef16 RDMA/cxgb4: Don't call abort_connection() for active connect failures by Steve Wise · 14 years ago
  44. f38926a RDMA/cxgb4: Use the DMA state API instead of the pci equivalents by FUJITA Tomonori · 14 years ago
  45. 39827be IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags() by Ben Hutchings · 14 years ago
  46. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  47. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  48. 732bee7 fix typos concerning "hierarchy" by Uwe Kleine-König · 14 years ago
  49. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  50. 971b2e8 fix the deadlock in qib_fs by Al Viro · 14 years ago
  51. 3e9345e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  52. 767dcd42 Merge branches 'misc' and 'qib' into for-next by Roland Dreier · 14 years ago
  53. 7145c45 IB/qib: Remove DCA support until feature is finished by Ralph Campbell · 14 years ago
  54. 1dee31f ehca: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 14 years ago
  55. a77fcf8 IB/qib: Use a single txselect module parameter for serdes tuning by Ralph Campbell · 14 years ago
  56. f27ec1d IB/qib: Don't rely on (undefined) order of function parameter evaluation by Roland Dreier · 14 years ago
  57. e642df6 IB/ucm: Use memdup_user() by Julia Lawall · 14 years ago
  58. 7e3a1f4 IB/qib: Fix undefined symbol error when CONFIG_PCI_MSI=n by Ralph Campbell · 14 years ago
  59. 8e9815a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  60. acdc30b Merge branches 'cxgb4', 'misc', 'mlx4', 'nes' and 'qib' into for-next by Roland Dreier · 14 years ago
  61. b17e096 RDMA/nes: Fix incorrect unlock in nes_process_mac_intr() by Chien Tung · 14 years ago
  62. df02902 RDMA/nes: Async event for closed QP causes crash by Faisal Latif · 14 years ago
  63. 39942a0 RDMA/nes: Have ethtool read hardware registers for rx/tx stats by Faisal Latif · 14 years ago
  64. 30a6a62 RDMA/cxgb4: Only insert sq qid in lookup table by Steve Wise · 14 years ago
  65. 2f1fb50 RDMA/cxgb4: Support IB_WR_READ_WITH_INV opcode by Steve Wise · 14 years ago
  66. 4ab1eb9 RDMA/cxgb4: Set fence flag for inv-local-stag work requests by Steve Wise · 14 years ago
  67. f64b884 RDMA/cxgb4: Update some HW limits by Steve Wise · 14 years ago
  68. 25737bd RDMA/cxgb4: Don't limit fastreg page list depth by Steve Wise · 14 years ago
  69. 841dba9 RDMA/cxgb4: Return proper errors in fastreg mr/pbl allocation by Steve Wise · 14 years ago
  70. 7ec45b9 RDMA/cxgb4: Fix overflow bug in CQ arm by Steve Wise · 14 years ago
  71. 84172de RDMA/cxgb4: Optimize CQ overflow detection by Steve Wise · 14 years ago
  72. 895cf5f RDMA/cxgb4: CQ size must be IQ size - 2 by Steve Wise · 14 years ago
  73. 1c01c53 RDMA/cxgb4: Register RDMA provider based on LLD state_change events by Steve Wise · 14 years ago
  74. fd388ce RDMA/cxgb4: Detach from the LLD after unregistering RDMA device by Steve Wise · 14 years ago
  75. f6d6084 IB/ipath: Remove support for QLogic PCIe QLE devices by Ralph Campbell · 14 years ago
  76. f931551 IB/qib: Add new qib driver for QLogic PCIe InfiniBand adapters by Ralph Campbell · 14 years ago
  77. 1693395 IB/mad: Make needlessly global mad_sendq_size/mad_recvq_size static by Roland Dreier · 14 years ago
  78. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  79. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  80. 9a6edb6 IB/core: Allow device-specific per-port sysfs files by Ralph Campbell · 14 years ago
  81. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  82. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  83. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  84. ffebedb Merge branches 'amso1100', 'bkl', 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'iser', 'masked-atomics', 'misc', 'mthca' and 'nes' into for-next by Roland Dreier · 14 years ago
  85. 9893e74 IB/core: Use kmemdup() instead of kmalloc()+memcpy() by Julia Lawall · 14 years ago
  86. 9fda1ac IB/iser: Fix error flow in iser_create_ib_conn_res() by Dan Carpenter · 14 years ago
  87. 39ff05d IB/iser: Enhance disconnection logic for multi-pathing by Or Gerlitz · 14 years ago
  88. d265b98 IB/iser: Remove buggy back-pointer setting by Or Gerlitz · 14 years ago
  89. 2110f9b IB/iser: Add asynchronous event handler by Or Gerlitz · 14 years ago
  90. be4c9ba MAINTAINERS: Add cxgb4 and iw_cxgb4 entries by Roland Dreier · 14 years ago
  91. 617c9a7 RDMA/cxgb3: Shrink .text with compile-time init of handlers arrays by Roland Dreier · 14 years ago
  92. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  93. d414371 IPoIB: Allow disabling/enabling TSO on the fly through ethtool by Or Gerlitz · 14 years ago
  94. 6fa8f71 IB/mlx4: Add support for masked atomic operations by Vladimir Sokolovsky · 14 years ago
  95. 5d7220e8 RDMA/cma: Randomize local port allocation by Tetsuo Handa · 14 years ago
  96. 53978b4 RDMA/nes: Make unnecessarily global functions static by Roland Dreier · 14 years ago
  97. ce6e74f RDMA/nes: Make nesadapter->phy_lock usage consistent by Chien Tung · 14 years ago
  98. cfdda9d RDMA/cxgb4: Add driver for Chelsio T4 RNIC by Steve Wise · 14 years ago
  99. 3a2baff IB/mthca: Use the dma state API instead of pci equivalents by FUJITA Tomonori · 14 years ago
  100. e749444 RDMA/amso1100: Use the dma state API instead of pci equivalents by FUJITA Tomonori · 14 years ago