Re: [PATCH net-next 0/4] BPF helper improvements and cleanups

2016-08-18 Thread David Miller
From: Daniel Borkmann Date: Thu, 18 Aug 2016 01:00:37 +0200 > This set adds various improvements to BPF helpers, a cleanup to use > skb_pkt_type_ok() helper, addition of bpf_skb_change_tail(), a follow > up for event output helper and removing ifdefs around the cgroupv2 > helper bits. For details

[PATCH net-next 0/4] BPF helper improvements and cleanups

2016-08-17 Thread Daniel Borkmann
This set adds various improvements to BPF helpers, a cleanup to use skb_pkt_type_ok() helper, addition of bpf_skb_change_tail(), a follow up for event output helper and removing ifdefs around the cgroupv2 helper bits. For details please see individual patches. The set is based against net-next tre