]> git.baikalelectronics.ru Git - kernel.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)
commit194e344a025f11eff41bedd2afdc75450fe426a3
tree8a7bf4cb92f8e275906a760556247c94a515a62e
parentade4378add3d0a463714f0aa85c9b4e282af24be
parent20525c8a0eac6f90b6407a0a7e879074a204a539
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>