Message ID | cover.1723011569.git.jchapman@katalix.com (mailing list archive) |
---|---|
Headers | show |
Series | l2tp: misc improvements | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 7 Aug 2024 07:54:43 +0100 you wrote: > This series makes several improvements to l2tp: > > * update documentation to be consistent with recent l2tp changes. > * remove inline keyword from functions in c source code. > * move l2tp_ip socket tables to per-net data. > * handle hash key collisions in l2tp_v3_session_get > * implement and use get-next APIs for management and procfs/debugfs. > * improve l2tp refcount helpers. > * use per-cpu dev->tstats in l2tpeth devices. > * flush workqueue before draining it in l2tp_pre_exit_net. This > fixes a change which was recently applied to net-next so isn't > suitable for the net tree. > > [...] Here is the summary with links: - [v2,net-next,1/9] documentation/networking: update l2tp docs https://git.kernel.org/netdev/net-next/c/e2b1762cf32f - [v2,net-next,2/9] l2tp: remove inline from functions in c sources https://git.kernel.org/netdev/net-next/c/168464c19e1a - [v2,net-next,3/9] l2tp: move l2tp_ip and l2tp_ip6 data to pernet https://git.kernel.org/netdev/net-next/c/ebed6606b959 - [v2,net-next,4/9] l2tp: handle hash key collisions in l2tp_v3_session_get https://git.kernel.org/netdev/net-next/c/b0a8deda060d - [v2,net-next,5/9] l2tp: add tunnel/session get_next helpers https://git.kernel.org/netdev/net-next/c/aa92c1cec92b - [v2,net-next,6/9] l2tp: use get_next APIs for management requests and procfs/debugfs https://git.kernel.org/netdev/net-next/c/1f4c3dce9112 - [v2,net-next,7/9] l2tp: improve tunnel/session refcount helpers https://git.kernel.org/netdev/net-next/c/abe7a1a7d0b6 - [v2,net-next,8/9] l2tp: l2tp_eth: use per-cpu counters from dev->tstats https://git.kernel.org/netdev/net-next/c/dcc59d3e328e - [v2,net-next,9/9] l2tp: flush workqueue before draining it https://git.kernel.org/netdev/net-next/c/c1b2e36b8776 You are awesome, thank you!