All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: bpf 2019-04-04
@ 2019-04-04 15:21 Daniel Borkmann
  2019-04-05  0:05 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Borkmann @ 2019-04-04 15:21 UTC (permalink / raw)
  To: davem; +Cc: daniel, ast, netdev, bpf

Hi David,

The following pull-request contains BPF updates for your *net* tree.

The main changes are:

1) Batch of fixes to the existing BPF flow dissector API to support
   calling BPF programs from the eth_get_headlen context (support for
   latter is planned to be added in bpf-next), from Stanislav.

Please consider pulling these changes from:

  git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git

Thanks a lot!

----------------------------------------------------------------

The following changes since commit b2e54b09a3d29c4db883b920274ca8dca4d9f04d:

  ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev type (2019-04-02 13:19:34 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git 

for you to fetch changes up to 5eed7898626bedd6405421550c0c6e8ab9591bb2:

  flow_dissector: rst'ify documentation (2019-04-04 15:25:23 +0200)

----------------------------------------------------------------
Daniel Borkmann (1):
      Merge branch 'bpf-flow-dissector-fixes'

Stanislav Fomichev (6):
      selftests/bpf: fix vlan handling in flow dissector program
      net/flow_dissector: pass flow_keys->n_proto to BPF programs
      flow_dissector: fix clamping of BPF flow_keys for non-zero nhoff
      flow_dissector: allow access only to a subset of __sk_buff fields
      flow_dissector: document BPF flow dissector environment
      flow_dissector: rst'ify documentation

 Documentation/networking/bpf_flow_dissector.rst    | 126 +++++++++++++++++++++
 Documentation/networking/index.rst                 |   1 +
 net/core/filter.c                                  |  16 +--
 net/core/flow_dissector.c                          |   4 +-
 .../selftests/bpf/prog_tests/flow_dissector.c      |  68 +++++++++++
 tools/testing/selftests/bpf/progs/bpf_flow.c       |  19 ++--
 6 files changed, 208 insertions(+), 26 deletions(-)
 create mode 100644 Documentation/networking/bpf_flow_dissector.rst

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: pull-request: bpf 2019-04-04
  2019-04-04 15:21 pull-request: bpf 2019-04-04 Daniel Borkmann
@ 2019-04-05  0:05 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-04-05  0:05 UTC (permalink / raw)
  To: daniel; +Cc: ast, netdev, bpf

From: Daniel Borkmann <daniel@iogearbox.net>
Date: Thu,  4 Apr 2019 17:21:41 +0200

> The following pull-request contains BPF updates for your *net* tree.
> 
> The main changes are:
> 
> 1) Batch of fixes to the existing BPF flow dissector API to support
>    calling BPF programs from the eth_get_headlen context (support for
>    latter is planned to be added in bpf-next), from Stanislav.
> 
> Please consider pulling these changes from:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git

Pulled, thanks Daniel.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-05  0:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-04 15:21 pull-request: bpf 2019-04-04 Daniel Borkmann
2019-04-05  0:05 ` David Miller

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.