From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: [PATCH iproute2 -next 0/2] f_bpf update Date: Mon, 16 Mar 2015 18:10:55 +0100 Message-ID: Cc: jhs@mojatatu.com, jiri@resnulli.us, ast@plumgrid.com, netdev@vger.kernel.org, Daniel Borkmann To: stephen@networkplumber.org Return-path: Received: from www62.your-server.de ([213.133.104.62]:36434 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933691AbbCPRLC (ORCPT ); Mon, 16 Mar 2015 13:11:02 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Stephen, Patch 1 can optionally be dropped when you do the header rebase yourself. I have included it here just in case. Thanks a lot! Daniel Borkmann (2): misc: header rebase, add bpf.h tc: f_bpf: add eBPF support configure | 26 ++++ include/linux/bpf.h | 183 ++++++++++++++++++++++++ include/utils.h | 5 + tc/Makefile | 5 + tc/f_bpf.c | 36 +++-- tc/tc_bpf.c | 392 ++++++++++++++++++++++++++++++++++++++++++++++++++++ tc/tc_bpf.h | 49 ++++++- 7 files changed, 685 insertions(+), 11 deletions(-) create mode 100644 include/linux/bpf.h -- 1.9.3