Fix printing of packet contents to really print the contents instead of destroying...
[reactos.git] / reactos / drivers / net /
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-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 YerkesPropogating TDI address changes.
2004-10-03 Art YerkesNew file buffer.c which contains NDIS_BUFFER and NDIS_P...
2004-10-03 Art YerkesFixed UDP protocol.
2004-10-03 Art YerkesFixed use of TA_ADDRESS in favor of TRANSPORT_ADDRESS...
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-24 Art YerkesFix send function as well to properly deallocate the...
2004-09-23 Art Yerkestcp: print error when we can't allocate a bucket.
2004-09-23 Art YerkesWrite: print bytes returned so we can see it.
2004-09-23 Art Yerkesevent.c: Don't infinite loop while completing a zero...
2004-09-23 Art YerkesFixes: Lock does not need to acquire a spinlock in...
2004-09-17 Art YerkesRemoved arp.h until the arp part is finished.
2004-09-17 Art Yerkeslan.sys is a simple driver providing access to ndis...
2004-09-16 Gé van GeldorpGet rid of .edf files
2004-09-05 Art YerkesFixes:
2004-09-01 Art YerkesImplement WSHGetWildcardAddress
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-22 Art YerkesFixed missing unlock in write.
2004-08-20 Art YerkesRemoved ASSERT_KM macro. It's not used any longer.
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-08-15 Casper Hornstrup2004-08-16 Casper S. Hornstrup <chorns@users.sourcefo...
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-29 Art YerkesAccidentally missed one breakpoint from the previous...
2004-07-29 Art YerkesFixed memory overwrite due to too-small allocation.
2004-07-24 Art YerkesAccording to this osr page:
2004-07-22 Filip Navara- Support for deserialized miniports (experimental).
2004-07-19 Art YerkesForgot to add file tilists.h
2004-07-18 Art YerkesFixed after prototype change.
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-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-07-03 Filip Navara- Fix errors during optimized build.
2004-06-19 Art YerkesChange from unclegarlic: Don't overwrite packet length.
2004-06-15 Art Yerkesrecv now works every time
2004-06-14 Art YerkesPreliminary version of recv.
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 Hartmut Birr- Fixed the implementation of MmMapIoSpace.
2004-05-15 Gé van GeldorpSilence debug messages
2004-05-11 Gé van GeldorpAvoid warnings when using gcc 3.4
2004-04-12 Thomas Bluemeladded some makefiles
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-21 Filip NavaraCVS maintenance
2004-02-21 Hartmut Birr- Fixed a wrong index, which resulted in writing over...
2004-02-14 Art YerkesEdited includes for new tcp ioctl needed by iphlpapi.
2004-02-10 Filip Navara- STDCALL/STDCALL_FUNC usage fixes
2004-02-10 Filip Navarareactos/drivers/net/afd/afd/afd.c (AfdDispatch): Correc...
2004-02-10 Filip Navara- Eliminate function pointer typecasts
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...
2004-01-28 Eric KohlRemove ntos.h and roskrnl.h from kernel-mode code.
2004-01-11 Filip NavaraWorkaround for W32API bug.
2004-01-11 Filip Navara- Removed some obsolete headers.
2004-01-06 Art YerkesFixes for bugs previously posted in bugzilla.
2003-12-25 KJK::Hyperion"Ancillary Function Driver" is about as descriptive...
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-12-11 Art YerkesFixed comments to reflect microseconds.
2003-11-26 VizziniFixed a race condition on unload, other minor clean...
2003-11-21 VizziniEA name handling fix
2003-11-20 VizziniTDI stuff I forgot to commit
2003-11-20 Vizzinibegan refreshing tditest a bit
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-11-14 Thomas BluemelPatch by Jonathon Wilson:
2003-11-11 Eric KohlImplemented NdisMSynchronizeWithInterrupt().
2003-11-08 Steven EdwardsFixed some formating bugs caused by unix2dos conversion.
next