[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171208062211.2545706-1-ast@kernel.org>
Date: Thu, 7 Dec 2017 22:22:11 -0800
From: Alexei Starovoitov <ast@...nel.org>
To: "David S . Miller" <davem@...emloft.net>
CC: Daniel Borkmann <daniel@...earbox.net>, <netdev@...r.kernel.org>
Subject: pull-request: bpf-next 2017-12-07
Hi David,
The following pull-request contains BPF updates for your net-next tree.
The main changes are:
1) Detailed documentation of BPF development process from Daniel.
2) Addition of is_fullsock, snd_cwnd and srtt_us fields to bpf_sock_ops
from Lawrence.
3) Minor follow up for bpf_skb_set_tunnel_key() from William.
Please consider pulling these changes from:
git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
Thanks a lot!
----------------------------------------------------------------
The following changes since commit a3fde2addd5f0218b64102005a237ef727b0dc30:
rtnetlink: ipv6: convert remaining users to rtnl_register_module (2017-12-04 13:35:36 -0500)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
for you to fetch changes up to 47adc5b07c6e0336896f84e404a6a7e1dce7878e:
Merge branch 'bpf-devel-doc' (2017-12-06 14:35:04 -0800)
----------------------------------------------------------------
Alexei Starovoitov (1):
Merge branch 'bpf-devel-doc'
Daniel Borkmann (2):
bpf, doc: add bpf trees and tps to maintainers entry
bpf, doc: add faq about bpf development process
Lawrence Brakmo (1):
bpf: Add access to snd_cwnd and others in sock_ops
William Tu (1):
bpf: move bpf csum flag check
Documentation/bpf/bpf_devel_QA.txt | 519 +++++++++++++++++++++++++++++++++++++
MAINTAINERS | 4 +
include/linux/filter.h | 1 +
include/net/tcp.h | 6 +-
include/uapi/linux/bpf.h | 6 +
net/core/filter.c | 41 ++-
6 files changed, 572 insertions(+), 5 deletions(-)
create mode 100644 Documentation/bpf/bpf_devel_QA.txt
Powered by blists - more mailing lists