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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 5 Oct 2022 12:44:29 +0200 From: Wojciech Drewek <wojciech.drewek@...el.com> To: netdev@...r.kernel.org Cc: dsahern@...il.com, stephen@...workplumber.org, gnault@...hat.com Subject: [PATCH iproute2-next v2 0/3] L2TPv3 support in tc-flower This patchset implements support for matching on L2TPv3 session id using tc-flower. First two patches are uapi updates. Kernel changes (merged): https://lore.kernel.org/netdev/166365901622.22752.10799448124008445080.git-patchwork-notify@kernel.org/ v2: workaround for IPPROTO_L2TP definition in f_flower.c Wojciech Drewek (3): uapi: move IPPROTO_L2TP to in.h uapi: Add TCA_FLOWER_KEY_L2TPV3_SID f_flower: Introduce L2TPv3 support include/uapi/linux/in.h | 2 ++ include/uapi/linux/l2tp.h | 2 -- include/uapi/linux/pkt_cls.h | 2 ++ man/man8/tc-flower.8 | 11 ++++++-- tc/f_flower.c | 49 +++++++++++++++++++++++++++++++++++- 5 files changed, 61 insertions(+), 5 deletions(-) -- 2.31.1
Powered by blists - more mailing lists