forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Pull in the 'net' tree to get Daniel Borkmann's flow dissector infrastructure change. Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
407 changed files
with
2,900 additions
and
1,799 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1510,6 +1510,14 @@ D: Natsemi ethernet | |
D: Cobalt Networks (x86) support | ||
D: This-and-That | ||
|
||
N: Mark M. Hoffman | ||
E: [email protected] | ||
D: asb100, lm93 and smsc47b397 hardware monitoring drivers | ||
D: hwmon subsystem core | ||
D: hwmon subsystem maintainer | ||
D: i2c-sis96x and i2c-stub SMBus drivers | ||
S: USA | ||
|
||
N: Dirk Hohndel | ||
E: [email protected] | ||
D: The XFree86[tm] Project | ||
|
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 |
---|---|---|
|
@@ -1338,12 +1338,6 @@ S: Maintained | |
F: drivers/platform/x86/asus*.c | ||
F: drivers/platform/x86/eeepc*.c | ||
|
||
ASUS ASB100 HARDWARE MONITOR DRIVER | ||
M: "Mark M. Hoffman" <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/hwmon/asb100.c | ||
|
||
ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API | ||
M: Dan Williams <[email protected]> | ||
W: http://sourceforge.net/projects/xscaleiop | ||
|
@@ -3851,7 +3845,7 @@ F: drivers/i2c/busses/i2c-ismt.c | |
F: Documentation/i2c/busses/i2c-ismt | ||
|
||
I2C/SMBUS STUB DRIVER | ||
M: "Mark M. Hoffman" <[email protected]> | ||
M: Jean Delvare <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/i2c/i2c-stub.c | ||
|
@@ -4005,6 +3999,22 @@ M: Stanislaw Gruszka <[email protected]> | |
S: Maintained | ||
F: drivers/usb/atm/ueagle-atm.c | ||
|
||
INA209 HARDWARE MONITOR DRIVER | ||
M: Guenter Roeck <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/hwmon/ina209 | ||
F: Documentation/devicetree/bindings/i2c/ina209.txt | ||
F: drivers/hwmon/ina209.c | ||
|
||
INA2XX HARDWARE MONITOR DRIVER | ||
M: Guenter Roeck <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/hwmon/ina2xx | ||
F: drivers/hwmon/ina2xx.c | ||
F: include/linux/platform_data/ina2xx.h | ||
|
||
INDUSTRY PACK SUBSYSTEM (IPACK) | ||
M: Samuel Iglesias Gonsalvez <[email protected]> | ||
M: Jens Taprogge <[email protected]> | ||
|
@@ -5098,6 +5108,15 @@ S: Maintained | |
F: Documentation/hwmon/max6650 | ||
F: drivers/hwmon/max6650.c | ||
|
||
MAX6697 HARDWARE MONITOR DRIVER | ||
M: Guenter Roeck <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/hwmon/max6697 | ||
F: Documentation/devicetree/bindings/i2c/max6697.txt | ||
F: drivers/hwmon/max6697.c | ||
F: include/linux/platform_data/max6697.h | ||
|
||
MAXIRADIO FM RADIO RECEIVER DRIVER | ||
M: Hans Verkuil <[email protected]> | ||
L: [email protected] | ||
|
@@ -7173,13 +7192,6 @@ L: [email protected] | |
S: Maintained | ||
F: drivers/net/ethernet/sis/sis900.* | ||
|
||
SIS 96X I2C/SMBUS DRIVER | ||
M: "Mark M. Hoffman" <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/i2c/busses/i2c-sis96x | ||
F: drivers/i2c/busses/i2c-sis96x.c | ||
|
||
SIS FRAMEBUFFER DRIVER | ||
M: Thomas Winischhofer <[email protected]> | ||
W: http://www.winischhofer.net/linuxsisvga.shtml | ||
|
@@ -7257,7 +7269,7 @@ F: Documentation/hwmon/sch5627 | |
F: drivers/hwmon/sch5627.c | ||
|
||
SMSC47B397 HARDWARE MONITOR DRIVER | ||
M: "Mark M. Hoffman" <[email protected]> | ||
M: Jean Delvare <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/hwmon/smsc47b397 | ||
|
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
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.