+++ /dev/null
-From foo@baz Wed Nov 21 13:17:56 CET 2018
-From: "Michał Mirosław" <mirq-linux@rere.qmqm.pl>
-Date: Wed, 7 Nov 2018 17:50:52 +0100
-Subject: ibmvnic: fix accelerated VLAN handling
-
-From: "Michał Mirosław" <mirq-linux@rere.qmqm.pl>
-
-[ Upstream commit e84b47941e15e6666afb8ee8b21d1c3fc1a013af ]
-
-Don't request tag insertion when it isn't present in outgoing skb.
-
-Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
-Signed-off-by: David S. Miller <davem@davemloft.net>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- drivers/net/ethernet/ibm/ibmvnic.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/drivers/net/ethernet/ibm/ibmvnic.c
-+++ b/drivers/net/ethernet/ibm/ibmvnic.c
-@@ -786,7 +786,7 @@ static int ibmvnic_xmit(struct sk_buff *
- tx_crq.v1.sge_len = cpu_to_be32(skb->len);
- tx_crq.v1.ioba = cpu_to_be64(data_dma_addr);
-
-- if (adapter->vlan_header_insertion) {
-+ if (adapter->vlan_header_insertion && skb_vlan_tag_present(skb)) {
- tx_crq.v1.flags2 |= IBMVNIC_TX_VLAN_INSERT;
- tx_crq.v1.vlan_id = cpu_to_be16(skb->vlan_tci);
- }
flow_dissector-do-not-dissect-l4-ports-for-fragments.patch
-ibmvnic-fix-accelerated-vlan-handling.patch
ip_tunnel-don-t-force-df-when-mtu-is-locked.patch
net-gro-reset-skb-pkt_type-in-napi_reuse_skb.patch
sctp-not-allow-to-set-asoc-prsctp_enable-by-sockopt.patch