commit | b1dc497b28ad053d1f6d5b5cb186af9564e4d7f1 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Mon May 02 09:38:24 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed May 04 13:32:27 2016 -0400 |
tree | 3bac79c9ae7ede9897b691687ef9bf21791c274e | |
parent | 36c983824b6f17b93258153ff5b05c33c34e44ba [diff] |
net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSO This change makes it so that we will strip the TSO_MANGLEID bit if TSO is not present. This way we will also handle ECN correctly of TSO is not present. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Signed-off-by: David S. Miller <davem@davemloft.net>