[CMAKE]
[reactos.git] / drivers / network / afd /
2008-08-16 Cameron Gutman - Raise the maximum IRQL that this routine is callable...
2008-08-15 Cameron Gutman - Fix a memory leak that occurs when AfdSetContext...
2008-08-15 Cameron Gutman - Fix a typo resulting in any call to AfdGetSockOrPeer...
2008-08-14 Cameron Gutman - Fix a possible crash
2008-08-13 Cameron Gutman - Set Buf to NULL so we don't try to free it again...
2008-08-13 Cameron Gutman - Revert r35279 due to some odd problems with UnlockBu...
2008-08-13 Cameron Gutman - Don't crash if we are already freed
2008-08-13 Cameron Gutman - Move memory freeing to ListenComplete
2008-08-12 Cameron Gutman - Check for FCB->TdiDeviceName.Buffer before attemptin...
2008-08-12 Cameron Gutman - Free the MDL on failure
2008-08-12 Cameron Gutman - Make sure both FCB->Recv.Window and FCB->Send.Window...
2008-08-12 Cameron Gutman - Fix another memory leak
2008-08-12 Cameron Gutman - Don't forget to call UnlockBuffers()
2008-08-11 Cameron Gutman - Don't continue if locking failed
2008-08-11 Cameron Gutman - Only call LockBuffers() if we must
2008-08-11 Cameron Gutman - Set the MDL we just freed to NULL so we don't try...
2008-08-10 Cameron Gutman - Move check for NULL FCB before trying to access it
2008-08-09 Cameron Gutman - Uncomment TdiQueryAddress and get it to compile
2008-08-09 Cameron Gutman - Uncomment TdiQueryInformationEx and make it compile
2008-08-09 Cameron Gutman - Fix another memory leak
2008-08-08 Cameron Gutman - Remove ASSERTs and return STATUS_INVALID_PARAMETER
2008-08-08 Cameron Gutman - Add some ASSERTs
2008-08-08 Cameron Gutman - Remove duplicate code
2008-08-06 Cameron Gutman - Don't check Status so we don't quit looping after...
2008-08-04 Cameron Gutman - Fix more leaks
2008-08-04 Cameron Gutman - Revert the rest of r35080
2008-08-04 Cameron Gutman - Revert part of r35080
2008-08-03 Cameron Gutman - Fix 2 more memory leaks
2008-08-03 Cameron Gutman - We must assign values to Irp->IoStatus.Status and...
2008-08-02 Cameron Gutman - Set Irp->IoStatus.Information to 0
2008-08-02 Cameron Gutman - We must complete the IRP if we fail because the...
2008-08-02 Cameron Gutman - Fix a bug where Irp->IoStatus wasn't set if Status...
2008-08-01 Cameron Gutman- These should no longer be needed now that TDI doesn...
2008-08-01 Cameron Gutman* Fix many memory leaks by unmapping MDL pages when...
2008-08-01 Art YerkesCreate a branch for network fixes.