]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - net/core/skbuff.c
Merge commit 'v2.6.30-rc6' into tracing/core
[mirror_ubuntu-jammy-kernel.git] / net / core / skbuff.c
index f8bcc06ae8a03f9cfbc5655952fc12b32e526f0a..c4906bbcd60e90cb7820ca52ed764db3607b89c9 100644 (file)
@@ -502,7 +502,9 @@ int skb_recycle_check(struct sk_buff *skb, int skb_size)
        shinfo->gso_segs = 0;
        shinfo->gso_type = 0;
        shinfo->ip6_frag_id = 0;
+       shinfo->tx_flags.flags = 0;
        shinfo->frag_list = NULL;
+       memset(&shinfo->hwtstamps, 0, sizeof(shinfo->hwtstamps));
 
        memset(skb, 0, offsetof(struct sk_buff, tail));
        skb->data = skb->head + NET_SKB_PAD;