]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'flow_dissector-improvements'
authorDavid S. Miller <davem@davemloft.net>
Thu, 9 Mar 2017 07:08:59 +0000 (23:08 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Mar 2017 07:08:59 +0000 (23:08 -0800)
commit47aa5ef40dfe60ef2e8d9c47ef7e2d0b315fa654
treeb898e7f7ad8bb34245167607ec7ad7b7faffcbf7
parent53efde9577ce20c196e8b79c1f6ded55b33e3376
parent8ed14223126b324dbe921db6889c951393c58f99
Merge branch 'flow_dissector-improvements'

Jiri Pirko says:

====================
flow dissector improvements

This patchset follows-up the discussion about future extensions of flow
dissector and tries to address the mentioned concerns. Some parts are
cut out into sub-functions. Also, the processing of the code (ARP, MPLS)
is made dependent on user actually requiring the bisected values.
This prepares the code for future extensions to bisect IPv6 ND messages,
TCP flags, etc.
====================

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