Re: [PATCH net 0/2] geneve, vxlan: Don't set exceptions if skb->len < mtu

2018-10-17 Thread David Miller
From: Stefano Brivio Date: Fri, 12 Oct 2018 23:53:57 +0200 > This series fixes the exception abuse described in 2/2, and 1/2 > is just a preparatory change to make 2/2 less ugly. Series applied.

Re: [PATCH net 0/2] geneve, vxlan: Don't set exceptions if skb->len < mtu

2018-10-15 Thread Xin Long
On Sat, Oct 13, 2018 at 6:54 AM Stefano Brivio wrote: > > This series fixes the exception abuse described in 2/2, and 1/2 > is just a preparatory change to make 2/2 less ugly. > > Stefano Brivio (2): > geneve, vxlan: Don't check skb_dst() twice > geneve, vxlan: Don't set exceptions if

[PATCH net 0/2] geneve, vxlan: Don't set exceptions if skb->len < mtu

2018-10-12 Thread Stefano Brivio
This series fixes the exception abuse described in 2/2, and 1/2 is just a preparatory change to make 2/2 less ugly. Stefano Brivio (2): geneve, vxlan: Don't check skb_dst() twice geneve, vxlan: Don't set exceptions if skb->len < mtu drivers/net/geneve.c | 14 +++---