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

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

Hi,

With subject and blurb :)
I forgot to close fd when ppp_net_new() returns NULL.
This version include this change.

Guillaume Zajac (5):
  gatppp: Add new contructor to use external fd
  private-network: add header into include and Makefile.am
  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/release private network

 Makefile.am               |   10 +-
 gatchat/gatppp.c          |   33 +++++-
 gatchat/gatppp.h          |    1 +
 gatchat/ppp.h             |    2 +-
 gatchat/ppp_net.c         |   47 +++++---
 include/private-network.h |   56 +++++++++
 plugins/connman.c         |  299 +++++++++++++++++++++++++++++++++++++++++++++
 src/emulator.c            |   75 ++++++++++--
 src/ofono.h               |    6 +
 src/private-network.c     |   91 ++++++++++++++
 10 files changed, 590 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
* [PATCH_v6 0/5] *** SUBJECT HERE ***
@ 2011-05-19  9:55 Guillaume Zajac
  2011-05-19  9:55 ` [PATCH_v6 3/5] private-network: add request/release functions and new feature to Makefile.am Guillaume Zajac
  0 siblings, 1 reply; 13+ messages in thread
From: Guillaume Zajac @ 2011-05-19  9:55 UTC (permalink / raw)
  To: ofono

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

*** BLURB HERE ***

Guillaume Zajac (5):
  gatppp: Add new contructor to use external fd
  private-network: add header into include and Makefile.am
  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/release private network

 Makefile.am               |   10 +-
 gatchat/gatppp.c          |   33 +++++-
 gatchat/gatppp.h          |    1 +
 gatchat/ppp.h             |    2 +-
 gatchat/ppp_net.c         |   47 +++++---
 include/private-network.h |   56 +++++++++
 plugins/connman.c         |  299 +++++++++++++++++++++++++++++++++++++++++++++
 src/emulator.c            |   75 ++++++++++--
 src/ofono.h               |    6 +
 src/private-network.c     |   91 ++++++++++++++
 10 files changed, 590 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:[~2011-06-02  2:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-19  9:58 [PATCH_v6 0/5] Private network request to ConnMan Guillaume Zajac
2011-05-19  9:58 ` [PATCH_v6 1/5] gatppp: Add new contructor to use external fd Guillaume Zajac
2011-05-25 10:36   ` Denis Kenzior
2011-05-19  9:58 ` [PATCH_v6 2/5] private-network: add header into include and Makefile.am Guillaume Zajac
2011-05-25 10:38   ` Denis Kenzior
2011-05-19  9:58 ` [PATCH_v6 3/5] private-network: add request/release functions and new feature to Makefile.am Guillaume Zajac
2011-05-25 10:38   ` Denis Kenzior
2011-05-19  9:58 ` [PATCH_v6 4/5] emulator: add request/release private network calls Guillaume Zajac
2011-05-25 10:46   ` Denis Kenzior
2011-05-30 13:25     ` Guillaume Zajac
2011-05-19  9:58 ` [PATCH_v6 5/5] connman: add plugin in oFono to request/release private network Guillaume Zajac
2011-06-02  2:53   ` Denis Kenzior
  -- strict thread matches above, loose matches on Subject: below --
2011-05-19  9:55 [PATCH_v6 0/5] *** SUBJECT HERE *** Guillaume Zajac
2011-05-19  9:55 ` [PATCH_v6 3/5] private-network: add request/release functions and new feature to Makefile.am Guillaume Zajac

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.