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] [day] [month] [year] [list]
Date:   Mon, 15 Oct 2018 23:17:40 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     jakub.kicinski@...ronome.com
Cc:     netdev@...r.kernel.org, oss-drivers@...ronome.com
Subject: Re: [PATCH net 0/3] nfp: fix pedit set action offloads

From: Jakub Kicinski <jakub.kicinski@...ronome.com>
Date: Mon, 15 Oct 2018 16:52:22 -0700

> Pieter says:
> 
> This set fixes set actions when using multiple pedit actions with
> partial masks and with multiple keys per pedit action. Additionally
> it fixes set ipv6 pedit action offloads when using it in combination
> with other header keys.
> 
> The problem would only trigger if one combines multiple pedit actions
> of the same type with partial masks, e.g.:
> 
> $ tc filter add dev netdev protocol ip parent ffff: \
>     flower indev netdev \
>     ip_proto tcp \
>     action pedit ex munge \ 
>     ip src set 11.11.11.11 retain 65535 munge \
>     ip src set 22.22.22.22 retain 4294901760 pipe \
>     csum ip and tcp pipe \
>     mirred egress redirect dev netdev

Series applied.

Powered by blists - more mailing lists