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:	Wed, 1 Oct 2008 13:12:17 +0300
From:	"Rémi Denis-Courmont" 
	<remi.denis-courmont@...ia.com>
To:	netdev@...r.kernel.org
Subject: [PATCH 0/6] [RFC] Phonet pipes protocol (v2)


	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
--
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