mbox series

[net,0/2] fixes for ktls

Message ID 20231206232706.374377-1-john.fastabend@gmail.com (mailing list archive)
Headers show
Series fixes for ktls | expand

Message

John Fastabend Dec. 6, 2023, 11:27 p.m. UTC
Couple fixes for TLS and BPF interactions.

John Fastabend (2):
  net: tls, update curr on splice as well
  bpf: sockmap, updating the sg structure should also update curr

 net/core/filter.c | 19 +++++++++++++++++++
 net/tls/tls_sw.c  |  2 ++
 2 files changed, 21 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 7, 2023, 6 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed,  6 Dec 2023 15:27:04 -0800 you wrote:
> Couple fixes for TLS and BPF interactions.
> 
> John Fastabend (2):
>   net: tls, update curr on splice as well
>   bpf: sockmap, updating the sg structure should also update curr
> 
>  net/core/filter.c | 19 +++++++++++++++++++
>  net/tls/tls_sw.c  |  2 ++
>  2 files changed, 21 insertions(+)

Here is the summary with links:
  - [net,1/2] net: tls, update curr on splice as well
    https://git.kernel.org/netdev/net/c/c5a595000e26
  - [net,2/2] bpf: sockmap, updating the sg structure should also update curr
    https://git.kernel.org/netdev/net/c/bb9aefde5bba

You are awesome, thank you!