]> 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)
commit4d95d56594d85a7361b001fd6cbeb9361d26b9ac
treeb898e7f7ad8bb34245167607ec7ad7b7faffcbf7
parent5e69b5c6f3119dc0117a818ab2b64a187260f3ef
parent1909f00ce4c2908bfec685716e451e1fc06eb037
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>