forked from spotify/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 Conflicts: drivers/net/igb/igb_main.c drivers/net/qlge/qlge_main.c drivers/net/wireless/ath9k/ath9k.h drivers/net/wireless/ath9k/core.h drivers/net/wireless/ath9k/hw.c
- Loading branch information
Showing
40 changed files
with
5,785 additions
and
231 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 |
---|---|---|
|
@@ -3888,6 +3888,15 @@ L: [email protected] | |
T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git | ||
S: Supported | ||
|
||
SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER | ||
P: Sathya Perla | ||
M: [email protected] | ||
P: Subbu Seetharaman | ||
M: [email protected] | ||
L: [email protected] | ||
W: http://www.serverengines.com | ||
S: Supported | ||
|
||
SFC NETWORK DRIVER | ||
P: Steve Hodgson | ||
P: Ben Hutchings | ||
|
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
config BE2NET | ||
tristate "ServerEngines' 10Gbps NIC - BladeEngine 2" | ||
depends on PCI && INET | ||
select INET_LRO | ||
help | ||
This driver implements the NIC functionality for ServerEngines' | ||
10Gbps network adapter - BladeEngine 2. |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# | ||
# Makefile to build the network driver for ServerEngine's BladeEngine. | ||
# | ||
|
||
obj-$(CONFIG_BE2NET) += be2net.o | ||
|
||
be2net-y := be_main.o be_cmds.o be_ethtool.o |
Oops, something went wrong.