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.
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Conflicts: drivers/net/ethernet/ibm/ibmvnic.c Signed-off-by: Jakub Kicinski <[email protected]>
- Loading branch information
Showing
177 changed files
with
1,450 additions
and
738 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
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 |
---|---|---|
|
@@ -1724,11 +1724,13 @@ F: arch/arm/mach-ep93xx/micro9.c | |
|
||
ARM/CORESIGHT FRAMEWORK AND DRIVERS | ||
M: Mathieu Poirier <[email protected]> | ||
R: Suzuki K Poulose <[email protected]> | ||
M: Suzuki K Poulose <[email protected]> | ||
R: Mike Leach <[email protected]> | ||
R: Leo Yan <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git | ||
F: Documentation/ABI/testing/sysfs-bus-coresight-devices-* | ||
F: Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt | ||
F: Documentation/devicetree/bindings/arm/coresight-cti.yaml | ||
|
@@ -3355,6 +3357,17 @@ S: Supported | |
F: arch/x86/net/ | ||
X: arch/x86/net/bpf_jit_comp32.c | ||
|
||
BPF LSM (Security Audit and Enforcement using BPF) | ||
M: KP Singh <[email protected]> | ||
R: Florent Revest <[email protected]> | ||
R: Brendan Jackman <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/bpf/bpf_lsm.rst | ||
F: include/linux/bpf_lsm.h | ||
F: kernel/bpf/bpf_lsm.c | ||
F: security/bpf/ | ||
|
||
BROADCOM B44 10/100 ETHERNET DRIVER | ||
M: Michael Chan <[email protected]> | ||
L: [email protected] | ||
|
@@ -9070,10 +9083,7 @@ S: Supported | |
F: drivers/net/wireless/intel/iwlegacy/ | ||
|
||
INTEL WIRELESS WIFI LINK (iwlwifi) | ||
M: Johannes Berg <[email protected]> | ||
M: Emmanuel Grumbach <[email protected]> | ||
M: Luca Coelho <[email protected]> | ||
M: Intel Linux Wireless <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
W: https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi | ||
|
@@ -19096,12 +19106,17 @@ L: [email protected] | |
L: [email protected] | ||
S: Supported | ||
F: include/net/xdp.h | ||
F: include/net/xdp_priv.h | ||
F: include/trace/events/xdp.h | ||
F: kernel/bpf/cpumap.c | ||
F: kernel/bpf/devmap.c | ||
F: net/core/xdp.c | ||
N: xdp | ||
K: xdp | ||
F: samples/bpf/xdp* | ||
F: tools/testing/selftests/bpf/*xdp* | ||
F: tools/testing/selftests/bpf/*/*xdp* | ||
F: drivers/net/ethernet/*/*/*/*/*xdp* | ||
F: drivers/net/ethernet/*/*/*xdp* | ||
K: (?:\b|_)xdp(?:\b|_) | ||
|
||
XDP SOCKETS (AF_XDP) | ||
M: Björn Töpel <[email protected]> | ||
|
@@ -19110,9 +19125,12 @@ R: Jonathan Lemon <[email protected]> | |
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/networking/af_xdp.rst | ||
F: include/net/xdp_sock* | ||
F: include/net/xsk_buff_pool.h | ||
F: include/uapi/linux/if_xdp.h | ||
F: include/uapi/linux/xdp_diag.h | ||
F: include/net/netns/xdp.h | ||
F: net/xdp/ | ||
F: samples/bpf/xdpsock* | ||
F: tools/lib/bpf/xsk* | ||
|
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.