LinuxLists
Users
About
Leonard Crestez (
[email protected]
)
Number of posts: 405 (0.12 per day)
First post: 2014-11-27 14:50:34
Last post: 2024-03-16 18:28:54
Previous Page
/
Next Page
Date
List
Subject
2022-08-18 20:01:50
linux-crypto
[PATCH v7 15/26] tcp: authopt: Add NOSEND/NORECV flags
2022-08-18 20:01:47
linux-crypto
[PATCH v7 01/26] tcp: authopt: Initial support and key management
2022-08-18 20:01:44
linux-crypto
[PATCH v7 16/26] tcp: authopt: Add prefixlen support
2022-08-18 20:01:41
linux-crypto
[PATCH v7 14/26] tcp: authopt: Add initial l3index support
2022-08-18 20:01:39
linux-crypto
[PATCH v7 04/26] tcp: Refactor tcp_sig_hash_skb_data for AO
2022-08-18 20:01:39
linux-crypto
[PATCH v7 07/26] tcp: authopt: Hook into tcp core
2022-08-18 20:01:37
linux-crypto
[PATCH v7 13/26] tcp: authopt: Add key selection controls
2022-08-18 20:01:31
linux-crypto
[PATCH v7 02/26] docs: Add user documentation for tcp_authopt
2022-08-18 20:01:30
linux-crypto
[PATCH v7 05/26] tcp: authopt: Compute packet signatures
2022-08-18 20:01:25
linux-crypto
[PATCH v7 11/26] tcp: authopt: Add support for signing skb-less replies
2022-08-18 20:01:21
linux-crypto
[PATCH v7 10/26] tcp: ipv6: Add AO signing for tcp_v6_send_response
2022-08-18 20:01:19
linux-crypto
[PATCH v7 06/26] tcp: Refactor tcp_inbound_md5_hash into tcp_inbound_sig_hash
2022-08-18 20:01:17
linux-crypto
[PATCH v7 08/26] tcp: authopt: Disable via sysctl by default
2022-08-18 20:01:15
linux-crypto
[PATCH v7 12/26] tcp: ipv4: Add AO signing for skb-less replies
2022-08-18 20:01:15
linux-crypto
[PATCH v7 03/26] tcp: authopt: Add crypto initialization
2022-08-18 20:01:15
linux-crypto
[PATCH v7 00/26] tcp: Initial support for RFC5925 auth option
2022-08-18 20:01:14
linux-crypto
[PATCH v7 09/26] tcp: authopt: Implement Sequence Number Extension
2022-07-27 16:03:32
linux-crypto
Re: [PATCH 0/6] net/crypto: Introduce crypto_pool
2022-07-27 08:52:12
linux-crypto
Re: [PATCH v6 02/26] tcp: authopt: Remove more unused noops
2022-07-27 08:31:19
linux-crypto
Re: [PATCH v6 21/26] selftests: net/fcnal: Initial tcp_authopt support
2022-07-26 06:22:27
linux-crypto
[PATCH v6 25/26] tcp: authopt: If no keys are valid for send report an error
2022-07-26 06:21:48
linux-crypto
[PATCH v6 22/26] tcp: authopt: Try to respect rnextkeyid from SYN on SYNACK
2022-07-26 06:21:46
linux-crypto
[PATCH v6 26/26] tcp: authopt: Initial implementation of TCP_REPAIR_AUTHOPT
2022-07-26 06:21:36
linux-crypto
[PATCH v6 21/26] selftests: net/fcnal: Initial tcp_authopt support
2022-07-26 06:21:32
linux-crypto
[PATCH v6 20/26] selftests: nettest: Initial tcp_authopt support
2022-07-26 06:21:27
linux-crypto
[PATCH v6 19/26] selftests: nettest: Rename md5_prefix to key_addr_prefix
2022-07-26 06:21:18
linux-crypto
[PATCH v6 18/26] tcp: authopt: Add /proc/net/tcp_authopt listing all keys
2022-07-26 06:21:11
linux-crypto
[PATCH v6 24/26] tcp: authopt: Initial support for TCP_AUTHOPT_FLAG_ACTIVE
2022-07-26 06:21:09
linux-crypto
[PATCH v6 23/26] tcp: authopt: tcp_authopt_lookup_send: Add anykey output param
2022-07-26 06:20:18
linux-crypto
[PATCH v6 17/26] tcp: authopt: Add prefixlen support
2022-07-26 06:20:02
linux-crypto
[PATCH v6 15/26] tcp: authopt: Add initial l3index support
2022-07-26 06:19:59
linux-crypto
[PATCH v6 16/26] tcp: authopt: Add NOSEND/NORECV flags
2022-07-26 06:19:39
linux-crypto
[PATCH v6 14/26] tcp: authopt: Add key selection controls
2022-07-26 06:19:32
linux-crypto
[PATCH v6 10/26] tcp: authopt: Implement Sequence Number Extension
2022-07-26 06:19:28
linux-crypto
[PATCH v6 13/26] tcp: ipv4: Add AO signing for skb-less replies
2022-07-26 06:19:23
linux-crypto
[PATCH v6 11/26] tcp: ipv6: Add AO signing for tcp_v6_send_response
2022-07-26 06:19:23
linux-crypto
[PATCH v6 12/26] tcp: authopt: Add support for signing skb-less replies
2022-07-26 06:18:45
linux-crypto
[PATCH v6 09/26] tcp: authopt: Disable via sysctl by default
2022-07-26 06:18:44
linux-crypto
[PATCH v6 06/26] tcp: authopt: Compute packet signatures
2022-07-26 06:18:28
linux-crypto
[PATCH v6 07/26] tcp: Refactor tcp_inbound_md5_hash into tcp_inbound_sig_hash
2022-07-26 06:18:27
linux-crypto
[PATCH v6 08/26] tcp: authopt: Hook into tcp core
2022-07-26 06:18:05
linux-crypto
[PATCH v6 05/26] tcp: Refactor tcp_sig_hash_skb_data for AO
2022-07-26 06:17:48
linux-crypto
[PATCH v6 04/26] tcp: authopt: Add crypto initialization
2022-07-26 06:17:22
linux-crypto
[PATCH v6 03/26] docs: Add user documentation for tcp_authopt
2022-07-26 06:17:02
linux-crypto
[PATCH v6 02/26] tcp: authopt: Remove more unused noops
2022-07-26 06:17:02
linux-crypto
[PATCH v6 01/26] tcp: authopt: Initial support and key management
2022-07-26 06:17:02
linux-crypto
[PATCH v6 00/26] tcp: Initial support for RFC5925 auth option
2022-07-05 13:50:11
linux-kernel
Re: [PATCH] net: Shrink sock.sk_err sk_err_soft to u16 from int
2022-07-03 20:30:49
linux-kernel
[PATCH] net: Shrink sock.sk_err sk_err_soft to u16 from int
2022-07-03 19:55:20
linux-kernel
[PATCH RFC] tcp: diag: Also support for FIN_WAIT1 sockets for tcp_abort()
2022-05-14 01:49:31
linux-kernel
BUG: TCP timewait sockets survive across namespace creation in net-next