forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
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: drivers/net/ethernet/intel/iavf/iavf_ethtool.c 3a0b5a2 ("iavf: Introduce new state machines for flow director") 9526081 ("iavf: use iavf_schedule_aq_request() helper") https://lore.kernel.org/all/[email protected]/ drivers/net/ethernet/broadcom/bnxt/bnxt.c c13e268 ("bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logic") c2f8063 ("bnxt_en: Refactor RX VLAN acceleration logic.") a7445d6 ("bnxt_en: Add support for new RX and TPA_START completion types for P7") 1c7fd6e ("bnxt_en: Rename some macros for the P5 chips") https://lore.kernel.org/all/[email protected]/ drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c bd6781c ("bnxt_en: Fix wrong return value check in bnxt_close_nic()") 84793a4 ("bnxt_en: Skip nic close/open when configuring tstamp filters") https://lore.kernel.org/all/[email protected]/ drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c 3d7a3f2 ("net/mlx5: Nack sync reset request when HotPlug is enabled") cecf44e ("net/mlx5: Allow sync reset flow when BF MGT interface device is present") https://lore.kernel.org/all/[email protected]/ No adjacent changes. Signed-off-by: Jakub Kicinski <[email protected]>
- Loading branch information
Showing
388 changed files
with
4,277 additions
and
2,237 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 |
---|---|---|
|
@@ -2944,6 +2944,14 @@ D: IPX development and support | |
N: Venkatesh Pallipadi (Venki) | ||
D: x86/HPET | ||
|
||
N: Antti Palosaari | ||
E: [email protected] | ||
D: Various DVB drivers | ||
W: https://palosaari.fi/linux/ | ||
S: Yliopistokatu 1 D 513 | ||
S: FI-90570 Oulu | ||
S: FINLAND | ||
|
||
N: Kyungmin Park | ||
E: [email protected] | ||
D: Samsung S5Pv210 and Exynos4210 mobile platforms | ||
|
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 |
---|---|---|
|
@@ -6,3 +6,12 @@ Description: | |
OP-TEE bus provides reference to registered drivers under this directory. The <uuid> | ||
matches Trusted Application (TA) driver and corresponding TA in secure OS. Drivers | ||
are free to create needed API under optee-ta-<uuid> directory. | ||
|
||
What: /sys/bus/tee/devices/optee-ta-<uuid>/need_supplicant | ||
Date: November 2023 | ||
KernelVersion: 6.7 | ||
Contact: [email protected] | ||
Description: | ||
Allows to distinguish whether an OP-TEE based TA/device requires user-space | ||
tee-supplicant to function properly or not. This attribute will be present for | ||
devices which depend on tee-supplicant to be running. |
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.