]> 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)
commit3d5ecb2141708b33616f36d2356adcc33a68351a
tree5abc52ad5c8911601ae06180ba123b9eeb997f66
parentb415804dfc836457b47e16420a8e348779d01323
parentd922b8a2b16b66f8f1de117da93eee50b0681c3d
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>