diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-05-19 05:04:59 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-05-19 05:04:59 +0200 |
commit | bf9233f913eb17d784ffbfff4ff55bc0772f3063 (patch) | |
tree | 5c4fe93fb5718e5dda393423473858a3dde54341 /MAINTAINERS | |
parent | Merge branch 'net-sfp-add-support-for-control-of-rate-selection' (diff) | |
parent | MAINTAINERS: update Intel Ethernet links (diff) | |
download | linux-bf9233f913eb17d784ffbfff4ff55bc0772f3063.tar.xz linux-bf9233f913eb17d784ffbfff4ff55bc0772f3063.zip |
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Tony Nguyen says:
====================
Intel Wired LAN Driver Updates 2023-05-17 (ice, MAINTAINERS)
This series contains updates to ice driver and MAINTAINERS file.
Paul refactors PHY to link mode reporting and updates some PHY types to
report more accurate link modes for ice.
Dave removes mutual exclusion policy between LAG and SR-IOV in ice
driver.
Jesse updates link for Intel Wired LAN in the MAINTAINERS file.
* '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue:
MAINTAINERS: update Intel Ethernet links
ice: Remove LAG+SRIOV mutual exclusion
ice: update PHY type to ethtool link mode mapping
ice: refactor PHY type to ethtool link mode
ice: update ICE_PHY_TYPE_HIGH_MAX_INDEX
====================
Link: https://lore.kernel.org/r/20230517165530.3179965-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8c479afde370..c25172d6471a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10337,9 +10337,8 @@ M: Jesse Brandeburg <jesse.brandeburg@intel.com> M: Tony Nguyen <anthony.l.nguyen@intel.com> L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers) S: Supported -W: http://www.intel.com/support/feedback.htm -W: http://e1000.sourceforge.net/ -Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/ +W: https://www.intel.com/content/www/us/en/support.html +Q: https://patchwork.ozlabs.org/project/intel-wired-lan/list/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue.git T: git git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue.git F: Documentation/networking/device_drivers/ethernet/intel/ |