From: Daniel Borkmann
Date: Tue, 28 Jun 2016 12:18:22 +0200
> This set adds various BPF helper improvements, that is, cleaning
> up and adding BPF_F_CURRENT_CPU flag for tracing helper, allowing
> for preemption checks on bpf_get_smp_processor_id() helper, and
> adding two new helpers bpf_skb_cha
This set adds various BPF helper improvements, that is, cleaning
up and adding BPF_F_CURRENT_CPU flag for tracing helper, allowing
for preemption checks on bpf_get_smp_processor_id() helper, and
adding two new helpers bpf_skb_change_{proto, type} for tc related
programs. For further details please