]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'flow_dissector-fixes-and-improvements'
authorDavid S. Miller <davem@davemloft.net>
Wed, 24 Feb 2016 18:58:05 +0000 (13:58 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Feb 2016 18:58:05 +0000 (13:58 -0500)
commitd3ffa7acfbcaa315eac0bda608db2f4c5aa8fe06
tree8a7bf4cb92f8e275906a760556247c94a515a62e
parentf993604dc69a836c3d263a15425c7dce5cf62f75
parentd975ddd69698d068a8ebd294c382f1c791b380da
Merge branch 'flow_dissector-fixes-and-improvements'

Alexander Duyck says:

====================
Flow dissector fixes and improvements

This patch series is meant to fix and/or improve a number of items within
the flow dissector code.  The main change out of all of this is that IPv4
and IPv6 fragmentation should now be handled better than it was.  As a
result we should see an improvement when handling things like IP fragment
reassembly as the skbs should now only have header data in the linear
portion of the buffer while the fragments will only hold payload data.
====================

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