Remove some debug output for USB drivers
[reactos.git] / reactos / drivers / net / tcpip /
2004-10-18 Casper Hornstrup2004-10-18 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-16 Gé van Geldorp- Centralize definition of version resource
2004-10-10 Filip NavaraDon't use NdisTransferData if the whole packet is conta...
2004-10-08 Art YerkesAdded makefile dependency in both dirs, and proper...
2004-10-07 Art Yerkessome formatting and prototype changes
2004-10-07 Art YerkesSorry jimtabor and rcampbell, it turns out that ip...
2004-10-04 Art YerkesRemoved unneeded DriverObject parameter to IPStartup.
2004-10-03 Art YerkesFinal propogation of TDI_CONNECTION_INFORMATION/TRANSPO...
2004-10-03 Art YerkesNew file buffer.c which contains NDIS_BUFFER and NDIS_P...
2004-10-03 Art YerkesFixed UDP protocol.
2004-09-30 Art YerkesFixed makefile. Wrong name for ip.a
2004-09-30 Art YerkesMost files moved to linkable library drivers/lib/ip...
2004-09-30 Art YerkesChanges to the interface to componentized ip library...
2004-09-25 Art YerkesUse the recursive mutex to lock the TCP.
2004-09-25 Art YerkesMore experimental detritus. Sorry about that.
2004-09-25 Art YerkesPreviously checked in with some detritus from some...
2004-09-25 Art YerkesFixed connection locking in tcp.c
2004-09-24 Art YerkesAlso wait in the success, no data case in socket state...
2004-09-23 Art Yerkestcp: print error when we can't allocate a bucket.
2004-09-23 Art Yerkesevent.c: Don't infinite loop while completing a zero...
2004-09-16 Gé van GeldorpGet rid of .edf files
2004-08-30 Art YerkesSince system services are now provided by the client...
2004-08-29 Art YerkesOskit can now be linked from userland. This is part...
2004-08-22 Art YerkesAFD: Fixed handling of cancelling in flight requests...
2004-08-20 Magnus Olsenfix
2004-08-19 Art Yerkesoskittcp: new import. less diff output versus pure...
2004-08-15 Casper Hornstrup2004-08-16 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-19 Art YerkesForgot to add file tilists.h
2004-07-18 Art YerkesFirst commit of afd and msafd onto head.
2004-07-18 Art Yerkesmsafd + afd: Changed type of PVOID args to PAFD_WSABUF...
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-15 Art Yerkesoskittcp: fixed handling of uio in send.
2004-07-08 Art YerkesFixed for TCPIP
2004-07-07 Gé van GeldorpSilence debug messages
2004-06-19 Art YerkesChange from unclegarlic: Don't overwrite packet length.
2004-06-14 Art Yerkesrawip: Removed the deallocation of the client-supplied...
2004-06-12 Art YerkesRemoved redundant tracking (now incorporated into NdisA...
2004-06-09 Art YerkesThis is a merge onto head of the last two months worth...
2004-05-15 Gé van GeldorpSilence debug messages
2004-05-11 Gé van GeldorpAvoid warnings when using gcc 3.4
2004-03-12 Art YerkesAdded bit counting and inverting functions to address.
2004-03-08 Art YerkesMore support for IOCTL_TCP_QUERY/SET_INFORMATION_EX
2004-03-05 Filip Navara2004-04-04 Filip Navara <xnavara@volny.cz>
2004-03-04 Casper Hornstrup2004-03-04 Casper S. Hornstrup <chorns@users.sourcefo...
2004-03-02 Filip Navara- Build AFD, TCPIP and TDI with w32api headers.
2004-02-25 Casper Hornstrup2004-02-25 Casper S. Hornstrup <chorns@users.sourcefo...
2004-02-22 Casper Hornstrup2004-02-22 Casper S. Hornstrup <chorns@users.sourcefo...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-10 Filip Navarareactos/drivers/net/afd/afd/afd.c (AfdDispatch): Correc...
2004-02-09 Vizzini - Updated CSQ library to use new kmlibrary target...
2004-02-07 Filip Navara- Fixed some address calculations
2004-02-07 Art YerkesAdded afd/tdiconn.c with corrections by filip navara
2004-02-02 Filip Navara- Remove AddrFileEntry from CONNECTION_ENDPOINT. It...
2003-12-25 Casper Hornstrup2003-12-25 Casper S. Hornstrup <chorns@users.sourcefo...
2003-12-17 Vizziniturned off debug spew
2003-12-17 Vizzini - Enable "Full Maps" by default
2003-11-20 VizziniTDI stuff I forgot to commit
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-09-15 Vizzinichanged callbacks to use stdcall
2003-09-05 Vizzinireturned debug level to MIN_TRACE
2003-09-04 Vizzinifixed a potential 0-pointer deref
2003-08-04 Royce Mitchell IIIpatch by vizzini - began addition of NDIS4 support...
2003-07-24 Royce Mitchell IIIreorganized for NDIS_WDM support ( submitted by vizzini )
2003-06-29 guidoanother day of janitor stuff
2003-01-15 Casper Hornstrup2003-01-15 Casper S. Hornstrup <chorns@users.sourcefo...
2003-01-05 Robert Dickensonhousekeeping files...
2003-01-05 Robert Dickensonhousekeeping files...
2002-11-10 Robert Dickensonslight mod to the end of line for received ip packets...
2002-10-07 Robert DickensonAdded define _USE_NE2000 with increased tracing level...
2002-09-24 Robert DickensonTemporary workaround to prevent bochs trouble.
2002-09-24 Robert DickensonAdded calls to INIT_TAG for better debugging messages.
2002-09-24 Robert DickensonSuspicious call to ExFreePool commented out for peer...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-25 Robert DickensonFixed some broken stuff, added some cvs sugur.
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2001-08-27 Eric KohlFixed callback calling conventions (part 2).
2001-08-21 Casper HornstrupMajor update of the build system:
2001-07-15 Rex Jolliffmove work on clean rule
2001-07-04 Casper HornstrupUpdated clean rules.
2001-06-22 Eric KohlAdded symbol __NTDRIVER__ to identify drivers.
2001-06-15 Casper HornstrupMore work on winsock stack (ping is now working)
2001-06-04 Casper HornstrupRaw IP and ICMP fixes
2001-05-01 Casper HornstrupBetter RawIP support.
2001-03-07 David WelchMore .cvsignore files
2001-01-21 Casper Hornstrupno message
2000-11-20 Eric KohlModified makefiles for use with rcopy
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-08-27 Casper HornstrupFixed bugs in TCP/IP driver
2000-08-11 Eric KohlRenamed pseudo target 'floppy' to 'install'
2000-08-08 Eric KohlFixed FLOPPY and DIST targets for net drivers
2000-08-05 David WelchIntegrated fixes from prep0016
2000-08-02 Casper HornstrupFixed compile issues with network code
2000-08-02 David WelchAdded networking code from Casper Hornstrup
2000-08-02 David WelchAdded networking code from Casper Hornstrup
2000-08-01 David WelchAdded networking code from Casper Hornstrup
2000-03-08 Emanuele AlibertiSome minor fixes.
1999-11-20 Emanuele AlibertiInitial files for the TCP/IP stack kernel module.