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
drivers/net/ethernet/mellanox/mlx5/core/main.c b338869 ("net/mlx5: Initialize flow steering during driver probe") 40379a0 ("net/mlx5_fpga: Drop INNOVA TLS support") f2b41b3 ("net/mlx5: Remove ipsec_ops function table") https://lore.kernel.org/all/20220519040345.6yrjromcdistu7vh@sx1/ 16d42d3 ("net/mlx5: Drain fw_reset when removing device") 8324a02 ("net/mlx5: Add exit route when waiting for FW") https://lore.kernel.org/all/[email protected]/ tools/testing/selftests/net/mptcp/mptcp_join.sh e274f71 ("selftests: mptcp: add subflow limits test-cases") b6e074e ("selftests: mptcp: add infinite map testcase") 5ac1d2d ("selftests: mptcp: Add tests for userspace PM type") https://lore.kernel.org/all/[email protected]/ net/mptcp/options.c ba2c89e ("mptcp: fix checksum byte order") 1e39e5a ("mptcp: infinite mapping sending") ea66758 ("tcp: allow MPTCP to update the announced window") https://lore.kernel.org/all/[email protected]/ net/mptcp/pm.c 95d6865 ("mptcp: fix subflow accounting on close") 4d25247 ("mptcp: bypass in-kernel PM restrictions for non-kernel PMs") https://lore.kernel.org/all/[email protected]/ net/mptcp/subflow.c ae66fb2 ("mptcp: Do TCP fallback on early DSS checksum failure") 0348c69 ("mptcp: add the fallback check") f8d4bca ("mptcp: infinite mapping receiving") https://lore.kernel.org/all/[email protected]/ Signed-off-by: Jakub Kicinski <[email protected]>
- Loading branch information
Showing
175 changed files
with
1,536 additions
and
818 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 |
---|---|---|
|
@@ -251,6 +251,7 @@ Mark Yao <[email protected]> <[email protected]> | |
Martin Kepplinger <[email protected]> <[email protected]> | ||
Martin Kepplinger <[email protected]> <[email protected]> | ||
Martin Kepplinger <[email protected]> <[email protected]> | ||
Martyna Szapar-Mudlaw <[email protected]> <[email protected]> | ||
Mathieu Othacehe <[email protected]> | ||
Matthew Wilcox <[email protected]> <[email protected]> | ||
Matthew Wilcox <[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 |
---|---|---|
|
@@ -244,10 +244,11 @@ disclosure of a particular issue, unless requested by a response team or by | |
an involved disclosed party. The current ambassadors list: | ||
|
||
============= ======================================================== | ||
ARM Grant Likely <[email protected]> | ||
AMD Tom Lendacky <[email protected]> | ||
IBM Z Christian Borntraeger <[email protected]> | ||
IBM Power Anton Blanchard <[email protected]> | ||
Ampere Darren Hart <[email protected]> | ||
ARM Catalin Marinas <[email protected]> | ||
IBM Power Anton Blanchard <[email protected]> | ||
IBM Z Christian Borntraeger <[email protected]> | ||
Intel Tony Luck <[email protected]> | ||
Qualcomm Trilok Soni <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5442,6 +5442,7 @@ F: net/ax25/sysctl_net_ax25.c | |
|
||
DATA ACCESS MONITOR | ||
M: SeongJae Park <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/ABI/testing/sysfs-kernel-mm-damon | ||
|
@@ -14399,7 +14400,6 @@ F: arch/arm/*omap*/*pm* | |
F: drivers/cpufreq/omap-cpufreq.c | ||
|
||
OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT | ||
M: Rajendra Nayak <[email protected]> | ||
M: Paul Walmsley <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -15502,7 +15502,8 @@ F: tools/perf/ | |
PERFORMANCE EVENTS TOOLING ARM64 | ||
R: John Garry <[email protected]> | ||
R: Will Deacon <[email protected]> | ||
R: Mathieu Poirier <[email protected]> | ||
R: James Clark <[email protected]> | ||
R: Mike Leach <[email protected]> | ||
R: Leo Yan <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Supported | ||
|
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
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.