]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'l2tp-miscellaneous-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Thu, 3 Sep 2020 19:19:04 +0000 (12:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Sep 2020 19:19:04 +0000 (12:19 -0700)
commit0d5f4d05f55a924fa0dfc1efbe463464d777c483
tree8d27a74c645be76c76eedf8357bc0eda56f89f5e
parent5717745910fe0fe2c27a35dd24e374a18d5d75ba
parent5f06750b7febd9ceffbb2a4e3f673960c792ccd0
Merge branch 'l2tp-miscellaneous-cleanups'

Tom Parkin says:

====================
l2tp: miscellaneous cleanups

This series of patches makes the following cleanups and improvements to
the l2tp code:

 * various API tweaks to remove unused parameters from function calls
 * lightly refactor the l2tp transmission path to capture more error
   conditions in the data plane statistics
 * repurpose the "magic feather" validation in l2tp to check for
   sk_user_data (ab)use as opposed to refcount debugging
 * remove some duplicated code
====================

Reviewed-by: James Chapman <jchapman@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>