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, 29 Aug 2016 21:00:59 +0200
From:   Jiri Pirko <jiri@...nulli.us>
To:     netdev@...r.kernel.org
Cc:     stephen@...workplumber.org, yotamg@...lanox.com,
        eladr@...lanox.com, idosch@...lanox.com, nogahf@...lanox.com,
        ogerlitz@...lanox.com
Subject: [patch iproute2 v2 0/2] Add matchall support to tc

From: Jiri Pirko <jiri@...lanox.com>

Yotam says:
Add the matchall classifier support to tc and added the specific man pages.

---
v1->v2:
-fixed couple of checkpatch issues

Yotam Gigi (2):
  tc: Add support for the matchall traffic classifier.
  tc: man: Add man entry for the matchall classifier.

 man/man8/Makefile      |   2 +-
 man/man8/tc-matchall.8 |  76 ++++++++++++++++++++++++++
 man/man8/tc.8          |   5 ++
 tc/Makefile            |   1 +
 tc/f_matchall.c        | 143 +++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 226 insertions(+), 1 deletion(-)
 create mode 100644 man/man8/tc-matchall.8
 create mode 100644 tc/f_matchall.c

-- 
2.5.5

Powered by blists - more mailing lists