]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ICMP-flow-improvements'
authorDavid S. Miller <davem@davemloft.net>
Thu, 31 Oct 2019 00:21:35 +0000 (17:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 31 Oct 2019 00:21:35 +0000 (17:21 -0700)
commitdf3e792f1985ecffb3b9389d03b0bc738d9f6f98
tree96c5cd02ed39c81b67e8e011ba19f1975744cdf9
parentc72fc282755c95a567902005710da37f4cd8ec28
parent6806b2924cc480bb8d7bbe552f5164b78d9377f2
Merge branch 'ICMP-flow-improvements'

Matteo Croce says:

====================
ICMP flow improvements

This series improves the flow inspector handling of ICMP packets:
The first two patches just add some comments in the code which would have saved
me a few minutes of time, and refactor a piece of code.
The third one adds to the flow inspector the capability to extract the
Identifier field, if present, so echo requests and replies are classified
as part of the same flow.
The fourth patch uses the function introduced earlier to the bonding driver,
so echo replies can be balanced across bonding slaves.

v1 -> v2:
 - remove unused struct members
 - add an helper to check for the Id field
 - use a local flow_dissector_key in the bonding to avoid
   changing behaviour of the flow dissector
====================

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