linux/drivers/firewire
Stefan Richter 5a124d382e firewire: net: allow for unordered unit discovery
Decouple the creation and destruction of the net_device from the order
of discovery and removal of nodes with RFC 2734 unit directories since
there is no reliable order.  The net_device is now created when the
first RFC 2734 unit on a card is discovered, and destroyed when the last
RFC 2734 unit on a card went away.  This includes all remote units as
well as the local unit, which is therefore tracked as a peer now too.

Also, locking around the list of peers is slightly extended to guard
against peer removal.  As a side effect, fwnet_peer.pdg_lock has become
superfluous and is deleted.

Peer data (max_rec, speed, node ID, generation) are updated more
carefully.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2009-06-14 14:26:29 +02:00
..
core-card.c firewire: net: allow for unordered unit discovery 2009-06-14 14:26:29 +02:00
core-cdev.c firewire: core: include linux/uaccess.h instead of asm/uaccess.h 2009-06-06 21:45:50 +02:00
core-device.c firewire: core: don't update Broadcast_Channel if RFC 2734 conditions aren't met 2009-06-14 11:57:06 +02:00
core-iso.c firewire: add IPv4 support 2009-06-14 14:26:28 +02:00
core-topology.c firewire: rename source files 2009-06-05 16:26:18 +02:00
core-transaction.c firewire: core: use more outbound tlabels 2009-06-14 14:23:42 +02:00
core.h firewire: add IPv4 support 2009-06-14 14:26:28 +02:00
Kconfig firewire: net: add Kconfig item, rename driver 2009-06-14 14:26:29 +02:00
Makefile firewire: net: add Kconfig item, rename driver 2009-06-14 14:26:29 +02:00
net.c firewire: net: allow for unordered unit discovery 2009-06-14 14:26:29 +02:00
ohci.c firewire: rename source files 2009-06-05 16:26:18 +02:00
ohci.h firewire: reorganize header files 2009-06-05 16:26:18 +02:00
sbp2.c firewire: add parent-of-unit accessor 2009-06-06 21:45:50 +02:00