Merge branch 'master' into next
Conflicts: security/keys/internal.h security/keys/process_keys.c security/keys/request_key.c Fixed conflicts above by using the non 'tsk' versions. Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
@@ -2218,6 +2218,9 @@ int netif_receive_skb(struct sk_buff *skb)
|
||||
int ret = NET_RX_DROP;
|
||||
__be16 type;
|
||||
|
||||
if (skb->vlan_tci && vlan_hwaccel_do_receive(skb))
|
||||
return NET_RX_SUCCESS;
|
||||
|
||||
/* if we've gotten here through NAPI, check netpoll */
|
||||
if (netpoll_receive_skb(skb))
|
||||
return NET_RX_DROP;
|
||||
|
Reference in New Issue
Block a user