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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 17 Sep 2008 00:15:48 -0400
From:	Dan Williams <dcbw@...hat.com>
To:	Rémi Denis-Courmont 
	<remi.denis-courmont@...ia.com>
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH 00/14] [RFC] Phonet protocol stack

On Tue, 2008-09-16 at 17:57 +0300, Rémi Denis-Courmont wrote:
> 	Hello,
> 
> This patch series introduces support for PhoNet,
> the "Phone Network protocol". This protocol is the primary interface
> to Nokia cellular modem engines. We are integrating it to the Linux
> kernel in order to support HSPA cellular data connectivity on the
> Maemo Software platform.

Do you have any documentation or examples of how userspace uses this
interface?  I'm starting to see a proliferation of methods by which
userspace now has to talk to cellular modems and I'd like to keep a
handle on them, despite the fact that they all pretty much do the same
thing and thus you'd think they'd expose about the same interface...

Dan

> This patchset provides a simple datagram socket 
> independent of the underlying hardware (network interface) through
> which the modem is attached. We are in the process of contributing
> a lower-layer driver through Linux OMAP.
> 
> This series is based on net-next-2.6, plus the tiny MISDN lockdep fix
> I posted to netdev yesterday.
> 
> Any comments welcome.
> 
> --
>  Documentation/networking/phonet.txt |  111 ++++++++
>  include/linux/if_ether.h            |    1
>  include/linux/if_phonet.h           |   16 +
>  include/linux/phonet.h              |  136 ++++++++++
>  include/linux/rtnetlink.h           |    4
>  include/linux/socket.h              |    4
>  include/net/phonet/phonet.h         |  103 +++++++
>  include/net/phonet/pn_dev.h         |   63 ++++
>  net/Kconfig                         |    1
>  net/Makefile                        |    1
>  net/core/sock.c                     |    9
>  net/phonet/Kconfig                  |   11
>  net/phonet/Makefile                 |   11
>  net/phonet/af_phonet.c              |  485 +++++++++++++++++++++++++++++++++++-
>  net/phonet/datagram.c               |  197 ++++++++++++++
>  net/phonet/pn_dev.c                 |  232 +++++++++++++++++
>  net/phonet/pn_netlink.c             |  239 +++++++++++++++++
>  net/phonet/socket.c                 |  314 +++++++++++++++++++++++
>  net/phonet/sysctl.c                 |  111 ++++++++
>  19 files changed, 2036 insertions(+), 13 deletions(-)
> 
> Regards,
> 

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