* [RFC PATCH 0/6] IPv6 over Firewire (PoC)
@ 2013-01-12 14:20 YOSHIFUJI Hideaki
0 siblings, 0 replies; only message in thread
From: YOSHIFUJI Hideaki @ 2013-01-12 14:20 UTC (permalink / raw)
To: Stephan Gatzka, Stefan Richter; +Cc: netdev, linux1394-devel, yoshfuji
This is my proof of concept changes over the tree.
Code compiles, but untested.
Full changesets are also availble at:
http://www.linux-ipv6.org/gitweb/gitweb.cgi?p=gitroot/yoshfuji/linux-2.6-dev.git;a=shortlog;h=refs/heads/v3.7%2Bnet-next%2Bfirewire
I think firewire/net bits should be moved to firewire/net_core.c or something,
which is compiled statically even if FIREWIRE_NET = m.
YOSHIFUJI Hideaki (6):
ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h.
ndisc: Pass net_device to ndisc_fill_addr_option().
firewire net: Export fwnet_peerinfo structure for ieee1394-specific
peer information in ARP/NDP.
firewire net: Export peerinfo handlers.
firewire net: IPv6 support (RFC3146).
ipv6: IPv6 over IEEE1394 (RFC3146) support.
drivers/firewire/Kconfig | 8 +++
drivers/firewire/net.c | 125 ++++++++++++++++++++++++++++------------------
include/net/firewire.h | 21 ++++++++
include/net/ndisc.h | 20 +++++++-
net/ipv6/addrconf.c | 4 +-
net/ipv6/ndisc.c | 71 +++++++++++++++++++++-----
net/ipv6/route.c | 2 +
7 files changed, 188 insertions(+), 63 deletions(-)
create mode 100644 include/net/firewire.h
--
1.7.9.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-12 14:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-12 14:20 [RFC PATCH 0/6] IPv6 over Firewire (PoC) YOSHIFUJI Hideaki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).