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.
* git://github.com/davem330/net: (62 commits) ipv6: don't use inetpeer to store metrics for routes. can: ti_hecc: include linux/io.h IRDA: Fix global type conflicts in net/irda/irsysctl.c v2 net: Handle different key sizes between address families in flow cache net: Align AF-specific flowi structs to long ipv4: Fix fib_info->fib_metrics leak caif: fix a potential NULL dereference sctp: deal with multiple COOKIE_ECHO chunks ibmveth: Fix checksum offload failure handling ibmveth: Checksum offload is always disabled ibmveth: Fix issue with DMA mapping failure ibmveth: Fix DMA unmap error pch_gbe: support ML7831 IOH pch_gbe: added the process of FIFO over run error pch_gbe: fixed the issue which receives an unnecessary packet. sfc: Use 64-bit writes for TX push where possible Revert "sfc: Use write-combining to reduce TX latency" and follow-ups bnx2x: Fix ethtool advertisement bnx2x: Fix 578xx link LED bnx2x: Fix XMAC loopback test ...
- Loading branch information
Showing
68 changed files
with
826 additions
and
507 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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Note: This driver doesn't have a maintainer. | ||
|
||
Davicom DM9102(A)/DM9132/DM9801 fast ethernet driver for Linux. | ||
|
||
This program is free software; you can redistribute it and/or | ||
|
@@ -55,7 +57,6 @@ Test and make sure PCI latency is now correct for all cases. | |
Authors: | ||
|
||
Sten Wang <[email protected] > : Original Author | ||
Tobias Ringstrom <[email protected]> : Current Maintainer | ||
|
||
Contributors: | ||
|
||
|
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 |
---|---|---|
|
@@ -1278,7 +1278,6 @@ F: drivers/input/misc/ati_remote2.c | |
ATLX ETHERNET DRIVERS | ||
M: Jay Cliburn <[email protected]> | ||
M: Chris Snook <[email protected]> | ||
M: Jie Yang <[email protected]> | ||
L: [email protected] | ||
W: http://sourceforge.net/projects/atl1 | ||
W: http://atl1.sourceforge.net | ||
|
@@ -1574,7 +1573,6 @@ F: drivers/scsi/bfa/ | |
|
||
BROCADE BNA 10 GIGABIT ETHERNET DRIVER | ||
M: Rasesh Mody <[email protected]> | ||
M: Debashis Dutt <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/net/bna/ | ||
|
@@ -1758,7 +1756,6 @@ F: Documentation/zh_CN/ | |
|
||
CISCO VIC ETHERNET NIC DRIVER | ||
M: Christian Benvenuti <[email protected]> | ||
M: Vasanthy Kolluri <[email protected]> | ||
M: Roopa Prabhu <[email protected]> | ||
M: David Wang <[email protected]> | ||
S: Supported | ||
|
@@ -4415,7 +4412,8 @@ L: [email protected] | |
L: [email protected] | ||
W: http://www.netfilter.org/ | ||
W: http://www.iptables.org/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-2.6.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next-2.6.git | ||
S: Supported | ||
F: include/linux/netfilter* | ||
F: include/linux/netfilter/ | ||
|
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.