All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] l2tp: remove unused session fields
@ 2018-07-27  8:59 Guillaume Nault
  2018-07-27  8:59 ` [PATCH net-next 1/4] l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attribute Guillaume Nault
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Guillaume Nault @ 2018-07-27  8:59 UTC (permalink / raw)
  To: netdev; +Cc: James Chapman

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

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

end of thread, other threads:[~2018-07-27 21:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-27  8:59 [PATCH net-next 0/4] l2tp: remove unused session fields Guillaume Nault
2018-07-27  8:59 ` [PATCH net-next 1/4] l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attribute Guillaume Nault
2018-07-27  8:59 ` [PATCH net-next 2/4] l2tp: ignore L2TP_ATTR_VLAN_ID " Guillaume Nault
2018-07-27  8:59 ` [PATCH net-next 3/4] l2tp: drop ->flags from struct pppol2tp_session Guillaume Nault
2018-07-27  9:00 ` [PATCH net-next 4/4] l2tp: drop ->mru from struct l2tp_session Guillaume Nault
2018-07-27 20:35 ` [PATCH net-next 0/4] l2tp: remove unused session fields David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.