[CMBATT]
[reactos.git] / reactos / drivers / network /
2010-02-26 Ged Murphy- Move from using include guards to pragma once.
2010-02-09 Colin FinckThe big RosBE 1.5 compatibility patch. You will need...
2010-02-04 Cameron Gutman - Merge r45400 from aicom-network-branch to fix the...
2010-01-21 Timo KreuzerMerge from amd64-branch:
2010-01-21 Cameron GutmanMerge aicom-network-branch (without NDIS changes for...
2010-01-05 Timo Kreuzer[CSRSS]
2009-12-28 Samuel SerapionSync to trunk (r44789)
2009-12-27 Samuel Serapionsync to trunk (44770)
2009-12-20 Timo KreuzerMerge from amd64 branch:
2009-12-12 Samuel Serapion-Remove hacks for older gcc versions.
2009-12-07 Samuel Serapionsync rostests to r44455
2009-12-07 Samuel Serapionsync rosapps to r44454
2009-12-03 Samuel SerapionSync to trunk (r44371)
2009-12-03 Samuel SerapionSync to trunk (r44371)
2009-12-02 Cameron Gutman - Revert 44301
2009-12-02 Cameron Gutman - Create another branch for networking fixes
2009-12-01 Samuel SerapionHack fix ndis build.
2009-11-28 Aleksey Bragin- Revert the oskit locking rewrite in trunk, it's bette...
2009-11-22 Cameron Gutman - Fix a race condition that occurs when an IRP gets...
2009-11-21 Cameron Gutman - Remove memtrack and use tags instead (ExAllocatePool...
2009-11-21 Cameron Gutman - Disassociate the socket context before closing so...
2009-11-14 Cameron Gutman - Fix build (try 2)
2009-11-14 Cameron Gutman - Fix build
2009-11-14 Cameron Gutman - Use a spin lock to protect OSKit instead of a recurs...
2009-11-10 Timo KreuzerMerge trunk HEAD (r44067)
2009-11-07 Cameron Gutman - Stop using the TCPLock to protect all entries into...
2009-11-02 Cameron Gutman - Rework our oskittcp signalling
2009-11-02 Cameron Gutman - Fix some confusion between SignalState and State...
2009-10-31 Cameron Gutman - Don't disconnect the same socket multiple times...
2009-10-27 Dmitry Gorbachev- Update address of Free Software Foundation.
2009-10-26 Cameron Gutman - Comment out this unused code until I can get the...
2009-10-26 Cameron Gutman - Forgot this file
2009-10-26 Cameron Gutman - Update AFD's shared header
2009-10-25 Timo KreuzerMerge trunk head (r43756)
2009-10-24 Cameron Gutman - Implement SetIpNetEntry in iphlpapi and InfoTdiSetAr...
2009-10-23 Cameron Gutman - Limit the number of interrupts that are handled...
2009-10-21 Stefan Ginsberg- Don't use KeBugCheck(0) -- 0 is an invalid bugcode...
2009-10-21 Cameron Gutman - Don't allocate a buffer if we don't have any neighbors
2009-10-20 Cameron Gutman - Implement UDP checksum calculation
2009-10-20 Cameron Gutman - Don't set AT_ARP for the loopback interface
2009-10-20 Cameron Gutman - Copy correct data to our lookahead buffer. It was...
2009-10-20 Cameron Gutman - Store the indicated packet so NdisTransferData can...
2009-10-18 Timo KreuzerMerge trunk (r43561)
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-10-12 Timo KreuzerSync to trunk HEAD (r43416)
2009-10-10 Cameron Gutman - Fix timeout values
2009-10-10 Cameron Gutman - Specify the interface index so the route won't get...
2009-10-09 Cameron Gutman - Fix some typos from my last commit
2009-10-09 Cameron Gutman - Rewrite IOCTL_TCP_QUERY_INFORMATION_EX/IOCTL_TCP_SET...
2009-10-05 Cameron Gutman - Remove the STATUS_PENDING case in UnlockAndMaybeComp...
2009-10-05 Cameron Gutman - Cancel pending user IRPs when we get a IRP_MJ_CLEANU...
2009-10-04 Cameron Gutman - Don't add the media-specific header until right...
2009-10-03 Cameron Gutman - Add cancellation support for IOCTL_AFD_SELECT
2009-10-03 Cameron Gutman - Implement IRP cancellation for AFD
2009-10-03 Stefan Ginsberg- Replace some x86 assembly in drivers with portable...
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-23 Timo KreuzerSync with trunk r43123
2009-09-20 Cameron Gutman - Simplify and fix a few bugs in datagram reassembly
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-09-19 Cameron Gutman - Changed some behavior from the last neighbor cache...
2009-09-19 Cameron Gutman - Partial rewrite of CHEW
2009-09-17 Cameron Gutman - Use proper object attributes and share access when...
2009-09-14 Cameron Gutman - Rework our aging neighbor cache system that never...
2009-09-12 Cameron Gutman - Fix memory leaks when reading strings and binary...
2009-09-01 Cameron Gutman - Send NetEventBindsComplete when binding has complete...
2009-08-29 Cameron Gutman - Implement AFD_INFO_GROUP_ID_TYPE
2009-08-24 Stefan Ginsberg- Start deprecating TAG()
2009-08-23 Stefan Ginsberg- copy.c, view.c: malloc.h now properly implements...
2009-08-22 Matthias Kupfer- halve and round up (improved version) ;-)
2009-08-21 Stefan Ginsberg- svchost: #ifdef _MSC_VER doesn't mean "using Microsof...
2009-08-20 Cameron Gutman - Forgot to change debug print
2009-08-20 Cameron Gutman - Fix receiving packets on an interface's broadcast...
2009-08-18 Cameron Gutman - Print a message to the debug log if ZwClose returns...
2009-08-18 Cameron Gutman - Handle failure of NdisMInitializeWrapper
2009-08-18 Cameron Gutman - Verify that we got a handle to a file object
2009-08-15 Cameron Gutman - Actually zero the select events in ZeroEvents
2009-08-15 Cameron Gutman - Fix more select bugs related to the disconnect event
2009-08-15 Cameron Gutman - Fix several bugs in select code and remove some...
2009-08-14 Cameron Gutman - Fix several bugs so select() will now recognize...
2009-08-13 Cameron Gutman - Fix a handle leak
2009-08-12 Cameron Gutman - Don't access an uninitialized variable
2009-08-10 Cameron Gutman - Make Connect IRPs cancellable (should fix some deadl...
2009-08-09 Stefan Ginsberg- ne2000: Don't assume stdcall is default for MSVC
2009-08-09 Cameron Gutman - Return the correct value for AFD_INFO_BLOCKING_MODE
2009-08-07 Cameron Gutman - We associate the MDL with the IRP later (in TdiBuild...
2009-08-07 Cameron Gutman - Call IoCompleteRequest to free IRPs created by IoBui...
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-08-05 Stefan Ginsberg- Fix release build broken in 42400
2009-08-05 Cameron Gutman - Fix a bug in TDI_TRANSPORT_ADDRESS_FILE handling
2009-08-05 Cameron Gutman - Correct the loopback adapter's address mask and...
2009-08-04 Cameron Gutman - Partial rewrite of recursive mutex code
2009-08-04 Cameron Gutman - Hardcode the return value of OID_GEN_HARDWARE_STATUS...
2009-08-04 Cameron Gutman - Finally get IRP_MJ_CLOSE working properly
2009-08-03 Cameron Gutman - Fix some cleanup vs. close confusion
2009-08-03 Cameron Gutman - Revert r42358 due to what seems to be issues handlin...
2009-08-03 Cameron Gutman - Fix a typo
2009-08-03 Cameron Gutman - Check if the handle is valid before closing it
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-25 Stefan Ginsberg- Fix most of the network stack for msvc (except tcpip...
next