LinuxLists
Users
About
Vadim Fedorenko (
[email protected]
)
Number of posts: 23 (0.03 per day)
First post: 2020-11-24 15:35:28
Last post: 2022-11-30 00:47:55
Date
List
Subject
2022-11-30 00:47:55
linux-crypto
Re: [PATCH net-next v5 1/4] net: devlink: let the core report the driver name instead of the drivers
2022-10-15 01:46:18
linux-kernel
Re: bridge:fragmented packets dropped by bridge
2022-10-13 01:43:59
linux-kernel
Re: bridge:fragmented packets dropped by bridge
2022-09-21 21:52:48
linux-kernel
Re: [PATCH v1 1/1] ptp_ocp: use device_find_any_child() instead of custom approach
2022-06-08 22:30:16
linux-kernel
Re: [PATCH v1 net-next 3/5] ptp_ocp: drop duplicate NULL check in ptp_ocp_detach()
2022-06-08 22:29:17
linux-kernel
Re: [PATCH v1 net-next 2/5] ptp_ocp: use bits.h macros for all masks
2022-06-08 22:19:26
linux-kernel
Re: [PATCH v1 net-next 4/5] ptp_ocp: do not call pci_set_drvdata(pdev, NULL)
2022-06-08 22:16:03
linux-kernel
Re: [PATCH v1 net-next 5/5] ptp_ocp: replace kzalloc(x*y) by kcalloc(y, x)
2022-06-08 22:04:31
linux-kernel
Re: [PATCH net-next v1 1/5] ptp_ocp: use dev_err_probe()
2021-09-30 22:59:03
linux-kernel
Re: [PATCH] net/tls: support SM4 CCM algorithm
2021-09-28 21:33:51
linux-kernel
Re: [PATCH] net/tls: support SM4 CCM algorithm
2021-06-09 12:02:21
linux-nfs
Re: quic in-kernel implementation?
2021-06-08 21:00:23
linux-nfs
Re: quic in-kernel implementation?
2021-01-29 20:01:18
linux-kernel
Re: [PATCH net] rxrpc: Fix deadlock around release of dst cached on udp tunnel
2021-01-29 17:42:46
linux-kernel
Re: [PATCH net] rxrpc: Fix deadlock around release of dst cached on udp tunnel
2021-01-29 17:34:47
linux-kernel
Re: [PATCH net] rxrpc: Fix deadlock around release of dst cached on udp tunnel
2021-01-28 02:26:25
linux-kernel
Re: BUG: Incorrect MTU on GRE device if remote is unspecified
2020-11-24 15:35:29
linux-crypto
[net-next v2 4/5] net/tls: add CHACHA20-POLY1305 configuration
2020-11-24 15:35:29
linux-crypto
[net-next v2 2/5] net/tls: add CHACHA20-POLY1305 specific defines and structures
2020-11-24 15:35:29
linux-crypto
[net-next v2 5/5] selftests/tls: add CHACHA20-POLY1305 to tls selftests
2020-11-24 15:35:29
linux-crypto
[net-next v2 3/5] net/tls: add CHACHA20-POLY1305 specific behavior
2020-11-24 15:35:29
linux-crypto
[net-next v2 1/5] net/tls: make inline helpers protocol-aware
2020-11-24 15:35:28
linux-crypto
[net-next v2 0/5] Add CHACHA20-POLY1305 cipher to Kernel TLS