- Return the correct status
[reactos.git] / drivers / network / afd / afd /
2008-09-10 Cameron Gutman - Return the correct status
2008-09-10 Cameron Gutman - Don't call IoCompleteRequest while holding a spin...
2008-09-10 Cameron Gutman - Set ContextSize when we allocate it
2008-09-09 Cameron Gutman - Fix a memory leak
2008-08-30 Cameron Gutman - Change the status to STATUS_SUCCESS if TdiReceive...
2008-08-30 Cameron Gutman - Check if TdiBuildNullConnectionInfo completed succes...
2008-08-30 Cameron Gutman - FCB->State gets set to SOCKET_STATE_CONNECTED in...
2008-08-30 Cameron Gutman - Check if MakeSocketIntoConnection succeeded
2008-08-29 Cameron Gutman - Free the address we've previously allocated if needed
2008-08-29 Cameron Gutman - Set Handle to NULL so we don't try to close it later
2008-08-24 Cameron Gutman - Revert my whole ASSERT mess
2008-08-24 Cameron Gutman - Apply the same change in my branch as I did to trunk...
2008-08-24 Cameron Gutman - Add another missing PollReeval
2008-08-24 Cameron Gutman - Revert r35601
2008-08-24 Cameron Gutman - Set FCB->Locked to TRUE after we increment the lock...
2008-08-24 Cameron Gutman - Add some missing calls to PollReeval
2008-08-24 Cameron Gutman - Fail if DatagramRecv->Address is NULL
2008-08-24 Cameron Gutman - Set *ConnectionInfo to NULL if we can't allocate...
2008-08-24 Cameron Gutman - Skip ObReferenceObjectByHandle if HandleArray[i...
2008-08-24 Cameron Gutman - Fail if MmProbeAndLockPages doesn't succeed
2008-08-23 Cameron Gutman - Make sure IPAddr is non-NULL
2008-08-23 Cameron Gutman - Code cleanup
2008-08-23 Cameron Gutman - Make sure FCB->AddressFrom is non-NULL
2008-08-22 Cameron Gutman - More STATUS_UNSUCCESSFUL to STATUS_INVALID_PARAMETER...
2008-08-22 Cameron Gutman - Return a more accurate status (STATUS_INVALID_PARAME...
2008-08-21 Cameron Gutman - Replace MmMapLockedPages with MmGetSystemAddressForM...
2008-08-20 Cameron Gutman - Reapply r35481
2008-08-20 Cameron Gutman - Fix IRP cancellation issues
2008-08-20 Cameron Gutman - Revert 35477-35481
2008-08-20 Cameron Gutman - Fix handling of cancelled IRPs
2008-08-20 Cameron Gutman - Don't forget about ConnectIrp (This fix was lost...
2008-08-20 Cameron Gutman - Fix build
2008-08-20 Cameron Gutman - The rest of the merge
2008-08-20 Cameron Gutman - Reapply arty's datagram cancellation work
2008-08-20 Cameron Gutman - Move LockBuffers
2008-08-20 Cameron Gutman - Use FCB->Connection.Object instead of FCB->AddressFi...
2008-08-19 Cameron Gutman - Fix a bug that resulted in the status getting change...
2008-08-19 Cameron Gutman - Use MmGetSystemAddressForMdlSafe instead of MmMapLoc...
2008-08-19 Cameron Gutman - Fix a memory leak
2008-08-19 Cameron Gutman - Make sure we have an mdl and a buffer
2008-08-19 Cameron Gutman - SEHify LockRequest
2008-08-19 Cameron Gutman - MmMapLockedPages takes KPROCESSOR_MODE not LOCK_OPER...
2008-08-19 Cameron Gutman - Make sure we don't complete with STATUS_SUCCESS...
2008-08-18 Cameron Gutman - Use the correct ioctl
2008-08-18 Cameron Gutman - Call MmProbeAndLockPages for SysMdl
2008-08-17 Cameron Gutman - Change STATUS_UNSUCCESSFUL to STATUS_FILE_CLOSED
2008-08-17 Cameron Gutman - Call SocketStateUnlock before returning
2008-08-16 Cameron Gutman - Make sure we successfully allocated ConnectionReturn...
2008-08-16 Cameron Gutman - Move SocketAcquireStateLock out of SEH
2008-08-16 Cameron Gutman - Move MmUnlockPages to the proper place (still commen...
2008-08-16 Cameron Gutman - Fix another memory leak
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.