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: net/sched/sch_taprio.c d636fc5 ("net: sched: add rcu annotations around qdisc->qdisc_sleeping") dced11e ("net/sched: taprio: don't overwrite "sch" variable in taprio_dump_class_stats()") net/ipv4/sysctl_net_ipv4.c e209fee ("net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294") ccce324 ("tcp: make the first N SYN RTO backoffs linear") https://lore.kernel.org/all/[email protected]/ No adjacent changes. Signed-off-by: Jakub Kicinski <[email protected]>
- Loading branch information
Showing
319 changed files
with
2,815 additions
and
1,351 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
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 |
---|---|---|
|
@@ -1594,7 +1594,7 @@ F: drivers/media/i2c/ar0521.c | |
|
||
ARASAN NAND CONTROLLER DRIVER | ||
M: Miquel Raynal <[email protected]> | ||
M: Naga Sureshkumar Relli <nagasure@xilinx.com> | ||
R: Michal Simek <michal.simek@amd.com> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/mtd/arasan,nand-controller.yaml | ||
|
@@ -1757,15 +1757,15 @@ F: include/linux/amba/mmci.h | |
|
||
ARM PRIMECELL PL35X NAND CONTROLLER DRIVER | ||
M: Miquel Raynal <[email protected]> | ||
M: Naga Sureshkumar Relli <nagasure@xilinx.com> | ||
R: Michal Simek <michal.simek@amd.com> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/mtd/arm,pl353-nand-r2p1.yaml | ||
F: drivers/mtd/nand/raw/pl35x-nand-controller.c | ||
|
||
ARM PRIMECELL PL35X SMC DRIVER | ||
M: Miquel Raynal <[email protected]> | ||
M: Naga Sureshkumar Relli <nagasure@xilinx.com> | ||
R: Michal Simek <michal.simek@amd.com> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/memory-controllers/arm,pl35x-smc.yaml | ||
|
@@ -5721,6 +5721,14 @@ F: include/linux/tfrc.h | |
F: include/uapi/linux/dccp.h | ||
F: net/dccp/ | ||
|
||
DEBUGOBJECTS: | ||
M: Thomas Gleixner <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/debugobjects | ||
F: lib/debugobjects.c | ||
F: include/linux/debugobjects.h | ||
|
||
DECSTATION PLATFORM SUPPORT | ||
M: "Maciej W. Rozycki" <[email protected]> | ||
L: [email protected] | ||
|
@@ -10114,7 +10122,7 @@ S: Maintained | |
F: Documentation/process/kernel-docs.rst | ||
|
||
INDUSTRY PACK SUBSYSTEM (IPACK) | ||
M: Samuel Iglesias Gonsalvez <siglesias@igalia.com> | ||
M: Vaibhav Gupta <vaibhavgupta40@gmail.com> | ||
M: Jens Taprogge <[email protected]> | ||
M: Greg Kroah-Hartman <[email protected]> | ||
L: [email protected] | ||
|
@@ -13842,7 +13850,7 @@ F: drivers/tty/serial/8250/8250_pci1xxxx.c | |
|
||
MICROCHIP POLARFIRE FPGA DRIVERS | ||
M: Conor Dooley <[email protected]> | ||
R: Ivan Bornyakov <i.bornyakov@metrotek.ru> | ||
R: Vladimir Georgiev <v.georgiev@metrotek.ru> | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml | ||
|
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.