[PATCH 00/14] [RFC] Phonet protocol stack

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <netdev@...>
Date: Tuesday, September 16, 2008 - 10:57 am

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.

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,

-- 
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 00/14] [RFC] Phonet protocol stack, Rémi, (Tue Sep 16, 10:57 am)
Re: [PATCH 00/14] [RFC] Phonet protocol stack, Dan Williams, (Wed Sep 17, 12:15 am)
Re: [PATCH 00/14] [RFC] Phonet protocol stack, Rémi, (Fri Sep 19, 3:25 am)
Re: [PATCH 00/14] [RFC] Phonet protocol stack, Marcel Holtmann, (Tue Sep 16, 4:09 pm)
Re: [PATCH 00/14] [RFC] Phonet protocol stack, Rémi, (Wed Sep 17, 9:52 am)
[PATCH 02/14] Phonet: add CONFIG_PHONET, Rémi Denis-Courmont, (Tue Sep 16, 11:08 am)
Re: [PATCH 02/14] Phonet: add CONFIG_PHONET, Arnaldo Carvalho de Melo, (Tue Sep 16, 12:06 pm)
[PATCH 01/14] Phonet global definitions, Rémi Denis-Courmont, (Tue Sep 16, 11:08 am)
Re: [PATCH 01/14] Phonet global definitions, Simon Horman, (Wed Sep 17, 12:31 am)
Re: [PATCH 01/14] Phonet global definitions, Rémi, (Wed Sep 17, 7:05 am)
[PATCH 12/14] Phonet: proc interface for port range, Rémi Denis-Courmont, (Tue Sep 16, 11:08 am)
[PATCH 14/14] Phonet: kernel documentation, Rémi Denis-Courmont, (Tue Sep 16, 11:08 am)
[PATCH 04/14] Phonet: PF_PHONET protocol family support, Rémi Denis-Courmont, (Tue Sep 16, 11:08 am)
Re: [PATCH 04/14] Phonet: PF_PHONET protocol family support, Arnaldo Carvalho de Melo, (Tue Sep 16, 12:17 pm)
[PATCH 10/14] Phonet: Phonet datagram transport protocol, Rémi Denis-Courmont, (Tue Sep 16, 11:08 am)
Re: [PATCH 10/14] Phonet: Phonet datagram transport protocol, Arnaldo Carvalho de Melo, (Tue Sep 16, 1:06 pm)
[PATCH]: net: Use hton[sl]() was Re: [PATCH 10/14] Phonet: P..., Arnaldo Carvalho de Melo, (Fri Sep 19, 11:24 am)
[PATCH 07/14] Phonet: common socket glue, Rémi Denis-Courmont, (Tue Sep 16, 11:08 am)
Re: [PATCH 07/14] Phonet: common socket glue, Arnaldo Carvalho de Melo, (Tue Sep 16, 12:50 pm)
[PATCH 13/14] Phonet: emit errors when a packet cannot be de..., Rémi Denis-Courmont, (Tue Sep 16, 11:08 am)
Re: [PATCH 13/14] Phonet: emit errors when a packet cannot b..., Arnaldo Carvalho de Melo, (Tue Sep 16, 1:11 pm)
[PATCH 06/14] Phonet: Netlink interface, Rémi Denis-Courmont, (Tue Sep 16, 11:08 am)
[PATCH 11/14] Phonet: provide MAC header operations, Rémi Denis-Courmont, (Tue Sep 16, 11:08 am)
[PATCH 08/14] Phonet: receive path socket lookup, Rémi Denis-Courmont, (Tue Sep 16, 11:08 am)
Re: [PATCH 08/14] Phonet: receive path socket lookup, Arnaldo Carvalho de Melo, (Tue Sep 16, 12:52 pm)
[PATCH 09/14] Phonet: allocate and initialize new sockets, Rémi Denis-Courmont, (Tue Sep 16, 11:08 am)
Re: [PATCH 09/14] Phonet: allocate and initialize new sockets, Arnaldo Carvalho de Melo, (Tue Sep 16, 12:53 pm)
[PATCH 05/14] Phonet: network device and address handling, Rémi Denis-Courmont, (Tue Sep 16, 11:08 am)
Re: [PATCH 05/14] Phonet: network device and address handling, Arnaldo Carvalho de Melo, (Tue Sep 16, 12:41 pm)
[PATCH 03/14] Phonet: build the net/phonet/ directory, Rémi Denis-Courmont, (Tue Sep 16, 11:08 am)
Re: [PATCH 03/14] Phonet: build the net/phonet/ directory, Arnaldo Carvalho de Melo, (Tue Sep 16, 12:06 pm)
Re: [PATCH 03/14] Phonet: build the net/phonet/ directory, Simon Horman, (Wed Sep 17, 12:52 am)