The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/MAINTAINERS

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: 0fc961e40f4b0eec98b9f351bf8390e4


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.