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
Cross-merge networking fixes after downstream PR. Conflicts: drivers/net/ethernet/stmicro/stmmac/dwmac5.c drivers/net/ethernet/stmicro/stmmac/dwmac5.h drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c drivers/net/ethernet/stmicro/stmmac/hwif.h 37e4b8d ("net: stmmac: fix FPE events losing") c3f3b97 ("net: stmmac: Refactor EST implementation") https://lore.kernel.org/all/[email protected]/ Adjacent changes: net/ipv4/tcp_ao.c 9396c4e ("net/tcp: Don't store TCP-AO maclen on reqsk") 7b0f570 ("tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().") Signed-off-by: Jakub Kicinski <[email protected]>
- Loading branch information
Showing
345 changed files
with
3,496 additions
and
1,611 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 |
---|---|---|
|
@@ -9,6 +9,9 @@ title: Analog Devices ADV7533/35 HDMI Encoders | |
maintainers: | ||
- Laurent Pinchart <[email protected]> | ||
|
||
allOf: | ||
- $ref: /schemas/sound/dai-common.yaml# | ||
|
||
description: | | ||
The ADV7533 and ADV7535 are HDMI audio and video transmitters | ||
compatible with HDMI 1.4 and DVI 1.0. They support color space | ||
|
@@ -89,6 +92,9 @@ properties: | |
$ref: /schemas/types.yaml#/definitions/uint32 | ||
enum: [ 1, 2, 3, 4 ] | ||
|
||
"#sound-dai-cells": | ||
const: 0 | ||
|
||
ports: | ||
description: | ||
The ADV7533/35 has two video ports and one audio port. | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,6 @@ maintainers: | |
- Chun-Kuang Hu <[email protected]> | ||
- Philipp Zabel <[email protected]> | ||
- Jitao Shi <[email protected]> | ||
- Xinlei Lee <[email protected]> | ||
|
||
description: | | ||
The MediaTek DSI function block is a sink of the display subsystem and can | ||
|
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 |
---|---|---|
|
@@ -5068,7 +5068,6 @@ CLANG CONTROL FLOW INTEGRITY SUPPORT | |
M: Sami Tolvanen <[email protected]> | ||
M: Kees Cook <[email protected]> | ||
R: Nathan Chancellor <[email protected]> | ||
R: Nick Desaulniers <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
B: https://github.com/ClangBuiltLinux/linux/issues | ||
|
@@ -5083,8 +5082,9 @@ F: .clang-format | |
|
||
CLANG/LLVM BUILD SUPPORT | ||
M: Nathan Chancellor <[email protected]> | ||
M: Nick Desaulniers <[email protected]> | ||
R: Tom Rix <[email protected]> | ||
R: Nick Desaulniers <[email protected]> | ||
R: Bill Wendling <[email protected]> | ||
R: Justin Stitt <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
W: https://clangbuiltlinux.github.io/ | ||
|
@@ -5234,7 +5234,6 @@ F: drivers/platform/x86/compal-laptop.c | |
|
||
COMPILER ATTRIBUTES | ||
M: Miguel Ojeda <[email protected]> | ||
R: Nick Desaulniers <[email protected]> | ||
S: Maintained | ||
F: include/linux/compiler_attributes.h | ||
|
||
|
@@ -11504,7 +11503,6 @@ F: fs/autofs/ | |
KERNEL BUILD + files below scripts/ (unless maintained elsewhere) | ||
M: Masahiro Yamada <[email protected]> | ||
R: Nathan Chancellor <[email protected]> | ||
R: Nick Desaulniers <[email protected]> | ||
R: Nicolas Schier <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -15059,6 +15057,7 @@ F: lib/random32.c | |
F: net/ | ||
F: tools/net/ | ||
F: tools/testing/selftests/net/ | ||
X: net/9p/ | ||
X: net/bluetooth/ | ||
|
||
NETWORKING [IPSEC] | ||
|
@@ -17933,6 +17932,8 @@ L: [email protected] | |
L: [email protected] | ||
S: Maintained | ||
F: drivers/iommu/arm/arm-smmu/qcom_iommu.c | ||
F: drivers/iommu/arm/arm-smmu/arm-smmu-qcom* | ||
F: drivers/iommu/msm_iommu* | ||
|
||
QUALCOMM IPC ROUTER (QRTR) DRIVER | ||
M: Manivannan Sadhasivam <[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
Oops, something went wrong.