]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-metadata-direct-access'
authorDavid S. Miller <davem@davemloft.net>
Tue, 26 Sep 2017 20:36:45 +0000 (13:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Sep 2017 20:36:45 +0000 (13:36 -0700)
commit57d4aa69083b330c12a2cf150493340e981c224c
tree3fa94accf68450c409d7532a68872e84d2f3aefc
parentc6f41900f584624ca12bd85bbbf5b97122a6a732
parenta7141d383bbca1f51c73fdd2605d6f720c981f35
Merge branch 'bpf-metadata-direct-access'

Daniel Borkmann says:

====================
BPF metadata for direct access

This work enables generic transfer of metadata from XDP into skb,
meaning the packet has a flexible and programmable room for meta
data, which can later be used by BPF to set various skb members
when passing up the stack. For details, please see second patch.
Support has been implemented and tested with two drivers, and
should be straight forward to add to other drivers as well which
properly support head adjustment already.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>