]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'net-dissection-and-matching-on-tos-and-ttl'
authorDavid S. Miller <davem@davemloft.net>
Sun, 4 Jun 2017 22:12:24 +0000 (18:12 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 4 Jun 2017 22:12:24 +0000 (18:12 -0400)
commite8317a40383469413a73c02494f2a4026d66e33f
tree7e207a95acba69ff2711e29cf69a16a437b08347
parentf4d01666616adeebe72f84ee6e9385e309805ba5
parentfd7da28b280d0c8b94417e85e49fea3db1ba7965
Merge branch 'net-dissection-and-matching-on-tos-and-ttl'

Or Gerlitz says:

====================
net: add support for dissection and matching on ip tos and ttl

The 1st two patches enable matching/classifying on ip tos and ttl by
the flow dissector and flower. The other two patches offload matching
on tcp flags and ip tos in mlx5.

The mlx5 patches touch single file/function and not interfere with
other inflight mlx5 submissions.

V2:  repost as asked by Dave.
====================

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