netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] add missing validation of 'skip_hw/skip_sw'
@ 2020-02-11 18:33 Davide Caratti
  2020-02-11 18:33 ` [PATCH net 1/2] net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGS Davide Caratti
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Davide Caratti @ 2020-02-11 18:33 UTC (permalink / raw)
  To: Amir Vadai, Yotam Gigi, Jiri Pirko, David S. Miller; +Cc: netdev

ensure that all classifiers currently supporting HW offload
validate the 'flags' parameter provided by user:

- patch 1/2 fixes cls_matchall
- patch 2/2 fixes cls_flower

Davide Caratti (2):
  net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGS
  net/sched: flower: add missing validation of TCA_FLOWER_FLAGS

 net/sched/cls_flower.c   | 1 +
 net/sched/cls_matchall.c | 1 +
 2 files changed, 2 insertions(+)

-- 
2.24.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-02-13 22:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-11 18:33 [PATCH net 0/2] add missing validation of 'skip_hw/skip_sw' Davide Caratti
2020-02-11 18:33 ` [PATCH net 1/2] net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGS Davide Caratti
2020-02-12  7:28   ` Jiri Pirko
2020-02-11 18:33 ` [PATCH net 2/2] net/sched: flower: add missing validation of TCA_FLOWER_FLAGS Davide Caratti
2020-02-12  7:28   ` Jiri Pirko
2020-02-13 22:17 ` [PATCH net 0/2] add missing validation of 'skip_hw/skip_sw' David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).