All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] [PATCH 0/5] Phonet enhancements
@ 2008-12-17 14:07 Rémi Denis-Courmont
  2008-12-17 14:07 ` [PATCH 1/5] Phonet: allocate a non-Ethernet ARP type Rémi Denis-Courmont
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Rémi Denis-Courmont @ 2008-12-17 14:07 UTC (permalink / raw)
  To: netdev


	Hello,

This simplifies the GPRS over Phonet virtual interface driver, and
adds support for a Phonet USB gadget (the latter will need to go
through linux-usb?). Comments welcome.

--
 drivers/usb/gadget/f_phonet.c |  621 ++++++++++++++++++++++++++++++++++++++++++
 drivers/usb/gadget/u_phonet.h |   21 +
 include/linux/if_arp.h        |    3
 include/net/phonet/pep.h      |    2
 net/core/dev.c                |   12
 net/phonet/pep-gprs.c         |   93 +-----
 net/phonet/pep.c              |   38 +-
 net/phonet/socket.c           |    2
 8 files changed, 703 insertions(+), 89 deletions(-)
-- 
Rémi Denis-Courmont
Maemo Software, Nokia Devices R&D

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2009-01-08 17:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-17 14:07 [RFC] [PATCH 0/5] Phonet enhancements Rémi Denis-Courmont
2008-12-17 14:07 ` [PATCH 1/5] Phonet: allocate a non-Ethernet ARP type Rémi Denis-Courmont
2008-12-17 20:07   ` Marcel Holtmann
2008-12-17 22:18     ` Rémi Denis-Courmont
2008-12-17 23:52   ` David Miller
2008-12-17 14:07 ` [PATCH 2/5] Phonet: allocate separate ARP type for GPRS over a Phonet pipe Rémi Denis-Courmont
2008-12-17 23:52   ` David Miller
2008-12-17 14:07 ` [PATCH 3/5] Phonet: use atomic for packet TX window Rémi Denis-Courmont
2008-12-17 23:53   ` David Miller
2008-12-17 14:07 ` [PATCH 4/5] Phonet: get rid of deferred work on the transmission path Rémi Denis-Courmont
2008-12-17 23:53   ` David Miller
2008-12-17 14:07 ` [PATCH 5/5] Phonet: USB CDC Phonet function for gadget framework Rémi Denis-Courmont
2008-12-17 23:53   ` David Miller
2008-12-29 15:44   ` Marcel Holtmann
2009-01-08  7:54     ` Rémi Denis-Courmont
2009-01-08 17:15       ` Marcel Holtmann
2008-12-17 23:46 ` [RFC] [PATCH 0/5] Phonet enhancements David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.