aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-10-09 15:06:26 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2010-10-09 15:06:26 -0400
commit85a331881dd52a93e7d4c57bcaf5486cc8718465 (patch)
tree5a09ba7bac0bcc6a54c22e2f45fb7851c3c3f758 /MAINTAINERS
parent63847e66b28ed5e0dc28409d767e8f3891502ac4 (diff)
parentae6df5f96a51818d6376da5307d773baeece4014 (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (27 commits) net: clear heap allocation for ETHTOOL_GRXCLSRLALL isdn: strcpy() => strlcpy() Revert "mac80211: use netif_receive_skb in ieee80211_tx_status callpath" mac80211: delete AddBA response timer ath9k_hw: fix regression in ANI listen time calculation caif: fix two caif_connect() bugs bonding: fix WARN_ON when writing to bond_master sysfs file skge: add quirk to limit DMA MAINTAINERS: update Intel LAN Ethernet info e1000e.txt: Add e1000e documentation e1000.txt: Update e1000 documentation ixgbevf.txt: Update ixgbevf documentation cls_u32: signedness bug Bluetooth: Disallow to change L2CAP_OPTIONS values when connected sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac() sctp: prevent reading out-of-bounds memory ipv4: correct IGMP behavior on v3 query during v2-compatibility mode netdev: Depend on INET before selecting INET_LRO Revert "ipv4: Make INET_LRO a bool instead of tristate." net: Fix the condition passed to sk_wait_event() ...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS16
1 files changed, 14 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index d79fd7aae983..d45828145e3a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3073,16 +3073,27 @@ L: netdev@vger.kernel.org
3073S: Maintained 3073S: Maintained
3074F: drivers/net/ixp2000/ 3074F: drivers/net/ixp2000/
3075 3075
3076INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe) 3076INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
3077M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> 3077M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3078M: Jesse Brandeburg <jesse.brandeburg@intel.com> 3078M: Jesse Brandeburg <jesse.brandeburg@intel.com>
3079M: Bruce Allan <bruce.w.allan@intel.com> 3079M: Bruce Allan <bruce.w.allan@intel.com>
3080M: Alex Duyck <alexander.h.duyck@intel.com> 3080M: Carolyn Wyborny <carolyn.wyborny@intel.com>
3081M: Don Skidmore <donald.c.skidmore@intel.com>
3082M: Greg Rose <gregory.v.rose@intel.com>
3081M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com> 3083M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
3084M: Alex Duyck <alexander.h.duyck@intel.com>
3082M: John Ronciak <john.ronciak@intel.com> 3085M: John Ronciak <john.ronciak@intel.com>
3083L: e1000-devel@lists.sourceforge.net 3086L: e1000-devel@lists.sourceforge.net
3084W: http://e1000.sourceforge.net/ 3087W: http://e1000.sourceforge.net/
3085S: Supported 3088S: Supported
3089F: Documentation/networking/e100.txt
3090F: Documentation/networking/e1000.txt
3091F: Documentation/networking/e1000e.txt
3092F: Documentation/networking/igb.txt
3093F: Documentation/networking/igbvf.txt
3094F: Documentation/networking/ixgb.txt
3095F: Documentation/networking/ixgbe.txt
3096F: Documentation/networking/ixgbevf.txt
3086F: drivers/net/e100.c 3097F: drivers/net/e100.c
3087F: drivers/net/e1000/ 3098F: drivers/net/e1000/
3088F: drivers/net/e1000e/ 3099F: drivers/net/e1000e/
@@ -3090,6 +3101,7 @@ F: drivers/net/igb/
3090F: drivers/net/igbvf/ 3101F: drivers/net/igbvf/
3091F: drivers/net/ixgb/ 3102F: drivers/net/ixgb/
3092F: drivers/net/ixgbe/ 3103F: drivers/net/ixgbe/
3104F: drivers/net/ixgbevf/
3093 3105
3094INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT 3106INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3095L: linux-wireless@vger.kernel.org 3107L: linux-wireless@vger.kernel.org