netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next (TAKE 4) 0/6] IPv6 over Firewire
@ 2013-03-25 18:25 YOSHIFUJI Hideaki
  2013-03-26 16:32 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: YOSHIFUJI Hideaki @ 2013-03-25 18:25 UTC (permalink / raw)
  To: davem, stefanr; +Cc: netdev, linux1394-devel, stephan.gatzka, yoshfuji

This is take 4 of supporting IPv6 over Firewire (IEEE 1394) based on
RFC3146.

Take 3->4:
- Fix receiving 1394 ARP, which comes without arp$tha.
- Remove rfc3146 unit directory on module exit.
- other minor clean-ups - minimize diffs.

YOSHIFUJI Hideaki (6):
  firewire net: Accept IPv4 and ARP only.
  firewire net: Send L2 multicast via GASP.
  firewire net: Allocate address handler before registering net_device.
  firewire net: Ignore spd and max_payload advertised by ARP.
  firewire net, ipv4 arp: Extend hardware address and remove
    driver-level packet inspection.
  firewire net, ipv6: IPv6 over Firewire (RFC3146) support.

 drivers/firewire/Kconfig |    6 +-
 drivers/firewire/net.c   |  301 +++++++++++++++++++++-------------------------
 include/linux/if_arp.h   |   12 +-
 include/net/firewire.h   |   25 ++++
 net/ipv4/arp.c           |   27 ++++-
 net/ipv6/addrconf.c      |   20 ++-
 6 files changed, 213 insertions(+), 178 deletions(-)
 create mode 100644 include/net/firewire.h

-- 
1.7.9.5

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

end of thread, other threads:[~2013-03-26 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-25 18:25 [PATCH net-next (TAKE 4) 0/6] IPv6 over Firewire YOSHIFUJI Hideaki
2013-03-26 16:32 ` David Miller

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