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
The UDP reuseport conflict was a little bit tricky. The net-next code, via bpf-next, extracted the reuseport handling into a helper so that the BPF sk lookup code could invoke it. At the same time, the logic for reuseport handling of unconnected sockets changed via commit efc6b6f which changed the logic to carry on the reuseport result into the rest of the lookup loop if we do not return immediately. This requires moving the reuseport_has_conns() logic into the callers. While we are here, get rid of inline directives as they do not belong in foo.c files. The other changes were cases of more straightforward overlapping modifications. Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
545 changed files
with
5,100 additions
and
4,011 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 |
---|---|---|
|
@@ -198,6 +198,9 @@ Maxime Ripard <[email protected]> <[email protected]> | |
Mayuresh Janorkar <[email protected]> | ||
Michael Buesch <[email protected]> | ||
Michel Dänzer <[email protected]> | ||
Mike Rapoport <[email protected]> <[email protected]> | ||
Mike Rapoport <[email protected]> <[email protected]> | ||
Mike Rapoport <[email protected]> <[email protected]> | ||
Miodrag Dinic <[email protected]> <[email protected]> | ||
Miquel Raynal <[email protected]> <[email protected]> | ||
Mitesh shah <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5022,7 +5022,6 @@ F: drivers/mfd/da91??-*.c | |
F: drivers/pinctrl/pinctrl-da90??.c | ||
F: drivers/power/supply/da9052-battery.c | ||
F: drivers/power/supply/da91??-*.c | ||
F: drivers/regulator/da903x.c | ||
F: drivers/regulator/da9???-regulator.[ch] | ||
F: drivers/regulator/slg51000-regulator.[ch] | ||
F: drivers/rtc/rtc-da90??.c | ||
|
@@ -5112,7 +5111,7 @@ M: Vinod Koul <[email protected]> | |
L: [email protected] | ||
S: Maintained | ||
Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ | ||
T: git git://git.infradead.org/users/vkoul/slave-dma.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git | ||
F: Documentation/devicetree/bindings/dma/ | ||
F: Documentation/driver-api/dmaengine/ | ||
F: drivers/dma/ | ||
|
@@ -6957,6 +6956,7 @@ M: Timur Tabi <[email protected]> | |
M: Nicolin Chen <[email protected]> | ||
M: Xiubo Li <[email protected]> | ||
R: Fabio Estevam <[email protected]> | ||
R: Shengjiu Wang <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -9295,6 +9295,17 @@ F: Documentation/kbuild/kconfig* | |
F: scripts/Kconfig.include | ||
F: scripts/kconfig/ | ||
|
||
KCOV | ||
R: Dmitry Vyukov <[email protected]> | ||
R: Andrey Konovalov <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/dev-tools/kcov.rst | ||
F: include/linux/kcov.h | ||
F: include/uapi/linux/kcov.h | ||
F: kernel/kcov.c | ||
F: scripts/Makefile.kcov | ||
|
||
KCSAN | ||
M: Marco Elver <[email protected]> | ||
R: Dmitry Vyukov <[email protected]> | ||
|
@@ -11230,7 +11241,7 @@ S: Maintained | |
F: drivers/crypto/atmel-ecc.* | ||
|
||
MICROCHIP I2C DRIVER | ||
M: Ludovic Desroches <ludovic.desroches@microchip.com> | ||
M: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/i2c/busses/i2c-at91-*.c | ||
|
@@ -11323,17 +11334,17 @@ F: drivers/iio/adc/at91-sama5d2_adc.c | |
F: include/dt-bindings/iio/adc/at91-sama5d2_adc.h | ||
|
||
MICROCHIP SAMA5D2-COMPATIBLE SHUTDOWN CONTROLLER | ||
M: Nicolas Ferre <nicolas.ferre@microchip.com> | ||
M: Claudiu Beznea <claudiu.beznea@microchip.com> | ||
S: Supported | ||
F: drivers/power/reset/at91-sama5d2_shdwc.c | ||
|
||
MICROCHIP SPI DRIVER | ||
M: Nicolas Ferre <nicolas.ferre@microchip.com> | ||
M: Tudor Ambarus <tudor.ambarus@microchip.com> | ||
S: Supported | ||
F: drivers/spi/spi-atmel.* | ||
|
||
MICROCHIP SSC DRIVER | ||
M: Nicolas Ferre <nicolas.ferre@microchip.com> | ||
M: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Supported | ||
F: drivers/misc/atmel-ssc.c | ||
|
@@ -14859,6 +14870,7 @@ F: drivers/s390/block/dasd* | |
F: include/linux/dasd_mod.h | ||
|
||
S390 IOMMU (PCI) | ||
M: Matthew Rosato <[email protected]> | ||
M: Gerald Schaefer <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
|
@@ -17503,7 +17515,7 @@ F: Documentation/admin-guide/ufs.rst | |
F: fs/ufs/ | ||
|
||
UHID USERSPACE HID IO DRIVER | ||
M: David Herrmann <dh.herrmann@googlemail.com> | ||
M: David Rheinsberg <david.rheinsberg@gmail.com> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/hid/uhid.c | ||
|
@@ -18462,7 +18474,7 @@ S: Maintained | |
F: drivers/rtc/rtc-sd3078.c | ||
|
||
WIIMOTE HID DRIVER | ||
M: David Herrmann <dh.herrmann@googlemail.com> | ||
M: David Rheinsberg <david.rheinsberg@gmail.com> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/hid/hid-wiimote* | ||
|
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.