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-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 14 May 2020 16:23:04 +0300
From:   Vlad Buslov <vladbu@...lanox.com>
To:     dsahern@...il.com, stephen@...workplumber.org
Cc:     netdev@...r.kernel.org, davem@...emloft.net, jhs@...atatu.com,
        xiyou.wangcong@...il.com, jiri@...nulli.us,
        marcelo.leitner@...il.com, dcaratti@...hat.com,
        Vlad Buslov <vladbu@...lanox.com>
Subject: [PATCH iproute2-next 0/2] Implement filter terse dump mode support

Implement support for terse dump mode which provides only essential
classifier/action info (handle, stats, cookie, etc.). Use new
TCA_DUMP_FLAGS_TERSE flag to prevent copying of unnecessary data from
kernel.

Vlad Buslov (2):
  tc: skip actions that don't have options attribute when printing
  tc: implement support for terse dump

 include/uapi/linux/rtnetlink.h |  6 ++++++
 tc/m_bpf.c                     |  2 +-
 tc/m_connmark.c                |  2 +-
 tc/m_csum.c                    |  2 +-
 tc/m_ct.c                      |  2 +-
 tc/m_ctinfo.c                  |  2 +-
 tc/m_gact.c                    |  2 +-
 tc/m_ife.c                     |  2 +-
 tc/m_ipt.c                     |  2 +-
 tc/m_mirred.c                  |  2 +-
 tc/m_mpls.c                    |  2 +-
 tc/m_nat.c                     |  2 +-
 tc/m_pedit.c                   |  2 +-
 tc/m_sample.c                  |  2 +-
 tc/m_simple.c                  |  2 +-
 tc/m_skbedit.c                 |  2 +-
 tc/m_skbmod.c                  |  2 +-
 tc/m_tunnel_key.c              |  2 +-
 tc/m_vlan.c                    |  2 +-
 tc/m_xt.c                      |  2 +-
 tc/m_xt_old.c                  |  2 +-
 tc/tc_filter.c                 | 12 ++++++++++++
 22 files changed, 38 insertions(+), 20 deletions(-)

-- 
2.21.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ