LWN.net Logo

Phonet pipes protocol (take 3)

From:  "=?iso-8859-1?q?R=E9mi?= Denis-Courmont" <remi.denis-courmont@nokia.com>
To:  netdev@vger.kernel.org
Subject:  [PATCH 0/6] Phonet pipes protocol (take 3)
Date:  Fri, 3 Oct 2008 17:09:11 +0300
Message-ID:  <200810031709.11828.remi.denis-courmont@nokia.com>
Archive-link:  Article, Thread


	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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds