[NetLabel]: rework the Netlink attribute handling (part 2)
[deliverable/linux.git] / MAINTAINERS
CommitLineData
1da177e4
LT
1
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. 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
193. 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
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. 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
c9ee133b
AC
43 PLEASE remember that submissions must be made under the terms
44 of the OSDL certificate of contribution
45 (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46 and should include a Signed-off-by: line.
47
1da177e4
LT
486. Make sure you have the right to send any changes you make. If you
49 do changes at work you may find your employer owns the patch
50 not you.
51
c9ee133b
AC
527. When sending security related changes or reports to a maintainer
53 please Cc: security@kernel.org, especially if the maintainer
54 does not respond.
55
568. Happy hacking.
1da177e4
LT
57
58 -----------------------------------
59
60Maintainers List (try to look for most precise areas first)
61
62Note: For the hard of thinking, this list is meant to remain in alphabetical
63order. If you could add yourselves to it in alphabetical order that would be
64so much easier [Ed]
65
66P: Person
67M: Mail patches to
68L: Mailing list that is relevant to this area
69W: Web-page with status/info
50306fb5 70T: SCM tree type and location. Type is one of: git, hg, quilt.
1da177e4
LT
71S: Status, one of the following:
72
73 Supported: Someone is actually paid to look after this.
74 Maintained: Someone actually looks after it.
75 Odd Fixes: It has a maintainer but they don't have time to do
76 much other than throw the odd patch in. See below..
77 Orphan: No current maintainer [but maybe you could take the
78 role as you write your new code].
79 Obsolete: Old code. Something tagged obsolete generally means
80 it has been replaced by a better system and you
81 should be using that.
82
833C359 NETWORK DRIVER
84P: Mike Phillips
85M: mikep@linuxtr.net
979b6c13 86L: netdev@vger.kernel.org
1da177e4
LT
87L: linux-tr@linuxtr.net
88W: http://www.linuxtr.net
89S: Maintained
90
913C505 NETWORK DRIVER
92P: Philip Blundell
93M: philb@gnu.org
979b6c13 94L: netdev@vger.kernel.org
1da177e4
LT
95S: Maintained
96
973CR990 NETWORK DRIVER
98P: David Dillow
99M: dave@thedillows.org
979b6c13 100L: netdev@vger.kernel.org
1da177e4
LT
101S: Maintained
102
1033W-XXXX ATA-RAID CONTROLLER DRIVER
104P: Adam Radford
105M: linuxraid@amcc.com
106L: linux-scsi@vger.kernel.org
107W: http://www.amcc.com
108S: Supported
109
1103W-9XXX SATA-RAID CONTROLLER DRIVER
111P: Adam Radford
112M: linuxraid@amcc.com
113L: linux-scsi@vger.kernel.org
114W: http://www.amcc.com
115S: Supported
116
11753C700 AND 53C700-66 SCSI DRIVER
118P: James E.J. Bottomley
119M: James.Bottomley@HansenPartnership.com
120L: linux-scsi@vger.kernel.org
121S: Maintained
122
1236PACK NETWORK DRIVER FOR AX.25
124P: Andreas Koensgen
125M: ajk@iehk.rwth-aachen.de
126L: linux-hams@vger.kernel.org
127S: Maintained
128
1298139CP 10/100 FAST ETHERNET DRIVER
130P: Jeff Garzik
131M: jgarzik@pobox.com
132S: Maintained
133
1348139TOO 10/100 FAST ETHERNET DRIVER
135P: Jeff Garzik
136M: jgarzik@pobox.com
137W: http://sourceforge.net/projects/gkernel/
138S: Maintained
139
1408169 10/100/1000 GIGABIT ETHERNET DRIVER
141P: Francois Romieu
142M: romieu@fr.zoreil.com
979b6c13 143L: netdev@vger.kernel.org
1da177e4
LT
144S: Maintained
145
1468250/16?50 (AND CLONE UARTS) SERIAL DRIVER
147P: Russell King
148M: rmk+serial@arm.linux.org.uk
149L: linux-serial@vger.kernel.org
150W: http://serial.sourceforge.net
151S: Maintained
152
1538390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
154P: Paul Gortmaker
155M: p_gortmaker@yahoo.com
979b6c13 156L: netdev@vger.kernel.org
1da177e4
LT
157S: Maintained
158
67543e50
EVH
1599P FILE SYSTEM
160P: Eric Van Hensbergen
161M: ericvh@gmail.com
162P: Ron Minnich
163M: rminnich@lanl.gov
164P: Latchesar Ionkov
165M: lucho@ionkov.net
166L: v9fs-developer@lists.sourceforge.net
167W: http://v9fs.sf.net
168T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
169S: Maintained
170
1da177e4
LT
171A2232 SERIAL BOARD DRIVER
172P: Enver Haase
173M: ehaase@inf.fu-berlin.de
174M: A2232@gmx.net
175L: linux-m68k@lists.linux-m68k.org
176S: Maintained
177
178AIO
179P: Benjamin LaHaise
180M: bcrl@kvack.org
181L: linux-aio@kvack.org
182S: Supported
183
f2b84bbc
HG
184ABIT UGURU HARDWARE MONITOR DRIVER
185P: Hans de Goede
186M: j.w.r.degoede@hhs.nl
187L: lm-sensors@lm-sensors.org
188S: Maintained
189
1da177e4
LT
190ACENIC DRIVER
191P: Jes Sorensen
192M: jes@trained-monkey.org
193L: linux-acenic@sunsite.dk
194S: Maintained
195
196ACI MIXER DRIVER
197P: Robert Siemer
198M: Robert.Siemer@gmx.de
199L: linux-sound@vger.kernel.org
200W: http://www.stud.uni-karlsruhe.de/~uh1b/
201S: Maintained
202
1da177e4
LT
203AACRAID SCSI RAID DRIVER
204P: Adaptec OEM Raid Solutions
205L: linux-scsi@vger.kernel.org
206W: http://linux.dell.com/storage.shtml
207S: Supported
208
209ACPI
210P: Len Brown
211M: len.brown@intel.com
6968e50c 212L: linux-acpi@vger.kernel.org
1da177e4 213W: http://acpi.sourceforge.net/
6fb0425b 214T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
1da177e4
LT
215S: Maintained
216
998be20f
KCA
217ACPI PCI HOTPLUG DRIVER
218P: Kristen Carlson Accardi
219M: kristen.c.accardi@intel.com
220L: pcihpd-discuss@lists.sourceforge.net
221S: Maintained
222
1da177e4
LT
223AD1816 SOUND DRIVER
224P: Thorsten Knabe
225M: Thorsten Knabe <linux@thorsten-knabe.de>
226W: http://linux.thorsten-knabe.de
227S: Maintained
228
6958ae31
KM
229AD1889 SOUND DRIVER
230P: Kyle McMartin
231M: kyle@parisc-linux.org
232P: Thibaut Varene
233M: T-Bone@parisc-linux.org
234W: http://wiki.parisc-linux.org/AD1889
235L: parisc-linux@lists.parisc-linux.org
236S: Maintained
237
1da177e4
LT
238ADM1025 HARDWARE MONITOR DRIVER
239P: Jean Delvare
240M: khali@linux-fr.org
cc0b07ed 241L: lm-sensors@lm-sensors.org
1da177e4
LT
242S: Maintained
243
244ADT746X FAN DRIVER
245P: Colin Leroy
246M: colin@colino.net
247S: Maintained
248
1da177e4
LT
249AEDSP16 DRIVER
250P: Riccardo Facchetti
251M: fizban@tin.it
252S: Maintained
253
254AFFS FILE SYSTEM
255P: Roman Zippel
256M: zippel@linux-m68k.org
257S: Maintained
258
259AGPGART DRIVER
260P: Dave Jones
261M: davej@codemonkey.org.uk
262W: http://www.codemonkey.org.uk/projects/agp/
1adc1230 263T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
1da177e4
LT
264S: Maintained
265
266AHA152X SCSI DRIVER
267P: Juergen E. Fischer
268M: Juergen Fischer <fischer@norbit.de>
269L: linux-scsi@vger.kernel.org
270S: Maintained
271
272ALCATEL SPEEDTOUCH USB DRIVER
273P: Duncan Sands
274M: duncan.sands@free.fr
275L: linux-usb-users@lists.sourceforge.net
276L: linux-usb-devel@lists.sourceforge.net
277W: http://www.linux-usb.org/SpeedTouch/
278S: Maintained
279
4a4e5787
M
280ALI1563 I2C DRIVER
281P: Rudolf Marek
282M: r.marek@sh.cvut.cz
5d925fec 283L: i2c@lm-sensors.org
4a4e5787
M
284S: Maintained
285
1da177e4
LT
286ALPHA PORT
287P: Richard Henderson
288M: rth@twiddle.net
289S: Odd Fixes for 2.4; Maintained for 2.6.
290P: Ivan Kokshaysky
291M: ink@jurassic.park.msu.ru
292S: Maintained for 2.4; PCI support for 2.6.
293
f90b8116
JC
294AMD GEODE PROCESSOR/CHIPSET SUPPORT
295P: Jordan Crouse
296M: info-linux@geode.amd.com
297L: info-linux@geode.amd.com
298W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
299S: Supported
300
f94b533d
TT
301AMSO1100 RNIC DRIVER
302P: Tom Tucker
303M: tom@opengridcomputing.com
304P: Steve Wise
305M: swise@opengridcomputing.com
306L: openib-general@openib.org
307S: Maintained
308
42269063
JB
309AOA (Apple Onboard Audio) ALSA DRIVER
310P: Johannes Berg
311M: johannes@sipsolutions.net
312L: linuxppc-dev@ozlabs.org
313L: alsa-devel@alsa-project.org
314S: Maintained
315
1da177e4
LT
316APM DRIVER
317P: Stephen Rothwell
318M: sfr@canb.auug.org.au
319L: linux-laptop@vger.kernel.org
320W: http://www.canb.auug.org.au/~sfr/
321S: Supported
322
323APPLETALK NETWORK LAYER
324P: Arnaldo Carvalho de Melo
325M: acme@conectiva.com.br
326S: Maintained
327
1154ea7d
JK
328ARC FRAMEBUFFER DRIVER
329P: Jaya Kumar
330M: jayalk@intworks.biz
331S: Maintained
332
1da177e4
LT
333ARM26 ARCHITECTURE
334P: Ian Molton
335M: spyro@f2s.com
336S: Maintained
337
338ARM26/ARCHIMEDES
339P: Ian Molton
340M: spyro@f2s.com
341S: Maintained
342
343ARM26/A5000
344P: John Appleby
345M: john@dnsworld.co.uk
346S: Maintained
347
348ARM MFM AND FLOPPY DRIVERS
349P: Ian Molton
350M: spyro@f2s.com
351S: Maintained
352
353ARM/CORGI MACHINE SUPPORT
354P: Richard Purdie
355M: rpurdie@rpsys.net
356S: Maintained
357
8459c159
DO
358ARM/TOSA MACHINE SUPPORT
359P: Dirk Opfer
360M: dirk@opfer-online.de
361S: Maintained
362
1da177e4
LT
363ARM/PLEB SUPPORT
364P: Peter Chubb
365M: pleb@gelato.unsw.edu.au
366W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
367S: Maintained
368
369ARM/PT DIGITAL BOARD PORT
370P: Stefan Eletzhofer
371M: stefan.eletzhofer@eletztrick.de
70f09f1f 372L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
373W: http://www.arm.linux.org.uk/
374S: Maintained
375
376ARM/SHARK MACHINE SUPPORT
377P: Alexander Schulz
378M: alex@shark-linux.de
379W: http://www.shark-linux.de/shark.html
380S: Maintained
381
382ARM/STRONGARM110 PORT
383P: Russell King
384M: rmk@arm.linux.org.uk
70f09f1f 385L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
386W: http://www.arm.linux.org.uk/
387S: Maintained
388
389ARM/S3C2410 ARM ARCHITECTURE
390P: Ben Dooks
391M: ben-s3c2410@fluff.org
70f09f1f 392L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
393W: http://www.fluff.org/ben/linux/
394S: Maintained
395
396ARM/S3C2440 ARM ARCHITECTURE
397P: Ben Dooks
398M: ben-s3c2440@fluff.org
70f09f1f 399L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
400W: http://www.fluff.org/ben/linux/
401S: Maintained
402
403ARPD SUPPORT
404P: Jonathan Layes
979b6c13 405L: netdev@vger.kernel.org
1da177e4
LT
406S: Maintained
407
408ASUS ACPI EXTRAS DRIVER
409P: Karol Kozimor
410M: sziwan@users.sourceforge.net
411P: Julien Lerouge
412M: julien.lerouge@free.fr
413L: acpi4asus-user@lists.sourceforge.net
414W: http://sourceforge.net/projects/acpi4asus
415W: http://julien.lerouge.free.fr
416S: Maintained
417
418ATA OVER ETHERNET DRIVER
419P: Ed L. Cashin
420M: ecashin@coraid.com
421W: http://www.coraid.com/support/linux
422S: Supported
423
424ATM
425P: Chas Williams
426M: chas@cmf.nrl.navy.mil
f37bf90e 427L: linux-atm-general@lists.sourceforge.net (subscribers-only)
1da177e4
LT
428W: http://linux-atm.sourceforge.net
429S: Maintained
430
431ATMEL WIRELESS DRIVER
432P: Simon Kelley
433M: simon@thekelleys.org.uk
434W: http://www.thekelleys.org.uk/atmel
435W: http://atmelwlandriver.sourceforge.net/
436S: Maintained
437
a92b7b80 438AUDIT SUBSYSTEM
ad3f9a22
DW
439P: David Woodhouse
440M: dwmw2@infradead.org
441L: linux-audit@redhat.com
442W: http://people.redhat.com/sgrubb/audit/
1adc1230 443T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
a92b7b80
CW
444S: Maintained
445
1da177e4
LT
446AX.25 NETWORK LAYER
447P: Ralf Baechle
448M: ralf@linux-mips.org
449L: linux-hams@vger.kernel.org
d34cb28a 450W: http://www.linux-ax25.org/
1da177e4
LT
451S: Maintained
452
453BAYCOM/HDLCDRV DRIVERS FOR AX.25
454P: Thomas Sailer
455M: t.sailer@alumni.ethz.ch
456L: linux-hams@vger.kernel.org
457W: http://www.baycom.org/~tom/ham/ham.html
458S: Maintained
459
fb67a0f7
MB
460BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
461P: Larry Finger
462M: Larry.Finger@lwfinger.net
9eac8f95
MB
463P: Stefano Brivio
464M: st3@riseup.net
465W: http://bcm43xx.berlios.de/
466S: Maintained
467
1da177e4
LT
468BEFS FILE SYSTEM
469P: Sergey S. Kostyliov
470M: rathamahata@php4.ru
471L: linux-kernel@vger.kernel.org
472S: Maintained
473
474BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
475P: Kenji Hollis
476W: http://ftp.bitgate.com/pcwd/
477S: Maintained
478
479BFS FILE SYSTEM
480P: Tigran A. Aivazian
481M: tigran@veritas.com
482L: linux-kernel@vger.kernel.org
483S: Maintained
484
485BLOCK LAYER
486P: Jens Axboe
487M: axboe@suse.de
488L: linux-kernel@vger.kernel.org
6fb0425b 489T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1da177e4
LT
490S: Maintained
491
492BLUETOOTH SUBSYSTEM
493P: Marcel Holtmann
494M: marcel@holtmann.org
495P: Maxim Krasnyansky
496M: maxk@qualcomm.com
497L: bluez-devel@lists.sf.net
498W: http://bluez.sf.net
499W: http://www.bluez.org
500W: http://www.holtmann.org/linux/bluetooth/
1adc1230 501T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1da177e4
LT
502S: Maintained
503
504BLUETOOTH RFCOMM LAYER
505P: Marcel Holtmann
506M: marcel@holtmann.org
507P: Maxim Krasnyansky
508M: maxk@qualcomm.com
509S: Maintained
510
511BLUETOOTH BNEP LAYER
512P: Marcel Holtmann
513M: marcel@holtmann.org
514P: Maxim Krasnyansky
515M: maxk@qualcomm.com
516S: Maintained
517
518BLUETOOTH CMTP LAYER
519P: Marcel Holtmann
520M: marcel@holtmann.org
521S: Maintained
522
523BLUETOOTH HIDP LAYER
524P: Marcel Holtmann
525M: marcel@holtmann.org
526S: Maintained
527
528BLUETOOTH HCI UART DRIVER
529P: Marcel Holtmann
530M: marcel@holtmann.org
531P: Maxim Krasnyansky
532M: maxk@qualcomm.com
533S: Maintained
534
535BLUETOOTH HCI USB DRIVER
536P: Marcel Holtmann
537M: marcel@holtmann.org
538P: Maxim Krasnyansky
539M: maxk@qualcomm.com
540S: Maintained
541
542BLUETOOTH HCI BCM203X DRIVER
543P: Marcel Holtmann
544M: marcel@holtmann.org
545S: Maintained
546
547BLUETOOTH HCI BPA10X DRIVER
548P: Marcel Holtmann
549M: marcel@holtmann.org
550S: Maintained
551
552BLUETOOTH HCI BFUSB DRIVER
553P: Marcel Holtmann
554M: marcel@holtmann.org
555S: Maintained
556
557BLUETOOTH HCI DTL1 DRIVER
558P: Marcel Holtmann
559M: marcel@holtmann.org
560S: Maintained
561
562BLUETOOTH HCI BLUECARD DRIVER
563P: Marcel Holtmann
564M: marcel@holtmann.org
565S: Maintained
566
567BLUETOOTH HCI BT3C DRIVER
568P: Marcel Holtmann
569M: marcel@holtmann.org
570S: Maintained
571
572BLUETOOTH HCI BTUART DRIVER
573P: Marcel Holtmann
574M: marcel@holtmann.org
575S: Maintained
576
577BLUETOOTH HCI VHCI DRIVER
578P: Maxim Krasnyansky
579M: maxk@qualcomm.com
580S: Maintained
581
582BONDING DRIVER
583P: Chad Tindel
584M: ctindel@users.sourceforge.net
585P: Jay Vosburgh
586M: fubar@us.ibm.com
587L: bonding-devel@lists.sourceforge.net
588W: http://sourceforge.net/projects/bonding/
589S: Supported
590
fef1c772
AB
591BROADBAND PROCESSOR ARCHITECTURE
592P: Arnd Bergmann
593M: arnd@arndb.de
1d049816 594L: linuxppc-dev@ozlabs.org
6d923f98 595W: http://www.penguinppc.org/ppc64/
fef1c772
AB
596S: Supported
597
39105890
GZ
598BROADCOM B44 10/100 ETHERNET DRIVER
599P: Gary Zambrano
600M: zambrano@broadcom.com
601L: netdev@vger.kernel.org
602S: Supported
603
948c51e6
MC
604BROADCOM BNX2 GIGABIT ETHERNET DRIVER
605P: Michael Chan
606M: mchan@broadcom.com
607L: netdev@vger.kernel.org
608S: Supported
609
610BROADCOM TG3 GIGABIT ETHERNET DRIVER
611P: Michael Chan
612M: mchan@broadcom.com
613L: netdev@vger.kernel.org
614S: Supported
615
1da177e4 616BTTV VIDEO4LINUX DRIVER
96b6aba0 617P: Mauro Carvalho Chehab
8d58d773
MCC
618M: mchehab@infradead.org
619M: v4l-dvb-maintainer@linuxtv.org
1da177e4 620L: video4linux-list@redhat.com
96b6aba0 621W: http://linuxtv.org
ecfa4fdc 622T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
96b6aba0 623S: Maintained
1da177e4 624
77dac90f
MBY
625CALGARY x86-64 IOMMU
626P: Muli Ben-Yehuda
627M: muli@il.ibm.com
628P: Jon D. Mason
629M: jdmason@us.ibm.com
630L: linux-kernel@vger.kernel.org
631L: discuss@x86-64.org
632S: Maintained
633
1da177e4
LT
634COMMON INTERNET FILE SYSTEM (CIFS)
635P: Steve French
636M: sfrench@samba.org
fb453d4b 637L: linux-cifs-client@lists.samba.org
1da177e4
LT
638L: samba-technical@lists.samba.org
639W: http://us1.samba.org/samba/Linux_CIFS_client.html
1adc1230 640T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1da177e4
LT
641S: Supported
642
7063fbf2
JB
643CONFIGFS
644P: Joel Becker
62ca3d26
JB
645M: joel.becker@oracle.com
646L: linux-kernel@vger.kernel.org
7063fbf2
JB
647S: Supported
648
1da177e4
LT
649CIRRUS LOGIC GENERIC FBDEV DRIVER
650P: Jeff Garzik
651M: jgarzik@pobox.com
652L: linux-fbdev-devel@lists.sourceforge.net
653S: Odd Fixes
654
655CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
656P: Cirrus Logic Corporation (kernel 2.2 driver)
657M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
658P: Nils Faerber (port to kernel 2.4)
659M: Nils Faerber <nils@kernelconcepts.de>
660S: Maintained
661
662CODA FILE SYSTEM
663P: Jan Harkes
664M: jaharkes@cs.cmu.edu
665M: coda@cs.cmu.edu
666L: codalist@coda.cs.cmu.edu
667W: http://www.coda.cs.cmu.edu/
668S: Maintained
669
670COMPACTPCI HOTPLUG CORE
671P: Scott Murray
672M: scottm@somanetworks.com
673M: scott@spiteful.org
674L: pcihpd-discuss@lists.sourceforge.net
675S: Supported
676
677COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
678P: Scott Murray
679M: scottm@somanetworks.com
680M: scott@spiteful.org
681L: pcihpd-discuss@lists.sourceforge.net
682S: Supported
683
684COMPACTPCI HOTPLUG GENERIC DRIVER
685P: Scott Murray
686M: scottm@somanetworks.com
687M: scott@spiteful.org
688L: pcihpd-discuss@lists.sourceforge.net
689S: Supported
690
691COMPUTONE INTELLIPORT MULTIPORT CARD
692P: Michael H. Warfield
07d46de4 693M: mhw@wittsend.com
1da177e4 694W: http://www.wittsend.com/computone.html
07d46de4 695S: Maintained
1da177e4
LT
696
697COSA/SRP SYNC SERIAL DRIVER
698P: Jan "Yenya" Kasprzak
699M: kas@fi.muni.cz
700W: http://www.fi.muni.cz/~kas/cosa/
701S: Maintained
702
703CPU FREQUENCY DRIVERS
704P: Dave Jones
705M: davej@codemonkey.org.uk
706L: cpufreq@lists.linux.org.uk
707W: http://www.codemonkey.org.uk/projects/cpufreq/
1adc1230 708T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
1da177e4
LT
709S: Maintained
710
711CPUID/MSR DRIVER
712P: H. Peter Anvin
713M: hpa@zytor.com
714S: Maintained
715
ed90fb4a
PJ
716CPUSETS
717P: Paul Jackson
718P: Simon Derr
719M: pj@sgi.com
720M: simon.derr@bull.net
721L: linux-kernel@vger.kernel.org
722W: http://www.bullopensource.org/cpuset/
723S: Supported
724
1da177e4
LT
725CRAMFS FILESYSTEM
726W: http://sourceforge.net/projects/cramfs/
727S: Orphan
728
729CRIS PORT
730P: Mikael Starvik
731M: starvik@axis.com
732L: dev-etrax@axis.com
733W: http://developer.axis.com
734S: Maintained
735
736CRYPTO API
737P: Herbert Xu
738M: herbert@gondor.apana.org.au
739P: David S. Miller
740M: davem@davemloft.net
741L: linux-crypto@vger.kernel.org
1adc1230 742T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1da177e4
LT
743S: Maintained
744
9b4ffa48
JK
745CS5535 Audio ALSA driver
746P: Jaya Kumar
747M: jayakumar.alsa@gmail.com
748S: Maintained
749
1da177e4
LT
750CYBERPRO FB DRIVER
751P: Russell King
752M: rmk@arm.linux.org.uk
753W: http://www.arm.linux.org.uk/
754S: Maintained
755
9fa68eae
KP
756CYBLAFB FRAMEBUFFER DRIVER
757P: Knut Petersen
758M: Knut_Petersen@t-online.de
759L: linux-fbdev-devel@lists.sourceforge.net
760S: Maintained
761
1da177e4
LT
762CYCLADES 2X SYNC CARD DRIVER
763P: Arnaldo Carvalho de Melo
764M: acme@conectiva.com.br
765W: http://advogato.org/person/acme
766L: cycsyn-devel@bazar.conectiva.com.br
767S: Maintained
768
769CYCLADES ASYNC MUX DRIVER
770M: async@cyclades.com
771W: http://www.cyclades.com/
772S: Supported
773
774CYCLADES PC300 DRIVER
775M: pc300@cyclades.com
776W: http://www.cyclades.com/
777S: Supported
778
1da177e4
LT
779DAMA SLAVE for AX.25
780P: Joerg Reuter
781M: jreuter@yaina.de
782W: http://yaina.de/jreuter/
783W: http://www.qsl.net/dl1bke/
784L: linux-hams@vger.kernel.org
785S: Maintained
786
787DC395x SCSI driver
788P: Oliver Neukum
789M: oliver@neukum.name
790P: Ali Akcaagac
791M: aliakc@web.de
792P: Jamie Lenehan
793M: lenehan@twibble.org
794W: http://twibble.org/dist/dc395x/
f5df5881 795L: dc395x@twibble.org
1da177e4
LT
796L: http://lists.twibble.org/mailman/listinfo/dc395x/
797S: Maintained
798
799DC390/AM53C974 SCSI driver
800P: Kurt Garloff
801M: garloff@suse.de
802W: http://www.garloff.de/kurt/linux/dc390/
803P: Guennadi Liakhovetski
804M: g.liakhovetski@gmx.de
805S: Maintained
806
eb8edb08
ACM
807DCCP PROTOCOL
808P: Arnaldo Carvalho de Melo
809M: acme@mandriva.com
810L: dccp@vger.kernel.org
f3b84ec2 811W: http://linux-net.osdl.org/index.php/DCCP
eb8edb08
ACM
812S: Maintained
813
1da177e4
LT
814DECnet NETWORK LAYER
815P: Patrick Caulfield
816M: patrick@tykepenguin.com
817W: http://linux-decnet.sourceforge.net
818L: linux-decnet-user@lists.sourceforge.net
819S: Maintained
820
821DEFXX FDDI NETWORK DRIVER
822P: Maciej W. Rozycki
823M: macro@linux-mips.org
824S: Maintained
825
826DELL LAPTOP SMM DRIVER
827P: Massimo Dal Zotto
828M: dz@debian.org
829W: http://www.debian.org/~dz/i8k/
830S: Maintained
831
90563ec4
DW
832DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
833P: Doug Warzecha
834M: Douglas_Warzecha@dell.com
835S: Maintained
836
1da177e4
LT
837DEVICE-MAPPER
838P: Alasdair Kergon
839L: dm-devel@redhat.com
840W: http://sources.redhat.com/dm
841S: Maintained
842
843DEVICE NUMBER REGISTRY
844P: Torben Mathiasen
845M: device@lanana.org
846W: http://lanana.org/docs/device-list/index.html
847L: linux-kernel@vger.kernel.org
848S: Maintained
849
850DEVICE FILESYSTEM
851S: Obsolete
852
853DIGI INTL. EPCA DRIVER
854P: Digi International, Inc
855M: Eng.Linux@digi.com
856L: Eng.Linux@digi.com
857W: http://www.digi.com
858S: Orphaned
859
860DIGI RIGHTSWITCH NETWORK DRIVER
861P: Rick Richardson
979b6c13 862L: netdev@vger.kernel.org
1da177e4
LT
863W: http://www.digi.com
864S: Orphaned
865
866DIRECTORY NOTIFICATION
867P: Stephen Rothwell
868M: sfr@canb.auug.org.au
869L: linux-kernel@vger.kernel.org
870S: Supported
871
872DISK GEOMETRY AND PARTITION HANDLING
873P: Andries Brouwer
874M: aeb@cwi.nl
875W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
876W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
877W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
878S: Maintained
879
880DISKQUOTA:
881P: Jan Kara
882M: jack@suse.cz
883L: linux-kernel@vger.kernel.org
884S: Maintained
885
886DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
887P: Tobias Ringstrom
888M: tori@unhappy.mine.nu
889L: linux-kernel@vger.kernel.org
890S: Maintained
891
ba483d57
MW
892DOCBOOK FOR DOCUMENTATION
893P: Martin Waitz
894M: tali@admingilde.org
0f40efbd
RD
895P: Randy Dunlap
896M: rdunlap@xenotime.net
061350e7 897T: git http://tali.admingilde.org/git/linux-docbook.git
ba483d57
MW
898S: Maintained
899
5b9c9bf6
KCA
900DOCKING STATION DRIVER
901P: Kristen Carlson Accardi
902M: kristen.c.accardi@intel.com
903L: linux-acpi@vger.kernel.org
904S: Maintained
905
1da177e4
LT
906DOUBLETALK DRIVER
907P: James R. Van Zandt
908M: jrv@vanzandt.mv.com
909L: blinux-list@redhat.com
910S: Maintained
911
912DRIVER CORE, KOBJECTS, AND SYSFS
913P: Greg Kroah-Hartman
914M: gregkh@suse.de
915L: linux-kernel@vger.kernel.org
6fb0425b 916T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
917S: Supported
918
919DRM DRIVERS
920P: David Airlie
921M: airlied@linux.ie
922L: dri-devel@lists.sourceforge.net
6fb0425b 923T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4
LT
924S: Maintained
925
926DSCC4 DRIVER