On Tue, Apr 16, 2019 at 5:00 AM Daniel Borkmann wrote:
>
> On 04/12/2019 03:30 PM, Willem de Bruijn wrote:
> > From: Willem de Bruijn
> >
> > The ENCAP flags in bpf_skb_adjust_room are ignored on decap with
> > bpf_skb_net_shrink. Reserve these bits for future use.
> >
> > Fixes: 868d523535c2d ("
On 04/12/2019 03:30 PM, Willem de Bruijn wrote:
> From: Willem de Bruijn
>
> The ENCAP flags in bpf_skb_adjust_room are ignored on decap with
> bpf_skb_net_shrink. Reserve these bits for future use.
>
> Fixes: 868d523535c2d ("bpf: add bpf_skb_adjust_room encap flags")
> Signed-off-by: Willem de
On Fri, Apr 12, 2019 at 9:45 AM Alan Maguire wrote:
>
> On Fri, 12 Apr 2019, Willem de Bruijn wrote:
>
> > From: Willem de Bruijn
> >
> > The ENCAP flags in bpf_skb_adjust_room are ignored on decap with
> > bpf_skb_net_shrink. Reserve these bits for future use.
> >
> > Fixes: 868d523535c2d ("bpf:
On Fri, 12 Apr 2019, Willem de Bruijn wrote:
> From: Willem de Bruijn
>
> The ENCAP flags in bpf_skb_adjust_room are ignored on decap with
> bpf_skb_net_shrink. Reserve these bits for future use.
>
> Fixes: 868d523535c2d ("bpf: add bpf_skb_adjust_room encap flags")
> Signed-off-by: Willem de Br
From: Willem de Bruijn
The ENCAP flags in bpf_skb_adjust_room are ignored on decap with
bpf_skb_net_shrink. Reserve these bits for future use.
Fixes: 868d523535c2d ("bpf: add bpf_skb_adjust_room encap flags")
Signed-off-by: Willem de Bruijn
---
net/core/filter.c | 3 +++
1 file changed, 3 inse