Fix a memory leak
[reactos.git] / reactos / drivers / net / ndis / ndis /
2005-12-13 Filip NavaraAdd stubs for status indication handlers. Fixes bug...
2005-12-10 Gé van GeldorpShut off some debug messages
2005-12-10 Thomas Bluemelfixed calls to NtDuplicateObject
2005-11-23 Hervé PoussineauImplement IRP_MN_QUERY_DEVICE_RELATIONS
2005-11-11 Thomas Bluemelfixed some more warnings when compiled with -Wwrite...
2005-09-01 Andrew MungerCorrect some checks, fix bug 748 (qemu networking)...
2005-08-24 Filip NavaraMake BusyLoop volatile. Spotted by Thomas.
2005-08-24 Filip NavaraImplement the most over-optimized lock in NT - the...
2005-08-24 Filip NavaraRemove bogus and unneeded cast.
2005-08-24 Filip NavaraGet rid of one memory leak and two more ROS-only fields...
2005-08-24 Filip NavaraStart removing dead code and ReactOS specific structure...
2005-08-23 Filip NavaraGet rid of NdisWorkItemHalt.
2005-08-23 Filip NavaraRemove buffer pool implementation and replace buffer...
2005-08-23 Filip NavaraRemove obsolete APIs and APIs that are actually impleme...
2005-08-23 Filip NavaraMS DDK compatibility fixes.
2005-08-23 Filip NavaraShut up PREFAST warnings about shadowing declarations.
2005-08-23 Filip NavaraFix incorrect string manipulation in NdisOpenProtocolCo...
2005-08-11 Filip NavaraImplement NdisAllocatePacketPool by calling NdisAllocat...
2005-08-11 Hartmut BirrImplemented (copied from NdisAllocatePacketPool) NdisAl...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-06-26 Alex IonescuDelete last trace of old headers in NDIS, and clean...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-20 Art YerkesTurned on -Werror
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Thomas Bluemelfixed more uninitialized variables warnings
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-28 Thomas Bluemelrelease the adapter lock after queuing a work item...
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-14 Thomas Bluemelfixed some warnings
2005-02-14 Gé van Geldorpnetzimme@netscape.net
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-09 Mike NordellSend the correct handle_s_. tinus found this one.
2005-01-04 Royce Mitchell IIIbuffer overflow (& invalid registry path for device...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-25 Filip Navara- Fix yet another double completition error.
2004-12-25 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-18 Filip Navara- Minor fix in MiniportDpc.
2004-12-18 Art YerkesAdded missing pending check (pointed out by filip).
2004-12-18 Art YerkesFilip and I have hopefully fixed the ndis completion...
2004-12-16 Art YerkesWe can arrive here early on, before the filter is set...
2004-12-13 Art YerkesAllocate a final WCHAR for the NUL put on by wcsncat.
2004-12-13 Filip NavaraI was wrong, MiniSendComplete shouldn't be called at...
2004-12-13 Filip NavaraMiniSendComplete should be called if MiniportSend routi...
2004-12-01 Art Yerkesminiport:
2004-11-30 Art YerkesMake packet printing obey debug bits.
2004-11-28 Art YerkesTurned off debug output in CVS (we need a better way...
2004-11-23 Filip NavaraMerge:
2004-11-23 Filip NavaraMerge from ndis_wip_22102004 branch:
2004-11-21 Art YerkesPatch to correct multiple adapter bind from protocols...
2004-11-21 Art YerkesAdd a null check to prevent crashes during the vulnerab...
2004-11-17 Eric KohlImplement NdisOverrideBusNumber.
2004-11-16 Eric Kohl- Make WrapperConfigurationContext a pointer to a WRAPP...
2004-10-17 Filip Navara- Fix NdisMSynchronizeWithInterrupt.
2004-10-17 Filip Navara- Fix IRQL restrictions.
2004-10-17 Filip Navara- Add comment to NdisMRegisterIoPortRange about the...
2004-10-10 Filip NavaraFix printing of packet contents to really print the...
2004-10-10 Filip Navara- Fix debug message.
2004-10-10 Filip Navara- Fix the NdisMEthIndicateReceive macro and ETH_RCV_IND...
2004-10-09 Filip Navara- Attach NDIS miniport devices to the device stack.
2004-08-15 Casper Hornstrup2004-08-16 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-04 Filip Navara- Use NDIS_DbgPrint instead of DbgPrint for NDIS buffer...
2004-07-29 Thomas Bluemelfixed compiling errors with gcc 3.4.x
2004-07-29 Art YerkesFixed includes so that DBG keys on roscfg.h
2004-07-24 Art YerkesAccording to this osr page:
2004-07-22 Filip Navara- Support for deserialized miniports (experimental).
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-07 Gé van GeldorpSilence debug messages
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-06-09 Art YerkesThis is a merge onto head of the last two months worth...
2004-05-15 Hartmut Birr- Fixed the implementation of MmMapIoSpace.
2004-05-11 Gé van GeldorpAvoid warnings when using gcc 3.4
2004-03-02 Filip Navara- Build AFD, TCPIP and TDI with w32api headers.
2004-02-21 Hartmut Birr- Fixed a wrong index, which resulted in writing over...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-10 Filip Navara- STDCALL/STDCALL_FUNC usage fixes
2004-02-10 Filip Navara- Eliminate function pointer typecasts
2003-12-17 Vizzini - Enable "Full Maps" by default
2003-12-11 Art YerkesFixed comments to reflect microseconds.
2003-11-11 Eric KohlImplemented NdisMSynchronizeWithInterrupt().
2003-11-06 Eric KohlIoStatusBlock is _not_ an optional parameter.
2003-11-01 Vizzinifixed the 8-ping limit
2003-10-23 VizziniFixes to get slave DMA working again, as well as more...
2003-10-20 VizziniChanges to support the 3Com 3c90x ndis5 driver and...
2003-10-19 Filip NavaraFixed compilation errors in NDIS.
2003-10-12 VizziniSupport for VMWare NIC, and some general clean-up and...
2003-09-15 Vizzinichanged callbacks to use stdcall
2003-09-05 Vizzinireturned debug level to MIN_TRACE
2003-09-05 Vizziniseveral new APIs courtesy of Royce3
2003-09-05 Vizzinire-worked ndis to do device detection from a win2k...
2003-09-05 Vizziniorphan adapter list
next