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/netdev/net
Cross-merge networking fixes after downstream PR. Conflicts: tools/testing/selftests/net/fcnal-test.sh d7a2fc1 ("selftests: net: fcnal-test: check if FIPS mode is enabled") dd017c7 ("selftests: fcnal: Test SO_DONTROUTE on TCP sockets.") https://lore.kernel.org/all/[email protected]/ https://lore.kernel.org/all/[email protected]/ No adjacent changes. Signed-off-by: Jakub Kicinski <[email protected]>
- Loading branch information
Showing
226 changed files
with
3,201 additions
and
1,156 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 |
---|---|---|
|
@@ -70,6 +70,8 @@ Baolin Wang <[email protected]> <[email protected]> | |
Baolin Wang <[email protected]> <[email protected]> | ||
Bart Van Assche <[email protected]> <[email protected]> | ||
Bart Van Assche <[email protected]> <[email protected]> | ||
Ben Dooks <[email protected]> <[email protected]> | ||
Ben Dooks <[email protected]> <[email protected]> | ||
Ben Gardner <[email protected]> | ||
Ben M Cahill <[email protected]> | ||
Ben Widawsky <[email protected]> <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9971,8 +9971,9 @@ M: Miquel Raynal <[email protected]> | |
L: [email protected] | ||
S: Maintained | ||
W: https://linux-wpan.org/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git | ||
Q: https://patchwork.kernel.org/project/linux-wpan/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan-next.git | ||
F: Documentation/networking/ieee802154.rst | ||
F: drivers/net/ieee802154/ | ||
F: include/linux/ieee802154.h | ||
|
@@ -13283,10 +13284,11 @@ F: drivers/memory/mtk-smi.c | |
F: include/soc/mediatek/smi.h | ||
|
||
MEDIATEK SWITCH DRIVER | ||
M: Sean Wang <[email protected]> | ||
M: Arınç ÜNAL <[email protected]> | ||
M: Daniel Golle <[email protected]> | ||
M: Landen Chao <[email protected]> | ||
M: DENG Qingfang <[email protected]> | ||
M: Daniel Golle <[email protected]> | ||
M: Sean Wang <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/net/dsa/mt7530-mdio.c | ||
|
@@ -16399,7 +16401,7 @@ F: Documentation/devicetree/bindings/pci/intel,keembay-pcie* | |
F: drivers/pci/controller/dwc/pcie-keembay.c | ||
|
||
PCIE DRIVER FOR INTEL LGM GW SOC | ||
M: Rahul Tanwar <rtanwar@maxlinear.com> | ||
M: Chuanhua Lei <lchuanhua@maxlinear.com> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pci/intel-gw-pcie.yaml | ||
|
@@ -17842,7 +17844,7 @@ F: tools/testing/selftests/rtc/ | |
Real-time Linux Analysis (RTLA) tools | ||
M: Daniel Bristot de Oliveira <[email protected]> | ||
M: Steven Rostedt <[email protected]> | ||
L: linux-trace-devel@vger.kernel.org | ||
L: linux-trace-kernel@vger.kernel.org | ||
S: Maintained | ||
F: Documentation/tools/rtla/ | ||
F: tools/tracing/rtla/ | ||
|
@@ -18412,7 +18414,7 @@ F: drivers/infiniband/ulp/rtrs/ | |
RUNTIME VERIFICATION (RV) | ||
M: Daniel Bristot de Oliveira <[email protected]> | ||
M: Steven Rostedt <[email protected]> | ||
L: linux-trace-devel@vger.kernel.org | ||
L: linux-trace-kernel@vger.kernel.org | ||
S: Maintained | ||
F: Documentation/trace/rv/ | ||
F: include/linux/rv.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
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.