lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ