lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sat, 12 Jan 2013 23:20:53 +0900
From:	YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>
To:	Stephan Gatzka <stephan.gatzka@...il.com>,
	Stefan Richter <stefanr@...6.in-berlin.de>
CC:	netdev@...r.kernel.org, linux1394-devel@...ts.sourceforge.net,
	yoshfuji@...ux-ipv6.org
Subject: [RFC PATCH 0/6] IPv6 over Firewire (PoC)

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

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ