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
Trivial conflict in net/core/filter.c, a locally computed 'sdif' is now an argument to the function. Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
121 changed files
with
2,189 additions
and
1,064 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 |
---|---|---|
|
@@ -2204,6 +2204,10 @@ S: Post Office Box 371 | |
S: North Little Rock, Arkansas 72115 | ||
S: USA | ||
|
||
N: Christopher Li | ||
E: [email protected] | ||
D: Sparse maintainer 2009 - 2018 | ||
|
||
N: Stephan Linz | ||
E: [email protected] | ||
E: [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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2801,7 +2801,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git | |
T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git | ||
Q: https://patchwork.ozlabs.org/project/netdev/list/?delegate=77147 | ||
S: Supported | ||
F: arch/x86/net/bpf_jit* | ||
F: arch/*/net/* | ||
F: Documentation/networking/filter.txt | ||
F: Documentation/bpf/ | ||
F: include/linux/bpf* | ||
|
@@ -2821,6 +2821,67 @@ F: tools/bpf/ | |
F: tools/lib/bpf/ | ||
F: tools/testing/selftests/bpf/ | ||
|
||
BPF JIT for ARM | ||
M: Shubham Bansal <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: arch/arm/net/ | ||
|
||
BPF JIT for ARM64 | ||
M: Daniel Borkmann <[email protected]> | ||
M: Alexei Starovoitov <[email protected]> | ||
M: Zi Shen Lim <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: arch/arm64/net/ | ||
|
||
BPF JIT for MIPS (32-BIT AND 64-BIT) | ||
M: Paul Burton <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: arch/mips/net/ | ||
|
||
BPF JIT for NFP NICs | ||
M: Jakub Kicinski <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/net/ethernet/netronome/nfp/bpf/ | ||
|
||
BPF JIT for POWERPC (32-BIT AND 64-BIT) | ||
M: Naveen N. Rao <[email protected]> | ||
M: Sandipan Das <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: arch/powerpc/net/ | ||
|
||
BPF JIT for S390 | ||
M: Martin Schwidefsky <[email protected]> | ||
M: Heiko Carstens <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: arch/s390/net/ | ||
X: arch/s390/net/pnet.c | ||
|
||
BPF JIT for SPARC (32-BIT AND 64-BIT) | ||
M: David S. Miller <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: arch/sparc/net/ | ||
|
||
BPF JIT for X86 32-BIT | ||
M: Wang YanQing <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: arch/x86/net/bpf_jit_comp32.c | ||
|
||
BPF JIT for X86 64-BIT | ||
M: Alexei Starovoitov <[email protected]> | ||
M: Daniel Borkmann <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: arch/x86/net/ | ||
X: arch/x86/net/bpf_jit_comp32.c | ||
|
||
BROADCOM B44 10/100 ETHERNET DRIVER | ||
M: Michael Chan <[email protected]> | ||
L: [email protected] | ||
|
@@ -13997,11 +14058,10 @@ F: drivers/tty/serial/sunzilog.h | |
F: drivers/tty/vcc.c | ||
|
||
SPARSE CHECKER | ||
M: "Christopher Li" <[email protected]> | ||
M: "Luc Van Oostenryck" <[email protected]> | ||
L: [email protected] | ||
W: https://sparse.wiki.kernel.org/ | ||
T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git | ||
T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git | ||
S: Maintained | ||
F: include/linux/compiler.h | ||
|
||
|
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.