- Protect MiniportBusy with a spin lock
[reactos.git] / drivers / network / ndis / ndis / miniport.c
2008-09-27 Cameron Gutman - Protect MiniportBusy with a spin lock
2008-09-27 Cameron Gutman - Call ResetHandler directly
2008-09-27 Cameron Gutman - Queue a work item in MiniReset if the adapter is...
2008-09-26 Cameron Gutman - Fix a typo
2008-09-24 Cameron Gutman - Add a debug print
2008-09-23 Cameron Gutman - Use timers so the code is much more simple and works...
2008-09-23 Cameron Gutman - Check for miniport hangs at the appropriate time
2008-09-23 Cameron Gutman - Set CheckForHangSeconds to a default value of 2...
2008-09-23 Cameron Gutman - Set CheckForHangSeconds
2008-09-23 Cameron Gutman - Call the CheckForHang handler at DISPATCH_LEVEL
2008-09-23 Cameron Gutman - Implement MiniCheckForHang
2008-09-21 Cameron Gutman - Set MiniportBusy to TRUE in MiniDequeueWorkItem...
2008-09-20 Cameron Gutman - Only call MiniSendComplete if ProIndicatePacket...
2008-09-20 Cameron Gutman - The handle passed to MiniRequestComplete, NdisMQuery...
2008-09-19 Cameron Gutman - Queue the packet again if we currently don't have...
2008-09-19 Cameron Gutman - Initialize the callback record before calling KeRegi...
2008-09-14 Cameron Gutman - Merge r35555, r35575, r35576, and r36243 into my...
2008-09-14 Cameron Gutman - Call a serialized miniport's Send/SendPackets handle...
2008-09-14 Cameron Gutman - Change our method of queuing work items so we don...
2008-09-14 Cameron Gutman - Queue a work item to do our work that was previously...
2008-09-13 Cameron Gutman - Call KeAcquireSpinLockAtDpcLevel instead of KeAcquir...
2008-09-13 Cameron Gutman - Read the maximum packets that the driver allows...
2008-09-12 Cameron Gutman - We must call MiniDequeueWorkItem while holding a...
2008-09-12 Cameron Gutman - Call ProtocolRequestComplete at the correct IRQL
2008-09-11 Cameron Gutman - Call MiniportQueryInformation at the correct IRQL
2008-09-09 Cameron Gutman - Remove the adapter from the global adapter list...
2008-09-05 Cameron Gutman - Handle AllocatedResources and AllocatedResourcesTran...
2008-09-03 Cameron Gutman - Accept STATUS_SUCCESS also as done in config.c
2008-09-01 Cameron Gutman - Don't return NDIS_STATUS_SUCCESS when we really...
2008-09-01 Cameron Gutman - Initially set PoolHandle, ConfigurationHandle, KeyHa...
2008-08-29 Cameron Gutman - Returning STATUS_BUFFER_OVERFLOW is ok also since...
2008-08-01 Art YerkesCreate a branch for network fixes.