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