Merge branch 'bpf-next'
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Aug 2016 06:38:17 +0000 (23:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Aug 2016 06:38:17 +0000 (23:38 -0700)
Daniel Borkmann says:

====================
BPF helper improvements and cleanups

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 tree, but requires a merge of net
into net-next first.

Thanks a lot!
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge