commit | ec2507d2a3060a970fa314556891828cfd60093e | [log] [tgz] |
---|---|---|
author | Yotam Gigi <[email protected]> | Tue Jan 03 19:20:24 2017 +0200 |
committer | David S. Miller <[email protected]> | Tue Jan 03 18:58:27 2017 -0500 |
tree | 86789e6f428f77111db251c0c3f4709ec0bb85d1 | |
parent | 6f63db82d6df51f6990e972b2240c3c99c3e1fb1 [diff] |
net/sched: cls_matchall: Fix error path Fix several error paths in matchall: - Release reference to actions in case the hardware fails offloading (relevant to skip_sw only) - Fix error path in case tcf_exts initialization/validation fail Fixes: bf3994d2ed31 ("net/sched: introduce Match-all classifier") Signed-off-by: Yotam Gigi <[email protected]> Signed-off-by: David S. Miller <[email protected]>