mbox

net-next-2.6: Phonet pull request

Message ID 201103031322.37184.remi.denis-courmont@nokia.com
State Changes Requested, archived
Delegated to: David Miller
Headers show

Pull-request

git://git.remlab.net/linux-phonet.git master

Message

Rémi Denis-Courmont March 3, 2011, 11:22 a.m. UTC
Hello,

As "promised", here is the cleaned up and unified Phonet pipe code.
The same kernel can now support both old (e.g. Nokia N900) and new
(e.g. ST-Ericsson U8500 SoC) modems.

Due to lack of hardware, I only tested the ST-E support in software.
But the earlier code was horribly broken anyway.

The following changes since commit dc6ed1df5a5f84e45e77e2acb6fd99b995414956:

  dcbnl: add support for retrieving peer configuration - cee (2011-03-02 21:58:55 -0800)

are available in the git repository at:
  git://git.remlab.net/linux-phonet.git master

Rémi Denis-Courmont (8):
      Phonet: fix NULL-deref in previous patch series
      Phonet: return an error when TX fails
      Phonet: fix backlog callback return value
      Phonet: factor common code to send control messages
      Phonet: allocate sock from accept syscall rather than soft IRQ
      Phonet: provide pipe socket option to retrieve the pipe identifier
      Phonet: support active connection without pipe controller on modem
      Phonet: kill the ST-Ericsson pipe controller Kconfig

 Documentation/networking/phonet.txt |   67 ++---
 include/linux/phonet.h              |    4 +-
 include/net/phonet/pep.h            |    1 -
 net/phonet/Kconfig                  |   12 -
 net/phonet/af_phonet.c              |   13 +-
 net/phonet/pep.c                    |  682 ++++++++++++++---------------------
 net/phonet/socket.c                 |  112 +++----
 7 files changed, 352 insertions(+), 539 deletions(-)

Comments

David Miller March 3, 2011, 7:03 p.m. UTC | #1
From: "Rémi Denis-Courmont" <remi.denis-courmont@nokia.com>
Date: Thu, 3 Mar 2011 13:22:37 +0200

> The following changes since commit dc6ed1df5a5f84e45e77e2acb6fd99b995414956:
> 
>   dcbnl: add support for retrieving peer configuration - cee (2011-03-02 21:58:55 -0800)
> 
> are available in the git repository at:
>   git://git.remlab.net/linux-phonet.git master

You can't just send a pull request all by itself, you have to post the
patches too so people can actually review and reply to them individually.
--
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