]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'net_sched-gso_skb-flushing'
authorDavid S. Miller <davem@davemloft.net>
Fri, 9 May 2025 11:34:38 +0000 (12:34 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 May 2025 11:34:38 +0000 (12:34 +0100)
commit12f4ee312c95a76b9ae068ee1cc8fb05297e101e
tree8054c1ef674997e6b4b9f50d3776d3ccfe1184d0
parent6b3ab7f2cbfaeb6580709cd8ef4d72cfd01bfde4
parent16ce349b15069334710faa10f2e09866f8391f26
Merge branch 'net_sched-gso_skb-flushing'

Cong Wang says:

====================
net_sched: Fix gso_skb flushing during qdisc change

This patchset contains a bug fix and its test cases, please check each
patch description for more details. To keep the bug fix minimum, I
intentionally limit the code changes to the cases reported here.

---
v2: added a missing qlen--
    fixed the new boolean parameter for two qdiscs

====================

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