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