[PSDK]
[reactos.git] / reactos / lib / drivers /
2009-10-26 Johannes Anderwald[WDMAUD.DRV]
2009-10-25 Timo KreuzerMerge trunk head (r43756)
2009-10-25 Stefan Ginsberg- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol...
2009-10-22 Cameron Gutman - Move the DstAddress check above the NCE modification...
2009-10-21 Stefan Ginsberg- Don't use KeBugCheck(0) -- 0 is an invalid bugcode...
2009-10-21 Cameron Gutman - Fix an issue that broke ARP replies because we compa...
2009-10-20 Cameron Gutman - Fix a typo in checksum calculation for datagrams...
2009-10-20 Cameron Gutman - Implement UDP checksum calculation
2009-10-19 Timo Kreuzer- use tabs in rbuild file
2009-10-18 Timo KreuzerMerge trunk (r43561)
2009-10-18 Timo KreuzerComment out mmebuddy, I currently see no chance compili...
2009-10-18 Johannes Anderwald- Partly revert 43533
2009-10-17 Johannes Anderwald- Quick & dirty implementation of WIDM_RESET / WODM_RESET
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-10-12 Timo KreuzerSync to trunk HEAD (r43416)
2009-10-12 Dmitry Gorbachev[CHEW]
2009-10-10 Cameron Gutman - Small fix for 43354
2009-10-10 Cameron Gutman - Fix timeout values
2009-10-09 Stefan Ginsberg- Hey, you know what? Dbg/NtQueryDebugFilterState retur...
2009-10-09 Stefan Ginsberg- Fix DbgLoadImageSymbols -- it doesn't return anything.
2009-10-09 Cameron Gutman - Fix some typos from my last commit
2009-10-06 Johannes Anderwald- Partly implement WIDM_ADDBUFFER
2009-10-06 Johannes Anderwald- Implement WIDM_OPEN, WIDM_CLOSE, WIDM_PREPARE, WIDM_U...
2009-10-04 Cameron Gutman - Don't add the media-specific header until right...
2009-10-01 Cameron Gutman - Get the length from each packet header instead of...
2009-09-30 Stefan Ginsberg- Remove the remaining __USE_W32API, deprecated for...
2009-09-30 Cameron Gutman - Uncomment some SYN handling code
2009-09-30 Cameron Gutman - Fix a nasty bug that caused us to exit the loop...
2009-09-29 Cameron Gutman - Sync the ACK hack with the last oskit release
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-25 Johannes Anderwald[WDMAUD.DRV]
2009-09-24 Johannes Anderwald[WDMAUD.DRV]
2009-09-23 Timo KreuzerSync with trunk r43123
2009-09-20 Cameron Gutman - Simplify and fix a few bugs in datagram reassembly
2009-09-20 Cameron Gutman - Remove a DbgPrint that was forgotten
2009-09-20 Cameron Gutman - Fix GetIpNetTable
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-09-19 Cameron Gutman - Fix a small bug in the route selection code
2009-09-19 Cameron Gutman - Changed some behavior from the last neighbor cache...
2009-09-19 Cameron Gutman - Partial rewrite of CHEW
2009-09-14 Cameron Gutman - Rework our aging neighbor cache system that never...
2009-08-24 Stefan Ginsberg- Start deprecating TAG()
2009-08-20 Cameron Gutman - Fix receiving packets on an interface's broadcast...
2009-08-20 Cameron Gutman - Allow binding to an interface's broadcast address
2009-08-13 Cameron Gutman - Fix a NULL pointer dereference if ExAllocatePool...
2009-08-10 Cameron Gutman - Rewrite most of the loopback code
2009-08-08 Stefan Ginsberg- Silence a soundblaster warning on release build
2009-08-07 Stefan Ginsberg- winddk.h: Don't define NTSYSAPI and NTSYSCALLAPI...
2009-08-07 Cameron Gutman - Send a gratuitous ARP packet when our IP address...
2009-08-07 Cameron Gutman - Fix a bug resulting in ROS discarding all gratuitous...
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-08-04 Cameron Gutman - Add missing locking to DeallocatePort
2009-08-03 Cameron GutmanBroadcast fixes
2009-08-03 Stefan Ginsberg- strmini.h: Include windef.h so CDECL gets defined...
2009-08-03 Cameron Gutman - Don't hold the spin lock when calling the request...
2009-08-02 Cameron Gutman - Copy the datagram data to all matching receive reque...
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-25 Stefan Ginsberg- Leftover 2 from 42210
2009-07-20 Cameron Gutman - Update TotalLength based on the fragment size
2009-07-19 Cameron Gutman - Generate a random ID for use during datagram reassembly
2009-07-19 Cameron Gutman - Properly implement ICMP
2009-07-19 Cameron Gutman - Send all waiting packets instead of only the first...
2009-07-17 Johannes Anderwald- Don't hardcode the sound kernel buffersize and maximu...
2009-07-15 Cameron Gutman - Start reporting packet statistics
2009-07-12 Johannes Anderwald- Fix build (2/X)
2009-07-11 Johannes Anderwald[MMEBUDDY]
2009-07-11 Johannes Anderwald- Implement retrieving position
2009-07-11 Cameron Gutman - Initialize remote address to 0 if the caller didn...
2009-07-07 Cameron Gutman - Recommit r41782 now that DHCP is ready for the fix
2009-07-07 Cameron Gutman - Remove a bad ASSERT
2009-07-03 Cameron Gutman - TCPIP lock rewrite (part 3 of 3)
2009-07-03 Cameron Gutman - TCPIP locking rewrite (part 2 of x)
2009-07-02 Cameron Gutman - tcpip locking rewrite (part 1 of x)
2009-07-02 Cameron Gutman - Don't cancel already completed requests
2009-07-01 Cameron Gutman - Fix corruption of ARP target protocol address
2009-06-30 Cameron Gutman - Put the correct source address in Raw IP and UDP...
2009-06-30 Cameron Gutman - Memtrack enhancements
2009-06-29 Cameron Gutman - Allocate IP_PACKET on the stack
2009-06-27 Cameron Gutman - Always call the completion handler so we don't leak...
2009-06-27 Christoph von Wittichtabs -> spaces
2009-06-27 Cameron Gutman - Use the timeout that the caller gives us if it is...
2009-06-27 Cameron Gutman - The timeout value passed to tsleep is in millisecond...
2009-06-27 Cameron Gutman - Don't leave the listen IRP in the queue when cancell...
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-17 Stefan Ginsberg- In Win32 DBG is defined to 0 for a non-debug build...
2009-05-31 Cameron Gutman - Fix a typo
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-16 Cameron Gutman - Restore the old loopback implementation
2009-05-16 Cameron Gutman - Set up the TCP interface data as needed in TCPFindIn...
2009-05-13 Cameron Gutman - Use FindOnLinkInterface to get the interface
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-28 Cameron Gutman - Fix build
2009-04-21 KJK::HyperionSupersedes r40538, r40539; RosBE bug fixed with a RosBE...
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-20 Timo KreuzerFix build of mmbuddy, add a comment.
2009-04-16 Timo KreuzerSync trunk r40500
2009-04-16 KJK::HyperionThis is why we can't have nice things. Reverting r40538...
2009-04-16 KJK::HyperionRbuild rationalization commit, umpteenth of infinite
next