OSDN Git Service

[PATCH] smbfs : don't ignore uid/gid/mode mount opts w/ unix extensions
[linux-kernel-docs/linux-2.4.36.git] / MAINTAINERS
1         
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time. See
34         Documentation/CodingStyle for guidance here.
35
36         PLEASE try to include any credit lines you want added with the
37         patch. It avoids people being missed off by mistake and makes
38         it easier to know who wants adding and who doesn't.
39
40         PLEASE document known bugs. If it doesn't work for everything
41         or does something very odd once a month document it.
42
43 6.      Make sure you have the right to send any changes you make. If you
44         do changes at work you may find your employer owns the patch
45         not you.
46
47 7.      Happy hacking.
48
49                 -----------------------------------
50
51 Maintainers List (try to look for most precise areas first)
52
53 Note: For the hard of thinking, this list is meant to remain in alphabetical
54 order. If you could add yourselves to it in alphabetical order that would be
55 so much easier [Ed]
56
57 P: Person
58 M: Mail patches to
59 L: Mailing list that is relevant to this area
60 W: Web-page with status/info
61 S: Status, one of the following:
62
63         Supported:      Someone is actually paid to look after this.
64         Maintained:     Someone actually looks after it.
65         Odd Fixes:      It has a maintainer but they don't have time to do
66                         much other than throw the odd patch in. See below..
67         Orphan:         No current maintainer [but maybe you could take the
68                         role as you write your new code].
69         Obsolete:       Old code. Something tagged obsolete generally means
70                         it has been replaced by a better system and you
71                         should be using that.
72
73 3C359 NETWORK DRIVER
74 P:      Mike Phillips
75 M:      mikep@linuxtr.net
76 L:      linux-net@vger.kernel.org
77 L:      linux-tr@linuxtr.net
78 W:      http://www.linuxtr.net
79 S:      Maintained
80
81 3C505 NETWORK DRIVER
82 P:      Philip Blundell
83 M:      philb@gnu.org
84 L:      linux-net@vger.kernel.org
85 S:      Maintained
86
87 3CR990 NETWORK DRIVER
88 P:      David Dillow
89 M:      dave@thedillows.org
90 L:      linux-net@vger.kernel.org
91 S:      Maintained
92
93 53C700 AND 53C700-66 SCSI DRIVER
94 P:      James E.J. Bottomley
95 M:      James.Bottomley@HansenPartnership.com
96 L:      linux-scsi@vger.kernel.org
97 S:      Maintained
98
99 6PACK NETWORK DRIVER FOR AX.25
100 P:      Andreas Koensgen
101 M:      ajk@iehk.rwth-aachen.de
102 L:      linux-hams@vger.kernel.org
103 S:      Maintained
104
105 8139CP 10/100 FAST ETHERNET DRIVER
106 P:      Jeff Garzik
107 M:      jgarzik@pobox.com
108 S:      Maintained
109
110 8139TOO 10/100 FAST ETHERNET DRIVER
111 P:      Jeff Garzik
112 M:      jgarzik@pobox.com
113 W:      http://sourceforge.net/projects/gkernel/
114 S:      Maintained
115
116 8169 10/100/1000 GIGABIT ETHERNET DRIVER
117 P:      Francois Romieu
118 M:      romieu@fr.zoreil.com
119 L:      netdev@vger.kernel.org
120 S:      Maintained
121
122 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
123 P:      Theodore Ts'o
124 M:      tytso@mit.edu
125 L:      linux-serial@vger.kernel.org
126 W:      http://serial.sourceforge.net
127 S:      Maintained
128
129 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
130 P:      Paul Gortmaker
131 M:      p_gortmaker@yahoo.com
132 L:      linux-net@vger.kernel.org
133 S:      Maintained
134
135 A2232 SERIAL BOARD DRIVER
136 P:      Enver Haase
137 M:      ehaase@inf.fu-berlin.de
138 M:      A2232@gmx.net
139 L:      linux-m68k@lists.linux-m68k.org
140 S:      Maintained
141
142 ACENIC DRIVER
143 P:      Jes Sorensen
144 M:      jes@trained-monkey.org
145 L:      linux-acenic@sunsite.dk
146 S:      Maintained
147
148 ACI MIXER DRIVER
149 P:      Robert Siemer
150 M:      Robert.Siemer@gmx.de
151 L:      linux-sound@vger.kernel.org
152 W:      http://www.uni-karlsruhe.de/~Robert.Siemer/Private/
153 S:      Maintained
154
155 AACRAID SCSI RAID DRIVER
156 P:      Adaptec OEM Raid Solutions
157 M:      linux-aacraid-devel@dell.com
158 L:      linux-aacraid-devel@dell.com
159 L:      linux-aacraid-announce@dell.com
160 W:      http://domsch.com/linux
161 S:      Supported
162
163 ACPI
164 P:      Len Brown
165 M:      len.brown@intel.com
166 L:      acpi-devel@lists.sourceforge.net
167 W:      http://acpi.sourceforge.net/
168 S:      Maintained
169
170 AD1816 SOUND DRIVER
171 P:      Thorsten Knabe
172 M:      Thorsten Knabe <linux@thorsten-knabe.de>
173 W:      http://linux.thorsten-knabe.de
174 S:      Maintained
175
176 ADVANSYS SCSI DRIVER
177 P:      Bob Frey
178 M:      linux@advansys.com
179 W:      http://www.advansys.com/linux.html
180 L:      linux-scsi@vger.kernel.org
181 S:      Maintained
182
183 AEDSP16 DRIVER
184 P:      Riccardo Facchetti
185 M:      fizban@tin.it
186 S:      Maintained
187
188 AFFS FILE SYSTEM
189 P:      Roman Zippel
190 M:      zippel@linux-m68k.org
191 S:      Maintained
192
193 AHA152X SCSI DRIVER
194 P:      Juergen E. Fischer
195 M:      Juergen Fischer <fischer@norbit.de>
196 L:      linux-scsi@vger.kernel.org
197 S:      Maintained
198
199 ALCATEL SPEEDTOUCH USB DRIVER
200 P:      Duncan Sands
201 M:      duncan.sands@free.fr
202 L:      linux-usb-users@lists.sourceforge.net
203 L:      linux-usb-devel@lists.sourceforge.net
204 W:      http://www.linux-usb.org/SpeedTouch/
205 S:      Maintained
206
207 AIPTEK USB TABLET DRIVER
208 P:      Bryan W. Headley
209 M:      Bryan W. Headley <bwheadley@earthlink.net>
210 W:      http://aiptektablet.sourceforge.net
211 L:      aiptektablet-users@sourceforge.net
212 S:      Maintained
213
214 ALTERA EPXA1/EPXA10 DEVELOPMENT BOARD PORT
215 P:      Clive Davies
216 M:      cdavies@altera.com
217 L:      linux-arm-kernel@lists.arm.linux.org.uk
218 W:      http://www.arm.linux.org.uk/
219 S:      Maintained
220
221 APM DRIVER
222 P:      Stephen Rothwell
223 M:      sfr@canb.auug.org.au
224 L:      linux-laptop@vger.kernel.org
225 W:      http://www.canb.auug.org.au/~sfr/
226 S:      Supported
227
228 APPLETALK NETWORK LAYER
229 P:      Jay Schulist
230 M:      jschlst@samba.org
231 L:      linux-atalk@lists.netspace.org
232 S:      Maintained
233
234 ARM MFM AND FLOPPY DRIVERS
235 P:      Dave Gilbert
236 M:      linux@treblig.org
237 S:      Maintained
238
239 ARM/PT DIGITAL BOARD PORT
240 P:      Stefan Eletzhofer
241 M:      stefan.eletzhofer@eletztrick.de
242 L:      linux-arm-kernel@lists.arm.linux.org.uk
243 W:      http://www.arm.linux.org.uk/
244 S:      Maintained
245
246 ARM/SHARK MACHINE SUPPORT
247 P:      Alexander Schulz
248 M:      alex@shark-linux.de
249 W:      http://www.shark-linux.de/shark.html
250 S:      Maintained
251
252 ARM/STRONGARM110 PORT
253 P:      Russell King
254 M:      rmk@arm.linux.org.uk
255 L:      linux-arm-kernel@lists.arm.linux.org.uk
256 W:      http://www.arm.linux.org.uk/
257 S:      Maintained
258
259 ARPD SUPPORT
260 P:      Jonathan Layes
261 M:      layes@loran.com
262 L:      linux-net@vger.kernel.org
263 S:      Maintained
264
265 ASUS ACPI EXTRAS DRIVER
266 P:      Karol Kozimor
267 M:      sziwan@users.sourceforge.net
268 P:      Julien Lerouge
269 M:      julien.lerouge@free.fr
270 L:      acpi4asus-user@lists.sourceforge.net
271 W:      http://sourceforge.net/projects/acpi4asus
272 W:      http://julien.lerouge.free.fr
273 S:      Maintained
274
275 ATM
276 P:      Chas Williams
277 M:      chas@cmf.nrl.navy.mil
278 L:      linux-atm-general@lists.sourceforge.net
279 W:      http://linux-atm.sourceforge.net
280 S:      Maintained
281
282 AX.25 NETWORK LAYER
283 P:      Matthias Welwarsky
284 M:      dg2fef@afthd.tu-darmstadt.de
285 L:      linux-hams@vger.kernel.org
286 S:      Maintained
287
288 BAYCOM/HDLCDRV/SOUNDMODEM DRIVERS FOR AX.25
289 P:      Thomas Sailer
290 M:      sailer@ife.ee.ethz.ch
291 L:      linux-hams@vger.kernel.org
292 W:      http://www.ife.ee.ethz.ch/~sailer/ham/ham.html
293 S:      Maintained
294
295 BEFS FILE SYSTEM
296 P:      Will Dyson
297 M:      will@cs.earlham.edu
298 W:      http://befs-driver.sourceforge.net/
299 S:      Maintained
300
301 BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
302 P:      Kenji Hollis
303 M:      kenji@bitgate.com
304 W:      http://ftp.bitgate.com/pcwd/
305 S:      Maintained
306
307 BFS FILE SYSTEM
308 P:      Tigran A. Aivazian
309 M:      tigran@veritas.com
310 L:      linux-kernel@vger.kernel.org
311 W:      http://www.ocston.org/~tigran/patches/bfs
312 S:      Maintained
313
314 BLOCK LAYER
315 P:      Jens Axboe
316 M:      axboe@suse.de
317 L:      linux-kernel@vger.kernel.org
318 S:      Maintained
319
320 BLUETOOTH SUBSYSTEM
321 P:      Marcel Holtmann
322 M:      marcel@holtmann.org
323 P:      Maxim Krasnyansky
324 M:      maxk@qualcomm.com
325 L:      bluez-devel@lists.sf.net
326 W:      http://bluez.sf.net
327 W:      http://www.bluez.org
328 W:      http://www.holtmann.org/linux/bluetooth/
329 S:      Maintained
330
331 BLUETOOTH RFCOMM LAYER
332 P:      Marcel Holtmann
333 M:      marcel@holtmann.org
334 P:      Maxim Krasnyansky
335 M:      maxk@qualcomm.com
336 S:      Maintained
337
338 BLUETOOTH BNEP LAYER
339 P:      Marcel Holtmann
340 M:      marcel@holtmann.org
341 P:      Maxim Krasnyansky
342 M:      maxk@qualcomm.com
343 S:      Maintained
344
345 BLUETOOTH CMTP LAYER
346 P:      Marcel Holtmann
347 M:      marcel@holtmann.org
348 S:      Maintained
349
350 BLUETOOTH HCI UART DRIVER
351 P:      Marcel Holtmann
352 M:      marcel@holtmann.org
353 P:      Maxim Krasnyansky
354 M:      maxk@qualcomm.com
355 S:      Maintained
356
357 BLUETOOTH HCI USB DRIVER
358 P:      Marcel Holtmann
359 M:      marcel@holtmann.org
360 P:      Maxim Krasnyansky
361 M:      maxk@qualcomm.com
362 S:      Maintained
363
364 BLUETOOTH HCI BCM203X DRIVER
365 P:      Marcel Holtmann
366 M:      marcel@holtmann.org
367 S:      Maintained
368
369 BLUETOOTH HCI BFUSB DRIVER
370 P:      Marcel Holtmann
371 M:      marcel@holtmann.org
372 S:      Maintained
373
374 BLUETOOTH HCI DTL1 DRIVER
375 P:      Marcel Holtmann
376 M:      marcel@holtmann.org
377 S:      Maintained
378
379 BLUETOOTH HCI BLUECARD DRIVER
380 P:      Marcel Holtmann
381 M:      marcel@holtmann.org
382 S:      Maintained
383
384 BLUETOOTH HCI BT3C DRIVER
385 P:      Marcel Holtmann
386 M:      marcel@holtmann.org
387 S:      Maintained
388
389 BLUETOOTH HCI BTUART DRIVER
390 P:      Marcel Holtmann
391 M:      marcel@holtmann.org
392 S:      Maintained
393
394 BLUETOOTH HCI VHCI DRIVER
395 P:      Maxim Krasnyansky
396 M:      maxk@qualcomm.com
397 S:      Maintained
398
399 BONDING DRIVER
400 P:   Chad Tindel
401 M:   ctindel@users.sourceforge.net
402 P:   Jay Vosburgh
403 M:   fubar@us.ibm.com
404 L:   bonding-devel@lists.sourceforge.net
405 W:   http://sourceforge.net/projects/bonding/
406 S:   Supported
407
408 BTTV VIDEO4LINUX DRIVER
409 P:      Gerd Knorr
410 M:      kraxel@bytesex.org
411 L:      video4linux-list@redhat.com
412 W:      http://bytesex.org/bttv/
413 S:      Maintained
414
415 CIRRUS LOGIC GENERIC FBDEV DRIVER
416 P:      Jeff Garzik
417 M:      jgarzik@pobox.com
418 L:      linux-fbdev-devel@lists.sourceforge.net
419 S:      Odd Fixes
420
421 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
422 P:      Cirrus Logic Corporation (kernel 2.2 driver)
423 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
424 P:      Nils Faerber (port to kernel 2.4)
425 M:      Nils Faerber <nils@kernelconcepts.de>
426 S:      Maintained
427
428 CODA FILE SYSTEM
429 P:      Jan Harkes
430 M:      jaharkes@cs.cmu.edu
431 M:      coda@cs.cmu.edu
432 L:      codalist@coda.cs.cmu.edu
433 W:      http://www.coda.cs.cmu.edu/
434 S:      Maintained
435
436 HP FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
437 P:      Chase Maupin
438 M:      chase.maupin@hp.com
439 L:     iss_storagedev@hp.com
440 S:      Odd Fixes
441
442 HP OMNIBOOK 600 C/CT POP-UP MOUSE DRIVER
443 P:      Grant Grundler
444 M:      grundler@parisc-linux.org
445 L:      omnibook@zurich.ai.mit.edu
446 S:      Maintained
447
448
449 HP 66Mhz FIBRE CHANNEL DRIVER
450 P:      Chirag Kantharia
451 M:      chirag.kantharia@hp.com
452 L:      iss_storagedev@hp.com
453 S:      Maintained
454
455 HP SMART2 RAID DRIVER
456 P:      Chirag Kantharia
457 M:      chirag.kantharia@hp.com
458 L:     iss_storagedev@hp.com
459 S:      Maintained
460
461 HP SMART ARRAY CISS RAID DRIVER (cciss)
462 P:      Mike Miller
463 M:     mike.miller@hp.com
464 L:     iss_storagedev@hp.com
465 S:      Supported
466
467 COMPUTONE INTELLIPORT MULTIPORT CARD
468 P:     Michael H. Warfield
469 M:     Michael H. Warfield <mhw@wittsend.com>
470 W:     http://www.computone.com/
471 W:     http://www.wittsend.com/computone.html
472 L:     linux-computone@lazuli.wittsend.com
473 S:     Supported
474
475 COMX/MULTIGATE SYNC SERIAL DRIVERS
476 P:      Pasztor Szilard
477 M:      Pasztor Szilard <don@itc.hu>
478 S:      Supported
479
480 CONFIGURE, MENUCONFIG, XCONFIG
481 P:      Michael Elizabeth Chastain
482 M:      mec@shout.net
483 L:      kbuild-devel@lists.sourceforge.net
484 W:      http://kbuild.sourceforge.net
485 S:      Maintained
486
487 CONFIGURE.HELP
488 P:      Steven P. Cole
489 M:      Steven P. Cole <elenstev@mesatop.com>
490 P:      Eric S. Raymond
491 M:      Eric S. Raymond <esr@thyrsus.com>
492 L:      kbuild-devel@lists.sourceforge.net
493 W:      http://kbuild.sourceforge.net
494 S:      Maintained
495
496 COSA/SRP SYNC SERIAL DRIVER
497 P:      Jan "Yenya" Kasprzak
498 M:      kas@fi.muni.cz
499 W:      http://www.fi.muni.cz/~kas/cosa/
500 S:      Maintained
501
502 CPUID/MSR DRIVER
503 P:      H. Peter Anvin
504 M:      hpa@zytor.com
505 S:      Maintained
506
507 CRAMFS FILESYSTEM
508 P:      Daniel Quinlan
509 M:      quinlan@transmeta.com
510 W:      http://sourceforge.net/projects/cramfs/
511 S:      Maintained
512
513 CREDITS FILE
514 P:      John A. Martin
515 M:      jam@acm.org
516 S:      Maintained
517
518 CRIS PORT
519 P:      Bjorn Wesen
520 M:      bjornw@axis.com
521 L:      dev-etrax@axis.com
522 W:      http://developer.axis.com
523 S:      Maintained
524
525 CRYPTO API
526 P:      Herbert Xu
527 M:      herbert@gondor.apana.org.au
528 P:      David S. Miller
529 M:      davem@davemloft.net
530 L:      linux-kernel@vger.kernel.org
531 S:      Maintained
532
533 CYBERPRO FB DRIVER
534 P:      Russell King
535 M:      rmk@arm.linux.org.uk
536 W:      http://www.arm.linux.org.uk/
537 S:      Maintained
538
539 CYCLADES 2X SYNC CARD DRIVER
540 P:      Arnaldo Carvalho de Melo
541 M:      acme@conectiva.com.br
542 W:      http://www.conectiva.com.br/~acme
543 L:      cycsyn-devel@bazar.conectiva.com.br
544 S:      Maintained
545
546 CYCLADES ASYNC MUX DRIVER
547 P:      Ivan Passos
548 M:      ivan@cyclades.com
549 W:      http://www.cyclades.com/
550 S:      Supported
551
552 DAMA SLAVE for AX.25
553 P:      Joerg Reuter
554 M:      jreuter@yaina.de
555 W:      http://yaina.de/jreuter/
556 W:      http://www.qsl.net/dl1bke/
557 L:      linux-hams@vger.kernel.org
558 S:      Maintained
559
560 DC390/AM53C974 SCSI driver
561 P:      Kurt Garloff
562 M:      garloff@suse.de
563 W:      http://www.garloff.de/kurt/linux/dc390/
564 S:      Maintained
565
566 DECnet NETWORK LAYER
567 P:      Patrick Caulfield
568 M:      patrick@tykepenguin.com
569 W:      http://linux-decnet.sourceforge.net
570 L:      linux-decnet-user@lists.sourceforge.net
571 S:      Maintained
572
573 DEFXX FDDI NETWORK DRIVER
574 P:      Maciej W. Rozycki
575 M:      macro@linux-mips.org
576 S:      Maintained
577
578 DELL LAPTOP SMM DRIVER
579 P:      Massimo Dal Zotto
580 M:      dz@debian.org
581 W:      http://www.debian.org/~dz/i8k/
582 S:      Maintained
583
584 DEVICE NUMBER REGISTRY
585 P:      H. Peter Anvin
586 M:      hpa@zytor.com
587 L:      linux-kernel@vger.kernel.org
588 S:      Maintained
589
590 DEVICE FILESYSTEM
591 P:      Richard Gooch
592 M:      rgooch@atnf.csiro.au
593 L:      linux-kernel@vger.kernel.org
594 S:      Maintained
595
596 DIGI INTL. EPCA DRIVER
597 P:      Chad Schwartz
598 M:      support@dgii.com
599 M:      chads@dgii.com
600 L:      digilnux@dgii.com
601 S:      Maintained
602
603 DIGI RIGHTSWITCH NETWORK DRIVER
604 P:      Rick Richardson
605 M:      rick@remotepoint.com
606 L:      linux-net@vger.kernel.org
607 W:      http://www.dgii.com/linux/
608 S:      Maintained
609
610 DIGIBOARD PC/XE AND PC/XI DRIVER
611 P:      Christoph Lameter
612 M:      christoph@lameter.com
613 W:      http://www.dgii.com/linux,http://lameter.com/digi
614 L:      digilnux@dgii.com
615 S:      Maintained
616
617 DIRECTORY NOTIFICATION
618 P:      Stephen Rothwell
619 M:      sfr@canb.auug.org.au
620 L:      linux-kernel@vger.kernel.org
621 S:      Supported
622
623 DISK GEOMETRY AND PARTITION HANDLING
624 P:     Andries Brouwer
625 M:     aeb@cwi.nl
626 W:     http://www.win.tue.nl/~aeb/linux/Large-Disk.html
627 W:     http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
628 W:     http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
629 S:     Maintained
630
631 DISKQUOTA:
632 P:      Marco van Wieringen
633 M:      mvw@planets.elm.net
634 L:      linux-kernel@vger.kernel.org
635 S:      Maintained
636
637 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
638 P:      Tobias Ringstrom
639 M:      tori@unhappy.mine.nu
640 L:      linux-kernel@vger.kernel.org
641 S:      Maintained
642
643 DOUBLETALK DRIVER
644 P:      James R. Van Zandt
645 M:      jrv@vanzandt.mv.com
646 L:      blinux-list@redhat.com
647 S:      Maintained
648
649 DRM DRIVERS
650 P:      Rik Faith
651 M:      faith@valinux.com
652 L:      dri-devel@lists.sourceforge.net
653 S:      Supported
654
655 DSCC4 DRIVER
656 P:      François Romieu
657 M:      romieu@cogenit.fr
658 M:      romieu@ensta.fr
659 S:      Maintained
660
661 EATA-DMA SCSI DRIVER
662 P:      Michael Neuffer
663 M:      mike@i-Connect.Net
664 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
665 S:      Maintained
666
667 EATA ISA/EISA/PCI SCSI DRIVER
668 P:      Dario Ballabio
669 M:      ballabio_dario@emc.com
670 L:      linux-scsi@vger.kernel.org
671 S:      Maintained
672
673 EATA-PIO SCSI DRIVER
674 P:      Michael Neuffer
675 M:      mike@i-Connect.Net
676 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
677 S:      Maintained
678
679 EEPRO100 NETWORK DRIVER
680 P:      Andrey V. Savochkin
681 M:      saw@saw.sw.com.sg
682 S:      Maintained
683
684 EMU10K1 SOUND DRIVER
685 P:      Rui Sousa       
686 M:      rui.p.m.sousa@clix.pt   
687 L:      emu10k1-devel@lists.sourceforge.net
688 W:      http://sourceforge.net/projects/emu10k1/
689 S:      Maintained
690
691 ETHEREXPRESS-16 NETWORK DRIVER
692 P:      Philip Blundell
693 M:      philb@gnu.org
694 L:      linux-net@vger.kernel.org
695 S:      Maintained
696
697 ETHERNET BRIDGE
698 P:      Stephen Hemminger
699 M:      shemminger@osdl.org
700 L:      bridge@osdl.org
701 W:      http://bridge.sourceforge.net/
702 S:      Maintained
703
704 ETHERTEAM 16I DRIVER
705 P:      Mika Kuoppala
706 M:      miku@iki.fi
707 S:      Maintained
708
709 EXT2 FILE SYSTEM
710 L:      ext2-devel@lists.sourceforge.net
711 S:      Maintained
712
713 EXT3 FILE SYSTEM
714 P:      Stephen Tweedie, Andrew Morton
715 M:      sct@redhat.com, akpm@zip.com.au, adilger@clusterfs.com
716 L:      ext3-users@redhat.com
717 S:      Maintained
718
719 FARSYNC SYNCHRONOUS DRIVER
720 P:      Bob Dunlop
721 M:      rjd@xyzzy.clara.co.uk
722 M:      bob.dunlop@farsite.co.uk
723 W:      http://www.farsite.co.uk/
724 S:      Supported
725
726 FILE LOCKING (flock() and fcntl()/lockf())
727 P:      Matthew Wilcox
728 M:      matthew@wil.cx
729 L:      linux-fsdevel@vger.kernel.org
730 S:      Maintained
731
732 FPU EMULATOR
733 P:      Bill Metzenthen
734 M:      billm@suburbia.net
735 W:      http://suburbia.net/~billm/floating-point/emulator/
736 S:      Maintained
737
738 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
739 P:      Mike McLagan
740 M:      mike.mclagan@linux.org
741 L:      linux-net@vger.kernel.org
742 S:      Maintained
743
744 FREEVXFS FILESYSTEM
745 P:      Christoph Hellwig
746 M:      hch@infradead.org
747 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
748 S:      Maintained
749
750 FTAPE/QIC-117
751 P:      Claus-Justus Heine
752 M:      claus@momo.math.rwth-aachen.de
753 L:      linux-tape@vger.kernel.org
754 W:      http://www-math.math.rwth-aachen.de/~LBFM/claus/ftape/
755 S:      Maintained
756
757 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
758 P:      Rik Faith
759 M:      faith@cs.unc.edu
760 L:      linux-scsi@vger.kernel.org
761 S:      Odd fixes (e.g., new signatures)
762
763 GDT SCSI DISK ARRAY CONTROLLER DRIVER
764 P:      Achim Leubner
765 M:      achim_leubner@adaptec.com
766 L:      linux-scsi@vger.kernel.org
767 W:      http://www.icp-vortex.com/
768 S:      Supported
769
770 GENERIC HDLC DRIVER, N2 AND C101 DRIVERS
771 P:      Krzysztof Halasa
772 M:      khc@pm.waw.pl
773 W:      http://hq.pm.waw.pl/hdlc/
774 S:      Maintained
775
776 HAYES ESP SERIAL DRIVER
777 P:      Andrew J. Robinson
778 M:      arobinso@nyx.net
779 L:      linux-kernel@vger.kernel.org
780 W:      http://www.nyx.net/~arobinso
781 S:      Maintained
782
783 HFS FILESYSTEM
784 P:              Roman Zippel
785 P:              zippel@linux-m68k.org
786 L:      linux-kernel@vger.kernel.org
787 S:      Maintained
788
789 HGA FRAMEBUFFER DRIVER
790 P:      Ferenc Bakonyi
791 M:      fero@drama.obuda.kando.hu
792 L:      linux-nvidia@lists.surfsouth.com
793 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
794 S:      Maintained
795
796 HIGH-SPEED SCC DRIVER FOR AX.25
797 P:      Klaus Kudielka
798 M:      klaus.kudielka@ieee.org
799 L:      linux-hams@vger.kernel.org
800 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
801 S:      Maintained
802
803 HIPPI
804 P:      Jes Sorensen
805 M:      jes@trained-monkey.org
806 L:      linux-hippi@sunsite.dk
807 S:      Maintained
808
809 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
810 P:      Jaroslav Kysela
811 M:      perex@suse.cz
812 S:      Maintained
813
814 HPFS FILESYSTEM
815 P:      Mikulas Patocka
816 M:      mikulas@artax.karlin.mff.cuni.cz
817 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
818 S:      Maintained
819
820 I2C SUBSYSTEM
821 P:      Jean Delvare
822 M:      khali@linux-fr.org
823 L:      i2c@lm-sensors.org
824 W:      http://www.lm-sensors.org/
825 S:      Maintained
826
827 i386 BOOT CODE
828 P:      Riley H. Williams
829 M:      Riley@Williams.Name
830 L:      Linux-Kernel@vger.kernel.org
831 S:      Maintained
832
833 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
834 P:      Dave Jones
835 M:      davej@redhat.com
836 P:      H. Peter Anvin
837 M:      hpa@zytor.com
838 S:      Maintained
839
840 i810 TCO TIMER WATCHDOG
841 P:      Nils Faerber
842 M:      nils@kernelconcepts.de
843 W:      http://www.kernelconcepts.de/
844 S:      Maintained
845
846 IA64 (Itanium) PLATFORM
847 P:      David Mosberger-Tang
848 M:      davidm@hpl.hp.com
849 L:      linux-ia64@linuxia64.org
850 W:      http://www.linuxia64.org/
851 S:      Maintained
852
853 SN-IA64 (Itanium) SUB-PLATFORM
854 P:      John Hesterberg
855 M:      jh@sgi.com
856 L:      linux-ia64@linuxia64.org
857 W:      http://www.sgi.com/altix
858 S:      Maintained
859
860 IBM MCA SCSI SUBSYSTEM DRIVER
861 P:      Michael Lang
862 M:      langa2@kph.uni-mainz.de
863 W:      http://www.uni-mainz.de/~langm000/linux.html
864 S:      Maintained
865
866 IBM ServeRAID RAID DRIVER
867 P:      Jack Hammer
868 M:      ipslinux@adaptec.com
869 P:      David Jeffery
870 M:      ipslinux@adaptec.com
871 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
872 S:      Supported 
873
874 IDE DRIVER [GENERAL]
875 P:      Andre Hedrick
876 M:      andre@linux-ide.org
877 M:      andre@linuxdiskcert.org
878 L:      linux-kernel@vger.kernel.org
879 W:      http://www.kernel.org/pub/linux/kernel/people/hedrick/
880 W:      http://www.linux-ide.org/
881 W:      http://www.linuxdiskcert.org/
882 S:      Maintained
883
884 IDE/ATAPI CDROM DRIVER
885 P:      Jens Axboe
886 M:      axboe@suse.de
887 L:      linux-kernel@vger.kernel.org
888 W:      http://www.kernel.dk
889 S:      Maintained
890
891 IDE/ATAPI FLOPPY DRIVERS
892 P:      Paul Bristow
893 M:      Paul Bristow <paul@paulbristow.net>
894 W:      http://paulbristow.net/linux/idefloppy.html
895 L:      linux-kernel@vger.kernel.org
896 S:      Maintained
897
898 IDE/ATAPI TAPE DRIVERS
899 P:      Gadi Oxman
900 M:      Gadi Oxman <gadio@netvision.net.il>
901 L:      linux-kernel@vger.kernel.org
902 S:      Maintained
903
904 IEEE 1394 SUBSYSTEM
905 P:      Ben Collins
906 M:      bcollins@debian.org
907 L:      linux1394-devel@lists.sourceforge.net
908 W:      http://linux1394.sourceforge.net/
909 S:      Maintained
910
911 IEEE 1394 OHCI DRIVER
912 P:      Ben Collins
913 M:      bcollins@debian.org
914 L:      linux1394-devel@lists.sourceforge.net
915 S:      Maintained
916
917 IEEE 1394 PCILYNX DRIVER
918 P:      Andreas Bombe
919 M:      andreas.bombe@munich.netsurf.de
920 L:      linux1394-devel@lists.sourceforge.net
921 S:      Maintained
922
923 IEEE 1394 RAW I/O DRIVER
924 P:      Andreas Bombe
925 M:      andreas.bombe@munich.netsurf.de
926 L:      linux1394-devel@lists.sourceforge.net
927 S:      Maintained
928
929 IMS TWINTURBO FRAMEBUFFER DRIVER
930 P:      Paul Mundt
931 M:      lethal@linux-sh.org
932 L:      linux-fbdev-devel@lists.sourceforge.net
933 S:      Maintained
934
935 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
936 P:      Ingo Molnar
937 M:      mingo@redhat.com
938 S:      Maintained
939
940 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
941 P:      Jeff Garzik
942 M:      jgarzik@pobox.com
943 W:      http://sourceforge.net/projects/gkernel/
944 S:      Maintained
945
946 INTEL IA32 MICROCODE UPDATE SUPPORT
947 P:      Tigran Aivazian
948 M:      tigran@veritas.com
949 S:      Maintained
950
951 INTEL PRO/100 ETHERNET SUPPORT
952 P:      John Ronciak
953 M:      john.ronciak@intel.com
954 P:      Ganesh Venkatesan
955 M:      Ganesh.Venkatesan@intel.com
956 W:      http://sourceforge.net/projects/e1000/
957 S:      Supported
958
959 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
960 P:      Jeb Cramer
961 M:      cramerj@intel.com
962 P:      John Ronciak
963 M:      john.ronciak@intel.com
964 P:      Ganesh Venkatesan
965 M:      Ganesh.Venkatesan@intel.com
966 W:      http://sourceforge.net/projects/e1000/
967 S:      Supported
968
969 INTERMEZZO FILE SYSTEM
970 P:      Peter J. Braam
971 M:      braam@clusterfs.com
972 W:      http://www.inter-mezzo.org/
973 W:      http://sourceforge.net/projects/intermezzo/
974 L:      intermezzo-discuss@lists.sourceforge.net
975 S:      Orphan
976
977 IOC3 DRIVER
978 P:      Ralf Baechle
979 M:      ralf@linux-mips.org
980 L:      linux-mips@linux-mips.org
981 S:      Maintained
982
983 IOC4 IDE DRIVER
984 P:      Jeremy Higdon
985 M:      jeremy@sgi.com
986 S:      Maintained
987
988 IP MASQUERADING:
989 P:      Juanjo Ciarlante
990 M:      jjciarla@raiz.uncu.edu.ar
991 S:      Maintained
992
993 IPVS
994 P:      Wensong Zhang
995 M:      wensong@linux-vs.org
996 P:      Simon Horman
997 M:      horms@verge.net.au
998 P:      Julian Anastasov
999 M:      ja@ssi.bg
1000 L:      netdev@vger.kernel.org
1001 S:      Maintained
1002
1003 IPX NETWORK LAYER
1004 P:      Arnaldo Carvalho de Melo
1005 M:      acme@conectiva.com.br
1006 L:      linux-net@vger.kernel.org
1007 S:      Maintained
1008
1009 IRDA SUBSYSTEM
1010 P:      Dag Brattli
1011 M:      Dag Brattli <dag@brattli.net>
1012 L:      linux-irda@pasta.cs.uit.no
1013 W:      http://irda.sourceforge.net/
1014 S:      Maintained
1015
1016 ISAPNP
1017 P:      Jaroslav Kysela
1018 M:      perex@suse.cz
1019 S:      Maintained
1020
1021 ISDN SUBSYSTEM
1022 P:      Karsten Keil
1023 M:      kkeil@suse.de
1024 P:      Kai Germaschewski
1025 M:      kai.germaschewski@gmx.de
1026 L:      isdn4linux@listserv.isdn4linux.de
1027 W:      http://www.isdn4linux.de
1028 S:      Maintained
1029
1030 ISDN SUBSYSTEM (Eicon active card driver)
1031 P:      Armin Schindler
1032 M:      mac@melware.de
1033 L:      isdn4linux@listserv.isdn4linux.de
1034 W:      http://www.melware.de
1035 S:      Maintained
1036
1037 JOURNALLING FLASH FILE SYSTEM (JFFS)
1038 P:      Axis Communications AB
1039 M:      jffs-dev@axis.com
1040 L:      jffs-dev@axis.com
1041 W:      http://www.developer.axis.com/software/jffs/
1042 S:      Maintained
1043
1044 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1045 P:      David Woodhouse
1046 M:      dwmw2@infradead.org
1047 L:      jffs-dev@axis.com
1048 W:      http://sources.redhat.com/jffs2/
1049 S:      Maintained
1050
1051 JFS FILESYSTEM
1052 P:      Dave Kleikamp
1053 M:      shaggy@austin.ibm.com
1054 L:      jfs-discussion@lists.sourceforge.net
1055 W:      http://jfs.sourceforge.net/
1056 S:      Supported
1057
1058 JOYSTICK DRIVER
1059 P:      Vojtech Pavlik
1060 M:      vojtech@suse.cz
1061 L:      linux-joystick@atrey.karlin.mff.cuni.cz
1062 W:      http://www.suse.cz/development/joystick/
1063 S:      Maintained
1064
1065 KERNEL AUTOMOUNTER (AUTOFS)
1066 P:      H. Peter Anvin
1067 M:      hpa@zytor.com
1068 L:      autofs@linux.kernel.org
1069 S:      Maintained
1070
1071 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1072 P:      Jeremy Fitzhardinge
1073 M:      jeremy@goop.org
1074 L:      autofs@linux.kernel.org
1075 S:      Maintained
1076
1077 KERNEL BUILD (Makefile, Rules.make, scripts/*)
1078 P:      Keith Owens
1079 M:      kaos@ocs.com.au
1080 P:      Michael Elizabeth Chastain
1081 M:      mec@shout.net
1082 L:      kbuild-devel@lists.sourceforge.net
1083 W:      http://kbuild.sourceforge.net
1084 S:      Maintained 
1085
1086 KERNEL NFSD
1087 P:      Neil Brown
1088 M:      neilb@cse.unsw.edu.au
1089 L:      nfs-devel@linux.kernel.org (Linux NFS)
1090 L:      nfs@lists.sourceforge.net
1091 W:      http://nfs.sourceforge.net/
1092 W:      http://www.cse.unsw.edu.au/~neilb/oss/knfsd/
1093 S:      Maintained
1094
1095 LANMEDIA WAN CARD DRIVER
1096 P:      Andrew Stanley-Jones
1097 M:      asj@lanmedia.com
1098 W:      http://www.lanmedia.com/
1099 S:      Orphan
1100
1101 LAPB module
1102 P:      Henner Eisen
1103 M:      eis@baty.hanse.de
1104 L:      linux-x25@vger.kernel.org
1105 S:      Maintained
1106
1107 LASI 53c700 driver for PARISC
1108 P:      James E.J. Bottomley
1109 M:      James.Bottomley@HansenPartnership.com
1110 L:      linux-scsi@vger.kernel.org
1111 S:      Maintained
1112
1113 LINUX FOR IBM pSERIES (RS/6000)
1114 P:      Paul Mackerras
1115 M:      paulus@au.ibm.com
1116 W:      http://www.ibm.com/linux/ltc/projects/ppc
1117 S:      Supported
1118
1119 LINUX FOR POWERPC
1120 P:      Paul Mackerras
1121 M:      paulus@samba.org
1122 W:      http://www.fsmlabs.com/linuxppcbk.html
1123 S:      Supported
1124
1125 LINUX FOR POWER MACINTOSH
1126 P:      Benjamin Herrenschmidt
1127 M:      benh@kernel.crashing.org
1128 W:      http://www.linuxppc.org/
1129 L:      linuxppc-dev@lists.linuxppc.org
1130 S:      Maintained
1131
1132 LINUX FOR 64BIT POWERPC
1133 P:      David Engebretsen
1134 M:      engebret@us.ibm.com
1135 W:      http://linuxppc64.org
1136 L:      linuxppc64-dev@lists.linuxppc.org
1137 S:      Supported
1138
1139 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1140 P:      Richard Russon (FlatCap)
1141 M:      ldm@flatcap.org
1142 L:      ldm-devel@lists.sourceforge.net 
1143 W:      http://ldm.sourceforge.net
1144 S:      Maintained
1145
1146 LOGICAL VOLUME MANAGER
1147 P:     Heinz Mauelshagen
1148 M:     mge@sistina.de
1149 L:     linux-LVM@sistina.com
1150 W:     http://www.sistina.com/lvm
1151 S:     Maintained 
1152
1153 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1154 P:      Gerard Roudier
1155 M:      groudier@free.fr
1156 L:      linux-scsi@vger.kernel.org
1157 S:      Maintained
1158
1159 M68K ARCHITECTURE
1160 P:      Geert Uytterhoeven
1161 M:      geert@linux-m68k.org
1162 P:      Roman Zippel
1163 M:      zippel@linux-m68k.org
1164 L:      linux-m68k@lists.linux-m68k.org
1165 W:      http://www.linux-m68k.org/
1166 W:      http://linux-m68k-cvs.ubb.ca/
1167 S:      Maintained
1168
1169 M68K ON APPLE MACINTOSH
1170 P:      Joshua Thompson
1171 M:      funaho@jurai.org
1172 W:      http://www.mac.linux-m68k.org/
1173 L:      linux-mac68k@mac.linux-m68k.org
1174 S:      Maintained
1175
1176 M68K ON HP9000/300
1177 P:      Philip Blundell
1178 M:      philb@gnu.org
1179 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
1180 S:      Maintained
1181
1182 MAESTRO PCI SOUND DRIVERS
1183 P:      Zach Brown
1184 M:      zab@zabbo.net
1185 S:      Odd Fixes
1186
1187 MARVELL MV64340 ETHERNET DRIVER
1188 P:      Manish Lachwani
1189 M:      Manish_Lachwani@pmc-sierra.com
1190 L:      linux-mips@linux-mips.org
1191 L:      netdev@vger.kernel.org
1192 S:      Supported
1193
1194 MARVELL YUKON / SYSKONNECT DRIVER
1195 P:      Mirko Lindner
1196 M:      mlindner@syskonnect.de
1197 P:      Ralph Roesler
1198 M:      rroesler@syskonnect.de
1199 W:      http://www.syskonnect.com
1200 S:      Supported
1201
1202 MATROX FRAMEBUFFER DRIVER
1203 P:      Petr Vandrovec
1204 M:      vandrove@vc.cvut.cz
1205 L:      linux-fbdev-devel@lists.sourceforge.net
1206 S:      Maintained
1207
1208 MEMORY TECHNOLOGY DEVICES
1209 P:      David Woodhouse
1210 M:      dwmw2@redhat.com
1211 W:      http://www.linux-mtd.infradead.org/
1212 L:      mtd@infradead.org
1213 S:      Maintained
1214
1215 MICROTEK X6 SCANNER
1216 P:      Oliver Neukum
1217 M:      drivers@neukum.org
1218 W:      http://fachschaft.cup.uni-muenchen.de/~neukum/scanner.html
1219 S:      Maintained
1220
1221 MIPS
1222 P:      Ralf Baechle
1223 M:      ralf@linux-mips.org
1224 W:      http://oss.sgi.com/mips/mips-howto.html
1225 L:      linux-mips@linux-mips.org
1226 S:      Maintained
1227
1228 MISCELLANEOUS MCA-SUPPORT
1229 P:      David Weinehall
1230 M:      Project MCA Team <mcalinux@acc.umu.se>
1231 M:      David Weinehall <tao@acc.umu.se>
1232 W:      http://www.acc.umu.se/~tao/
1233 W:      http://www.acc.umu.se/~mcalinux/
1234 L:      linux-kernel@vger.kernel.org
1235 S:      Maintained
1236
1237 MODULE SUPPORT [GENERAL], KMOD
1238 P:      Keith Owens
1239 M:      kaos@ocs.com.au
1240 L:      linux-kernel@vger.kernel.org
1241 S:      Maintained
1242
1243 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1244 P:      Stelian Pop
1245 M:      stelian@popies.net
1246 W:      http://popies.net/meye/
1247 S:      Maintained
1248
1249 MOUSE AND MISC DEVICES [GENERAL]
1250 P:      Alessandro Rubini
1251 M:      rubini@ipvvis.unipv.it
1252 L:      linux-kernel@vger.kernel.org
1253 S:      Maintained
1254
1255 MTRR AND SIMILAR SUPPORT [i386]
1256 P:      Richard Gooch
1257 M:      rgooch@atnf.csiro.au
1258 L:      linux-kernel@vger.kernel.org
1259 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1260 S:      Maintained
1261
1262 MULTISOUND SOUND DRIVER
1263 P:      Andrew Veliath
1264 M:      andrewtv@usa.net
1265 S:      Maintained
1266
1267 NATSEMI ETHERNET DRIVER (DP8381x)
1268 P:      Tim Hockin
1269 M:      thockin@hockin.org
1270 S:      Maintained
1271
1272 NCP FILESYSTEM
1273 P:      Petr Vandrovec
1274 M:      vandrove@vc.cvut.cz
1275 P:      Volker Lendecke
1276 M:      vl@kki.org
1277 L:      linware@sh.cvut.cz
1278 S:      Maintained
1279
1280 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1281 P:      James E.J. Bottomley
1282 M:      James.Bottomley@HansenPartnership.com
1283 L:      linux-scsi@vger.kernel.org
1284 S:      Maintained
1285
1286 NETFILTER/IPTABLES/IPCHAINS
1287 P:      Rusty Russell
1288 P:      Marc Boucher
1289 P:      James Morris
1290 P:      Harald Welte
1291 P:      Jozsef Kadlecsik
1292 M:      coreteam@netfilter.org
1293 W:      http://www.netfilter.org/
1294 W:      http://www.iptables.org/
1295 L:      netfilter@lists.netfilter.org
1296 L:      netfilter-devel@lists.netfilter.org
1297 S:      Supported
1298
1299 NETROM NETWORK LAYER
1300 P:      Tomi Manninen
1301 M:      Tomi.Manninen@hut.fi
1302 L:      linux-hams@vger.kernel.org
1303 S:      Maintained
1304
1305 NETWORK BLOCK DEVICE
1306 P:      Pavel Machek
1307 M:      pavel@atrey.karlin.mff.cuni.cz
1308 S:      Maintained
1309
1310 NETWORK DEVICE DRIVERS
1311 P:      Andrew Morton
1312 M:      akpm@zip.com.au
1313 P:      Jeff Garzik
1314 M:      jgarzik@pobox.com
1315 L:      linux-net@vger.kernel.org
1316 S:      Maintained
1317
1318 NETWORKING [GENERAL]
1319 P:      Networking Team
1320 M:      netdev@vger.kernel.org
1321 L:      linux-net@vger.kernel.org
1322 S:      Maintained
1323
1324 NETWORKING [IPv4/IPv6]
1325 P:      David S. Miller
1326 M:      davem@davemloft.net
1327 P:      Alexey Kuznetsov
1328 M:      kuznet@ms2.inr.ac.ru
1329 P:      Pekka Savola (ipv6)
1330 M:      pekkas@netcore.fi
1331 P:      James Morris
1332 M:      jmorris@intercode.com.au
1333 P:      Hideaki YOSHIFUJI
1334 M:      yoshfuji@linux-ipv6.org
1335 P:      Patrick McHardy
1336 M:      kaber@coreworks.de
1337 L:      netdev@vger.kernel.org
1338 S:      Maintained
1339
1340 NFS CLIENT
1341 P:      Trond Myklebust
1342 M:      trond.myklebust@fys.uio.no
1343 L:      linux-kernel@vger.kernel.org
1344 S:      Maintained
1345
1346 NI5010 NETWORK DRIVER
1347 P:     Jan-Pascal van Best and Andreas Mohr
1348 M:     Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1349 M:     Andreas Mohr <100.30936@germany.net>
1350 L:     linux-net@vger.kernel.org
1351 S:     Maintained
1352
1353 NINJA SCSI-3 / NINJA SCSI-32Bi PCMCIA SCSI HOST ADAPTER DRIVER
1354 P:      YOKOTA Hiroshi
1355 M:      yokota@netlab.is.tsukuba.ac.jp
1356 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1357 S:      Maintained
1358
1359 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1360 P:      GOTO Masanori
1361 M:      gotom@debian.or.jp
1362 P:      YOKOTA Hiroshi
1363 M:      yokota@netlab.is.tsukuba.ac.jp
1364 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1365 S:      Maintained
1366
1367 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1368 P:      Eberhard Moenkeberg
1369 M:      emoenke@gwdg.de
1370 L:      linux-kernel@vger.kernel.org
1371 S:      Maintained
1372
1373 NTFS FILESYSTEM
1374 P:      Anton Altaparmakov
1375 M:      aia21@cus.cam.ac.uk
1376 L:      linux-ntfs-dev@lists.sourceforge.net
1377 L:      linux-kernel@vger.kernel.org
1378 S:      Maintained
1379
1380 NVIDIA (RIVA) FRAMEBUFFER DRIVER
1381 P:      Ani Joshi
1382 M:      ajoshi@kernel.crashing.org
1383 L:      linux-nvidia@lists.surfsouth.com
1384 S:      Maintained
1385
1386 OLYMPIC NETWORK DRIVER
1387 P:      Peter De Shrijver
1388 M:      p2@ace.ulyssis.sutdent.kuleuven.ac.be   
1389 P:      Mike Phillips
1390 M:      mikep@linuxtr.net 
1391 L:      linux-net@vger.kernel.org
1392 L:      linux-tr@linuxtr.net
1393 W:      http://www.linuxtr.net
1394 S:      Maintained
1395
1396 ONSTREAM SCSI TAPE DRIVER
1397 P:      Willem Riede
1398 M:      osst@riede.org
1399 L:      osst-users@lists.sourceforge.net
1400 L:      linux-scsi@vger.kernel.org
1401 S:      Maintained
1402
1403 OPL3-SA2, SA3, and SAx DRIVER
1404 P:      Zwane Mwaikambo
1405 M:      zwane@commfireservices.com
1406 L:      linux-sound@vger.kernel.org
1407 S:      Maintained
1408
1409 ORINOCO DRIVER
1410 P:      David Gibson
1411 M:      hermes@gibson.dropbear.id.au
1412 W:      http://www.ozlabs.org/people/dgibson/dldwd
1413 S:      Maintained
1414
1415 PARALLEL PORT SUPPORT
1416 P:      Phil Blundell
1417 M:      philb@gnu.org
1418 P:      Tim Waugh
1419 M:      tim@cyberelk.net
1420 P:      David Campbell
1421 M:      campbell@torque.net
1422 P:      Andrea Arcangeli
1423 M:      andrea@suse.de
1424 L:      linux-parport@torque.net
1425 W:      http://people.redhat.com/twaugh/parport/
1426 S:      Maintained
1427
1428 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
1429 P:      Tim Waugh
1430 M:      tim@cyberelk.net
1431 L:      linux-parport@torque.net
1432 W:      http://www.torque.net/linux-pp.html
1433 S:      Maintained
1434
1435 PERSONALITY HANDLING
1436 P:      Christoph Hellwig
1437 M:      hch@infradead.org
1438 L:      linux-abi-devel@lists.sourceforge.net
1439 S:      Maintained
1440
1441 PCI ID DATABASE
1442 P:      Martin Mares
1443 M:      mj@ucw.cz
1444 L:      pciids-devel@lists.sourceforge.net
1445 W:      http://pciids.sourceforge.net/
1446 S:      Maintained
1447
1448 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
1449 P:      Thomas Sailer
1450 M:      sailer@ife.ee.ethz.ch
1451 L:      linux-sound@vger.kernel.org
1452 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
1453 S:      Maintained
1454
1455 PCI SUBSYSTEM
1456 P:      Martin Mares
1457 M:      mj@ucw.cz
1458 L:      linux-kernel@vger.kernel.org
1459 S:      Odd Fixes
1460
1461 PCI HOTPLUG CORE
1462 P:      Gary Hade
1463 M:      garyhade@us.ibm.com
1464 S:      Supported
1465
1466 PCI HOTPLUG COMPAQ DRIVER
1467 P:      Greg Kroah-Hartman
1468 M:      greg@kroah.com
1469 S:      Maintained
1470
1471 PCMCIA SUBSYSTEM
1472 P:      David Hinds
1473 M:      dahinds@users.sourceforge.net
1474 L:      linux-kernel@vger.kernel.org
1475 W:      http://pcmcia-cs.sourceforge.net
1476 S:      Maintained
1477
1478 PCNET32 NETWORK DRIVER
1479 P:      Thomas Bogendörfer
1480 M:      tsbogend@alpha.franken.de
1481 L:      linux-net@vger.kernel.org
1482 S:      Maintained
1483
1484 PERMEDIA 3 FRAMEBUFFER DRIVER
1485 P:      Romain Dolbeau
1486 M:      dolbeau@caps-entreprise.com
1487 L:      linux-fbdev-devel@lists.sourceforge.net
1488 W:      http://www.caps-entreprise.com/private/dolbeau/pm3fb/pm3fb.html
1489 S:      Maintained
1490
1491 PHILIPS NINO PALM PC
1492 P:      Steven Hill
1493 M:      sjhill@realitydiluted.com
1494 L:      linux-mips@linux-mips.org
1495 W:      http://www.realitydiluted.com/projects/nino
1496 S:      Maintained
1497
1498 PNP SUPPORT
1499 P:      Tom Lees
1500 M:      tom@lpsg.demon.co.uk
1501 L:      pnp-users@ferret.lmh.ox.ac.uk
1502 L:      pnp-devel@ferret.lmh.ox.ac.uk
1503 W:      http://www-jcr.lmh.ox.ac.uk/~pnp/
1504 S:      Maintained
1505
1506 POWERVR2 FRAMEBUFFER DRIVER
1507 P:      M. R. Brown
1508 M:      mrbrown@0xd6.org
1509 P:      Paul Mundt
1510 M:      lethal@linux-sh.org
1511 L:      linux-fbdev-devel@lists.sourceforge.net
1512 L:      linuxsh-dev@lists.sourceforge.net
1513 S:      Maintained
1514
1515 PPP PROTOCOL DRIVERS AND COMPRESSORS
1516 P:      Paul Mackerras
1517 M:      paulus@samba.org
1518 L:      linux-ppp@vger.kernel.org
1519 S:      Maintained
1520
1521 PPP OVER ATM (RFC 2364)
1522 P:      Mitchell Blank Jr
1523 M:      mitch@sfgoth.com
1524 S:      Maintained
1525
1526 PPP OVER ETHERNET
1527 P:      Michal Ostrowski
1528 M:      mostrows@speakeasy.net
1529 S:      Maintained
1530
1531 PRISM54 WIRELESS DRIVER
1532 P:      Prism54 Development Team
1533 M:      prism54-private@prism54.org
1534 L:      netdev@vger.kernel.org
1535 W:      http://prism54.org
1536 S:      Maintained
1537
1538 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
1539 P:      Peter Denison
1540 M:      promise@pnd-pc.demon.co.uk
1541 W:      http://www.pnd-pc.demon.co.uk/promise/
1542 S:      Maintained
1543
1544 QNX4 FILESYSTEM
1545 P:      Anders Larsen
1546 M:      al@alarsen.net
1547 L:      linux-kernel@vger.kernel.org
1548 W:      http://www.alarsen.net/linux/qnx4fs/
1549 S:      Maintained
1550
1551 RADEON FRAMEBUFFER DISPLAY DRIVER
1552 P:      Ani Joshi
1553 M:      ajoshi@kernel.crashing.org
1554 L:      linux-fbdev-devel@lists.sourceforge.net
1555 S:      Maintained
1556
1557 RAGE128 FRAMEBUFFER DISPLAY DRIVER
1558 P:      Ani Joshi
1559 M:      ajoshi@kernel.crashing.org
1560 L:      linux-fbdev-devel@lists.sourceforge.net
1561 S:      Maintained
1562
1563 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
1564 P:      Corey Thomas
1565 M:      corey@world.std.com
1566 L:      linux-kernel@vger.kernel.org
1567 S:      Maintained
1568
1569 REAL TIME CLOCK DRIVER
1570 P:      Paul Gortmaker
1571 M:      p_gortmaker@yahoo.com
1572 L:      linux-kernel@vger.kernel.org
1573 S:      Maintained
1574
1575 REISERFS FILE SYSTEM
1576 P:      Hans Reiser
1577 M:      reiserfs-dev@namesys.com
1578 L:      reiserfs-list@namesys.com
1579 W:      http://www.namesys.com
1580 S:      Supported
1581
1582 ROSE NETWORK LAYER
1583 P:      Jean-Paul Roubelat
1584 M:      jpr@f6fbb.org
1585 L:      linux-hams@vger.kernel.org
1586 S:      Maintained
1587
1588 RISCOM8 DRIVER
1589 P:      Dmitry Gorodchanin
1590 M:      pgmdsg@ibi.com
1591 L:      linux-kernel@vger.kernel.org
1592 S:      Maintained
1593
1594 RME96XX MULTICHANNEL SOUND DRIVER
1595 P:      Guenter Geiger
1596 M:      geiger@epy.co.at  
1597 L:      linux-kernel@vger.kernel.org
1598 S:      Maintained
1599
1600 RTLINUX  REALTIME  LINUX
1601 P:      Victor Yodaiken
1602 M:      yodaiken@fsmlabs.com
1603 L:      rtl@rtlinux.org
1604 W:      www.rtlinux.org
1605 S:      Maintained
1606
1607 S390
1608 P:      Martin Schwidefsky
1609 M:      schwidefsky@de.ibm.com
1610 M:      linux390@de.ibm.com
1611 L:      linux-390@vm.marist.edu
1612 W:      http://oss.software.ibm.com/developerworks/opensource/linux390
1613 S:      Supported
1614
1615 SA1100 SUPPORT
1616 P:      Nicolas Pitre
1617 M:      nico@cam.org
1618 L:      linux-arm@lists.arm.linux.org.uk
1619 S:      Maintained
1620
1621 SBPCD CDROM DRIVER
1622 P:      Eberhard Moenkeberg
1623 M:      emoenke@gwdg.de
1624 L:      linux-kernel@vger.kernel.org
1625 S:      Maintained
1626
1627 SC1200 WDT DRIVER
1628 P:      Zwane Mwaikambo
1629 M:      zwane@commfireservices.com
1630 S:      Maintained
1631
1632 SCSI CDROM DRIVER
1633 P:      Jens Axboe
1634 M:      axboe@suse.de
1635 L:      linux-scsi@vger.kernel.org
1636 W:      http://www.kernel.dk
1637 S:      Maintained
1638
1639 SCSI SG DRIVER
1640 P:      Doug Gilbert
1641 M:      dgilbert@interlog.com
1642 L:      linux-scsi@vger.kernel.org
1643 W:      http://www.torque.net/sg
1644 S:      Maintained
1645
1646 SCSI SUBSYSTEM
1647 L:      linux-scsi@vger.kernel.org
1648 S:      Unmaintained
1649
1650 SCSI TAPE DRIVER
1651 P:      Kai Mäkisara
1652 M:      Kai.Makisara@kolumbus.fi
1653 L:      linux-scsi@vger.kernel.org
1654 S:      Maintained
1655
1656 SCTP PROTOCOL
1657 P:      Sridhar Samudrala       
1658 M:      sri@us.ibm.com
1659 L:      lksctp-developers@lists.sourceforge.net
1660 S:      Supported
1661
1662 SCx200 CPU SUPPORT
1663 P:      Christer Weinigel
1664 M:      christer@weinigel.se
1665 W:      http://www.weinigel.se
1666 S:      Supported
1667
1668 SERIAL ATA (SATA) SUBSYSTEM:
1669 P:      Jeff Garzik
1670 M:      jgarzik@pobox.com
1671 L:      linux-ide@vger.kernel.org
1672 S:      Supported
1673
1674 SGI VISUAL WORKSTATION 320 AND 540
1675 P:      Bent Hagemark
1676 M:      bh@sgi.com
1677 P:      Ingo Molnar
1678 M:      mingo@redhat.com
1679 S:      Maintained
1680
1681 SIS 5513 IDE CONTROLLER DRIVER
1682 P:      Lionel Bouton
1683 M:      Lionel.Bouton@inet6.fr
1684 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
1685 W:      http://gyver.homeip.net/sis5513/index.html
1686 S:      Maintained
1687
1688 SIS 900/7016 FAST ETHERNET DRIVER
1689 P:      Ollie Lho
1690 M:      ollie@sis.com.tw
1691 L:      linux-net@vger.kernel.org
1692 S:      Supported
1693
1694 SIS FRAMEBUFFER DRIVER
1695 P:      Thomas Winischhofer
1696 M:      thomas@winischhofer.net
1697 W:      http://www.winischhofer.net/linuxsisvga.shtml
1698 S:      Maintained
1699
1700 SMB FILESYSTEM
1701 P:      Urban Widmark
1702 M:      Urban.Widmark@enlight.net
1703 S:      Odd Fixes
1704
1705 SNA NETWORK LAYER
1706 P:      Jay Schulist
1707 M:      jschlst@samba.org
1708 L:      linux-sna@turbolinux.com
1709 W:      http://www.linux-sna.org
1710 S:      Supported
1711
1712 SOFTWARE RAID (Multiple Disks) SUPPORT
1713 P:      Ingo Molnar
1714 M:      mingo@redhat.com
1715 P:      Neil Brown
1716 M:      neilb@cse.unsw.edu.au
1717 L:      linux-raid@vger.kernel.org
1718 S:      Maintained
1719
1720 SONIC NETWORK DRIVER
1721 P:      Thomas Bogendoerfer
1722 M:      tsbogend@alpha.franken.de
1723 L:      linux-net@vger.kernel.org
1724 S:      Maintained
1725
1726 SONY VAIO CONTROL DEVICE DRIVER
1727 P:      Stelian Pop
1728 M:      stelian@popies.net
1729 W:      http://popies.net/sonypi/
1730 S:      Maintained
1731
1732 UltraSPARC (sparc64):
1733 P:      David S. Miller
1734 M:      davem@davemloft.net
1735 P:      Eddie C. Dost
1736 M:      ecd@skynet.be
1737 P:      Jakub Jelinek
1738 M:      jj@sunsite.ms.mff.cuni.cz
1739 P:      Anton Blanchard
1740 M:      anton@samba.org
1741 L:      sparclinux@vger.kernel.org
1742 L:      ultralinux@vger.kernel.org
1743 S:      Maintained
1744
1745 SPARC (sparc32):
1746 P:      William L. Irwin
1747 M:      wli@holomorphy.com
1748 L:      sparclinux@vger.kernel.org
1749 S:      Maintained
1750
1751 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
1752 P:      Roger Wolff
1753 M:      R.E.Wolff@BitWizard.nl
1754 M:      io8-linux@specialix.co.uk
1755 L:      linux-kernel@vger.kernel.org ?
1756 S:      Supported
1757
1758 SPX NETWORK LAYER
1759 P:      Jay Schulist
1760 M:      jschlst@samba.org
1761 L:      linux-net@vger.kernel.org
1762 S:      Supported
1763
1764 SRM (Alpha) environment access
1765 P:      Jan-Benedict Glaw
1766 M:      jbglaw@lug-owl.de
1767 L:      linux-kernel@vger.kernel.org
1768 S:      Maintained
1769
1770 STARFIRE/DURALAN NETWORK DRIVER
1771 P:      Ion Badulescu
1772 M:      ionut@cs.columbia.edu
1773 S:      Maintained
1774
1775 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
1776 W:      http://mosquitonet.Stanford.EDU/strip.html
1777 S:      Unsupported ?
1778
1779 STRADIS MPEG-2 DECODER DRIVER
1780 P:      Nathan Laredo
1781 M:      laredo@gnu.org
1782 W:      http://mpeg.openprojects.net/
1783 W:      http://www.stradis.com/
1784 S:      Maintained
1785
1786 SUPERH (sh)
1787 P:      Paul Mundt
1788 M:      lethal@linux-sh.org
1789 P:      Niibe Yutaka
1790 M:      gniibe@m17n.org
1791 P:      Kazumoto Kojima
1792 M:      kkojima@rr.iij4u.or.jp
1793 L:      linuxsh-dev@lists.sourceforge.net
1794 L:      linux-sh@m17n.org
1795 W:      http://www.linux-sh.org
1796 W:      http://www.m17n.org/linux-sh/
1797 W:      http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
1798 S:      Maintained
1799
1800 SUPERH64 (sh64)
1801 P:      Paul Mundt
1802 M:      lethal@linux-sh.org
1803 P:      Richard Curnow
1804 M:      richard.curnow@superh.com
1805 L:      linuxsh-shmedia-dev@lists.sourceforge.net
1806 W:      http://www.linux-sh.org
1807 W:      http://linux-shmedia.bkbits.net
1808 S:      Maintained
1809
1810 SUPERH WATCHDOG
1811 P:      Paul Mundt
1812 M:      lethal@linux-sh.org
1813 L:      linuxsh-dev@lists.sourceforge.net
1814 W:      http://www.linuxsh.org
1815 S:      Maintained
1816
1817 SVGA HANDLING
1818 P:      Martin Mares
1819 M:      mj@ucw.cz
1820 L:      linux-video@atrey.karlin.mff.cuni.cz
1821 S:      Maintained
1822
1823 SYSV FILESYSTEM
1824 P:      Christoph Hellwig
1825 M:      hch@infradead.org
1826 S:      Maintained
1827
1828 TI GRAPH LINK USB (SilverLink) CABLE DRIVER
1829 P:      Romain Lievin
1830 M:      roms@lpg.ticalc.org
1831 P:      Julien Blache
1832 M:      jb@technologeek.org
1833 S:      Maintained
1834
1835 TI PARALLEL LINK CABLE DRIVER
1836 P:     Romain Lievin
1837 M:     roms@lpg.ticalc.org
1838 S:     Maintained
1839
1840 TIEMAN VOYAGER USB BRAILLE DISPLAY DRIVER
1841 P:      Stephane Dalton
1842 M:      sdalton@videotron.ca
1843 P:      Stéphane Doyon
1844 M:      s.doyon@videotron.ca
1845 S:      Maintained
1846
1847 TIEMAN VOYAGER USB BRAILLE DISPLAY DRIVER
1848 P:      Stephane Dalton
1849 M:      sdalton@videotron.ca
1850 P:      Stéphane Doyon
1851 M:      s.doyon@videotron.ca
1852 S:      Maintained
1853
1854 TLAN NETWORK DRIVER
1855 P:      Samuel Chessman
1856 M:      chessman@tux.org
1857 L:      tlan-devel@lists.sourceforge.net
1858 W:      http://sourceforge.net/projects/tlan/
1859 S:      Maintained
1860
1861 TOKEN-RING NETWORK DRIVER
1862 P:      Mike Phillips
1863 M:      mikep@linuxtr.net
1864 L:      linux-net@vger.kernel.org
1865 L:      linux-tr@linuxtr.net
1866 W:      http://www.linuxtr.net
1867 S:      Maintained
1868
1869 TOSHIBA ACPI EXTRAS DRIVER
1870 P:      John Belmonte
1871 M:      toshiba_acpi@memebeam.org
1872 W:      http://memebeam.org/toys/ToshibaAcpiDriver
1873 S:      Maintained
1874
1875 TOSHIBA SMM DRIVER
1876 P:      Jonathan Buzzard
1877 M:      jonathan@buzzard.org.uk
1878 L:      tlinux-users@tce.toshiba-dme.co.jp
1879 W:      http://www.buzzard.org.uk/toshiba/
1880 S:      Maintained
1881
1882 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
1883 P:      Ollie Lho  
1884 M:      ollie@sis.com.tw
1885 L:      linux-kernel@vger.kernel.org
1886 S:      Supported
1887
1888 TMS380 TOKEN-RING NETWORK DRIVER
1889 P:      Adam Fritzler
1890 M:      mid@auk.cx
1891 L:      linux-tr@linuxtr.net
1892 W:      http://www.auk.cx/tms380tr/
1893 S:      Maintained
1894
1895 TULIP NETWORK DRIVER
1896 P:      Jeff Garzik
1897 M:      jgarzik@pobox.com
1898 L:      tulip-users@lists.sourceforge.net
1899 W:      http://sourceforge.net/projects/tulip/
1900 S:      Maintained
1901
1902 TUN/TAP driver
1903 P:      Maxim Krasnyansky
1904 M:      maxk@qualcomm.com, max_mk@yahoo.com
1905 L:      vtun@office.satix.net
1906 W:      http://vtun.sourceforge.net/tun
1907 S:      Maintained
1908
1909 U14-34F SCSI DRIVER
1910 P:      Dario Ballabio
1911 M:      ballabio_dario@emc.com
1912 L:      linux-scsi@vger.kernel.org
1913 S:      Maintained
1914
1915 UDF FILESYSTEM
1916 P:      Ben Fennema
1917 M:      bfennema@falcon.csc.calpoly.edu
1918 P:      Dave Boynton
1919 M:      dave@trylinux.com
1920 L:      linux_udf@hpesjro.fc.hp.com
1921 W:      http://linux-udf.sourceforge.net
1922 S:      Maintained
1923
1924 UMSDOS FILESYSTEM
1925 P:      Matija Nalis
1926 M:      Matija Nalis <mnalis-umsdos@voyager.hr>
1927 L:      linux-kernel@vger.kernel.org
1928 W:      http://linux.voyager.hr/umsdos/
1929 S:      Maintained
1930
1931 UNIFORM CDROM DRIVER
1932 P:      Jens Axboe
1933 M:      axboe@suse.de
1934 L:      linux-kernel@vger.kernel.org
1935 W:      http://www.kernel.dk
1936 S:      Maintained
1937
1938 USB ACM DRIVER
1939 P:      Vojtech Pavlik
1940 M:      vojtech@suse.cz
1941 L:      linux-usb-users@lists.sourceforge.net
1942 L:      linux-usb-devel@lists.sourceforge.net
1943 S:      Maintained
1944
1945 USB AUERSWALD DRIVER
1946 P:      Wolfgang Muees
1947 M:      wolfgang@iksw-muees.de
1948 L:      linux-usb-users@lists.sourceforge.net
1949 L:      linux-usb-devel@lists.sourceforge.net
1950 S:      Maintained
1951
1952 USB BLUETOOTH TTY CONVERTER DRIVER
1953 P:      Greg Kroah-Hartman
1954 M:      greg@kroah.com
1955 L:      linux-usb-users@lists.sourceforge.net
1956 L:      linux-usb-devel@lists.sourceforge.net
1957 S:      Maintained
1958 W:      http://www.kroah.com/linux-usb/
1959
1960 USB CDC ETHERNET DRIVER
1961 P:      Greg Kroah-Hartman
1962 M:      greg@kroah.com
1963 L:      linux-usb-users@lists.sourceforge.net
1964 L:      linux-usb-devel@lists.sourceforge.net
1965 S:      Maintained
1966 W:      http://www.kroah.com/linux-usb/
1967
1968 USB EHCI DRIVER
1969 P:      David Brownell
1970 M:      dbrownell@users.sourceforge.net
1971 L:      linux-usb-devel@lists.sourceforge.net
1972 S:      Maintained
1973
1974 USB HID/HIDBP/INPUT DRIVERS
1975 P:      Vojtech Pavlik
1976 M:      vojtech@suse.cz
1977 L:      linux-usb-users@lists.sourceforge.net
1978 L:      linux-usb-devel@lists.sourceforge.net
1979 W:      http://www.suse.cz/development/input/
1980 S:      Maintained
1981
1982 USB HUB
1983 P:      Johannes Erdfelt
1984 M:      johannes@erdfelt.com
1985 L:      linux-usb-users@lists.sourceforge.net
1986 L:      linux-usb-devel@lists.sourceforge.net
1987 S:      Maintained
1988
1989 USB KAWASAKI LSI DRIVER
1990 P:      Oliver Neukum
1991 M:      drivers@neukum.org
1992 L:      linux-usb-users@lists.sourceforge.net
1993 L:      linux-usb-devel@lists.sourceforge.net
1994 S:      Maintained
1995
1996 USB MASS STORAGE DRIVER
1997 P:      Matthew Dharm
1998 M:      mdharm-usb@one-eyed-alien.net
1999 L:      linux-usb-users@lists.sourceforge.net
2000 L:      linux-usb-devel@lists.sourceforge.net
2001 S:      Maintained
2002 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
2003
2004 USB OHCI DRIVER
2005 P:      Roman Weissgaerber
2006 M:      weissg@vienna.at
2007 L:      linux-usb-users@lists.sourceforge.net
2008 L:      linux-usb-devel@lists.sourceforge.net
2009 S:      Maintained
2010
2011 USB OV511 DRIVER
2012 P:     Mark McClelland
2013 M:     mmcclell@bigfoot.com
2014 L:     linux-usb-users@lists.sourceforge.net
2015 L:     linux-usb-devel@lists.sourceforge.net
2016 W:     http://alpha.dyndns.org/ov511/
2017 S:     Maintained
2018
2019 USB PEGASUS DRIVER
2020 P:      Petko Manolov
2021 M:      petkan@users.sourceforge.net
2022 L:      linux-usb-users@lists.sourceforge.net
2023 L:      linux-usb-devel@lists.sourceforge.net
2024 S:      Maintained
2025
2026 USB PRINTER DRIVER
2027 P:      Vojtech Pavlik
2028 M:      vojtech@suse.cz
2029 L:      linux-usb-users@lists.sourceforge.net
2030 L:      linux-usb-devel@lists.sourceforge.net
2031 S:      Maintained
2032
2033 USB RTL8150 DRIVER
2034 P:      Petko Manolov
2035 M:      petkan@users.sourceforge.net
2036 L:      linux-usb-users@lists.sourceforge.net
2037 L:      linux-usb-devel@lists.sourceforge.net
2038 S:      Maintained
2039
2040 USB SCANNER DRIVER
2041 P:      Henning Meier-Geinitz
2042 M:      henning@meier-geinitz.de
2043 L:      linux-usb-users@lists.sourceforge.net
2044 L:      linux-usb-devel@lists.sourceforge.net
2045 W:      http://www.meier-geinitz.de/kernel/
2046 S:      Maintained
2047
2048 USB SE401 DRIVER
2049 P:      Jeroen Vreeken
2050 M:      pe1rxq@amsat.org
2051 L:      linux-usb-users@lists.sourceforge.net
2052 L:      linux-usb-devel@lists.sourceforge.net
2053 W:      http://www.chello.nl/~j.vreeken/se401/
2054 S:      Maintained
2055
2056 USB SERIAL DIGI ACCELEPORT DRIVER
2057 P:      Peter Berger and Al Borchers
2058 M:      pberger@brimson.com
2059 M:      alborchers@steinerpoint.com
2060 L:      linux-usb-users@lists.sourceforge.net
2061 L:      linux-usb-devel@lists.sourceforge.net
2062 S:      Maintained
2063
2064 USB SERIAL DRIVER
2065 P:      Greg Kroah-Hartman
2066 M:      greg@kroah.com
2067 L:      linux-usb-users@lists.sourceforge.net
2068 L:      linux-usb-devel@lists.sourceforge.net
2069 S:      Maintained
2070 W:      http://www.kroah.com/linux-usb/
2071
2072 USB SERIAL BELKIN F5U103 DRIVER
2073 P:      William Greathouse
2074 M:      wgreathouse@smva.com
2075 M:      wgreathouse@myfavoritei.com
2076 L:      linux-usb-users@lists.sourceforge.net
2077 L:      linux-usb-devel@lists.sourceforge.net
2078 S:      Maintained
2079
2080 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2081 M:      linux-usb@sii.li
2082 L:      linux-usb-users@lists.sourceforge.net
2083 L:      linux-usb-devel@lists.sourceforge.net
2084 S:      Supported
2085
2086 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2087 P:      Gary Brubaker
2088 M:      xavyer@ix.netcom.com
2089 L:      linux-usb-users@lists.sourceforge.net
2090 L:      linux-usb-devel@lists.sourceforge.net
2091 S:      Maintained
2092
2093 USB SERIAL KEYSPAN DRIVER
2094 P:      Greg Kroah-Hartman
2095 M:      greg@kroah.com
2096 L:      linux-usb-users@lists.sourceforge.net
2097 L:      linux-usb-devel@lists.sourceforge.net
2098 W:      http://www.kroah.com/linux/
2099 S:      Maintained
2100
2101 USB SUBSYSTEM
2102 P:      Pete Zaitcev
2103 M:      zaitcev@redhat.com
2104 L:      linux-usb-users@lists.sourceforge.net
2105 L:      linux-usb-devel@lists.sourceforge.net
2106 W:      http://www.linux-usb.org
2107 S:      Supported
2108
2109 USB UHCI DRIVER
2110 P:      Georg Acher
2111 M:      usb@in.tum.de
2112 L:      linux-usb-users@lists.sourceforge.net
2113 L:      linux-usb-devel@lists.sourceforge.net
2114 W:      http://usb.in.tum.de
2115 S:      Maintained
2116         
2117 USB "USBNET" DRIVER
2118 P:      David Brownell
2119 M:      dbrownell@users.sourceforge.net
2120 L:      linux-usb-devel@lists.sourceforge.net
2121 S:      Maintained
2122
2123 USB W9968CF DRIVER
2124 P:      Luca Risolia
2125 M:      luca.risolia@studio.unibo.it
2126 L:      linux-usb-devel@lists.sourceforge.net
2127 W:      http://go.lamarinapunto.com
2128 S:      Maintained
2129
2130 VFAT FILESYSTEM:
2131 P:      Gordon Chaffee
2132 M:      chaffee@cs.berkeley.edu
2133 L:      linux-kernel@vger.kernel.org
2134 W:      http://bmrc.berkeley.edu/people/chaffee
2135 S:      Maintained
2136
2137 VIA 82Cxxx AUDIO DRIVER
2138 P:      Jeff Garzik
2139 S:      Odd fixes
2140
2141 VIA RHINE NETWORK DRIVER
2142 P:      Roger Luethi
2143 M:      rl@hellgate.ch
2144 S:      Maintained
2145
2146 VIA-IRCC IRDA DRIVER
2147 P:      Jens David
2148 M:      dg1kjd@afthd.tu-darmstadt.de
2149 S:      Maintained
2150
2151 USB DIAMOND RIO500 DRIVER
2152 P:      Cesar Miquel
2153 M:      miquel@df.uba.ar
2154 L:      rio500-users@lists.sourceforge.net
2155 W:      http://rio500.sourceforge.net
2156 S:      Maintained
2157
2158 VIDEO FOR LINUX
2159 P:      Gerd Knorr
2160 M:      kraxel@bytesex.org
2161 S:      Maintained
2162
2163 WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2164 P:     Nenad Corbic
2165 M:     ncorbic@sangoma.com
2166 M:     dm@sangoma.com
2167 W:     http://www.sangoma.com
2168 S:     Supported
2169
2170 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
2171 P:      Jean Tourrilhes
2172 M:      jt@hpl.hp.com
2173 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
2174 S:      Maintained
2175
2176 WD7000 SCSI DRIVER
2177 P:      Miroslav Zagorac
2178 M:      zaga@fly.cc.fer.hr
2179 L:      linux-scsi@vger.kernel.org
2180 S:      Maintained
2181
2182 X.25 NETWORK LAYER
2183 P:      Henner Eisen
2184 M:      eis@baty.hanse.de
2185 L:      linux-x25@vger.kernel.org
2186 S:      Maintained
2187
2188 XFS FILESYSTEM
2189 P:      Silicon Graphics Inc
2190 M:      xfs-masters@oss.sgi.com
2191 M:      nathans@sgi.com
2192 L:      linux-xfs@oss.sgi.com
2193 W:      http://oss.sgi.com/projects/xfs
2194 S:      Supported
2195
2196 X86 3-LEVEL PAGING (PAE) SUPPORT
2197 P:      Ingo Molnar
2198 M:      mingo@redhat.com
2199 S:      Maintained
2200
2201 X86-64 port
2202 P:      Andi Kleen
2203 M:      ak@suse.de
2204 L:      discuss@x86-64.org
2205 W:      http://www.x86-64.org
2206 S:      Maintained
2207
2208 YAM DRIVER FOR AX.25
2209 P:      Jean-Paul Roubelat
2210 M:      jpr@f6fbb.org
2211 L:      linux-hams@vger.kernel.org
2212 S:      Maintained
2213
2214 YMFPCI YAMAHA PCI SOUND
2215 P:      Pete Zaitcev
2216 M:      zaitcev@yahoo.com
2217 L:      linux-kernel@vger.kernel.org
2218 S:      Maintained
2219
2220 Z8530 DRIVER FOR AX.25
2221 P:      Joerg Reuter
2222 M:      jreuter@yaina.de
2223 W:      http://yaina.de/jreuter/
2224 W:      http://www.qsl.net/dl1bke/
2225 L:      linux-hams@vger.kernel.org
2226 S:      Maintained
2227
2228 ZF MACHZ WATCHDOG
2229 P:      Fernando Fuganti
2230 M:      fuganti@conectiva.com.br
2231 M:      fuganti@netbank.com.br
2232 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
2233 S:      Maintained
2234
2235 ZR36120 VIDEO FOR LINUX DRIVER
2236 P:      Pauline Middelink
2237 M:      middelin@polyware.nl
2238 W:      http://www.polyware.nl/~middelin/En/hobbies.html
2239 W:      http://www.polyware.nl/~middelin/hobbies.html
2240 S:      Maintained
2241
2242 THE REST
2243 P:      Linus Torvalds
2244 S:      Buried alive in reporters