All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ppp: add netlink support
@ 2015-12-23 20:04 ` Guillaume Nault
  0 siblings, 0 replies; 18+ messages in thread
From: Guillaume Nault @ 2015-12-23 20:04 UTC (permalink / raw)
  To: netdev; +Cc: linux-ppp, David Miller, Paul Mackerras

This series adds netlink support for creating PPP devices.

It doesn't implement any PPP specific attribute beyond IFLA_PPP_DEV_FD,
which is necessary in the PPP device model for passing control plane
packets to user space.

Guillaume Nault (2):
  ppp: define reusable device creation functions
  ppp: implement rtnetlink device handling

 drivers/net/ppp/ppp_generic.c | 319 ++++++++++++++++++++++++++++++------------
 include/uapi/linux/if_link.h  |   8 ++
 2 files changed, 237 insertions(+), 90 deletions(-)

-- 
2.6.4


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

end of thread, other threads:[~2016-01-25 15:28 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-23 20:04 [PATCH 0/2] ppp: add netlink support Guillaume Nault
2015-12-23 20:04 ` Guillaume Nault
2015-12-23 20:04 ` [PATCH 1/2] ppp: define reusable device creation functions Guillaume Nault
2015-12-23 20:04   ` Guillaume Nault
2015-12-23 20:04 ` [PATCH 2/2] ppp: implement rtnetlink device handling Guillaume Nault
2015-12-23 20:04   ` Guillaume Nault
2016-01-25 11:09   ` walter harms
2016-01-25 11:09     ` walter harms
2016-01-25 15:28     ` Guillaume Nault
2016-01-25 15:28       ` Guillaume Nault
2015-12-23 20:09 ` [PATCH 0/2] ppp: add netlink support Guillaume Nault
2015-12-23 20:09   ` Guillaume Nault
2016-01-05 18:10 ` Guillaume Nault
2016-01-05 18:10   ` Guillaume Nault
2016-01-05 19:15   ` David Miller
2016-01-05 19:15     ` David Miller
2016-01-05 19:20     ` Guillaume Nault
2016-01-05 19:20       ` Guillaume Nault

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.