All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexei Starovoitov <ast@kernel.org>
To: "David S . Miller" <davem@davemloft.net>
Cc: Daniel Borkmann <daniel@iogearbox.net>, <netdev@vger.kernel.org>
Subject: pull-request: bpf-next 2017-12-07
Date: Thu, 7 Dec 2017 22:22:11 -0800	[thread overview]
Message-ID: <20171208062211.2545706-1-ast@kernel.org> (raw)

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

             reply	other threads:[~2017-12-08  6:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-08  6:22 Alexei Starovoitov [this message]
2017-12-08 16:06 ` pull-request: bpf-next 2017-12-07 David Miller
2017-12-08 19:35 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171208062211.2545706-1-ast@kernel.org \
    --to=ast@kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.