1. ac8581d Merge branches 'ehca', 'ipoib' and 'mlx4' into for-linus by Roland Dreier · 16 years ago
  2. ee96aae IB/ehca: Use consistent types for ehca_plpar_hcall9() by Stephen Rothwell · 16 years ago
  3. 3750f60 IB/ehca: Fix printk format warnings from u64 type change by Stephen Rothwell · 16 years ago
  4. 0fd7e1d IB/mlx4: Fix memory ordering problem when posting LSO sends by Roland Dreier · 16 years ago
  5. ccbf04f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  6. 8c9ea7f Merge branches 'ehca', 'ipoib', 'iser', 'mlx4' and 'nes' into for-next by Roland Dreier · 16 years ago
  7. 03080e5 RDMA/nes: Fix for NIPQUAD removal by Harvey Harrison · 16 years ago
  8. 22e7ef9 IB/mlx4: Don't register IB device for adapters with no IB ports by Roland Dreier · 16 years ago
  9. 73ac36e fix similar typos to successfull by Coly Li · 16 years ago
  10. 7ddccb2 IB/ehca: spin_lock_irqsave() takes an unsigned long by Stephen Rothwell · 16 years ago
  11. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  12. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  13. 2ca1a61 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 16 years ago
  14. f781a22 IB/mlx4: Fix reading SL field out of cqe->sl_vid by Roland Dreier · 16 years ago
  15. cbe31f0 cpumask: use new cpumask API in drivers/infiniband/hw/ipath by Rusty Russell · 16 years ago
  16. b29179c cpumask: use new cpumask API in drivers/infiniband/hw/ehca by Rusty Russell · 16 years ago
  17. 259c4dd cpumask: use for_each_online_cpu() in drivers/infiniband/hw/ehca/ehca_irq.c by Rusty Russell · 16 years ago
  18. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  19. 2d5451d net: Fix warning fallout from recent NAPI interface changes. by David S. Miller · 16 years ago
  20. 2a0d836 Merge branches 'cma', 'ehca', 'ipath', 'iser', 'mlx4' and 'nes' into for-next by Roland Dreier · 16 years ago
  21. 7798dbf IB/mlx4: Set ownership bit correctly when copying CQEs during CQ resize by Jack Morgenstein · 16 years ago
  22. e189062 RDMA/nes: Remove tx_free_list by Faisal Latif · 16 years ago
  23. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  24. b8dd786 mlx4_core: Add support for multiple completion event vectors by Yevgeny Petrilin · 16 years ago
  25. 139cdab IB/ehca: Remove redundant test of vpage by Julia Lawall · 16 years ago
  26. 1c72194 IB/ehca: Replace modulus operations in flush error completion path by Stefan Roscher · 16 years ago
  27. 3d08909 IB/ipath: Add locking for interrupt use of ipath_pd contexts vs free by Dave Olson · 16 years ago
  28. 1bf7724 IB/ipath: Fix spi_pioindex value by Dave Olson · 16 years ago
  29. 6114d4c IB/ipath: Only do 1X workaround on rev1 chips by Dave Olson · 16 years ago
  30. 60e8450 IB/ipath: Don't count IB symbol and link errors unless link is UP by Dave Olson · 16 years ago
  31. 890fccb IB/ipath: Check return value of dma_map_single() by Ralph Campbell · 16 years ago
  32. fab01fc IB/ipath: Fix PSN of send WQEs after an RDMA read resend by Ralph Campbell · 16 years ago
  33. 6098d10 RDMA/nes: Cleanup warnings by Chien Tung · 16 years ago
  34. 1ee8655 RDMA/nes: Add loopback check to make_cm_node() by Chien Tung · 16 years ago
  35. f3181a1 RDMA/nes: Check cqp_avail_reqs is empty after locking the list by Faisal Latif · 16 years ago
  36. abb7725 RDMA/nes: Fix TCP compliance test failures by Faisal Latif · 16 years ago
  37. 4a14f6a RDMA/nes: Forward packets for a new connection with stale APBVT entry by Faisal Latif · 16 years ago
  38. 183ecfa RDMA/nes: Avoid race between MPA request and reset event to rdma_cm by Faisal Latif · 16 years ago
  39. 879e5bd RDMA/nes: Lock down connected_nodes list while processing it by Faisal Latif · 16 years ago
  40. c5d321e RDMA/nes: Cleanup cqp_request list usage by Faisal Latif · 16 years ago
  41. aa2ba5f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  42. 7c37d74 IB/ipath: Improve UD loopback performance by allocating temp array only once by Ralph Campbell · 16 years ago
  43. 64f22fa IB/ipath: Fix pointer-to-pointer thinko in ipath_fs.c by Michael Ellerman · 16 years ago
  44. 75c21ae IB/ehca: Fix locking for shca_list_lock by Joachim Fenkes · 16 years ago
  45. b0f43dc Merge branches 'ehca' and 'mlx4' into for-linus by Roland Dreier · 16 years ago
  46. 42ab01c IB/mlx4: Fix MTT leakage in resize CQ by Jack Morgenstein · 16 years ago
  47. 7ec4f46 IB/ehca: Fix problem with generated flush work completions by Stefan Roscher · 16 years ago
  48. 6b1f9d6 IB/ehca: Change misleading error message on memory hotplug by Joachim Fenkes · 16 years ago
  49. 4b40eed infiniband: Kill directly reference of netdev->priv by Wang Chen · 16 years ago
  50. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  51. c35a254 Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'mlx4' and 'nes' into for-next by Roland Dreier · 16 years ago
  52. b3e123c RDMA/cxgb3: Fix deadlock in iw_cxgb3 (hang when configuring interface) by Steve Wise · 16 years ago
  53. fad96ab IB/ehca: Remove reference to special QP in case of port activation failure by Stefan Roscher · 16 years ago
  54. 7f3abf5 IB/mlx4: Set umem field to NULL in mlx4_ib_alloc_fast_reg_mr() by Vladimir Sokolovsky · 16 years ago
  55. 6336936 RDMA/nes: Mitigate compatibility issue regarding PCIe write credits by Chien Tung · 16 years ago
  56. 2e36954 RDMA/nes: Fix CQ allocation scheme for multicast receive queue apps by Vadim Makhervaks · 16 years ago
  57. 35c6d69 RDMA/nes: Correct handling of PBL resources by Chien Tung · 16 years ago
  58. 5880ff1 RDMA/nes: Reindent mis-indented spinlocks by Ilpo Järvinen · 16 years ago
  59. af2b0a1 RDMA/cxgb3: Fix too-big reserved field zeroing in iwch_post_zb_read() by Roland Dreier · 16 years ago
  60. 6377943 drivers: replace NIPQUAD() by Harvey Harrison · 16 years ago
  61. 8cf14e3 net: easy removals of HIPQUAD using %pI4 format by Harvey Harrison · 16 years ago
  62. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  63. 8867cd7 infiniband: use %p6 for printing message ids by Harvey Harrison · 16 years ago
  64. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  65. a8b56f2 IB/ipath: Fix RDMA write with immediate copy of last packet by Ralph Campbell · 16 years ago
  66. 724bdd0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  67. 56f2fda Merge branches 'cma', 'cxgb3', 'ehca', 'ipoib', 'mad', 'mlx4' and 'nes' into for-next by Roland Dreier · 16 years ago
  68. 263c24a IB/ehca: Reject dynamic memory add/remove when ehca adapter is present by Stefan Roscher · 16 years ago
  69. 19f4282 IB/ehca: Fix reported max number of QPs and CQs in systems with >1 adapter by Stefan Roscher · 16 years ago
  70. 7ff93f8 mlx4_core: Multiple port type support by Yevgeny Petrilin · 16 years ago
  71. 91bd418 device create: infiniband: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  72. dc35fac RDMA/cxgb3: Remove cmid reference on tid allocation failures by Steve Wise · 16 years ago
  73. 0540bbb IB/ehca: Don't allow creating UC QP with SRQ by Hoang-Nam Nguyen · 16 years ago
  74. a3cdcbf mlx4_core: Add QP range reservation support by Yevgeny Petrilin · 16 years ago
  75. eedd5d0 Merge branches 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'mad', 'misc', 'mlx4', 'mthca' and 'nes' into for-next by Roland Dreier · 16 years ago
  76. fbcffcc RDMA/nes: Fix slab corruption by Chien Tung · 16 years ago
  77. d57f5f7 IB/mlx4: Set RLKEY bit for kernel QPs by Vladimir Sokolovsky · 16 years ago
  78. e2f5e73 RDMA/nes: Correct error_module bit mask by Chien Tung · 16 years ago
  79. 7191a0a RDMA/nes: Fix routed RDMA connections by Bob Sharp · 16 years ago
  80. 7e36d3d RDMA/nes: Enhanced PFT management scheme by Vadim Makhervaks · 16 years ago
  81. 1bb2849 RDMA/nes: Handle AE bounds violation by Faisal Latif · 16 years ago
  82. 9d15694 RDMA/nes: Limit critical error interrupts by Chien Tung · 16 years ago
  83. 068e80d RDMA/nes: Stop spurious MAC interrupts by Chien Tung · 16 years ago
  84. 168ac82 RDMA/nes: Correct tso_wqe_length by Chien Tung · 16 years ago
  85. 0c93ae3 RDMA/nes: Fill in firmware version for ethtool by Chien Tung · 16 years ago
  86. 27ffed6 RDMA/nes: Use ethtool timer value by John Lacombe · 16 years ago
  87. a06fd26 RDMA/nes: Correct MAX TSO frags value by Bob Sharp · 16 years ago
  88. e0e31af RDMA/nes: Enable MC/UC after changing MTU by Bob Sharp · 16 years ago
  89. 7a8d140 RDMA/nes: Free NIC TX buffers when destroying NIC QP by Bob Sharp · 16 years ago
  90. e88bd7b RDMA/nes: Fix MDC setting by Chien Tung · 16 years ago
  91. 2b537c2 RDMA/nes: Add wqm_quanta module option by Chien Tung · 16 years ago
  92. de18214 RDMA/nes: Module parameter permissions by Chien Tung · 16 years ago
  93. c752c78 RDMA/cxgb3: Set active_mtu in ib_port_attr by Jon Mason · 16 years ago
  94. fcb7ad3 RDMA/nes: Add support for 4-port 1G HP blade card by Chien Tung · 16 years ago
  95. 54c86a8 RDMA/nes: Make mini_cm_connect() static by Faisal Latif · 16 years ago
  96. 208dde2 IB/mthca: Use pci_request_regions() by Roland Dreier · 16 years ago
  97. e441d63 IB/ipath: Fix hang on module unload by Yannick Cote · 16 years ago
  98. cd86f42 IB: Drop code after return statement by Julia Lawall · 16 years ago
  99. 9403589 IB/ipath: Fix SLID generation for RC/UC QPs when LMC > 0 by Ralph Campbell · 16 years ago
  100. b9012e0 IB/ehca: Generate flush status CQ entries by Alexander Schmidt · 16 years ago