netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] [RFC] Phonet pipes protocol (v2)
@ 2008-10-01 10:12 Rémi Denis-Courmont
  2008-10-01 10:13 ` [PATCH 1/6] Phonet: transport protocol auto-loading Remi Denis-Courmont
                   ` (5 more replies)
  0 siblings, 6 replies; 22+ messages in thread
From: Rémi Denis-Courmont @ 2008-10-01 10:12 UTC (permalink / raw)
  To: netdev


	Hello again,

This patchset adds the Phonet pipe (end-point) protocol, without
missing patches nor dummy debug. This protocols provides some
connection handling and negotiated congestion control. It's used as a
generic protocol for bulk transfers with Nokia cellular modems.

The penultimate patch provides virtual IP interface support on top of a
connected Phonet pipe socket. This is used for IP over GPRS.
The implementation uses sock callbacks internally and socket options
toward userland. Not sure if this is the "right" way.

 Documentation/networking/phonet.txt |   54 +
 include/linux/phonet.h              |   12
 include/linux/socket.h              |    1
 include/net/phonet/gprs.h           |   38 +
 include/net/phonet/pep.h            |  156 ++++
 net/phonet/Makefile                 |    6
 net/phonet/af_phonet.c              |    8
 net/phonet/pep-gprs.c               |  341 ++++++++++
 net/phonet/pep.c                    | 1126 +++++++++++++++++++++++++++++++++++-
 net/phonet/socket.c                 |  109 +++
 10 files changed, 1816 insertions(+), 35 deletions(-)


Sorry for the noise

-- 
Rémi Denis-Courmont
Maemo Software, Nokia Devices R&D

^ permalink raw reply	[flat|nested] 22+ messages in thread
* [PATCH 0/6] Phonet pipes protocol (take 3)
@ 2008-10-03 14:09 Rémi Denis-Courmont
  2008-10-03 14:09 ` [PATCH 5/6] Phonet: implement GPRS virtual interface over PEP socket Remi Denis-Courmont
  0 siblings, 1 reply; 22+ messages in thread
From: Rémi Denis-Courmont @ 2008-10-03 14:09 UTC (permalink / raw)
  To: netdev


	Hello,

This patchset adds the Phonet pipe (end-point) protocol, trying to integrate
comments from the mailing list. This is a generic protocol for bulk transfers
with existing Nokia cellular modems.

 Documentation/networking/phonet.txt |   54 +
 include/linux/phonet.h              |   12
 include/linux/socket.h              |    1
 include/net/phonet/gprs.h           |   38 +
 include/net/phonet/pep.h            |  156 ++++
 net/phonet/Makefile                 |    6
 net/phonet/af_phonet.c              |    8
 net/phonet/pep-gprs.c               |  341 ++++++++++
 net/phonet/pep.c                    | 1126 +++++++++++++++++++++++++++++++++++-
 net/phonet/socket.c                 |  109 +++
 10 files changed, 1816 insertions(+), 35 deletions(-)

Best regards,

-- 
Rémi Denis-Courmont
Maemo Software, Nokia Devices R&D

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

end of thread, other threads:[~2008-10-14 20:50 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-01 10:12 [PATCH 0/6] [RFC] Phonet pipes protocol (v2) Rémi Denis-Courmont
2008-10-01 10:13 ` [PATCH 1/6] Phonet: transport protocol auto-loading Remi Denis-Courmont
2008-10-01 12:45   ` Arnaldo Carvalho de Melo
2008-10-01 15:01     ` Marcel Holtmann
2008-10-03 13:49     ` Rémi Denis-Courmont
2008-10-01 10:13 ` [PATCH 2/6] Phonet: connected sockets glue Remi Denis-Courmont
2008-10-01 12:48   ` Arnaldo Carvalho de Melo
2008-10-01 10:13 ` [PATCH 3/6] Phonet: Pipe End Point for Phonet Pipes protocol Remi Denis-Courmont
2008-10-01 13:18   ` Arnaldo Carvalho de Melo
2008-10-02 10:50     ` Rémi Denis-Courmont
2008-10-02 13:41       ` Arnaldo Carvalho de Melo
2008-10-01 10:13 ` [PATCH 4/6] Phonet: receive pipe control requests as out-of-band data Remi Denis-Courmont
2008-10-01 10:13 ` [PATCH 5/6] Phonet: implement GPRS virtual interface over PEP socket Remi Denis-Courmont
2008-10-01 13:32   ` Arnaldo Carvalho de Melo
2008-10-01 10:13 ` [PATCH 6/6] Phonet: pipe end-point protocol documentation Remi Denis-Courmont
2008-10-01 15:19   ` Randy Macleod
2008-10-10 18:24   ` Randy Macleod
2008-10-11 19:30     ` David Miller
2008-10-14 15:06       ` Randy Macleod
2008-10-14 20:49         ` David Miller
2008-10-14 15:11       ` Randy Macleod
  -- strict thread matches above, loose matches on Subject: below --
2008-10-03 14:09 [PATCH 0/6] Phonet pipes protocol (take 3) Rémi Denis-Courmont
2008-10-03 14:09 ` [PATCH 5/6] Phonet: implement GPRS virtual interface over PEP socket Remi Denis-Courmont

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).