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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 27 Feb 2018 10:45:23 -0700
From:   David Ahern <dsahern@...il.com>
To:     Eyal Birger <eyal.birger@...il.com>, netdev@...r.kernel.org
Cc:     dsahern@...il.com, shmulik@...anetworks.com
Subject: Re: [PATCH iproute2-next 0/2] tc: add ipt ematch

On 2/23/18 4:12 AM, Eyal Birger wrote:
> This patchset extends tc to support the ipt ematch.
> 
> The first patch adds the ability for ematch cmdline parsers
> to receive argc,argv parameters.
> The second patch adds the em_ipt module.
> 
> Eyal Birger (2):
>   tc: ematch: add parse_eopt_argv() method for providing ematches with
>     argv parameters
>   tc: add em_ipt ematch for calling xtables matches from tc matching
>     context
> 
>  etc/iproute2/ematch_map |   1 +
>  man/man8/tc-ematch.8    |  15 ++++
>  tc/Makefile             |   7 ++
>  tc/em_ipt.c             | 208 ++++++++++++++++++++++++++++++++++++++++++++++++
>  tc/m_ematch.c           |  27 ++++++-
>  tc/m_ematch.h           |   2 +
>  6 files changed, 259 insertions(+), 1 deletion(-)
>  create mode 100644 tc/em_ipt.c
> 

series applied to iproute2-next.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ