------------------------------------------------------------------------
r1370 | mgrooms | 2009-12-16 15:45:33 +0000 (Wed, 16 Dec 2009) | 1 line
Rervert our change to the NDIS5 virtual network driver that removed
handling of OID_802_3_MAXIMUM_LIST_SIZE. Apparently it is required for
proper operation even if we don't support multicast addresses.
------------------------------------------------------------------------
r1368 | mgrooms | 2009-12-15 07:48:40 +0000 (Tue, 15 Dec 2009) | 1 line
Correct a minor whitespace nit in NDIS6 virtual adapter driver.
------------------------------------------------------------------------
r1366 | mgrooms | 2009-12-15 07:44:45 +0000 (Tue, 15 Dec 2009) | 7 lines
Add a run time check in our NDIS5 driver to determine if we are running
on Windows 2000 or XP. Convert the statistics to return 32bit counter
values on 2000 and 64bit on XP. Use 64bit counters in our NDIS6 driver
for SentOk and RecvOk. All other NDIS6 counters already returned 64bit
values.
Remove handling of OID_802_3_MAXIMUM_LIST_SIZE in our NDIS5/6 drivers as
we don't support multi-cast addresses.
Return NDIS_STATUS_NOT_SUPPORTED in our NDIS5 driver for all IODs that
we don't handle instead of NDIS_STATUS_INVALID_OID. This is what
examples in the WDK do.
Update the NDIS5/6 virutal adapter INFs to report NCF_VIRTUAL as
suggested by Thomas.
------------------------------------------------------------------------
r1364 | mgrooms | 2009-12-13 02:58:39 +0000 (Sun, 13 Dec 2009) | 1 line
Modify libvnet and consumers to be more intelligent when opening device
handles. When read access is requested, the driver queues packets on the
send path on behalf of the consumer. This is undesirable unless we
really plan to read them.
------------------------------------------------------------------------
r1362 | mgrooms | 2009-12-13 02:04:56 +0000 (Sun, 13 Dec 2009) | 1 line
Revert a minor change that was unnecessary for proper NDIS6 virtual
network adapter statistics gathering.
------------------------------------------------------------------------
r1360 | mgrooms | 2009-12-13 01:43:07 +0000 (Sun, 13 Dec 2009) | 1 line
Update the test_vnet application to allow the adapter link state and
speed to be manually set.
------------------------------------------------------------------------
r1358 | mgrooms | 2009-12-13 01:41:54 +0000 (Sun, 13 Dec 2009) | 1 line
Update both the NDIS5 and NDIS6 virtual network adapter drivers to
report statistics correctly.
------------------------------------------------------------------------