diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-12-28 15:49:40 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-12-28 15:49:40 -0500 |
commit | 0191b625ca5a46206d2fb862bb08f36f2fcb3b31 (patch) | |
tree | 454d1842b1833d976da62abcbd5c47521ebe9bd7 /MAINTAINERS | |
parent | 54a696bd07c14d3b1192d03ce7269bc59b45209a (diff) | |
parent | eb56092fc168bf5af199d47af50c0d84a96db898 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6: (1429 commits)
net: Allow dependancies of FDDI & Tokenring to be modular.
igb: Fix build warning when DCA is disabled.
net: Fix warning fallout from recent NAPI interface changes.
gro: Fix potential use after free
sfc: If AN is enabled, always read speed/duplex from the AN advertising bits
sfc: When disabling the NIC, close the device rather than unregistering it
sfc: SFT9001: Add cable diagnostics
sfc: Add support for multiple PHY self-tests
sfc: Merge top-level functions for self-tests
sfc: Clean up PHY mode management in loopback self-test
sfc: Fix unreliable link detection in some loopback modes
sfc: Generate unique names for per-NIC workqueues
802.3ad: use standard ethhdr instead of ad_header
802.3ad: generalize out mac address initializer
802.3ad: initialize ports LACPDU from const initializer
802.3ad: remove typedef around ad_system
802.3ad: turn ports is_individual into a bool
802.3ad: turn ports is_enabled into a bool
802.3ad: make ntt bool
ixgbe: Fix set_ringparam in ixgbe to use the same memory pools.
...
Fixed trivial IPv4/6 address printing conflicts in fs/cifs/connect.c due
to the conversion to %pI (in this networking merge) and the addition of
doing IPv6 addresses (from the earlier merge of CIFS).
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 48 |
1 files changed, 35 insertions, 13 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 701025701514..08d0ab7fa161 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -742,7 +742,7 @@ M: jirislaby@gmail.com | |||
742 | P: Nick Kossifidis | 742 | P: Nick Kossifidis |
743 | M: mickflemm@gmail.com | 743 | M: mickflemm@gmail.com |
744 | P: Luis R. Rodriguez | 744 | P: Luis R. Rodriguez |
745 | M: mcgrof@gmail.com | 745 | M: lrodriguez@atheros.com |
746 | P: Bob Copeland | 746 | P: Bob Copeland |
747 | M: me@bobcopeland.com | 747 | M: me@bobcopeland.com |
748 | L: linux-wireless@vger.kernel.org | 748 | L: linux-wireless@vger.kernel.org |
@@ -1607,11 +1607,6 @@ L: acpi4asus-user@lists.sourceforge.net | |||
1607 | W: http://sourceforge.net/projects/acpi4asus | 1607 | W: http://sourceforge.net/projects/acpi4asus |
1608 | S: Maintained | 1608 | S: Maintained |
1609 | 1609 | ||
1610 | EEPRO100 NETWORK DRIVER | ||
1611 | P: Andrey V. Savochkin | ||
1612 | M: saw@saw.sw.com.sg | ||
1613 | S: Maintained | ||
1614 | |||
1615 | EFS FILESYSTEM | 1610 | EFS FILESYSTEM |
1616 | W: http://aeschi.ch.eu.org/efs/ | 1611 | W: http://aeschi.ch.eu.org/efs/ |
1617 | S: Orphan | 1612 | S: Orphan |
@@ -1849,7 +1844,7 @@ P: Haavard Skinnemoen | |||
1849 | M: hskinnemoen@atmel.com | 1844 | M: hskinnemoen@atmel.com |
1850 | S: Supported | 1845 | S: Supported |
1851 | 1846 | ||
1852 | GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS | 1847 | GENERIC HDLC (WAN) DRIVERS |
1853 | P: Krzysztof Halasa | 1848 | P: Krzysztof Halasa |
1854 | M: khc@pm.waw.pl | 1849 | M: khc@pm.waw.pl |
1855 | W: http://www.kernel.org/pub/linux/utils/net/hdlc/ | 1850 | W: http://www.kernel.org/pub/linux/utils/net/hdlc/ |
@@ -2248,6 +2243,11 @@ M: dan.j.williams@intel.com | |||
2248 | L: linux-kernel@vger.kernel.org | 2243 | L: linux-kernel@vger.kernel.org |
2249 | S: Supported | 2244 | S: Supported |
2250 | 2245 | ||
2246 | INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT | ||
2247 | P: Krzysztof Halasa | ||
2248 | M: khc@pm.waw.pl | ||
2249 | S: Maintained | ||
2250 | |||
2251 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT | 2251 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT |
2252 | P: Deepak Saxena | 2252 | P: Deepak Saxena |
2253 | M: dsaxena@plexity.net | 2253 | M: dsaxena@plexity.net |
@@ -3614,16 +3614,26 @@ L: linux-hams@vger.kernel.org | |||
3614 | W: http://www.linux-ax25.org/ | 3614 | W: http://www.linux-ax25.org/ |
3615 | S: Maintained | 3615 | S: Maintained |
3616 | 3616 | ||
3617 | RTL818X WIRELESS DRIVER | 3617 | RTL8180 WIRELESS DRIVER |
3618 | P: Michael Wu | 3618 | P: John W. Linville |
3619 | M: flamingice@sourmilk.net | 3619 | M: linville@tuxdriver.com |
3620 | P: Andrea Merello | ||
3621 | M: andreamrl@tiscali.it | ||
3622 | L: linux-wireless@vger.kernel.org | 3620 | L: linux-wireless@vger.kernel.org |
3623 | W: http://linuxwireless.org/ | 3621 | W: http://linuxwireless.org/ |
3624 | T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git | 3622 | T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git |
3625 | S: Maintained | 3623 | S: Maintained |
3626 | 3624 | ||
3625 | RTL8187 WIRELESS DRIVER | ||
3626 | P: Herton Ronaldo Krzesinski | ||
3627 | M: herton@mandriva.com.br | ||
3628 | P: Hin-Tak Leung | ||
3629 | M htl10@users.sourceforge.net | ||
3630 | P: Larry Finger | ||
3631 | M: Larry.Finger@lwfinger.net | ||
3632 | L: linux-wireless@vger.kernel.org | ||
3633 | W: http://linuxwireless.org/ | ||
3634 | T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git | ||
3635 | S: Maintained | ||
3636 | |||
3627 | S3 SAVAGE FRAMEBUFFER DRIVER | 3637 | S3 SAVAGE FRAMEBUFFER DRIVER |
3628 | P: Antonino Daplas | 3638 | P: Antonino Daplas |
3629 | M: adaplas@gmail.com | 3639 | M: adaplas@gmail.com |
@@ -3913,6 +3923,18 @@ M: mhoffman@lightlink.com | |||
3913 | L: lm-sensors@lm-sensors.org | 3923 | L: lm-sensors@lm-sensors.org |
3914 | S: Maintained | 3924 | S: Maintained |
3915 | 3925 | ||
3926 | SMSC911x ETHERNET DRIVER | ||
3927 | P: Steve Glendinning | ||
3928 | M: steve.glendinning@smsc.com | ||
3929 | L: netdev@vger.kernel.org | ||
3930 | S: Supported | ||
3931 | |||
3932 | SMSC9420 PCI ETHERNET DRIVER | ||
3933 | P: Steve Glendinning | ||
3934 | M: steve.glendinning@smsc.com | ||
3935 | L: netdev@vger.kernel.org | ||
3936 | S: Supported | ||
3937 | |||
3916 | SMX UIO Interface | 3938 | SMX UIO Interface |
3917 | P: Ben Nizette | 3939 | P: Ben Nizette |
3918 | M: bn@niasdigital.com | 3940 | M: bn@niasdigital.com |