- Queue the packet again if we currently don't have enough resources to process it
[reactos.git] / drivers / network / ndis / ndis / miniport.c
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.