net: update skb_recycle_check() for hardware timestamping changes

Commit ac45f602ee3d1b6f326f68bc0c2591ceebf05ba4 ("net: infrastructure
for hardware time stamping") added two skb initialization actions to
__alloc_skb(), which need to be added to skb_recycle_check() as well.

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Lennert Buytenhek and committed by David S. Miller b8050075 581daf7e

+2
+2
net/core/skbuff.c
··· 502 502 shinfo->gso_segs = 0; 503 503 shinfo->gso_type = 0; 504 504 shinfo->ip6_frag_id = 0; 505 + shinfo->tx_flags.flags = 0; 505 506 shinfo->frag_list = NULL; 507 + memset(&shinfo->hwtstamps, 0, sizeof(shinfo->hwtstamps)); 506 508 507 509 memset(skb, 0, offsetof(struct sk_buff, tail)); 508 510 skb->data = skb->head + NET_SKB_PAD;