diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-11 22:40:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-11 22:40:14 -0400 |
commit | 038a5008b2f395c85e6e71d6ddf3c684e7c405b0 (patch) | |
tree | 4735eab577e97e5a22c3141e3f60071c8065585e /MAINTAINERS | |
parent | dd6d1844af33acb4edd0a40b1770d091a22c94be (diff) | |
parent | 266918303226cceac7eca38ced30f15f277bd89c (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
* 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (867 commits)
[SKY2]: status polling loop (post merge)
[NET]: Fix NAPI completion handling in some drivers.
[TCP]: Limit processing lost_retrans loop to work-to-do cases
[TCP]: Fix lost_retrans loop vs fastpath problems
[TCP]: No need to re-count fackets_out/sacked_out at RTO
[TCP]: Extract tcp_match_queue_to_sack from sacktag code
[TCP]: Kill almost unused variable pcount from sacktag
[TCP]: Fix mark_head_lost to ignore R-bit when trying to mark L
[TCP]: Add bytes_acked (ABC) clearing to FRTO too
[IPv6]: Update setsockopt(IPV6_MULTICAST_IF) to support RFC 3493, try2
[NETFILTER]: x_tables: add missing ip6t_modulename aliases
[NETFILTER]: nf_conntrack_tcp: fix connection reopening
[QETH]: fix qeth_main.c
[NETLINK]: fib_frontend build fixes
[IPv6]: Export userland ND options through netlink (RDNSS support)
[9P]: build fix with !CONFIG_SYSCTL
[NET]: Fix dev_put() and dev_hold() comments
[NET]: make netlink user -> kernel interface synchronious
[NET]: unify netlink kernel socket recognition
[NET]: cleanup 3rd argument in netlink_sendskb
...
Fix up conflicts manually in Documentation/feature-removal-schedule.txt
and my new least favourite crap, the "mod_devicetable" support in the
files include/linux/mod_devicetable.h and scripts/mod/file2alias.c.
(The latter files seem to be explicitly _designed_ to get conflicts when
different subsystems work with them - that have an absolutely horrid
lack of subsystem separation!)
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 101 |
1 files changed, 87 insertions, 14 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 60162706716f..8a1360045c2d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -284,6 +284,14 @@ M: corentin.labbe@geomatys.fr | |||
284 | L: lm-sensors@lm-sensors.org | 284 | L: lm-sensors@lm-sensors.org |
285 | S: Maintained | 285 | S: Maintained |
286 | 286 | ||
287 | ADM8211 WIRELESS DRIVER | ||
288 | P: Michael Wu | ||
289 | M: flamingice@sourmilk.net | ||
290 | L: linux-wireless@vger.kernel.org | ||
291 | W: http://linuxwireless.org/ | ||
292 | T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git | ||
293 | S: Maintained | ||
294 | |||
287 | ADT746X FAN DRIVER | 295 | ADT746X FAN DRIVER |
288 | P: Colin Leroy | 296 | P: Colin Leroy |
289 | M: colin@colino.net | 297 | M: colin@colino.net |
@@ -761,6 +769,22 @@ L: linux-hams@vger.kernel.org | |||
761 | W: http://www.baycom.org/~tom/ham/ham.html | 769 | W: http://www.baycom.org/~tom/ham/ham.html |
762 | S: Maintained | 770 | S: Maintained |
763 | 771 | ||
772 | B43 WIRELESS DRIVER | ||
773 | P: Michael Buesch | ||
774 | M: mb@bu3sch.de | ||
775 | P: Stefano Brivio | ||
776 | M: st3@riseup.net | ||
777 | L: linux-wireless@vger.kernel.org | ||
778 | W: http://bcm43xx.berlios.de/ | ||
779 | S: Maintained | ||
780 | |||
781 | B43LEGACY WIRELESS DRIVER | ||
782 | P: Larry Finger | ||
783 | M: Larry.Finger@lwfinger.net | ||
784 | L: linux-wireless@vger.kernel.org | ||
785 | W: http://bcm43xx.berlios.de/ | ||
786 | S: Maintained | ||
787 | |||
764 | BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION) | 788 | BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION) |
765 | P: Larry Finger | 789 | P: Larry Finger |
766 | M: Larry.Finger@lwfinger.net | 790 | M: Larry.Finger@lwfinger.net |
@@ -1224,12 +1248,6 @@ L: Eng.Linux@digi.com | |||
1224 | W: http://www.digi.com | 1248 | W: http://www.digi.com |
1225 | S: Orphaned | 1249 | S: Orphaned |
1226 | 1250 | ||
1227 | DIGI RIGHTSWITCH NETWORK DRIVER | ||
1228 | P: Rick Richardson | ||
1229 | L: netdev@vger.kernel.org | ||
1230 | W: http://www.digi.com | ||
1231 | S: Orphaned | ||
1232 | |||
1233 | DIRECTORY NOTIFICATION | 1251 | DIRECTORY NOTIFICATION |
1234 | P: Stephen Rothwell | 1252 | P: Stephen Rothwell |
1235 | M: sfr@canb.auug.org.au | 1253 | M: sfr@canb.auug.org.au |
@@ -1996,16 +2014,14 @@ W: http://sourceforge.net/projects/e1000/ | |||
1996 | S: Supported | 2014 | S: Supported |
1997 | 2015 | ||
1998 | INTEL PRO/10GbE SUPPORT | 2016 | INTEL PRO/10GbE SUPPORT |
1999 | P: Jeff Kirsher | ||
2000 | M: jeffrey.t.kirsher@intel.com | ||
2001 | P: Ayyappan Veeraiyan | 2017 | P: Ayyappan Veeraiyan |
2002 | M: ayyappan.veeraiyan@intel.com | 2018 | M: ayyappan.veeraiyan@intel.com |
2003 | P: John Ronciak | ||
2004 | M: john.ronciak@intel.com | ||
2005 | P: Jesse Brandeburg | ||
2006 | M: jesse.brandeburg@intel.com | ||
2007 | P: Auke Kok | 2019 | P: Auke Kok |
2008 | M: auke-jan.h.kok@intel.com | 2020 | M: auke-jan.h.kok@intel.com |
2021 | P: Jesse Brandeburg | ||
2022 | M: jesse.brandeburg@intel.com | ||
2023 | P: John Ronciak | ||
2024 | M: john.ronciak@intel.com | ||
2009 | L: e1000-devel@lists.sourceforge.net | 2025 | L: e1000-devel@lists.sourceforge.net |
2010 | W: http://sourceforge.net/projects/e1000/ | 2026 | W: http://sourceforge.net/projects/e1000/ |
2011 | S: Supported | 2027 | S: Supported |
@@ -2032,6 +2048,15 @@ L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel | |||
2032 | W: http://ipw2200.sourceforge.net | 2048 | W: http://ipw2200.sourceforge.net |
2033 | S: Supported | 2049 | S: Supported |
2034 | 2050 | ||
2051 | INTEL WIRELESS WIFI LINK (iwlwifi) | ||
2052 | P: Zhu Yi | ||
2053 | M: yi.zhu@intel.com | ||
2054 | L: linux-wireless@vger.kernel.org | ||
2055 | L: ipw3945-devel@lists.sourceforge.net | ||
2056 | W: http://intellinuxwireless.org | ||
2057 | T: git git://intellinuxwireless.org/repos/iwlwifi | ||
2058 | S: Supported | ||
2059 | |||
2035 | IOC3 ETHERNET DRIVER | 2060 | IOC3 ETHERNET DRIVER |
2036 | P: Ralf Baechle | 2061 | P: Ralf Baechle |
2037 | M: ralf@linux-mips.org | 2062 | M: ralf@linux-mips.org |
@@ -2049,6 +2074,16 @@ P: Juanjo Ciarlante | |||
2049 | M: jjciarla@raiz.uncu.edu.ar | 2074 | M: jjciarla@raiz.uncu.edu.ar |
2050 | S: Maintained | 2075 | S: Maintained |
2051 | 2076 | ||
2077 | IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER | ||
2078 | P: Francois Romieu | ||
2079 | M: romieu@fr.zoreil.com | ||
2080 | P: Sorbica Shieh | ||
2081 | M: sorbica@icplus.com.tw | ||
2082 | P: Jesse Huang | ||
2083 | M: jesse@icplus.com.tw | ||
2084 | L: netdev@vger.kernel.org | ||
2085 | S: Maintained | ||
2086 | |||
2052 | IPATH DRIVER: | 2087 | IPATH DRIVER: |
2053 | P: Arthur Jones | 2088 | P: Arthur Jones |
2054 | M: infinipath@qlogic.com | 2089 | M: infinipath@qlogic.com |
@@ -2999,6 +3034,14 @@ L: kpreempt-tech@lists.sourceforge.net | |||
2999 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel | 3034 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel |
3000 | S: Supported | 3035 | S: Supported |
3001 | 3036 | ||
3037 | P54 WIRELESS DRIVER | ||
3038 | P: Michael Wu | ||
3039 | M: flamingice@sourmilk.net | ||
3040 | L: linux-wireless@vger.kernel.org | ||
3041 | W: http://prism54.org | ||
3042 | T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git | ||
3043 | S: Maintained | ||
3044 | |||
3002 | PRISM54 WIRELESS DRIVER | 3045 | PRISM54 WIRELESS DRIVER |
3003 | P: Luis R. Rodriguez | 3046 | P: Luis R. Rodriguez |
3004 | M: mcgrof@gmail.com | 3047 | M: mcgrof@gmail.com |
@@ -3086,6 +3129,14 @@ M: corey@world.std.com | |||
3086 | L: linux-wireless@vger.kernel.org | 3129 | L: linux-wireless@vger.kernel.org |
3087 | S: Maintained | 3130 | S: Maintained |
3088 | 3131 | ||
3132 | RALINK RT2X00 WLAN DRIVER | ||
3133 | P: rt2x00 project | ||
3134 | L: linux-wireless@vger.kernel.org | ||
3135 | L: rt2400-devel@lists.sourceforge.net | ||
3136 | W: http://rt2x00.serialmonkey.com/ | ||
3137 | S: Maintained | ||
3138 | F: drivers/net/wireless/rt2x00/ | ||
3139 | |||
3089 | RANDOM NUMBER DRIVER | 3140 | RANDOM NUMBER DRIVER |
3090 | P: Matt Mackall | 3141 | P: Matt Mackall |
3091 | M: mpm@selenic.com | 3142 | M: mpm@selenic.com |
@@ -3171,8 +3222,8 @@ W: http://www.ibm.com/developerworks/linux/linux390/ | |||
3171 | S: Supported | 3222 | S: Supported |
3172 | 3223 | ||
3173 | S390 NETWORK DRIVERS | 3224 | S390 NETWORK DRIVERS |
3174 | P: Frank Pavlic | 3225 | P: Ursula Braun |
3175 | M: fpavlic@de.ibm.com | 3226 | M: ubraun@linux.vnet.ibm.com |
3176 | M: linux390@de.ibm.com | 3227 | M: linux390@de.ibm.com |
3177 | L: linux-s390@vger.kernel.org | 3228 | L: linux-s390@vger.kernel.org |
3178 | W: http://www.ibm.com/developerworks/linux/linux390/ | 3229 | W: http://www.ibm.com/developerworks/linux/linux390/ |
@@ -3186,6 +3237,14 @@ L: linux-s390@vger.kernel.org | |||
3186 | W: http://www.ibm.com/developerworks/linux/linux390/ | 3237 | W: http://www.ibm.com/developerworks/linux/linux390/ |
3187 | S: Supported | 3238 | S: Supported |
3188 | 3239 | ||
3240 | S390 IUCV NETWORK LAYER | ||
3241 | P: Ursula Braun | ||
3242 | M: ubraun@linux.vnet.ibm.com | ||
3243 | M: linux390@de.ibm.com | ||
3244 | L: linux-s390@vger.kernel.org | ||
3245 | W: http://www.ibm.com/developerworks/linux/linux390/ | ||
3246 | S: Supported | ||
3247 | |||
3189 | SAA7146 VIDEO4LINUX-2 DRIVER | 3248 | SAA7146 VIDEO4LINUX-2 DRIVER |
3190 | P: Michael Hunold | 3249 | P: Michael Hunold |
3191 | M: michael@mihu.de | 3250 | M: michael@mihu.de |
@@ -3410,6 +3469,12 @@ M: tsbogend@alpha.franken.de | |||
3410 | L: netdev@vger.kernel.org | 3469 | L: netdev@vger.kernel.org |
3411 | S: Maintained | 3470 | S: Maintained |
3412 | 3471 | ||
3472 | SONICS SILICON BACKPLANE DRIVER (SSB) | ||
3473 | P: Michael Buesch | ||
3474 | M: mb@bu3sch.de | ||
3475 | L: netdev@vger.kernel.org | ||
3476 | S: Maintained | ||
3477 | |||
3413 | SONY VAIO CONTROL DEVICE DRIVER | 3478 | SONY VAIO CONTROL DEVICE DRIVER |
3414 | P: Mattia Dongili | 3479 | P: Mattia Dongili |
3415 | M: malattia@linux.it | 3480 | M: malattia@linux.it |
@@ -3594,6 +3659,14 @@ M: hlhung3i@gmail.com | |||
3594 | W: http://tcp-lp-mod.sourceforge.net/ | 3659 | W: http://tcp-lp-mod.sourceforge.net/ |
3595 | S: Maintained | 3660 | S: Maintained |
3596 | 3661 | ||
3662 | TEHUTI ETHERNET DRIVER | ||
3663 | P: Alexander Indenbaum | ||
3664 | M: baum@tehutinetworks.net | ||
3665 | P: Andy Gospodarek | ||
3666 | M: andy@greyhouse.net | ||
3667 | L: netdev@vger.kernel.org | ||
3668 | S: Supported | ||
3669 | |||
3597 | TI FLASH MEDIA INTERFACE DRIVER | 3670 | TI FLASH MEDIA INTERFACE DRIVER |
3598 | P: Alex Dubov | 3671 | P: Alex Dubov |
3599 | M: oakad@yahoo.com | 3672 | M: oakad@yahoo.com |