]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'arm-bpf-next'
authorDavid S. Miller <davem@davemloft.net>
Mon, 27 Jul 2015 21:57:41 +0000 (14:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Jul 2015 21:57:41 +0000 (14:57 -0700)
commit1794302cf2bbb07942bba788b0b3a8c867629a44
tree5abc52ad5c8911601ae06180ba123b9eeb997f66
parentec172cee1de5ee1594b157aa0eafb2066b18acc9
parentdf9f59e2ea6056943b419f87bee1743feb5a4d36
Merge branch 'arm-bpf-next'

Nicolas Schichan says:

====================
ARM BPF JIT features

This series adds support for more instructions to the ARM BPF JIT
namely skb netdevice type retrieval, skb payload offset retrieval, and
skb packet type retrieval.

This allows 35 tests to use the JIT instead of 29 before.

This series depends on the "BPF JIT fixes for ARM" serie sent earlier.
====================

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