[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200810031709.11828.remi.denis-courmont@nokia.com>
Date: Fri, 3 Oct 2008 17:09:11 +0300
From: "Rémi Denis-Courmont"
<remi.denis-courmont@...ia.com>
To: netdev@...r.kernel.org
Subject: [PATCH 0/6] Phonet pipes protocol (take 3)
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists