]> git.karo-electronics.de Git - linux-beck.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)
commit0b42c2863b3b9f79c42f0b877249007e5adfc921
tree5abc52ad5c8911601ae06180ba123b9eeb997f66
parente11f40b9352f75d924cb216abcc5413b38d9288b
parent5bf705b43b7243c68e831ed3072db2ed00edc7fa
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>