From 65e43c50eb646f01ca53fd6e4f601329b9262c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 3 Jun 2014 20:49:37 -0300 Subject: linux-libre-{pae,xen}-3.14.5-1: updating version --- ...Start-with-correct-mac_len-in-skb_network_protocol.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 kernels/linux-libre-pae/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch (limited to 'kernels/linux-libre-pae/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch') diff --git a/kernels/linux-libre-pae/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch b/kernels/linux-libre-pae/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch deleted file mode 100644 index 2840f190c..000000000 --- a/kernels/linux-libre-pae/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/net/core/dev.c b/net/core/dev.c -index 45fa2f1..6088927 100644 ---- a/net/core/dev.c -+++ b/net/core/dev.c -@@ -2289,7 +2289,7 @@ EXPORT_SYMBOL(skb_checksum_help); - __be16 skb_network_protocol(struct sk_buff *skb, int *depth) - { - __be16 type = skb->protocol; -- int vlan_depth = ETH_HLEN; -+ int vlan_depth = skb->mac_len; - - /* Tunnel gso handlers can set protocol to ethernet. */ - if (type == htons(ETH_P_TEB)) { -- cgit v1.2.3-2-g168b