1. 1a1c9bb inode numbering: change libfs sb creation routines to avoid collisions with their root inodes by Jeff Layton · 17 years ago
  2. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  3. 972d45f Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  4. 8d1cc86 IPoIB: Convert to NAPI by Roland Dreier · 17 years ago
  5. ed23a72 IB: Return "maybe missed event" hint from ib_req_notify_cq() by Roland Dreier · 17 years ago
  6. f4fd0b2 IB: Add CQ comp_vector support by Michael S. Tsirkin · 17 years ago
  7. 154257f IB/ipath: Fix a race condition when generating ACKs by Ralph Campbell · 17 years ago
  8. 6ed89b9 IB/ipath: Fix two more spin lock problems by Ralph Campbell · 17 years ago
  9. 1a70a05 IB/fmr_pool: Add prefix to all printks by Roland Dreier · 17 years ago
  10. b7f008f IB/srp: Set proc_name by Roland Dreier · 17 years ago
  11. 3633b3d IB/srp: Add orig_dgid sysfs attribute to scsi_host by Ishai Rabinovitz · 17 years ago
  12. d6ef7d6 IPoIB/cm: Don't crash if remote side uses one QP for both directions by Michael S. Tsirkin · 17 years ago
  13. aff9e39 RDMA/cxgb3: Support for new abort logic by Steve Wise · 17 years ago
  14. 4f7a307 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  15. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 18 years ago
  16. 60be4b5 RDMA/cxgb3: Initialize cpu_idx field in cpl_close_listserv_req message by Steve Wise · 17 years ago
  17. 1860cdf RDMA/cxgb3: Fail qp creation if the requested max_inline is too large by Steve Wise · 17 years ago
  18. 4a97d47 RDMA/cxgb3: Fix TERM codes by Steve Wise · 17 years ago
  19. 347fcfb IPoIB/cm: Fix error handling in ipoib_cm_dev_open() by Michael S. Tsirkin · 17 years ago
  20. 6b66b2da IB/ipath: Don't corrupt pending mmap list when unmapped objects are freed by Robert Walsh · 17 years ago
  21. 9ba6d55 IB/mthca: Work around kernel QP starvation by Michael S. Tsirkin · 17 years ago
  22. c3af664 IB/ipath: Don't put QP in timeout queue if waiting to send by Ralph Campbell · 17 years ago
  23. 35ff032 IB/ipath: Don't call spin_lock_irq() from interrupt context by Ralph Campbell · 17 years ago
  24. 49e1900 Merge branch 'linux-2.6' into for-2.6.22 by Paul Mackerras · 17 years ago
  25. afc2e82 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  26. a48141d Revert "[POWERPC] Rename get_property to of_get_property: drivers" by Paul Mackerras · 17 years ago
  27. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  28. 4305b54 [SK_BUFF]: Convert skb->end to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  29. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  30. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  31. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  32. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  33. 1912ffb IB: Set class_dev->dev in core for nice device symlink by Joachim Fenkes · 17 years ago
  34. c4ed790 IB/ehca: Implement modify_port by Joachim Fenkes · 17 years ago
  35. 37aebbde IPoIB/cm: spin_lock_irqsave() -> spin_lock_irq() replacements by Roland Dreier · 17 years ago
  36. de493d4 IB/mad: Change SMI to use enums rather than magic return codes by Hal Rosenstock · 17 years ago
  37. aeba84a IB/umad: Implement GRH handling for sent/received MADs by Sean Hefty · 17 years ago
  38. 46f1b3d IB/ipoib: Use ib_init_ah_from_path to initialize ah_attr by Sean Hefty · 17 years ago
  39. d0e7bb1 IB/sa: Set src_path_bits correctly in ib_init_ah_from_path() by Sean Hefty · 17 years ago
  40. 9d41b7f IB/ucm: Simplify ib_ucm_event() by Sean Hefty · 17 years ago
  41. d92f764 RDMA/ucma: Simplify ucma_get_event() by Sean Hefty · 17 years ago
  42. 30c0098 IB/mthca: Simplify CQ cleaning in mthca_free_qp() by Roland Dreier · 17 years ago
  43. 532c3b5 IB/mthca: Fix mthca_write_mtt() on HCAs with hidden memory by Roland Dreier · 17 years ago
  44. 3f11485 IB/mthca: Update HCA firmware revisions by Roland Dreier · 17 years ago
  45. 40b9043 IB/ipath: Fix WC format drift between user and kernel space by Robert Walsh · 17 years ago
  46. 6ce73b0 IB/ipath: Check that a UD work request's address handle is valid by Robert Walsh · 17 years ago
  47. 0d6172a IB/ipath: Remove duplicate stuff from ipath_verbs.h by Robert Walsh · 17 years ago
  48. 253fb39 IB/ipath: Check reserved memory keys by Robert Walsh · 17 years ago
  49. f0810da IB/ipath: Fix unit selection when all CPU affinity bits set by Bryan O'Sullivan · 17 years ago
  50. 662af58 IB/ipath: Don't allow QPs 0 and 1 to be opened multiple times by Bryan O'Sullivan · 17 years ago
  51. 53c1d2c IB/ipath: Disable IB link earlier in shutdown sequence by Bryan O'Sullivan · 17 years ago
  52. 490462c IB/ipath: Prevent random program use of diags interface by Bryan O'Sullivan · 17 years ago
  53. f5408ac IB/ipath: On unrecoverable errors, force link down, LEDs off by Bryan O'Sullivan · 17 years ago
  54. 27b044a IB/ipath: Fix driver crash (in interrupt or during unload) after chip reset by Michael Albaugh · 17 years ago
  55. 9783ab4 IB/ipath: Improve handling and reporting of parity errors by Bryan O'Sullivan · 17 years ago
  56. 820054b IB/ipath: Print better error messages if kernel is misconfigured by Bryan O'Sullivan · 17 years ago
  57. 569b87b IB/ipath: Force PIOAvail update entry point by Arthur Jones · 17 years ago
  58. 7b196e2 IB/ipath: Call free_irq() on chip specific initialization failure by Arthur Jones · 17 years ago
  59. 5a7d4ee IB/ipath: Discard multicast packets without a GRH by Bryan O'Sullivan · 17 years ago
  60. 0ed3c59 IB/ipath: Fix calculation for number of kernel PIO buffers by Bryan O'Sullivan · 17 years ago
  61. c8c6f5d IB/ipath: Remove unused ipath_read_kreg64_port() by Bryan O'Sullivan · 17 years ago
  62. dd5190b IB/ipath: Fix RDMA reads of length zero and error handling by Ralph Campbell · 17 years ago
  63. c7e29ff IB/ipath: Allow receive ports mapped into userspace to be shared by Mark Debbage · 17 years ago
  64. 0a5a83c IB/ipath: Fix port sharing on powerpc by Ralph Campbell · 17 years ago
  65. 041eab9 IB/ipath: Fix CQ flushing when QP is modified to error state by Bryan O'Sullivan · 17 years ago
  66. 614d49a IB/ipath: Fix bad argument to clear_bit() by Bryan O'Sullivan · 17 years ago
  67. 8ec1077 IB/ipath: Change packet problems vs chip errors handling and reporting by Bryan O'Sullivan · 17 years ago
  68. 6f5c407 IB/ipath: Fix PSN update for RC retries by Ralph Campbell · 17 years ago
  69. 0434d27 IB/ipath: Fix QP error completion queue entries by Ralph Campbell · 17 years ago
  70. 39c0d0b IB/ipath: Fix up some debug messages by Bryan O'Sullivan · 17 years ago
  71. 3859e39 IB/ipath: Support larger IB_QP_MAX_DEST_RD_ATOMIC and IB_QP_MAX_QP_RD_ATOMIC by Ralph Campbell · 17 years ago
  72. 7b21d26 IB/ipath: NMI cpu lockup if local loopback used by Ralph Campbell · 17 years ago
  73. 9f9630d IB/ipath: Fix SRQ limit event causing dropped CQ entry by Ralph Campbell · 17 years ago
  74. 947d761 IB/ipath: Don't initialize port memory for subports by Ralph Campbell · 17 years ago
  75. 1908574 IB/ipath: Definitions of two RXE parity err bits were reversed by Bryan O'Sullivan · 17 years ago
  76. 165c552 IB/ipath: Fix user memory region creation when IOMMU present by Bryan O'Sullivan · 17 years ago
  77. 946db67 IB/ipath: Add ability to set and clear IB local loopback by Bryan O'Sullivan · 17 years ago
  78. a89875f IPoIB: Remove pointless opcode field from debugging output by Roland Dreier · 17 years ago
  79. 9a4b65e IB/umad: Fix declaration of dev_map[] by Hal Rosenstock · 17 years ago
  80. 608d826 IB/mthca: Fix data corruption after FMR unmap on Sinai by Michael S. Tsirkin · 17 years ago
  81. d05c7a8 [POWERPC] Rename get_property to of_get_property: drivers by Stephen Rothwell · 17 years ago
  82. a7edd0e [POWERPC] get_property returns const by Stephen Rothwell · 17 years ago
  83. 1ca1977 RDMA/cxgb3: Add set_tcb_rpl_handler by Steve Wise · 17 years ago
  84. 6371ea3 IPoIB/cm: Fix DMA direction typo by Michael S. Tsirkin · 17 years ago
  85. 1d426d6 IB/iser: Don't defer connection failure notification to workqueue by Erez Zilber · 17 years ago
  86. a26b5fc Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  87. 3104a21 IB/iser: Handle aborting a command after it is sent by Erez Zilber · 17 years ago
  88. 0264d88 IB/mthca: Fix thinko in init_mr_table() by Michael S. Tsirkin · 17 years ago
  89. ed6ee51 RDMA/cxgb3: Fix resource leak in cxio_hal_init_ctrl_qp() by Steve Wise · 17 years ago
  90. ecbb416 [NET]: Fix neighbour destructor handling. by Alexey Kuznetsov · 17 years ago
  91. 77d8e1e IB/ipoib: Fix thinko in packet length checks by Michael S. Tsirkin · 17 years ago
  92. d04d01b IPoIB: Fix use-after-free in path_rec_completion() by Michael S. Tsirkin · 17 years ago
  93. 73b9e98 IB/ehca: Make scaling code work without CPU hotplug by Joachim Fenkes · 17 years ago
  94. d601347 RDMA/cxgb3: Handle build_phys_page_list() failure in iwch_reregister_phys_mem() by Steve Wise · 17 years ago
  95. fae8773 IB/ipath: Check return value of lookup_one_len by Bryan O'Sullivan · 17 years ago
  96. e07832b IPoIB: Fix race in detaching from mcast group before attaching by Sean Hefty · 17 years ago
  97. 60a596d IPoIB/cm: Fix reaping of stale connections by Michael S. Tsirkin · 17 years ago
  98. 62577fa [PATCH] fix ipath_dma_free_coherent() prototype by Al Viro · 17 years ago
  99. bf32ed3 [SCSI] iscsi: rename DEFAULT_MAX_RECV_DATA_SEGMENT_LENGTH by Mike Christie · 18 years ago
  100. 55c9add IPoIB: Turn on interface's carrier after broadcast group is joined by Shirley Ma · 18 years ago