lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 14 Feb 2018 17:13:34 -0500
From:   Alexander Aring <aring@...atatu.com>
To:     davem@...emloft.net
Cc:     jhs@...atatu.com, xiyou.wangcong@...il.com, jiri@...nulli.us,
        netdev@...r.kernel.org, kernel@...atatu.com,
        Alexander Aring <aring@...atatu.com>,
        David Ahern <dsahern@...il.com>
Subject: [PATCHv2 net-next 0/8] net: sched: act: add extack support

Hi,

this patch series adds extack support for the TC action subsystem.
As example I for the extack support in a TC action I choosed mirred
action.

- Alex

Cc: David Ahern <dsahern@...il.com>

changes since v2:

- remove newline in extack of generic walker handling
  Thanks to Davide Caratti
- add kernel@...atatu.com in cc

Alexander Aring (8):
  net: sched: act: fix code style
  net: sched: act: add extack to init
  net: sched: act: handle generic action errors
  net: sched: act: add extack to init callback
  net: sched: act: add extack for lookup callback
  net: sched: act: add extack for walk callback
  net: sched: act: handle extack in tcf_generic_walker
  net: sched: act: mirred: add extack support

 include/net/act_api.h      |  17 ++++--
 net/sched/act_api.c        | 135 +++++++++++++++++++++++++++++----------------
 net/sched/act_bpf.c        |  10 ++--
 net/sched/act_connmark.c   |  11 ++--
 net/sched/act_csum.c       |  10 ++--
 net/sched/act_gact.c       |  10 ++--
 net/sched/act_ife.c        |  10 ++--
 net/sched/act_ipt.c        |  20 ++++---
 net/sched/act_mirred.c     |  25 ++++++---
 net/sched/act_nat.c        |  11 ++--
 net/sched/act_pedit.c      |  10 ++--
 net/sched/act_police.c     |  11 ++--
 net/sched/act_sample.c     |  10 ++--
 net/sched/act_simple.c     |  10 ++--
 net/sched/act_skbedit.c    |  10 ++--
 net/sched/act_skbmod.c     |  10 ++--
 net/sched/act_tunnel_key.c |  10 ++--
 net/sched/act_vlan.c       |  10 ++--
 net/sched/cls_api.c        |   4 +-
 19 files changed, 215 insertions(+), 129 deletions(-)

-- 
2.11.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ