]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-offload-fixes'
authorDaniel Borkmann <daniel@iogearbox.net>
Mon, 20 Nov 2017 23:37:36 +0000 (00:37 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 20 Nov 2017 23:37:36 +0000 (00:37 +0100)
commit39b8e8f93092660917f11f11bc297adf7f33101e
treeecaa7c403a5953e4f31dcc9270b5a93ac6269835
parent775b78db96344a71048cc42254fc8ed45b7ac56a
parent4c0f2a98ed0f03f3a2aa173b8a22f571bdb822d1
Merge branch 'bpf-offload-fixes'

Jakub Kicinski says:

====================
This series addresses some late comments and moves checking if program
has been loaded for the correct device to the drivers.  There are also
some problems with net namespaces which I didn't take into consideration.
On the kernel side we will now simply ignore namespace moves.  Since the
user space API is not reporting any namespace identification we have to
remove the ifindex until a correct way of reporting is agreed upon.

v2:
 - fix ext ack reporting for XDP (David A);
 - add Jiri's Ack.
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>