diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-20 12:00:34 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-20 12:00:34 -0400 |
commit | 9d35bc1ec696ebfc5662a0d00b4d36564ff3af53 (patch) | |
tree | 29c706e129d188f5bfaf55ceaf4a0d0630b37892 /MAINTAINERS | |
parent | 96b5b7f4f2d59b37c1fc2fba1ae25999accd6dcd (diff) | |
parent | ffebedb7ab3f7964a70a1771547b26af38a189d2 (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:
IB/core: Use kmemdup() instead of kmalloc()+memcpy()
IB/iser: Fix error flow in iser_create_ib_conn_res()
IB/iser: Enhance disconnection logic for multi-pathing
IB/iser: Remove buggy back-pointer setting
IB/iser: Add asynchronous event handler
MAINTAINERS: Add cxgb4 and iw_cxgb4 entries
RDMA/cxgb3: Shrink .text with compile-time init of handlers arrays
IPoIB: Allow disabling/enabling TSO on the fly through ethtool
IB/mlx4: Add support for masked atomic operations
IB/core: Add support for masked atomic operations
RDMA/cma: Randomize local port allocation
RDMA/nes: Make unnecessarily global functions static
RDMA/nes: Make nesadapter->phy_lock usage consistent
RDMA/cxgb4: Add driver for Chelsio T4 RNIC
IB/mthca: Use the dma state API instead of pci equivalents
RDMA/amso1100: Use the dma state API instead of pci equivalents
RDMA/cxgb3: Don't free skbs on NET_XMIT_* indications from LLD
RDMA/cxgb3: Use the dma state API instead of pci equivalents
IB: Explicitly rule out llseek to avoid BKL in default_llseek()
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8e019486b006..de39882924d0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1749,6 +1749,20 @@ W: http://www.openfabrics.org | |||
1749 | S: Supported | 1749 | S: Supported |
1750 | F: drivers/infiniband/hw/cxgb3/ | 1750 | F: drivers/infiniband/hw/cxgb3/ |
1751 | 1751 | ||
1752 | CXGB4 ETHERNET DRIVER (CXGB4) | ||
1753 | M: Dimitris Michailidis <dm@chelsio.com> | ||
1754 | L: netdev@vger.kernel.org | ||
1755 | W: http://www.chelsio.com | ||
1756 | S: Supported | ||
1757 | F: drivers/net/cxgb4/ | ||
1758 | |||
1759 | CXGB4 IWARP RNIC DRIVER (IW_CXGB4) | ||
1760 | M: Steve Wise <swise@chelsio.com> | ||
1761 | L: linux-rdma@vger.kernel.org | ||
1762 | W: http://www.openfabrics.org | ||
1763 | S: Supported | ||
1764 | F: drivers/infiniband/hw/cxgb4/ | ||
1765 | |||
1752 | CYBERPRO FB DRIVER | 1766 | CYBERPRO FB DRIVER |
1753 | M: Russell King <linux@arm.linux.org.uk> | 1767 | M: Russell King <linux@arm.linux.org.uk> |
1754 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 1768 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |