All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH_v4 0/5] Private network request to ConnMan
@ 2011-05-06 14:01 Guillaume Zajac
  2011-05-06 14:01 ` [PATCH_v4 1/5] gatppp: Add new contructor to use external fd Guillaume Zajac
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Guillaume Zajac @ 2011-05-06 14:01 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1284 bytes --]

Hi,

Changelog from v3 is:
	- Add private-network source/include
	- ConnMan plugin is independant from emulator
	- Each application that need VPN will pass a callback as argument
	  when private network is requested. This callback will contain the
	  private network settings.

Guillaume Zajac (5):
  gatppp: Add new contructor to use external fd
  private-network: add callback typedef drivers and settings
  private-network: add request/release functions and new feature to
    Makefile.am
  emulator: add request/release private network calls
  connman: add plugin in oFono to request request/release private
    network

 Makefile.am               |   10 +-
 gatchat/gatppp.c          |   33 +++++-
 gatchat/gatppp.h          |    1 +
 gatchat/ppp.h             |    2 +-
 gatchat/ppp_net.c         |   40 ++++---
 include/private-network.h |   59 +++++++++
 plugins/connman.c         |  297 +++++++++++++++++++++++++++++++++++++++++++++
 src/emulator.c            |   49 ++++++--
 src/ofono.h               |    6 +
 src/private-network.c     |   89 ++++++++++++++
 10 files changed, 556 insertions(+), 30 deletions(-)
 create mode 100644 include/private-network.h
 create mode 100644 plugins/connman.c
 create mode 100644 src/private-network.c


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

end of thread, other threads:[~2021-07-21 19:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-06 14:01 [PATCH_v4 0/5] Private network request to ConnMan Guillaume Zajac
2011-05-06 14:01 ` [PATCH_v4 1/5] gatppp: Add new contructor to use external fd Guillaume Zajac
2011-05-09  4:44   ` Denis Kenzior
2011-05-06 14:01 ` [PATCH_v4 2/5] private-network: add callback typedef drivers and settings Guillaume Zajac
2011-05-09  4:48   ` Denis Kenzior
2011-05-06 14:01 ` [PATCH_v4 3/5] private-network: add request/release functions and new feature to Makefile.am Guillaume Zajac
2011-05-09  4:52   ` Denis Kenzior
2011-05-06 14:01 ` [PATCH_v4 4/5] emulator: add request/release private network calls Guillaume Zajac
2011-05-06 14:01 ` [PATCH_v4 5/5] connman: add plugin in oFono to request request/release private network Guillaume Zajac
2011-05-09  5:30   ` Denis Kenzior
2021-06-03 10:22 ` [PATCH_v4 0/5] Private network request to ConnMan adamsmith.87
2021-06-15 13:06   ` Jackson.com551
2021-07-21 19:49 ` Kaylee Brown

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.