mbox series

[0/6] l2tp: tidy up l2tp core API

Message ID 20200728172033.19532-1-tparkin@katalix.com
Headers show
Series l2tp: tidy up l2tp core API | expand

Message

Tom Parkin July 28, 2020, 5:20 p.m. UTC
This short series makes some minor tidyup changes to the L2TP core API.

Tom Parkin (6):
  l2tp: don't export __l2tp_session_unhash
  l2tp: don't export tunnel and session free functions
  l2tp: return void from l2tp_session_delete
  l2tp: remove build_header callback in struct l2tp_session
  l2tp: tweak exports for l2tp_recv_common and l2tp_ioctl
  l2tp: improve API documentation in l2tp_core.h

 net/l2tp/l2tp_core.c    | 138 +++++++++++++++++++++-------------------
 net/l2tp/l2tp_core.h    | 123 ++++++++++++++++++++++-------------
 net/l2tp/l2tp_ip.c      |   2 +-
 net/l2tp/l2tp_netlink.c |   2 +-
 4 files changed, 154 insertions(+), 111 deletions(-)

Comments

Tom Parkin July 28, 2020, 5:32 p.m. UTC | #1
On  Tue, Jul 28, 2020 at 18:20:27 +0100, Tom Parkin wrote:
> This short series makes some minor tidyup changes to the L2TP core API.

I'm sorry, I forgot the "net-next" prefix in the subject line.

Please let me know if I should resubmit.
David Miller July 30, 2020, 11:45 p.m. UTC | #2
From: Tom Parkin <tparkin@katalix.com>
Date: Tue, 28 Jul 2020 18:20:27 +0100

> This short series makes some minor tidyup changes to the L2TP core API.

Series applied, thank you.