Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
authorDavid S. Miller <davem@davemloft.net>
Sun, 19 Mar 2023 10:44:24 +0000 (10:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Mar 2023 10:44:24 +0000 (10:44 +0000)
commit739cb49988afc1da85edce984212e5bbadbbf6ce
tree1870a7505346c5689e942f359f0008b40bbfbd5d
parente8d20c3ded59a092532513c9bd030d1ea66f5f44
parent2b4cc3d3f4d8ec42961e98568a0afeee96a943ab
Merge branch '1GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2023-03-16 (igb, igbvf, igc)

This series contains updates to igb, igbvf, and igc drivers.

Lin Ma removes rtnl_lock() when disabling SRIOV on remove which was
causing deadlock on igb.

Akihiko Odaki delays enabling of SRIOV on igb to prevent early messages
that could get ignored and clears MAC address when PF returns nack on
reset; indicating no MAC address was assigned for igbvf.

Gaosheng Cui frees IRQs in error path for igbvf.

Akashi Takahiro fixes logic on checking TAPRIO gate support for igc.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>