forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/…
…davem/net-2.6
- Loading branch information
Showing
305 changed files
with
2,759 additions
and
1,685 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1345,16 +1345,18 @@ F: drivers/auxdisplay/ | |
F: include/linux/cfag12864b.h | ||
|
||
AVR32 ARCHITECTURE | ||
M: Hans-Christian Egtvedt <[email protected]> | ||
M: Haavard Skinnemoen <[email protected]> | ||
M: Hans-Christian Egtvedt <[email protected]> | ||
W: http://www.atmel.com/products/AVR32/ | ||
W: http://avr32linux.org/ | ||
W: http://avrfreaks.net/ | ||
S: Supported | ||
S: Maintained | ||
F: arch/avr32/ | ||
|
||
AVR32/AT32AP MACHINE SUPPORT | ||
M: Hans-Christian Egtvedt <[email protected]> | ||
S: Supported | ||
M: Haavard Skinnemoen <[email protected]> | ||
M: Hans-Christian Egtvedt <[email protected]> | ||
S: Maintained | ||
F: arch/avr32/mach-at32ap/ | ||
|
||
AX.25 NETWORK LAYER | ||
|
@@ -1390,7 +1392,6 @@ F: include/linux/backlight.h | |
BATMAN ADVANCED | ||
M: Marek Lindner <[email protected]> | ||
M: Simon Wunderlich <[email protected]> | ||
M: Sven Eckelmann <[email protected]> | ||
L: [email protected] | ||
W: http://www.open-mesh.org/ | ||
S: Maintained | ||
|
@@ -1423,7 +1424,6 @@ S: Supported | |
F: arch/blackfin/ | ||
|
||
BLACKFIN EMAC DRIVER | ||
M: Michael Hennerich <[email protected]> | ||
L: [email protected] | ||
W: http://blackfin.uclinux.org | ||
S: Supported | ||
|
@@ -1639,7 +1639,7 @@ CAN NETWORK LAYER | |
M: Oliver Hartkopp <[email protected]> | ||
M: Oliver Hartkopp <[email protected]> | ||
M: Urs Thuermann <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (subscribers-only) | ||
L: [email protected] | ||
W: http://developer.berlios.de/projects/socketcan/ | ||
S: Maintained | ||
|
@@ -1651,7 +1651,7 @@ F: include/linux/can/raw.h | |
|
||
CAN NETWORK DRIVERS | ||
M: Wolfgang Grandegger <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (subscribers-only) | ||
L: [email protected] | ||
W: http://developer.berlios.de/projects/socketcan/ | ||
S: Maintained | ||
|
@@ -5181,6 +5181,7 @@ S: Supported | |
F: drivers/net/qlcnic/ | ||
|
||
QLOGIC QLGE 10Gb ETHERNET DRIVER | ||
M: Jitendra Kalsaria <[email protected]> | ||
M: Ron Mercer <[email protected]> | ||
M: [email protected] | ||
L: [email protected] | ||
|
@@ -6434,8 +6435,9 @@ S: Maintained | |
F: drivers/usb/misc/rio500* | ||
|
||
USB EHCI DRIVER | ||
M: Alan Stern <[email protected]> | ||
L: [email protected] | ||
S: Orphan | ||
S: Maintained | ||
F: Documentation/usb/ehci.txt | ||
F: drivers/usb/host/ehci* | ||
|
||
|
@@ -6465,6 +6467,12 @@ S: Maintained | |
F: Documentation/hid/hiddev.txt | ||
F: drivers/hid/usbhid/ | ||
|
||
USB/IP DRIVERS | ||
M: Matt Mooney <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/staging/usbip/ | ||
|
||
USB ISP116X DRIVER | ||
M: Olav Kongas <[email protected]> | ||
L: [email protected] | ||
|
@@ -6494,8 +6502,9 @@ S: Maintained | |
F: sound/usb/midi.* | ||
|
||
USB OHCI DRIVER | ||
M: Alan Stern <[email protected]> | ||
L: [email protected] | ||
S: Orphan | ||
S: Maintained | ||
F: Documentation/usb/ohci.txt | ||
F: drivers/usb/host/ohci* | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#include <asm/assembler.h> | ||
|
||
/* | ||
* Interrupt handling. Preserves r7, r8, r9 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.