[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1532680840.git.g.nault@alphalink.fr>
Date: Fri, 27 Jul 2018 10:59:55 +0200
From: Guillaume Nault <g.nault@...halink.fr>
To: netdev@...r.kernel.org
Cc: James Chapman <jchapman@...alix.com>
Subject: [PATCH net-next 0/4] l2tp: remove unused session fields
Several fields of the session structures can be set, but remain unused
otherwise.
This series removes these fields and explicitely ignores the associated
ioctls and netlink attributes.
Guillaume Nault (4):
l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attribute
l2tp: ignore L2TP_ATTR_VLAN_ID netlink attribute
l2tp: drop ->flags from struct pppol2tp_session
l2tp: drop ->mru from struct l2tp_session
include/uapi/linux/l2tp.h | 13 +++++-----
net/l2tp/l2tp_core.c | 1 -
net/l2tp/l2tp_core.h | 11 --------
net/l2tp/l2tp_debugfs.c | 6 ++---
net/l2tp/l2tp_netlink.c | 19 +-------------
net/l2tp/l2tp_ppp.c | 54 +++++----------------------------------
6 files changed, 17 insertions(+), 87 deletions(-)
--
2.18.0
Powered by blists - more mailing lists