]> Git Repo - linux.git/blame - MAINTAINERS
[SCTP]: Fix typo adaption -> adaptation as per the latest API draft.
[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: [email protected], 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: [email protected]
979b6c13 86L: [email protected]
1da177e4
LT
87L: [email protected]
88W: http://www.linuxtr.net
89S: Maintained
90
913C505 NETWORK DRIVER
92P: Philip Blundell
93M: [email protected]
979b6c13 94L: [email protected]
1da177e4
LT
95S: Maintained
96
973CR990 NETWORK DRIVER
98P: David Dillow
99M: [email protected]
979b6c13 100L: [email protected]
1da177e4
LT
101S: Maintained
102
1033W-XXXX ATA-RAID CONTROLLER DRIVER
104P: Adam Radford
105M: [email protected]
106L: [email protected]
107W: http://www.amcc.com
108S: Supported
109
1103W-9XXX SATA-RAID CONTROLLER DRIVER
111P: Adam Radford
112M: [email protected]
113L: [email protected]
114W: http://www.amcc.com
115S: Supported
116
11753C700 AND 53C700-66 SCSI DRIVER
118P: James E.J. Bottomley
119M: [email protected]
120L: [email protected]
121S: Maintained
122
1236PACK NETWORK DRIVER FOR AX.25
124P: Andreas Koensgen
125M: [email protected]
126L: [email protected]
127S: Maintained
128
1298139CP 10/100 FAST ETHERNET DRIVER
130P: Jeff Garzik
131M: [email protected]
132S: Maintained
133
1348139TOO 10/100 FAST ETHERNET DRIVER
135P: Jeff Garzik
136M: [email protected]
137W: http://sourceforge.net/projects/gkernel/
138S: Maintained
139
1408169 10/100/1000 GIGABIT ETHERNET DRIVER
141P: Francois Romieu
142M: [email protected]
979b6c13 143L: [email protected]
1da177e4
LT
144S: Maintained
145
1468250/16?50 (AND CLONE UARTS) SERIAL DRIVER
1da177e4
LT
147L: [email protected]
148W: http://serial.sourceforge.net
353cefdb 149S: Orphan
1da177e4
LT
150
1518390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
152P: Paul Gortmaker
153M: [email protected]
979b6c13 154L: [email protected]
1da177e4
LT
155S: Maintained
156
67543e50 1579P FILE SYSTEM
ce00f85c
JC
158P: Eric Van Hensbergen
159M: [email protected]
160P: Ron Minnich
161M: [email protected]
162P: Latchesar Ionkov
163M: [email protected]
164L: [email protected]
165W: http://v9fs.sf.net
166T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
167S: Maintained
67543e50 168
1da177e4
LT
169A2232 SERIAL BOARD DRIVER
170P: Enver Haase
171M: [email protected]
172M: [email protected]
173L: [email protected]
174S: Maintained
175
176AIO
177P: Benjamin LaHaise
178M: [email protected]
179L: [email protected]
180S: Supported
181
f2b84bbc
HG
182ABIT UGURU HARDWARE MONITOR DRIVER
183P: Hans de Goede
184M: [email protected]
185L: [email protected]
186S: Maintained
187
1da177e4
LT
188ACENIC DRIVER
189P: Jes Sorensen
190M: [email protected]
191L: [email protected]
192S: Maintained
193
194ACI MIXER DRIVER
195P: Robert Siemer
196M: [email protected]
197L: [email protected]
198W: http://www.stud.uni-karlsruhe.de/~uh1b/
199S: Maintained
200
1da177e4
LT
201AACRAID SCSI RAID DRIVER
202P: Adaptec OEM Raid Solutions
203L: [email protected]
204W: http://linux.dell.com/storage.shtml
205S: Supported
206
207ACPI
208P: Len Brown
209M: [email protected]
6968e50c 210L: [email protected]
1da177e4 211W: http://acpi.sourceforge.net/
6fb0425b 212T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
1da177e4
LT
213S: Maintained
214
998be20f
KCA
215ACPI PCI HOTPLUG DRIVER
216P: Kristen Carlson Accardi
217M: [email protected]
218L: [email protected]
219S: Maintained
220
1da177e4
LT
221AD1816 SOUND DRIVER
222P: Thorsten Knabe
223M: Thorsten Knabe <[email protected]>
224W: http://linux.thorsten-knabe.de
225S: Maintained
226
6958ae31
KM
227AD1889 SOUND DRIVER
228P: Kyle McMartin
229M: [email protected]
230P: Thibaut Varene
231M: [email protected]
232W: http://wiki.parisc-linux.org/AD1889
233L: [email protected]
234S: Maintained
235
1da177e4
LT
236ADM1025 HARDWARE MONITOR DRIVER
237P: Jean Delvare
238M: [email protected]
cc0b07ed 239L: [email protected]
1da177e4
LT
240S: Maintained
241
242ADT746X FAN DRIVER
243P: Colin Leroy
244M: [email protected]
245S: Maintained
246
1da177e4
LT
247AEDSP16 DRIVER
248P: Riccardo Facchetti
249M: [email protected]
250S: Maintained
251
252AFFS FILE SYSTEM
253P: Roman Zippel
254M: [email protected]
255S: Maintained
256
257AGPGART DRIVER
258P: Dave Jones
259M: [email protected]
260W: http://www.codemonkey.org.uk/projects/agp/
1adc1230 261T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
1da177e4
LT
262S: Maintained
263
264AHA152X SCSI DRIVER
265P: Juergen E. Fischer
266M: Juergen Fischer <[email protected]>
267L: [email protected]
268S: Maintained
269
270ALCATEL SPEEDTOUCH USB DRIVER
271P: Duncan Sands
272M: [email protected]
273L: [email protected]
274L: [email protected]
275W: http://www.linux-usb.org/SpeedTouch/
276S: Maintained
277
4a4e5787
RM
278ALI1563 I2C DRIVER
279P: Rudolf Marek
7188cc66 280M: [email protected]
5d925fec 281L: [email protected]
4a4e5787
RM
282S: Maintained
283
1da177e4
LT
284ALPHA PORT
285P: Richard Henderson
286M: [email protected]
287S: Odd Fixes for 2.4; Maintained for 2.6.
288P: Ivan Kokshaysky
289M: [email protected]
290S: Maintained for 2.4; PCI support for 2.6.
291
f90b8116 292AMD GEODE PROCESSOR/CHIPSET SUPPORT
ce00f85c
JC
293P: Jordan Crouse
294M: [email protected]
f90b8116
JC
295L: [email protected]
296W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
297S: Supported
298
284f42b6
SP
299AMS (Apple Motion Sensor) DRIVER
300P: Stelian Pop
301M: [email protected]
302P: Michael Hanselmann
303M: [email protected]
304S: Supported
305
f94b533d
TT
306AMSO1100 RNIC DRIVER
307P: Tom Tucker
308M: [email protected]
309P: Steve Wise
310M: [email protected]
311L: [email protected]
312S: Maintained
313
42269063
JB
314AOA (Apple Onboard Audio) ALSA DRIVER
315P: Johannes Berg
316M: [email protected]
317L: [email protected]
318L: [email protected]
319S: Maintained
320
1da177e4
LT
321APM DRIVER
322P: Stephen Rothwell
323M: [email protected]
324L: [email protected]
325W: http://www.canb.auug.org.au/~sfr/
326S: Supported
327
328APPLETALK NETWORK LAYER
329P: Arnaldo Carvalho de Melo
330M: [email protected]
331S: Maintained
332
1154ea7d
JK
333ARC FRAMEBUFFER DRIVER
334P: Jaya Kumar
335M: [email protected]
336S: Maintained
337
1da177e4
LT
338ARM26 ARCHITECTURE
339P: Ian Molton
340M: [email protected]
341S: Maintained
342
343ARM26/ARCHIMEDES
344P: Ian Molton
345M: [email protected]
346S: Maintained
347
348ARM26/A5000
349P: John Appleby
350M: [email protected]
351S: Maintained
352
353ARM MFM AND FLOPPY DRIVERS
354P: Ian Molton
355M: [email protected]
356S: Maintained
357
d4a89c7d
AV
358ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
359P: Andrew Victor
360M: [email protected]
361L: [email protected] (subscribers-only)
362W: http://maxim.org.za/at91_26.html
363S: Maintained
364
1da177e4
LT
365ARM/CORGI MACHINE SUPPORT
366P: Richard Purdie
367M: [email protected]
368S: Maintained
369
21f37bc3
KE
370ARM/HP JORNADA 7XX MACHINE SUPPORT
371P: Kristoffer Ericson
372M: [email protected]
373W: www.jlime.com
374S: Maintained
375
8459c159
DO
376ARM/TOSA MACHINE SUPPORT
377P: Dirk Opfer
378M: [email protected]
379S: Maintained
380
1da177e4
LT
381ARM/PLEB SUPPORT
382P: Peter Chubb
383M: [email protected]
384W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
385S: Maintained
386
387ARM/PT DIGITAL BOARD PORT
388P: Stefan Eletzhofer
389M: [email protected]
70f09f1f 390L: [email protected] (subscribers-only)
1da177e4
LT
391W: http://www.arm.linux.org.uk/
392S: Maintained
393
394ARM/SHARK MACHINE SUPPORT
395P: Alexander Schulz
396M: [email protected]
397W: http://www.shark-linux.de/shark.html
398S: Maintained
399
400ARM/STRONGARM110 PORT
401P: Russell King
402M: [email protected]
70f09f1f 403L: [email protected] (subscribers-only)
1da177e4
LT
404W: http://www.arm.linux.org.uk/
405S: Maintained
406
407ARM/S3C2410 ARM ARCHITECTURE
408P: Ben Dooks
449d4dd5 409M: [email protected]
70f09f1f 410L: [email protected] (subscribers-only)
1da177e4
LT
411W: http://www.fluff.org/ben/linux/
412S: Maintained
413
414ARM/S3C2440 ARM ARCHITECTURE
415P: Ben Dooks
449d4dd5 416M: [email protected]
70f09f1f 417L: [email protected] (subscribers-only)
1da177e4
LT
418W: http://www.fluff.org/ben/linux/
419S: Maintained
420
421ARPD SUPPORT
422P: Jonathan Layes
979b6c13 423L: [email protected]
1da177e4
LT
424S: Maintained
425
426ASUS ACPI EXTRAS DRIVER
427P: Karol Kozimor
428M: [email protected]
429P: Julien Lerouge
430M: [email protected]
431L: [email protected]
432W: http://sourceforge.net/projects/acpi4asus
433W: http://julien.lerouge.free.fr
434S: Maintained
435
436ATA OVER ETHERNET DRIVER
437P: Ed L. Cashin
438M: [email protected]
439W: http://www.coraid.com/support/linux
440S: Supported
441
442ATM
443P: Chas Williams
444M: [email protected]
f37bf90e 445L: [email protected] (subscribers-only)
1da177e4
LT
446W: http://linux-atm.sourceforge.net
447S: Maintained
448
89e5785f
HS
449ATMEL MACB ETHERNET DRIVER
450P: Atmel AVR32 Support Team
451M: [email protected]
452P: Haavard Skinnemoen
453M: [email protected]
454S: Supported
455
1da177e4
LT
456ATMEL WIRELESS DRIVER
457P: Simon Kelley
458M: [email protected]
459W: http://www.thekelleys.org.uk/atmel
460W: http://atmelwlandriver.sourceforge.net/
461S: Maintained
462
a92b7b80 463AUDIT SUBSYSTEM
ad3f9a22
DW
464P: David Woodhouse
465M: [email protected]
466L: [email protected]
467W: http://people.redhat.com/sgrubb/audit/
1adc1230 468T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
a92b7b80
CW
469S: Maintained
470
5f97f7f9
HS
471AVR32 ARCHITECTURE
472P: Atmel AVR32 Support Team
473M: [email protected]
474P: Haavard Skinnemoen
475M: [email protected]
476W: http://www.atmel.com/products/AVR32/
477W: http://avr32linux.org/
478W: http://avrfreaks.net/
479S: Supported
480
481AVR32/AT32AP MACHINE SUPPORT
482P: Atmel AVR32 Support Team
483M: [email protected]
484P: Haavard Skinnemoen
485M: [email protected]
486S: Supported
487
1da177e4
LT
488AX.25 NETWORK LAYER
489P: Ralf Baechle
490M: [email protected]
491L: [email protected]
d34cb28a 492W: http://www.linux-ax25.org/
1da177e4
LT
493S: Maintained
494
495BAYCOM/HDLCDRV DRIVERS FOR AX.25
496P: Thomas Sailer
497M: [email protected]
498L: [email protected]
499W: http://www.baycom.org/~tom/ham/ham.html
500S: Maintained
501
fb67a0f7
MB
502BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
503P: Larry Finger
504M: [email protected]
9eac8f95
MB
505P: Stefano Brivio
506M: [email protected]
507W: http://bcm43xx.berlios.de/
508S: Maintained
509
1da177e4
LT
510BEFS FILE SYSTEM
511P: Sergey S. Kostyliov
512M: [email protected]
513L: [email protected]
514S: Maintained
515
516BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
517P: Kenji Hollis
518W: http://ftp.bitgate.com/pcwd/
519S: Maintained
520
521BFS FILE SYSTEM
522P: Tigran A. Aivazian
b5b9df69 523M: [email protected]
1da177e4
LT
524L: [email protected]
525S: Maintained
526
527BLOCK LAYER
528P: Jens Axboe
0fe23479 529M: [email protected]
1da177e4 530L: [email protected]
6fb0425b 531T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1da177e4
LT
532S: Maintained
533
534BLUETOOTH SUBSYSTEM
535P: Marcel Holtmann
536M: [email protected]
537P: Maxim Krasnyansky
538M: [email protected]
539L: [email protected]
540W: http://bluez.sf.net
541W: http://www.bluez.org
542W: http://www.holtmann.org/linux/bluetooth/
1adc1230 543T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1da177e4
LT
544S: Maintained
545
546BLUETOOTH RFCOMM LAYER
547P: Marcel Holtmann
548M: [email protected]
549P: Maxim Krasnyansky
550M: [email protected]
551S: Maintained
552
553BLUETOOTH BNEP LAYER
554P: Marcel Holtmann
555M: [email protected]
556P: Maxim Krasnyansky
557M: [email protected]
558S: Maintained
559
560BLUETOOTH CMTP LAYER
561P: Marcel Holtmann
562M: [email protected]
563S: Maintained
564
565BLUETOOTH HIDP LAYER
566P: Marcel Holtmann
567M: [email protected]
568S: Maintained
569
570BLUETOOTH HCI UART DRIVER
571P: Marcel Holtmann
572M: [email protected]
573P: Maxim Krasnyansky
574M: [email protected]
575S: Maintained
576
577BLUETOOTH HCI USB DRIVER
578P: Marcel Holtmann
579M: [email protected]
580P: Maxim Krasnyansky
581M: [email protected]
582S: Maintained
583
584BLUETOOTH HCI BCM203X DRIVER
585P: Marcel Holtmann
586M: [email protected]
587S: Maintained
588
589BLUETOOTH HCI BPA10X DRIVER
590P: Marcel Holtmann
591M: [email protected]
592S: Maintained
593
594BLUETOOTH HCI BFUSB DRIVER
595P: Marcel Holtmann
596M: [email protected]
597S: Maintained
598
599BLUETOOTH HCI DTL1 DRIVER
600P: Marcel Holtmann
601M: [email protected]
602S: Maintained
603
604BLUETOOTH HCI BLUECARD DRIVER
605P: Marcel Holtmann
606M: [email protected]
607S: Maintained
608
609BLUETOOTH HCI BT3C DRIVER
610P: Marcel Holtmann
611M: [email protected]
612S: Maintained
613
614BLUETOOTH HCI BTUART DRIVER
615P: Marcel Holtmann
616M: [email protected]
617S: Maintained
618
619BLUETOOTH HCI VHCI DRIVER
620P: Maxim Krasnyansky
621M: [email protected]
622S: Maintained
623
624BONDING DRIVER
ce00f85c
JC
625P: Chad Tindel
626M: [email protected]
627P: Jay Vosburgh
628M: [email protected]
629L: [email protected]
630W: http://sourceforge.net/projects/bonding/
631S: Supported
1da177e4 632
fef1c772
AB
633BROADBAND PROCESSOR ARCHITECTURE
634P: Arnd Bergmann
635M: [email protected]
1d049816 636L: [email protected]
6d923f98 637W: http://www.penguinppc.org/ppc64/
fef1c772
AB
638S: Supported
639
39105890
GZ
640BROADCOM B44 10/100 ETHERNET DRIVER
641P: Gary Zambrano
642M: [email protected]
643L: [email protected]
644S: Supported
645
948c51e6
MC
646BROADCOM BNX2 GIGABIT ETHERNET DRIVER
647P: Michael Chan
648M: [email protected]
649L: [email protected]
650S: Supported
651
652BROADCOM TG3 GIGABIT ETHERNET DRIVER
653P: Michael Chan
654M: [email protected]
655L: [email protected]
656S: Supported
657
1da177e4 658BTTV VIDEO4LINUX DRIVER
96b6aba0 659P: Mauro Carvalho Chehab
8d58d773
MCC
660M: [email protected]
661M: [email protected]
1da177e4 662L: [email protected]
96b6aba0 663W: http://linuxtv.org
ecfa4fdc 664T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
96b6aba0 665S: Maintained
1da177e4 666
77dac90f
MBY
667CALGARY x86-64 IOMMU
668P: Muli Ben-Yehuda
669M: [email protected]
670P: Jon D. Mason
d8d2bedf 671M: [email protected]
77dac90f
MBY
672L: [email protected]
673L: [email protected]
674S: Maintained
675
1da177e4
LT
676COMMON INTERNET FILE SYSTEM (CIFS)
677P: Steve French
678M: [email protected]
fb453d4b 679L: [email protected]
1da177e4
LT
680L: [email protected]
681W: http://us1.samba.org/samba/Linux_CIFS_client.html
1adc1230 682T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1da177e4
LT
683S: Supported
684
7063fbf2
JB
685CONFIGFS
686P: Joel Becker
62ca3d26
JB
687M: [email protected]
688L: [email protected]
7063fbf2
JB
689S: Supported
690
1da177e4
LT
691CIRRUS LOGIC GENERIC FBDEV DRIVER
692P: Jeff Garzik
693M: [email protected]
5cd307c5 694L: [email protected] (subscribers-only)
1da177e4
LT
695S: Odd Fixes
696
697CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
698P: Cirrus Logic Corporation (kernel 2.2 driver)
699M: Cirrus Logic Corporation, Thomas Woller <[email protected]>
700P: Nils Faerber (port to kernel 2.4)
701M: Nils Faerber <[email protected]>
702S: Maintained
703
704CODA FILE SYSTEM
705P: Jan Harkes
706M: [email protected]
707M: [email protected]
708L: [email protected]
709W: http://www.coda.cs.cmu.edu/
710S: Maintained
711
712COMPACTPCI HOTPLUG CORE
713P: Scott Murray
714M: [email protected]
715M: [email protected]
716L: [email protected]
717S: Supported
718
719COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
720P: Scott Murray
721M: [email protected]
722M: [email protected]
723L: [email protected]
724S: Supported
725
726COMPACTPCI HOTPLUG GENERIC DRIVER
727P: Scott Murray
728M: [email protected]
729M: [email protected]
730L: [email protected]
731S: Supported
732
733COMPUTONE INTELLIPORT MULTIPORT CARD
734P: Michael H. Warfield
07d46de4 735M: [email protected]
1da177e4 736W: http://www.wittsend.com/computone.html
07d46de4 737S: Maintained
1da177e4
LT
738
739COSA/SRP SYNC SERIAL DRIVER
740P: Jan "Yenya" Kasprzak
741M: [email protected]
742W: http://www.fi.muni.cz/~kas/cosa/
743S: Maintained
744
745CPU FREQUENCY DRIVERS
746P: Dave Jones
747M: [email protected]
748L: [email protected]
749W: http://www.codemonkey.org.uk/projects/cpufreq/
7531a0b5 750T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1da177e4
LT
751S: Maintained
752
753CPUID/MSR DRIVER
754P: H. Peter Anvin
755M: [email protected]
756S: Maintained
757
ed90fb4a
PJ
758CPUSETS
759P: Paul Jackson
760P: Simon Derr
761M: [email protected]
762M: [email protected]
763L: [email protected]
764W: http://www.bullopensource.org/cpuset/
765S: Supported
766
1da177e4 767CRAMFS FILESYSTEM
ce00f85c
JC
768W: http://sourceforge.net/projects/cramfs/
769S: Orphan
1da177e4
LT
770
771CRIS PORT
772P: Mikael Starvik
773M: [email protected]
774L: [email protected]
775W: http://developer.axis.com
776S: Maintained
777
778CRYPTO API
779P: Herbert Xu
780M: [email protected]
781P: David S. Miller
782M: [email protected]
783L: [email protected]
1adc1230 784T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1da177e4
LT
785S: Maintained
786
9b4ffa48
JK
787CS5535 Audio ALSA driver
788P: Jaya Kumar
789M: [email protected]
790S: Maintained
791
1da177e4
LT
792CYBERPRO FB DRIVER
793P: Russell King
794M: [email protected]
795W: http://www.arm.linux.org.uk/
796S: Maintained
797
9fa68eae
KP
798CYBLAFB FRAMEBUFFER DRIVER
799P: Knut Petersen
800M: [email protected]
5cd307c5 801L: [email protected] (subscribers-only)
9fa68eae
KP
802S: Maintained
803
1da177e4
LT
804CYCLADES 2X SYNC CARD DRIVER
805P: Arnaldo Carvalho de Melo
806M: [email protected]
807W: http://advogato.org/person/acme
808L: [email protected]
809S: Maintained
810
811CYCLADES ASYNC MUX DRIVER
812M: [email protected]
813W: http://www.cyclades.com/
814S: Supported
815
816CYCLADES PC300 DRIVER
817M: [email protected]
818W: http://www.cyclades.com/
819S: Supported
820
1da177e4
LT
821DAMA SLAVE for AX.25
822P: Joerg Reuter
823M: [email protected]
824W: http://yaina.de/jreuter/
825W: http://www.qsl.net/dl1bke/
826L: [email protected]
827S: Maintained
828
829DC395x SCSI driver
830P: Oliver Neukum
831M: [email protected]
832P: Ali Akcaagac
833M: [email protected]
834P: Jamie Lenehan
835M: [email protected]
836W: http://twibble.org/dist/dc395x/
f5df5881 837L: [email protected]
1da177e4
LT
838L: http://lists.twibble.org/mailman/listinfo/dc395x/
839S: Maintained
840
841DC390/AM53C974 SCSI driver
842P: Kurt Garloff
843M: [email protected]
844W: http://www.garloff.de/kurt/linux/dc390/
845P: Guennadi Liakhovetski
846M: [email protected]
847S: Maintained
848
eb8edb08
ACM
849DCCP PROTOCOL
850P: Arnaldo Carvalho de Melo
851M: [email protected]
852L: [email protected]
f3b84ec2 853W: http://linux-net.osdl.org/index.php/DCCP
eb8edb08
ACM
854S: Maintained
855
1da177e4
LT
856DECnet NETWORK LAYER
857P: Patrick Caulfield
858M: [email protected]
859W: http://linux-decnet.sourceforge.net
860L: [email protected]
861S: Maintained
862
863DEFXX FDDI NETWORK DRIVER
864P: Maciej W. Rozycki
865M: [email protected]
866S: Maintained
867
868DELL LAPTOP SMM DRIVER
869P: Massimo Dal Zotto
870M: [email protected]
871W: http://www.debian.org/~dz/i8k/
872S: Maintained
873
90563ec4
DW
874DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
875P: Doug Warzecha
876M: [email protected]
877S: Maintained
878
5ddb88c0 879DEVICE-MAPPER (LVM)
1da177e4
LT
880P: Alasdair Kergon
881L: [email protected]
882W: http://sources.redhat.com/dm
883S: Maintained
884
885DEVICE NUMBER REGISTRY
886P: Torben Mathiasen
887M: [email protected]
888W: http://lanana.org/docs/device-list/index.html
889L: [email protected]
890S: Maintained
891
892DEVICE FILESYSTEM
893S: Obsolete
894
895DIGI INTL. EPCA DRIVER
896P: Digi International, Inc
897M: [email protected]
898L: [email protected]
899W: http://www.digi.com
900S: Orphaned
901
902DIGI RIGHTSWITCH NETWORK DRIVER
903P: Rick Richardson
979b6c13 904L: [email protected]
1da177e4
LT
905W: http://www.digi.com
906S: Orphaned
907
908DIRECTORY NOTIFICATION
909P: Stephen Rothwell
910M: [email protected]
911L: [email protected]
912S: Supported
913
914DISK GEOMETRY AND PARTITION HANDLING
915P: Andries Brouwer
916M: [email protected]
917W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
918W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
919W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
920S: Maintained
921
922DISKQUOTA:
923P: Jan Kara
924M: [email protected]
925L: [email protected]
926S: Maintained
927
5be7b50f
SW
928DISTRIBUTED LOCK MANAGER
929P: Patrick Caulfield
930M: [email protected]
931P: David Teigland
932M: [email protected]
a4644184 933L: [email protected]
5be7b50f 934W: http://sources.redhat.com/cluster/
370298e2
SW
935T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
936T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
5be7b50f
SW
937S: Supported
938
1da177e4
LT
939DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
940P: Tobias Ringstrom
941M: [email protected]
942L: [email protected]
943S: Maintained
944
ba483d57 945DOCBOOK FOR DOCUMENTATION
0f40efbd
RD
946P: Randy Dunlap
947M: [email protected]
ba483d57
MW
948S: Maintained
949
5b9c9bf6
KCA
950DOCKING STATION DRIVER
951P: Kristen Carlson Accardi
952M: [email protected]
953L: [email protected]
954S: Maintained
955
1da177e4
LT
956DOUBLETALK DRIVER
957P: James R. Van Zandt
958M: [email protected]
959L: [email protected]
960S: Maintained
961
962DRIVER CORE, KOBJECTS, AND SYSFS
963P: Greg Kroah-Hartman
964M: [email protected]
965L: [email protected]
6fb0425b 966T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
967S: Supported
968
969DRM DRIVERS
970P: David Airlie
971M: [email protected]
972L: [email protected]
6fb0425b 973T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4
LT
974S: Maintained
975
976DSCC4 DRIVER
977