All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC net-next (TAKE 3) 0/6] IPv6 over Firewire
@ 2013-02-10 17:46 YOSHIFUJI Hideaki
  0 siblings, 0 replies; only message in thread
From: YOSHIFUJI Hideaki @ 2013-02-10 17:46 UTC (permalink / raw)
  To: netdev, linux1394-devel; +Cc: stephan.gatzka, davem, stefanr, yoshfuji

This is take3 of IPv6 over Firewire.
- Ignore spd and max_payload in ARP/NDP.
- Separate patch for address handler related change
  with some fixes.
- Fix minor typoes.

YOSHIFUJI Hideaki (6):
  firewire net: Ignore spd and max_payload advertised by ARP.
  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, ipv4 arp: Extend hardware address and remove
    driver-level packet inspection.
  ipv6: IPv6 over Firewire (RFC3146) support.

 drivers/firewire/Kconfig |    6 +-
 drivers/firewire/net.c   |  322 +++++++++++++++++++++-------------------------
 include/linux/if_arp.h   |   12 +-
 include/net/firewire.h   |   25 ++++
 net/ipv4/arp.c           |   18 ++-
 net/ipv6/addrconf.c      |   20 ++-
 6 files changed, 214 insertions(+), 189 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-02-10 17:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-10 17:46 [RFC net-next (TAKE 3) 0/6] IPv6 over Firewire YOSHIFUJI Hideaki

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.