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
Both conflict were simple overlapping changes. In the kaweth case, Eric Dumazet's skb_cow() bug fix overlapped the conversion of the driver in net-next to use in-netdev stats. Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
59 changed files
with
575 additions
and
245 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2592,12 +2592,26 @@ F: include/uapi/linux/if_bonding.h | |
|
||
BPF (Safe dynamic programs and tools) | ||
M: Alexei Starovoitov <[email protected]> | ||
M: Daniel Borkmann <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: arch/x86/net/bpf_jit* | ||
F: Documentation/networking/filter.txt | ||
F: include/linux/bpf* | ||
F: include/linux/filter.h | ||
F: include/uapi/linux/bpf* | ||
F: include/uapi/linux/filter.h | ||
F: kernel/bpf/ | ||
F: tools/testing/selftests/bpf/ | ||
F: kernel/trace/bpf_trace.c | ||
F: lib/test_bpf.c | ||
F: net/bpf/ | ||
F: net/core/filter.c | ||
F: net/sched/act_bpf.c | ||
F: net/sched/cls_bpf.c | ||
F: samples/bpf/ | ||
F: tools/net/bpf* | ||
F: tools/testing/selftests/bpf/ | ||
|
||
BROADCOM B44 10/100 ETHERNET DRIVER | ||
M: Michael Chan <[email protected]> | ||
|
@@ -8777,6 +8791,7 @@ W: http://www.linuxfoundation.org/en/Net | |
Q: http://patchwork.ozlabs.org/project/netdev/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git | ||
B: mailto:[email protected] | ||
S: Maintained | ||
F: net/ | ||
F: include/net/ | ||
|
@@ -12491,7 +12506,6 @@ F: drivers/clk/ti/ | |
F: include/linux/clk/ti.h | ||
|
||
TI ETHERNET SWITCH DRIVER (CPSW) | ||
M: Mugunthan V N <[email protected]> | ||
R: Grygorii Strashko <[email protected]> | ||
L: [email protected] | ||
L: [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
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.