All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND 3 PATCH 00/13] IPv6 Support
@ 2011-03-07 14:02 Mika Liljeberg
  2011-03-07 14:02 ` [RESEND 3 PATCH 01/13] gprs: factor out common code Mika Liljeberg
                   ` (13 more replies)
  0 siblings, 14 replies; 25+ messages in thread
From: Mika Liljeberg @ 2011-03-07 14:02 UTC (permalink / raw)
  To: ofono

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

Hi All,

Patches rebased to current master.

Regards,

	MikaL

"IPv6 host walked into a bar. No-one would talk to it."

[RESEND 3 PATCH 01/13] gprs: factor out common code
[RESEND 3 PATCH 02/13] gprs: Update documentation for IPv6
[RESEND 3 PATCH 03/13] gprs: driver interface changes for IPv6
[RESEND 3 PATCH 04/13] gprs: core support for IPv6
[RESEND 3 PATCH 05/13] test: modify test scripts for IPv6
[RESEND 3 PATCH 06/13] isimodem: IPv6 support
[RESEND 3 PATCH 07/13] atmodem: update to new gprs context interface
[RESEND 3 PATCH 08/13] huaweimodem: update to new gprs context interface
[RESEND 3 PATCH 09/13] mbmmodem: update to new gprs context interface
[RESEND 3 PATCH 10/13] hsomodem: update to new gprs context interface
[RESEND 3 PATCH 11/13] ifxmodem: update to new gprs context interface
[RESEND 3 PATCH 12/13] stemodem: update to new gprs context interface
[RESEND 3 PATCH 13/13] phonesim: add IPv6 support

 Makefile.am                        |    3 +-
 doc/connman-api.txt                |    9 +-
 drivers/atmodem/gprs-context.c     |   41 ++--
 drivers/hsomodem/gprs-context.c    |   48 +++--
 drivers/huaweimodem/gprs-context.c |   43 +++--
 drivers/ifxmodem/gprs-context.c    |   36 ++--
 drivers/isimodem/gprs-context.c    |  119 +++++++-----
 drivers/mbmmodem/gprs-context.c    |   65 ++++---
 drivers/stemodem/gprs-context.c    |   30 ++-
 include/gprs-context.h             |   27 ++-
 plugins/phonesim.c                 |   32 +++-
 src/gprs.c                         |  390 ++++++++++++++++++++++++------------
 test/set-context-property          |   38 ++++
 13 files changed, 580 insertions(+), 301 deletions(-)

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

end of thread, other threads:[~2011-03-21 17:21 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07 14:02 [RESEND 3 PATCH 00/13] IPv6 Support Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 01/13] gprs: factor out common code Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 02/13] gprs: Update documentation for IPv6 Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 03/13] gprs: driver interface changes " Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 04/13] gprs: core support " Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 05/13] test: modify test scripts " Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 06/13] isimodem: IPv6 support Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 07/13] atmodem: update to new gprs context interface Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 08/13] huaweimodem: " Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 09/13] mbmmodem: " Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 10/13] hsomodem: " Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 11/13] ifxmodem: " Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 12/13] stemodem: " Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 13/13] phonesim: add IPv6 support Mika Liljeberg
2011-03-15 22:18 ` [RESEND 3 PATCH 00/13] IPv6 Support Denis Kenzior
2011-03-16 10:45   ` Mika.Liljeberg
2011-03-16 15:41     ` Marcel Holtmann
2011-03-16 15:54     ` Denis Kenzior
2011-03-17  8:58       ` Mika.Liljeberg
2011-03-17 14:53         ` Denis Kenzior
2011-03-18  8:33           ` Mika.Liljeberg
2011-03-18 16:26             ` Denis Kenzior
2011-03-21  8:44               ` Mika.Liljeberg
2011-03-21  8:59               ` Aki Niemi
2011-03-21 17:21                 ` Marcel Holtmann

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.