1. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  2. eedd5d0 Merge branches 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'mad', 'misc', 'mlx4', 'mthca' and 'nes' into for-next by Roland Dreier · 16 years ago
  3. fbcffcc RDMA/nes: Fix slab corruption by Chien Tung · 16 years ago
  4. d57f5f7 IB/mlx4: Set RLKEY bit for kernel QPs by Vladimir Sokolovsky · 16 years ago
  5. e2f5e73 RDMA/nes: Correct error_module bit mask by Chien Tung · 16 years ago
  6. 7191a0a RDMA/nes: Fix routed RDMA connections by Bob Sharp · 16 years ago
  7. 7e36d3d RDMA/nes: Enhanced PFT management scheme by Vadim Makhervaks · 16 years ago
  8. 1bb2849 RDMA/nes: Handle AE bounds violation by Faisal Latif · 16 years ago
  9. 9d15694 RDMA/nes: Limit critical error interrupts by Chien Tung · 16 years ago
  10. 068e80d RDMA/nes: Stop spurious MAC interrupts by Chien Tung · 16 years ago
  11. 168ac82 RDMA/nes: Correct tso_wqe_length by Chien Tung · 16 years ago
  12. 0c93ae3 RDMA/nes: Fill in firmware version for ethtool by Chien Tung · 16 years ago
  13. 27ffed6 RDMA/nes: Use ethtool timer value by John Lacombe · 16 years ago
  14. a06fd26 RDMA/nes: Correct MAX TSO frags value by Bob Sharp · 16 years ago
  15. e0e31af RDMA/nes: Enable MC/UC after changing MTU by Bob Sharp · 16 years ago
  16. 7a8d140 RDMA/nes: Free NIC TX buffers when destroying NIC QP by Bob Sharp · 16 years ago
  17. e88bd7b RDMA/nes: Fix MDC setting by Chien Tung · 16 years ago
  18. 2b537c2 RDMA/nes: Add wqm_quanta module option by Chien Tung · 16 years ago
  19. de18214 RDMA/nes: Module parameter permissions by Chien Tung · 16 years ago
  20. c752c78 RDMA/cxgb3: Set active_mtu in ib_port_attr by Jon Mason · 16 years ago
  21. fcb7ad3 RDMA/nes: Add support for 4-port 1G HP blade card by Chien Tung · 16 years ago
  22. 54c86a8 RDMA/nes: Make mini_cm_connect() static by Faisal Latif · 16 years ago
  23. a7e80ce IB/cm: Correctly free cm_device structure by Hefty, Sean · 16 years ago
  24. 943c246 IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTX by Roland Dreier · 16 years ago
  25. 208dde2 IB/mthca: Use pci_request_regions() by Roland Dreier · 16 years ago
  26. e441d63 IB/ipath: Fix hang on module unload by Yannick Cote · 16 years ago
  27. c9da4ba IPoIB: Fix crash when path record fails after path flush by Roland Dreier · 16 years ago
  28. cd86f42 IB: Drop code after return statement by Julia Lawall · 16 years ago
  29. 7097228 IB/mad: Don't discard BMA responses in kernel by Michael Brooks · 16 years ago
  30. 9403589 IB/ipath: Fix SLID generation for RC/UC QPs when LMC > 0 by Ralph Campbell · 16 years ago
  31. b9012e0 IB/ehca: Generate flush status CQ entries by Alexander Schmidt · 16 years ago
  32. 5a0cd4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  33. 7e2c232 Merge branches 'ipoib', 'mlx4' and 'nes' into for-linus by Roland Dreier · 16 years ago
  34. e8224e4 IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop() by Yossi Etigin · 16 years ago
  35. d7ffd50 RDMA/nes: Fix client side QP destroy by Faisal Latif · 16 years ago
  36. 29bdc88 IB/mlx4: Fix up fast register page list format by Vladimir Sokolovsky · 16 years ago
  37. 4c246ed IB/mlx4: Actually return L_Key and R_Key for fast register MRs by Vladimir Sokolovsky · 16 years ago
  38. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  39. 45dd75d Merge branches 'ipath' and 'ipoib' into for-linus by Roland Dreier · 16 years ago
  40. a77a57a IPoIB: Fix deadlock on RTNL in ipoib_stop() by Roland Dreier · 16 years ago
  41. 24babad IB/ipath: Fix incorrect check for max physical address in TID by Dave Olson · 16 years ago
  42. 7ec01ff IB/ipath: Fix lost UD send work request by Ralph Campbell · 16 years ago
  43. 3a3eae0 Merge branches 'ehca' and 'ipoib' into for-linus by Roland Dreier · 16 years ago
  44. 6773f07 IB/ehca: Discard double CQE for one WR by Alexander Schmidt · 16 years ago
  45. 129a10f IB/ehca: Check idr_find() return value by Alexander Schmidt · 16 years ago
  46. 17c2b53 IB/ehca: Repoll CQ on invalid opcode by Alexander Schmidt · 16 years ago
  47. 6c02eed IB/ehca: Rename goto label in ehca_poll_cq_one() by Alexander Schmidt · 16 years ago
  48. 51ad241 IB/ehca: Update qp_state on cached modify_qp() by Alexander Schmidt · 16 years ago
  49. b140406 IPoIB/cm: Use vmalloc() to allocate rx_rings by David J. Wilder · 16 years ago
  50. 273b257 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  51. 06a91a0 Merge branches 'cma', 'cxgb3', 'ipath', 'ipoib', 'mad' and 'mlx4' into for-linus by Roland Dreier · 16 years ago
  52. cd55ef5 IB/mad: Test ib_create_send_mad() return with IS_ERR(), not == NULL by Julien Brunel · 16 years ago
  53. 6e0d733 IB/mlx4: Allow 4K messages for UD QPs by Alex Naslednikov · 16 years ago
  54. f780a9f mlx4_core: Add ethernet fields to CQE struct by Yevgeny Petrilin · 16 years ago
  55. 70117b9 IB/ipath: Fix printk format warnings by Alexander Beregalov · 16 years ago
  56. be43324 RDMA/cxgb3: Fix deadlock initializing iw_cxgb3 device by Steve Wise · 16 years ago
  57. 1c355a6 RDMA/cxgb3: Fix up MW access rights by Steve Wise · 16 years ago
  58. 5f0f66b RDMA/cxgb3: Fix QP capabilities by Steve Wise · 16 years ago
  59. 3f44675 RDMA/cma: Remove padding arrays by using struct sockaddr_storage by Roland Dreier · 16 years ago
  60. b8b572e powerpc: Move include files to arch/powerpc/include/asm by Stephen Rothwell · 16 years ago
  61. 61a2d07 Remove newline from the description of module parameters by Niels de Vos · 16 years ago
  62. 52fd8ca IB/ipath: Use unsigned long for irq flags by Vegard Nossum · 16 years ago
  63. e081981 IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr() by Roland Dreier · 16 years ago
  64. 8be1a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  65. cc9969c Merge branches 'bkl-removal', 'ipoib', 'mlx4' and 'nes' into for-linus by Roland Dreier · 16 years ago
  66. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  67. 51a379d mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver files by Jack Morgenstein · 16 years ago
  68. 6492cdf RDMA/nes: CM connection setup/teardown rework by Faisal Latif · 16 years ago
  69. 9905922 IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUG by Roland Dreier · 16 years ago
  70. 99c3a5a IPoIB/cm: Connected mode is no longer EXPERIMENTAL by Roland Dreier · 16 years ago
  71. 5ba18b1 RDMA/ucm: BKL is not needed for ib_ucm_open() by Roland Dreier · 16 years ago
  72. f7a6117 RDMA/ucma: BKL is not needed for ucma_open() by Roland Dreier · 16 years ago
  73. 5c40235 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  74. 2cc1773 Merge branches 'bkl-removal', 'cma', 'ehca', 'for-2.6.27', 'mlx4', 'mthca' and 'nes' into for-linus by Roland Dreier · 16 years ago
  75. 26dcce0 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  76. 95d04f0 IB/mlx4: Add support for memory management extensions and local DMA L_Key by Roland Dreier · 16 years ago
  77. e8bb4be IB/mthca: Keep free count for MTT buddy allocator by Roland Dreier · 16 years ago
  78. 47b3747 IB/mlx4: Rename struct mlx4_lso_seg to mlx4_wqe_lso_seg by Roland Dreier · 16 years ago
  79. 1ca8d15 RDMA/iwcm: Remove IB_ACCESS_LOCAL_WRITE from remote QP attributes by Dotan Barak · 16 years ago
  80. 01b3fc8 IPoIB: Include err code in trace message for ib_sa_path_rec_get() failures by Or Gerlitz · 16 years ago
  81. 64b784b IB/sa_query: Check if sm_ah is NULL in ib_sa_remove_one() by Ralph Campbell · 16 years ago
  82. 1a867c3 IB/ehca: Release mutex in error path of alloc_small_queue_page() by Julia Lawall · 16 years ago
  83. 593e4d4 IB/ehca: Use default value for Local CA ACK Delay if FW returns 0 by Joachim Fenkes · 16 years ago
  84. 5b673b7 IB/ehca: Filter PATH_MIG events if QP was never armed by Joachim Fenkes · 16 years ago
  85. 2f5de15 IB/iser: Add support for RDMA_CM_EVENT_ADDR_CHANGE event by Or Gerlitz · 16 years ago
  86. 38ca83a RDMA/cma: Add RDMA_CM_EVENT_TIMEWAIT_EXIT event by Amir Vadai · 16 years ago
  87. dd5bdff RDMA/cma: Add RDMA_CM_EVENT_ADDR_CHANGE event by Or Gerlitz · 16 years ago
  88. 110cf37 infiniband: make cm_device use a struct device and not a kobject. by Greg Kroah-Hartman · 16 years ago
  89. d4c4196 infiniband: rename "device" to "ib_device" in cm_device by Greg Kroah-Hartman · 16 years ago
  90. c76d3d2 device create: infiniband: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  91. eb6a12c Merge branch 'linus' into cpus4096-for-linus by Ingo Molnar · 16 years ago
  92. bb2c018 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  93. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  94. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  95. 8263884 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  96. 6c9fcaf Merge branch 'core/rcu' into core/rcu-for-linus by Ingo Molnar · 16 years ago
  97. b9e4085 netdev: Do not use TX lock to protect address lists. by David S. Miller · 16 years ago
  98. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 16 years ago
  99. f507d28 IB/mlx4: Use kzalloc() for new QPs so flags are initialized to 0 by Eli Cohen · 16 years ago
  100. de910bd RDMA/cma: Simplify locking needed for serialization of callbacks by Or Gerlitz · 16 years ago