Re: [PATCH net] r8152: support ndo_features_check

2015-01-06 Thread David Miller
From: Hayes Wang Date: Tue, 6 Jan 2015 17:41:58 +0800 > Support ndo_features_check to avoid: > - the transport offset is more than the hw limitation when using hw checksum. > - the skb->len of a GSO packet is more than the limitation. > > Signed-off-by: Hayes Wang Applied, thanks. -- To unsu

[PATCH net] r8152: support ndo_features_check

2015-01-06 Thread Hayes Wang
Support ndo_features_check to avoid: - the transport offset is more than the hw limitation when using hw checksum. - the skb->len of a GSO packet is more than the limitation. Signed-off-by: Hayes Wang --- drivers/net/usb/r8152.c | 17 + 1 file changed, 17 insertions(+) diff --