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:	Mon, 25 Jul 2016 16:09:40 -0700
From:	Cong Wang <xiyou.wangcong@...il.com>
To:	netdev@...r.kernel.org
Cc:	Cong Wang <xiyou.wangcong@...il.com>
Subject: [Patch net-next v2 0/2] net_sched: refactor tc action structures

These two patches factor out the struct tcf_common.

v2: fix a compile warning

Cong Wang (2):
  net_sched: move tc_action into tcf_common
  net_sched: get rid of struct tcf_common

 include/net/act_api.h            |  91 +++++++-------
 include/net/tc_act/tc_bpf.h      |   5 +-
 include/net/tc_act/tc_connmark.h |   5 +-
 include/net/tc_act/tc_csum.h     |   5 +-
 include/net/tc_act/tc_defact.h   |   5 +-
 include/net/tc_act/tc_gact.h     |   7 +-
 include/net/tc_act/tc_ife.h      |   5 +-
 include/net/tc_act/tc_ipt.h      |   5 +-
 include/net/tc_act/tc_mirred.h   |   5 +-
 include/net/tc_act/tc_nat.h      |   7 +-
 include/net/tc_act/tc_pedit.h    |   5 +-
 include/net/tc_act/tc_skbedit.h  |   5 +-
 include/net/tc_act/tc_vlan.h     |   5 +-
 net/sched/act_api.c              | 250 ++++++++++++++++-----------------------
 net/sched/act_bpf.c              |  26 ++--
 net/sched/act_connmark.c         |  24 ++--
 net/sched/act_csum.c             |  22 ++--
 net/sched/act_gact.c             |  24 ++--
 net/sched/act_ife.c              |  38 +++---
 net/sched/act_ipt.c              |  48 ++++----
 net/sched/act_mirred.c           |  26 ++--
 net/sched/act_nat.c              |  22 ++--
 net/sched/act_pedit.c            |  28 +++--
 net/sched/act_police.c           |  49 ++++----
 net/sched/act_simple.c           |  29 ++---
 net/sched/act_skbedit.c          |  26 ++--
 net/sched/act_vlan.c             |  28 +++--
 27 files changed, 378 insertions(+), 417 deletions(-)

-- 
2.1.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ