[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <a9972d3fe3d2bf09387bee7827b571c0@chewa.net>
Date: Tue, 15 Sep 2009 13:30:19 +0200
From: Rémi Denis-Courmont <remi@...lab.net>
To: netdev@...r.kernel.org
Subject: [PATCH 0/5] Phonet: basic routing support
Hello,
This small patch series adds simplistic routing support to the Phonet
stack. Usually, there is an "upstream" interface to the Phonet modem.
However, if Linux runs on an embedded USB gadget, we have two interfaces in
the same namespace:
- an internal interface to the modem (e.g. OMAP SSI bus), and
- an external interface to the USB host (CDC Phonet).
Patches follow.
include/linux/phonet.h | 1
include/net/phonet/pn_dev.h | 6 ++
net/phonet/af_phonet.c | 55 ++++++++++++++++--
net/phonet/pn_dev.c | 131
+++++++++++++++++++++++++++++++++++++++++---
net/phonet/pn_netlink.c | 130
+++++++++++++++++++++++++++++++++++++++++++
5 files changed, 312 insertions(+), 11 deletions(-)
I am not sure if feature patches are still allowed. If not, I can just
repost this at a more convenient time.
--
Rémi Denis-Courmont
--
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