All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] [RFC] Phonet pipe protocol
@ 2008-10-01  8:21 Rémi Denis-Courmont
  2008-10-01  8:22 ` [PATCH 1/4] Phonet: Pipe End Point for Phonet Pipes protocol Remi Denis-Courmont
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Rémi Denis-Courmont @ 2008-10-01  8:21 UTC (permalink / raw)
  To: netdev


	Hello,

This patchset adds the Phonet pipe (end-point) protocol. 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 third 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 as
the userland API. 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            |  118 +++
 net/phonet/Makefile                 |    6
 net/phonet/af_phonet.c              |    3
 net/phonet/pep-gprs.c               |  345 ++++++++++
 net/phonet/pep.c                    | 1136 +++++++++++++++++++++++++++++++++++-
 net/phonet/socket.c                 |   14
 10 files changed, 1689 insertions(+), 38 deletions(-)

Feedback welcome.

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

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

end of thread, other threads:[~2008-10-01  8:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-01  8:21 [PATCH 0/4] [RFC] Phonet pipe protocol Rémi Denis-Courmont
2008-10-01  8:22 ` [PATCH 1/4] Phonet: Pipe End Point for Phonet Pipes protocol Remi Denis-Courmont
2008-10-01  8:41   ` David Miller
2008-10-01  8:55     ` Rémi Denis-Courmont
2008-10-01  8:22 ` [PATCH 2/4] Phonet: receive pipe control request as out-of-band data Remi Denis-Courmont
2008-10-01  8:22 ` [PATCH 3/4] Phonet: support GPRS interface over PEP socket Remi Denis-Courmont
2008-10-01  8:22 ` [PATCH 4/4] Phonet: pipe end-point protocol documentation Remi Denis-Courmont
2008-10-01  8:44 ` [PATCH 0/4] [RFC] Phonet pipe protocol Rémi Denis-Courmont

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.