diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-26 20:54:22 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-26 20:54:22 -0400 |
commit | 9e5fca251f44832cb996961048ea977f80faf6ea (patch) | |
tree | 05d1df04502478ed71b78f63a861aa5cc67ef773 /MAINTAINERS | |
parent | 56083ab17e0075e538270823c374b59cc97e73b9 (diff) | |
parent | 116e9535fe5e00bafab7a637f306b110cf95cff5 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband: (63 commits)
IB/qib: clean up properly if pci_set_consistent_dma_mask() fails
IB/qib: Allow driver to load if PCIe AER fails
IB/qib: Fix uninitialized pointer if CONFIG_PCI_MSI not set
IB/qib: Fix extra log level in qib_early_err()
RDMA/cxgb4: Remove unnecessary KERN_<level> use
RDMA/cxgb3: Remove unnecessary KERN_<level> use
IB/core: Add link layer type information to sysfs
IB/mlx4: Add VLAN support for IBoE
IB/core: Add VLAN support for IBoE
IB/mlx4: Add support for IBoE
mlx4_en: Change multicast promiscuous mode to support IBoE
mlx4_core: Update data structures and constants for IBoE
mlx4_core: Allow protocol drivers to find corresponding interfaces
IB/uverbs: Return link layer type to userspace for query port operation
IB/srp: Sync buffer before posting send
IB/srp: Use list_first_entry()
IB/srp: Reduce number of BUSY conditions
IB/srp: Eliminate two forward declarations
IB/mlx4: Signal node desc changes to SM by using FW to generate trap 144
IB: Replace EXTRA_CFLAGS with ccflags-y
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 635f8801c45a..bbcaf31657ae 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2973,7 +2973,7 @@ M: Roland Dreier <rolandd@cisco.com> | |||
2973 | M: Sean Hefty <sean.hefty@intel.com> | 2973 | M: Sean Hefty <sean.hefty@intel.com> |
2974 | M: Hal Rosenstock <hal.rosenstock@gmail.com> | 2974 | M: Hal Rosenstock <hal.rosenstock@gmail.com> |
2975 | L: linux-rdma@vger.kernel.org | 2975 | L: linux-rdma@vger.kernel.org |
2976 | W: http://www.openib.org/ | 2976 | W: http://www.openfabrics.org/ |
2977 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | 2977 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ |
2978 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git | 2978 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git |
2979 | S: Supported | 2979 | S: Supported |
@@ -5131,6 +5131,16 @@ W: http://www.kernel.dk | |||
5131 | S: Maintained | 5131 | S: Maintained |
5132 | F: drivers/scsi/sr* | 5132 | F: drivers/scsi/sr* |
5133 | 5133 | ||
5134 | SCSI RDMA PROTOCOL (SRP) INITIATOR | ||
5135 | M: David Dillow <dillowda@ornl.gov> | ||
5136 | L: linux-rdma@vger.kernel.org | ||
5137 | S: Supported | ||
5138 | W: http://www.openfabrics.org | ||
5139 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | ||
5140 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git | ||
5141 | F: drivers/infiniband/ulp/srp/ | ||
5142 | F: include/scsi/srp.h | ||
5143 | |||
5134 | SCSI SG DRIVER | 5144 | SCSI SG DRIVER |
5135 | M: Doug Gilbert <dgilbert@interlog.com> | 5145 | M: Doug Gilbert <dgilbert@interlog.com> |
5136 | L: linux-scsi@vger.kernel.org | 5146 | L: linux-scsi@vger.kernel.org |