Message ID | 166203518656.271364.567426359603115318.stgit@warthog.procyon.org.uk (mailing list archive) |
---|---|
Headers | show |
Series | rxrpc: Miscellaneous fixes | expand |
Hello: This series was applied to netdev/net.git (master) by David Howells <dhowells@redhat.com>: On Thu, 01 Sep 2022 13:26:26 +0100 you wrote: > Here are some fixes for AF_RXRPC: > > (1) Fix the handling of ICMP/ICMP6 packets. This is a problem due to > rxrpc being switched to acting as a UDP tunnel, thereby allowing it to > steal the packets before they go through the UDP Rx queue. UDP > tunnels can't get ICMP/ICMP6 packets, however. This patch adds an > additional encap hook so that they can. > > [...] Here is the summary with links: - [net,v3,1/6] rxrpc: Fix ICMP/ICMP6 error handling https://git.kernel.org/netdev/net/c/ac56a0b48da8 - [net,v3,2/6] rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2() https://git.kernel.org/netdev/net/c/0d40f728e283 - [net,v3,3/6] rxrpc: Fix local destruction being repeated https://git.kernel.org/netdev/net/c/d3d863036d68 - [net,v3,4/6] rxrpc: Fix calc of resend age https://git.kernel.org/netdev/net/c/214a9dc7d852 - [net,v3,5/6] afs: Use the operation issue time instead of the reply time for callbacks https://git.kernel.org/netdev/net/c/7903192c4b4a - [net,v3,6/6] rxrpc: Remove rxrpc_get_reply_time() which is no longer used https://git.kernel.org/netdev/net/c/21457f4a91cb You are awesome, thank you!