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
Trivial conflicts in net/can/isotp.c and tools/testing/selftests/net/mptcp/mptcp_connect.sh scaled_ppm_to_ppb() was moved from drivers/ptp/ptp_clock.c to include/linux/ptp_clock_kernel.h in -next so re-apply the fix there. Signed-off-by: Jakub Kicinski <[email protected]>
- Loading branch information
Showing
858 changed files
with
9,167 additions
and
4,041 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 |
---|---|---|
|
@@ -243,6 +243,9 @@ Maxime Ripard <[email protected]> <[email protected]> | |
Mayuresh Janorkar <[email protected]> | ||
Michael Buesch <[email protected]> | ||
Michel Dänzer <[email protected]> | ||
Michel Lespinasse <[email protected]> | ||
Michel Lespinasse <[email protected]> <[email protected]> | ||
Michel Lespinasse <[email protected]> <[email protected]> | ||
Miguel Ojeda <[email protected]> <[email protected]> | ||
Mike Rapoport <[email protected]> <[email protected]> | ||
Mike Rapoport <[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
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 |
---|---|---|
|
@@ -67,9 +67,7 @@ properties: | |
maxItems: 1 | ||
|
||
clock-names: | ||
maxItems: 1 | ||
items: | ||
- const: fck | ||
const: fck | ||
|
||
resets: | ||
maxItems: 1 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3877,6 +3877,7 @@ L: [email protected] | |
S: Maintained | ||
W: http://btrfs.wiki.kernel.org/ | ||
Q: http://patchwork.kernel.org/project/linux-btrfs/list/ | ||
C: irc://irc.libera.chat/btrfs | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git | ||
F: Documentation/filesystems/btrfs.rst | ||
F: fs/btrfs/ | ||
|
@@ -6947,6 +6948,7 @@ F: net/core/failover.c | |
FANOTIFY | ||
M: Jan Kara <[email protected]> | ||
R: Amir Goldstein <[email protected]> | ||
R: Matthew Bobrowski <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: fs/notify/fanotify/ | ||
|
@@ -14134,6 +14136,7 @@ F: drivers/pci/controller/pci-v3-semi.c | |
PCI ENDPOINT SUBSYSTEM | ||
M: Kishon Vijay Abraham I <[email protected]> | ||
M: Lorenzo Pieralisi <[email protected]> | ||
R: Krzysztof Wilczyński <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/PCI/endpoint/* | ||
|
@@ -14182,6 +14185,7 @@ F: drivers/pci/controller/pci-xgene-msi.c | |
PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS | ||
M: Lorenzo Pieralisi <[email protected]> | ||
R: Rob Herring <[email protected]> | ||
R: Krzysztof Wilczyński <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
Q: http://patchwork.ozlabs.org/project/linux-pci/list/ | ||
|
@@ -14341,10 +14345,12 @@ PER-CPU MEMORY ALLOCATOR | |
M: Dennis Zhou <[email protected]> | ||
M: Tejun Heo <[email protected]> | ||
M: Christoph Lameter <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git | ||
F: arch/*/include/asm/percpu.h | ||
F: include/linux/percpu*.h | ||
F: lib/percpu*.c | ||
F: mm/percpu*.c | ||
|
||
PER-TASK DELAY ACCOUNTING | ||
|
@@ -16578,6 +16584,7 @@ F: drivers/misc/sgi-xp/ | |
|
||
SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS | ||
M: Karsten Graul <[email protected]> | ||
M: Guvenc Gulce <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
W: http://www.ibm.com/developerworks/linux/linux390/ | ||
|
@@ -17701,7 +17708,6 @@ R: Mika Westerberg <[email protected]> | |
L: [email protected] | ||
S: Maintained | ||
F: drivers/i2c/busses/i2c-designware-* | ||
F: include/linux/platform_data/i2c-designware.h | ||
|
||
SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER | ||
M: Jaehoon Chung <[email protected]> | ||
|
@@ -18893,6 +18899,13 @@ S: Maintained | |
F: drivers/usb/host/isp116x* | ||
F: include/linux/usb/isp116x.h | ||
|
||
USB ISP1760 DRIVER | ||
M: Rui Miguel Silva <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/usb/isp1760/* | ||
F: Documentation/devicetree/bindings/usb/nxp,isp1760.yaml | ||
|
||
USB LAN78XX ETHERNET DRIVER | ||
M: Woojung Huh <[email protected]> | ||
M: [email protected] | ||
|
@@ -20037,6 +20050,7 @@ F: arch/x86/xen/*swiotlb* | |
F: drivers/xen/*swiotlb* | ||
|
||
XFS FILESYSTEM | ||
C: irc://irc.oftc.net/xfs | ||
M: Darrick J. Wong <[email protected]> | ||
M: [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
Oops, something went wrong.