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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: net/ipv4/ip_gre.c Minor conflicts between tunnel bug fixes in net and ipv6 tunnel cleanups in net-next. Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
263 changed files
with
2,446 additions
and
1,230 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 |
---|---|---|
|
@@ -48,6 +48,9 @@ Felix Kuhling <[email protected]> | |
Felix Moeller <[email protected]> | ||
Filipe Lautert <[email protected]> | ||
Franck Bui-Huu <[email protected]> | ||
Frank Rowand <[email protected]> <[email protected]> | ||
Frank Rowand <[email protected]> <[email protected]> | ||
Frank Rowand <[email protected]> <[email protected]> | ||
Frank Zago <[email protected]> | ||
Greg Kroah-Hartman <greg@echidna.(none)> | ||
Greg Kroah-Hartman <[email protected]> | ||
|
@@ -79,6 +82,7 @@ Kay Sievers <[email protected]> | |
Kenneth W Chen <[email protected]> | ||
Konstantin Khlebnikov <[email protected]> <[email protected]> | ||
Koushik <[email protected]> | ||
Krzysztof Kozlowski <[email protected]> <[email protected]> | ||
Kuninori Morimoto <[email protected]> | ||
Leonid I Ananiev <[email protected]> | ||
Linas Vepstas <[email protected]> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Krisztian <[email protected]> and others and additional patches | |
from Jamal <[email protected]>. | ||
|
||
The end goal for syncing is to be able to insert attributes + generate | ||
events so that the an SA can be safely moved from one machine to another | ||
events so that the SA can be safely moved from one machine to another | ||
for HA purposes. | ||
The idea is to synchronize the SA so that the takeover machine can do | ||
the processing of the SA as accurate as possible if it has access to it. | ||
|
@@ -13,7 +13,7 @@ We already have the ability to generate SA add/del/upd events. | |
These patches add ability to sync and have accurate lifetime byte (to | ||
ensure proper decay of SAs) and replay counters to avoid replay attacks | ||
with as minimal loss at failover time. | ||
This way a backup stays as closely uptodate as an active member. | ||
This way a backup stays as closely up-to-date as an active member. | ||
|
||
Because the above items change for every packet the SA receives, | ||
it is possible for a lot of the events to be generated. | ||
|
@@ -163,7 +163,7 @@ If you have an SA that is getting hit by traffic in bursts such that | |
there is a period where the timer threshold expires with no packets | ||
seen, then an odd behavior is seen as follows: | ||
The first packet arrival after a timer expiry will trigger a timeout | ||
aevent; i.e we dont wait for a timeout period or a packet threshold | ||
event; i.e we don't wait for a timeout period or a packet threshold | ||
to be reached. This is done for simplicity and efficiency reasons. | ||
|
||
-JHS |
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 |
---|---|---|
|
@@ -4745,7 +4745,7 @@ F: drivers/platform/x86/fujitsu-tablet.c | |
|
||
FUSE: FILESYSTEM IN USERSPACE | ||
M: Miklos Szeredi <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
W: http://fuse.sourceforge.net/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git | ||
S: Maintained | ||
|
@@ -4904,7 +4904,7 @@ F: net/ipv4/gre_offload.c | |
F: include/net/gre.h | ||
|
||
GRETH 10/100/1G Ethernet MAC device driver | ||
M: Kristoffer Glembo <kristoffer@gaisler.com> | ||
M: Andreas Larsson <andreas@gaisler.com> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/net/ethernet/aeroflex/ | ||
|
@@ -6028,7 +6028,7 @@ F: include/scsi/*iscsi* | |
|
||
ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR | ||
M: Or Gerlitz <[email protected]> | ||
M: Sagi Grimberg <[email protected]> | ||
M: Sagi Grimberg <[email protected]> | ||
M: Roi Dayan <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
|
@@ -6038,7 +6038,7 @@ Q: http://patchwork.kernel.org/project/linux-rdma/list/ | |
F: drivers/infiniband/ulp/iser/ | ||
|
||
ISCSI EXTENSIONS FOR RDMA (ISER) TARGET | ||
M: Sagi Grimberg <[email protected]> | ||
M: Sagi Grimberg <[email protected]> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master | ||
L: [email protected] | ||
L: [email protected] | ||
|
@@ -6401,7 +6401,7 @@ F: mm/kmemleak.c | |
F: mm/kmemleak-test.c | ||
|
||
KPROBES | ||
M: Ananth N Mavinakayanahalli <ananth@in.ibm.com> | ||
M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com> | ||
M: Anil S Keshavamurthy <[email protected]> | ||
M: "David S. Miller" <[email protected]> | ||
M: Masami Hiramatsu <[email protected]> | ||
|
@@ -10015,7 +10015,8 @@ F: drivers/infiniband/hw/ocrdma/ | |
|
||
SFC NETWORK DRIVER | ||
M: Solarflare linux maintainers <[email protected]> | ||
M: Shradha Shah <[email protected]> | ||
M: Edward Cree <[email protected]> | ||
M: Bert Kenward <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/net/ethernet/sfc/ | ||
|
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.