]> git.baikalelectronics.ru Git - kernel.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)
commit2467759ac3964e77cb3fe813efeaf9a287c31978
tree7e207a95acba69ff2711e29cf69a16a437b08347
parent170be515014af3740e332dd779f5361a0cf341db
parent2b8e50c45eebc646327aa2313a60feab242f48e5
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>