Re: [PATCH net] net: drop the packet when fails to do software segmentation or header check

2014-12-18 Thread Jason Wang
On Fri, Dec 19, 2014 at 4:39 AM, David Miller wrote: From: Jason Wang Date: Thu, 18 Dec 2014 13:57:19 +0800 Fixes cecda693a969816bac5e470e1d9c9c0ef5567bca Please correct this fixes tag, it should be of the form: Fixes: $(SHA1) ("header text of commit message") The SHA1 ID should be re

Re: [PATCH net] net: drop the packet when fails to do software segmentation or header check

2014-12-18 Thread David Miller
From: Jason Wang Date: Thu, 18 Dec 2014 13:57:19 +0800 > Fixes cecda693a969816bac5e470e1d9c9c0ef5567bca Please correct this fixes tag, it should be of the form: Fixes: $(SHA1) ("header text of commit message") The SHA1 ID should be reduced to 12 digits of significance. -- To unsubscribe from t

[PATCH net] net: drop the packet when fails to do software segmentation or header check

2014-12-17 Thread Jason Wang
Commit cecda693a969816bac5e470e1d9c9c0ef5567bca ("net: keep original skb which only needs header checking during software GSO") keeps the original skb for packets that only needs header check, but it doesn't drop the packet if software segmentation or header check were failed. Fixes cecda693a96981