]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'net-stmmac-fixes-for-stmmac-tx-vlan-insert-and-est'
authorJakub Kicinski <kuba@kernel.org>
Thu, 30 Oct 2025 01:49:26 +0000 (18:49 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 30 Oct 2025 01:49:27 +0000 (18:49 -0700)
commita38eeecfe3232283c0ae34d0f4302e5a3e60f3ee
treeabf14d073f7b2dc3b1ccf341c77728d241eea924
parent0dd1be4fe06a1f3a14a517446b49afaa6ac5fa94
parent48b2e323c018c4c908ae5acabff326647bab5240
Merge branch 'net-stmmac-fixes-for-stmmac-tx-vlan-insert-and-est'

Rohan G Thomas says:

====================
net: stmmac: Fixes for stmmac Tx VLAN insert and EST

This patchset includes following fixes for stmmac Tx VLAN insert and
EST implementations:
   1. Disable STAG insertion offloading, as DWMAC IPs doesn't support
      offload of STAG for double VLAN packets and CTAG for single VLAN
      packets when using the same register configuration. The current
      configuration in the driver is undocumented and is adding an
      additional 802.1Q tag with VLAN ID 0 for double VLAN packets.
   2. Consider Tx VLAN offload tag length for maxSDU estimation.
   3. Fix GCL bounds check
====================

Link: https://patch.msgid.link/20251028-qbv-fixes-v4-0-26481c7634e3@altera.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>