]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge branch 'l2tp-misc-improvements'
authorDavid S. Miller <davem@davemloft.net>
Sun, 11 Aug 2024 03:38:50 +0000 (04:38 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Aug 2024 03:38:50 +0000 (04:38 +0100)
commit969afb4347130b7dfd5b652aa60560cf60e214d8
treee63f3953cb7f556b487f34cc44631e6472e72c6f
parentbbfeba260364907a71fe6bd2e398df01d8fc286b
parentc1b2e36b8776a20a1fbdeb9d3be0637c00d671b0
Merge branch 'l2tp-misc-improvements'

James Chapman says:

====================
l2tp: misc improvements

This series makes several improvements to l2tp:

 * update documentation to be consistent with recent l2tp changes.
 * move l2tp_ip socket tables to per-net data.
 * fix handling of 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.
 * fix a lockdep splat.
 * fix a race between l2tp_pre_exit_net and pppol2tp_release.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>