------------------------------------------------------------------------
r1217 | mgrooms | 2008-07-01 00:58:37 -0500 (Tue, 01 Jul 2008) | 1 line

Update documentation version information.
------------------------------------------------------------------------
r1216 | mgrooms | 2008-07-01 00:48:16 -0500 (Tue, 01 Jul 2008) | 1 line

Branch for 2.1.1 release.
------------------------------------------------------------------------
r1213 | mgrooms | 2008-07-01 00:06:46 -0500 (Tue, 01 Jul 2008) | 1 line

Correct some problems with VPN Trace. This was caused by invalid casts
to types that were not appropriate for 64bit pointers.
------------------------------------------------------------------------
r1210 | mgrooms | 2008-06-30 21:17:03 -0500 (Mon, 30 Jun 2008) | 1 line

Correct two major bugs in the NDIS 6 filter driver receive path. After
modifying the net buffer list linked list, the original list count was
being passed instead of the modified list count. This was causing
problems when used with NDIS 6 miniport drivers that pass more than a
single net buffer list in a linked list. Thanks to Joerg De La Haye and
Matthew Carle for reporting this problem. Also, revert any changes made
to a net buffer list before returning when NDIS_TEST_RECEIVE_CANNOT_PEND
is true.
------------------------------------------------------------------------