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:   Thu, 24 Aug 2017 16:51:26 -0700
From:   Cong Wang <xiyou.wangcong@...il.com>
To:     netdev@...r.kernel.org
Cc:     jhs@...atatu.com, Cong Wang <xiyou.wangcong@...il.com>
Subject: [Patch net-next v2 0/4] net_sched: clean up tc classes and u32 filter

Patch 1 and patch 2 prepare for patch 3. Major changes
are in patch 3 and patch 4, details are there too.

Cong Wang (4):
  net_sched: get rid of more forward declarations
  net_sched: introduce tclass_del_notify()
  net_sched: remove tc class reference counting
  net_sched: kill u32_node pointer in Qdisc

---
v2: Add patch 1 and 2, group all into a patchset
    Fix a coding style issue in patch 4

 include/net/sch_generic.h |   4 +-
 net/sched/cls_api.c       |  17 +-
 net/sched/cls_u32.c       |  57 ++++++-
 net/sched/sch_api.c       | 408 ++++++++++++++++++++++++----------------------
 net/sched/sch_atm.c       |  30 ++--
 net/sched/sch_cbq.c       |  41 +----
 net/sched/sch_drr.c       |  30 +---
 net/sched/sch_dsmark.c    |  17 +-
 net/sched/sch_fq_codel.c  |   9 +-
 net/sched/sch_hfsc.c      |  32 +---
 net/sched/sch_htb.c       |  33 +---
 net/sched/sch_ingress.c   |  20 +--
 net/sched/sch_mq.c        |   9 +-
 net/sched/sch_mqprio.c    |   9 +-
 net/sched/sch_multiq.c    |  11 +-
 net/sched/sch_netem.c     |   9 +-
 net/sched/sch_prio.c      |  11 +-
 net/sched/sch_qfq.c       |  30 +---
 net/sched/sch_red.c       |   9 +-
 net/sched/sch_sfb.c       |   9 +-
 net/sched/sch_sfq.c       |   9 +-
 net/sched/sch_tbf.c       |   9 +-
 22 files changed, 361 insertions(+), 452 deletions(-)

-- 
2.13.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ