netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] l2tp: tidy up l2tp core API
@ 2020-07-28 17:20 Tom Parkin
  2020-07-28 17:20 ` [PATCH 1/6] l2tp: don't export __l2tp_session_unhash Tom Parkin
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Tom Parkin @ 2020-07-28 17:20 UTC (permalink / raw)
  To: netdev; +Cc: jchapman, Tom Parkin

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(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-07-30 23:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-28 17:20 [PATCH 0/6] l2tp: tidy up l2tp core API Tom Parkin
2020-07-28 17:20 ` [PATCH 1/6] l2tp: don't export __l2tp_session_unhash Tom Parkin
2020-07-28 17:20 ` [PATCH 2/6] l2tp: don't export tunnel and session free functions Tom Parkin
2020-07-28 17:20 ` [PATCH 3/6] l2tp: return void from l2tp_session_delete Tom Parkin
2020-07-28 17:20 ` [PATCH 4/6] l2tp: remove build_header callback in struct l2tp_session Tom Parkin
2020-07-28 17:20 ` [PATCH 5/6] l2tp: tweak exports for l2tp_recv_common and l2tp_ioctl Tom Parkin
2020-07-28 17:20 ` [PATCH 6/6] l2tp: improve API documentation in l2tp_core.h Tom Parkin
2020-07-28 17:32 ` [PATCH 0/6] l2tp: tidy up l2tp core API Tom Parkin
2020-07-30 23:45 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).