[USB-BRINGUP-TRUNK]
[reactos.git] / drivers / network / tcpip /
2010-06-23 Timo KreuzerSync to trunk (r47832)
2010-06-17 Jérôme GardouHopefully fail to break anything in the process of...
2010-06-10 Timo KreuzerSync to trunk head (r47736)
2010-06-09 Amine KhaldiReintegrate header-work branch. Important changes inclu...
2010-06-07 Amine KhaldiSync trunk.
2010-05-25 Jérôme Gardousync with trunk r47346
2010-05-22 Amine KhaldiSync up to trunk head.
2010-05-15 Jérôme Gardousync with trunk r47227
2010-05-10 Amine Khaldi- Sync with trunk up to r46941.
2010-05-08 Jérôme GardouSync with trunk r47129
2010-05-07 Jérôme GardouSync with trunk (r47116), hopefully without breaking...
2010-05-03 Amine KhaldiSync with trunk head (part 1 of 2)
2010-04-18 Jérôme GardouSync to trunk (r46918)
2010-04-05 Jérôme GardouSync with trunk (aka 'I want my virtualbox mouse integr...
2010-04-02 Amine KhaldiSync with trunk head (part 1 or 2)
2010-04-01 Timo KreuzerMerge to trunk head (r46631)
2010-03-27 Jérôme Gardousync with trunk r46493
2010-03-26 Timo KreuzerReintegrate header branch
2010-03-26 Amine KhaldiSync with trunk head (part 1 of x)
2010-03-25 Amine KhaldiSync with trunk head.
2010-03-19 Jérôme Gardousync with trunk (r46275)
2010-03-18 Amine KhaldiSync with trunk head (part 1 of 2)
2010-03-13 Sir Richard[DDK]: Merge 46183 from header-branch.
2010-03-12 Timo Kreuzer[HEADERS]
2010-03-12 Amine KhaldiSync with trunk head
2010-03-09 Amine KhaldiSync with trunk head
2010-02-26 Timo KreuzerCreate a branch for header work.
2010-02-10 Cameron Gutman - Merge from trunk up to r45543
2010-01-23 Timo KreuzerHopefully create a branch and not destroy the svn repos...
2010-01-21 Cameron GutmanMerge aicom-network-branch (without NDIS changes for...
2010-01-16 Cameron Gutman[TDILIB, IPHLPAPI, WSHTCPIP]
2010-01-15 Cameron Gutman - Fix a bug with our tei_instance selection (we could...
2010-01-08 Cameron Gutman - Use a spin lock to protect the port bitmap instead...
2009-12-31 Cameron Gutman[TCPIP, IP]
2009-12-05 Cameron Gutman[TCPIP]
2009-12-02 Cameron Gutman - Revert 44301
2009-12-02 Cameron Gutman - Create another branch for networking fixes
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-10-13 Cameron Gutman - Implement ProtocolResetComplete
2008-10-06 Cameron Gutman - Partially implement ProtocolStatus in tcpip
2008-09-26 Cameron Gutman - Remove dead code
2008-09-20 Cameron Gutman - Revert r36337 because the callers don't depend on...
2008-09-20 Cameron Gutman - Zero the memory after we allocate it
2008-09-19 Cameron Gutman - Fail if TCPSocket doesn't complete successfully
2008-09-19 Cameron Gutman - Add the adapter to the adapter list only after it...
2008-09-15 Cameron Gutman - Add the spin locks back that I removed
2008-09-14 Cameron Gutman - Merge r35555, r35575, r35576, and r36243 into my...
2008-09-10 Cameron Gutman - Remove the spin locks around NdisSend because it...
2008-09-08 Cameron Gutman - Return the actual status not NDIS_STATUS_SUCCESS...
2008-09-07 Cameron Gutman - Make sure we successfully allocated memory
2008-09-06 Cameron Gutman - Return NDIS_STATUS_RESOURCES not NDIS_STATUS_NOT_ACC...
2008-09-06 Cameron Gutman - Forgot this file from r36006
2008-09-06 Cameron Gutman - Check status from RawIPStartup, UDPStartup, and...
2008-09-06 Cameron Gutman - Fix a code typo
2008-09-06 Cameron Gutman - Use NewBuf instead of Data so we actually use the...
2008-09-06 Cameron Gutman - Return NDIS_STATUS_RESOURCES not STATUS_NO_MEMORY
2008-09-06 Cameron Gutman - Return TDI_NO_RESOURCES instead of TDI_INVALID_REQUE...
2008-08-30 Cameron Gutman - Check that we successfully allocated memory
2008-08-20 Cameron Gutman - Fix IRP cancellation issues
2008-08-20 Cameron Gutman - Revert 35477-35481
2008-08-20 Cameron Gutman - The rest of the merge
2008-08-14 Cameron Gutman - Always set Irp->IoStatus.Status
2008-08-05 Cameron Gutman - Close the handle on failure
2008-08-03 Cameron Gutman - Fail if we can't allocate memory
2008-08-03 Cameron Gutman - Don't continue if OpenRegistryKey fails
2008-08-03 Cameron Gutman - Check to see if the ZwEnumerateKey call succeeded...
2008-08-03 Cameron Gutman - Add some more debug prints for memory allocation...
2008-08-02 Cameron Gutman - Make sure to set Irp->IoStatus.Status to the correct...
2008-08-01 Art YerkesCreate a branch for network fixes.