--- /dev/null
+Rough branch structure:
+
+These ones shouldn't change unless we pull from upstream and rebase:
+
+origin/origin -- The original 2.6.27 tree
+origin-plus-patchqueue -- origin/origin with a snapshot of the 2.6.27
+ patchqueue applied.
+nc2/forklift-over-patchqueue -- origin-plus-patchqueue plus a simple
+ forklift of the 2.6.18 version of the
+ patch.
+
+
+These ones will change as we do development:
+
+nc2/trunk -- nc2/forklift-over-patchqueue plus currently accepted
+ patches.
+
+defer_allocation -- Goes over the top of nc2/trunk and gets rid of a
+ lot of the resource allocation by doing the
+ transmit directly from the netdev start_xmit
+ method.
+
+read_from_ring -- Goes over the top of defer_allocation and arranges
+ that we can read messages directly from the ring,
+ without copying them.
+
+renato_patches -- A bunch of patches which Renato sent me. Goes over
+ the top of nc2/trunk.