Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c Minor conflict between the BCM_CNIC define removal in net-next and a bug fix added to net. Based upon a conflict resolution patch posted by Stephen Rothwell. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1666,7 +1666,7 @@ static inline int deliver_skb(struct sk_buff *skb,
|
||||
|
||||
static inline bool skb_loop_sk(struct packet_type *ptype, struct sk_buff *skb)
|
||||
{
|
||||
if (ptype->af_packet_priv == NULL)
|
||||
if (!ptype->af_packet_priv || !skb->sk)
|
||||
return false;
|
||||
|
||||
if (ptype->id_match)
|
||||
|
Reference in New Issue
Block a user