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
| ||
|
Message-ID: <1472420599-510735-1-git-send-email-tom@herbertland.com> Date: Sun, 28 Aug 2016 14:43:16 -0700 From: Tom Herbert <tom@...bertland.com> To: <davem@...emloft.net>, <netdev@...r.kernel.org> CC: <kernel-team@...com>, <davejwatson@...com> Subject: [PATCH net-next 0/3] strp: Generalize stream parser to work with other socket types Add a read_sock protocol operation function that allows something like tcp_read_sock to be called for other protocol types. Specific changes in this patch set: - Add read_sock function to proto_ops. This has the same signature as tcp_read_sock. sk_read_actor_t is also defined in net.h. - Set peek_len and read_sock proto_op functions for TCPv4 and TCPv6 stream ops. - Remove references to tcp in strparser. - Call peek_len and read_sock operations from strparser instead of calling TCP specific functions. Tom Herbert (3): net: Add read_sock proto_op tcp: Set read_sock and peek_len proto_ops kcm: Remove TCP specific references from kcm and strparser include/linux/net.h | 6 ++++++ include/net/strparser.h | 2 +- include/net/tcp.h | 4 ++-- net/ipv4/af_inet.c | 2 ++ net/ipv4/tcp.c | 6 ++++++ net/ipv6/af_inet6.c | 2 ++ net/kcm/kcmsock.c | 30 +++++++++++++---------------- net/strparser/strparser.c | 48 ++++++++++++++++++++++++++++------------------- 8 files changed, 61 insertions(+), 39 deletions(-) -- 2.8.0.rc2
Powered by blists - more mailing lists