ChangeSet@1.1481.1.7, 2003-11-24 20:00:19-08:00, davem@nuts.ninka.net
  [ECONET]: Do not leak SKBs if ec_queue_packet() fails.
  
  Also, make sure NET_RX_DROP is returned if we did not accept the
  packet.

ChangeSet@1.1481.1.6, 2003-11-24 19:49:48-08:00, davem@nuts.ninka.net
  [PPPOE]: Do not leak SKB if sock_queue_rcv_skb() fails.

ChangeSet@1.1481.1.5, 2003-11-24 19:44:51-08:00, davem@nuts.ninka.net
  [NET]: In sock_queue_rcv_skb(), do not deref skb->len after it is queued to the socket.
  
  In implementations that use no socket locking, such as RAW sockets,
  once we queue the SKB to the socket another cpu can remove the SKB
  from the socket queue and free up the SKB making the skb->len access
  touch freed memory.
  
  Based upon a report from Burton Windle, kernel bugzilla #937

ChangeSet@1.1484, 2003-11-24 10:02:15-06:00, jejb@raven.il.steeleye.com
  Fix locking problems in scsi_report_bus_reset() causing aic7xxx to hang
  
  All the users of this function in the SCSI tree call it with the host
  lock held.  With the new list traversal code, it was trying to take
  the lock again to traverse the list.
  
  Fix it to use the unlocked version of list traversal and modify the
  header comments to make it clear that the lock is expected to be held
  on calling it.

ChangeSet@1.1481.1.4, 2003-11-23 22:45:16-08:00, dlstevens@us.ibm.com
  [IPV6]: Multicast output bypasses netfilter hooks, fix.
  
  Noted by Harald Welte (laforge@netfilter.org)

ChangeSet@1.1481.1.3, 2003-11-23 17:25:26-08:00, torvalds@home.osdl.org
  Linux 2.6.0-test10
  TAG: v2.6.0-test10