KD System Rewrite:
[reactos.git] / reactos / drivers / net /
2005-04-22 Art Yerkestcpmisc.h:
2005-04-17 Art YerkesNeeded infrastructure for DHCP:
2005-04-15 Art YerkesUse DriverDesc in the registry as the adapter name...
2005-04-11 Art YerkesUse the right set (the referenced file objects) to...
2005-04-11 Art YerkesFixed warning, uninitialized length. Sorry, I did...
2005-04-11 Art Yerkeslock: Fixes suggested by w3seek:
2005-04-08 Art YerkesRead: Generalized EOF condition slightly.
2005-04-08 Art YerkesInitialize these in case handle locking fails.
2005-03-28 Thomas Bluemelrelease the adapter lock after queuing a work item...
2005-03-24 Filip NavaraFix compilation.
2005-03-24 Art YerkesThis is change 1 of 2.
2005-03-18 Art YerkesAdded simple dword OID query to lan.
2005-03-18 Art YerkesDon't let sign extension mess us up here.
2005-03-13 Gé van GeldorpAllow cancelling of listen IRPs
2005-03-13 Gé van Geldorparty:
2005-03-12 Gé van GeldorpFix htons
2005-03-11 Art YerkesSwap the port part of the address so it's reported...
2005-03-11 Art YerkesUniform handling of stream socket reads.
2005-02-25 Art YerkesReads are allowed on connecting sockets. They act...
2005-02-25 Art YerkesNoticed that I had not used the right status for EOF...
2005-02-24 Art YerkesFixed more socket close problems. You could get throug...
2005-02-14 Thomas Bluemelfixed some warnings
2005-02-14 Gé van Geldorpnetzimme@netscape.net
2005-02-09 Mike NordellSend the correct handle_s_. tinus found this one.
2005-02-09 Art YerkesMade a nice function CantReadMore which tells if we...
2005-02-06 Art YerkesKill only selects involving a named file descriptor...
2005-02-05 Art YerkesRead: Change AFD_EVENT_CLOSE to AFD_EVENT_DISCONNECT...
2005-01-27 Thomas Bluemel1. fixed prototypes of NtQueryPerformanceCounter()...
2005-01-23 Art YerkesFixed broadcast UDP.
2005-01-22 Art YerkesWorking ping.
2005-01-19 Alex IonescuBug fixes against uninitizlied variables and support...
2005-01-18 Art YerkesThis file migrated to ip.a a while back.
2005-01-18 Art YerkesRemoved this IoReleaseCancelSpinlock. I believe it...
2005-01-18 Art YerkesBrowsing netreg, the http registry server works.
2005-01-17 Art YerkesAssert writable on a new socket.
2005-01-13 Art YerkesInitial accept commit. Accept sockets now work althoug...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Art YerkesCorrected off-by-one error retrieving adapter index.
2005-01-04 Royce Mitchell IIIbuffer overflow (& invalid registry path for device...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-29 Gé van GeldorpFix crash when closing unconnected socket
2004-12-28 Filip Navara- Implement connection-less Connect and Send.
2004-12-28 Gé van GeldorpCall TdiReceive when local buffer is empty
2004-12-28 Filip Navara- Don't continue if WarmSocketForConnection fails.
2004-12-27 Gé van GeldorpUse ListEntry->Flink before ListEntry is freed by Signa...
2004-12-25 Art YerkesAdded a (currently unworking) accept implementation...
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-20 Filip Navara- Pass correct parameters to UDPReceiveDatagram.
2004-12-19 Filip Navara- Fix compilation errors with GCC 4.0-20041212.
2004-12-19 Art YerkesReturn error on every read after the first that returns...
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-18 Art YerkesAdd a busy flag for the receive worker. This needs...
2004-12-16 Art YerkesWe can arrive here early on, before the filter is set...
2004-12-14 Art YerkesStore interface speed to retrieve later.
2004-12-13 Art YerkesI had put an IOSB on the stack in TdiConnect. Now...
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 NavaraREVERT:
2004-12-13 Filip Navara- Don't call ProtocolSendComplete after NdisSend (NDIS...
2004-12-13 Filip NavaraMiniSendComplete should be called if MiniportSend routi...
2004-12-12 Filip Navara- Fix receiving of loopback packets.
2004-12-11 Art YerkesAdded double complete protection so that we never call...
2004-12-11 Filip Navara- Manage TCP ports using port set and dynamically assig...
2004-12-11 Filip Navara- Implement WSPGetSockName.
2004-12-04 Art Yerkesafd/connect.c:
2004-12-03 Gregor AnichPrefix libs in dk/w32 and dk/nkm with "lib" to make...
2004-12-01 Art Yerkes- sanity check: assert DISPATCH_LEVEL for the dpc.
2004-12-01 Art Yerkesminiport:
2004-11-30 Art Yerkesconnect: Allow async connections, and assume that concu...
2004-11-30 Art YerkesMake packet printing obey debug bits.
2004-11-30 Art Yerkes- Defined __NTDRIVER__ to turn on some code that is...
2004-11-28 Art YerkesTurned off debug output in CVS (we need a better way...
2004-11-26 Art YerkesMoved pseh.h away from precomp.h to avoid 'defined...
2004-11-26 Art Yerkes- Added add and delete route primitives in tcpip/ninfo.c
2004-11-25 Art Yerkes- Removed prefix.c and the prefix list. Adapter and...
2004-11-25 Art YerkesAdded Exclusive flag in afd, which is used by WSAAsyncS...
2004-11-23 Filip NavaraMerge:
2004-11-23 Filip NavaraMerge from ndis_wip_22102004 branch:
2004-11-21 Art Yerkes- Improvements for select/implementation of event select.
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-20 Casper Hornstrup2004-11-20 Casper S. Hornstrup <chorns@users.sourcefo...
2004-11-18 Art YerkesRemoved bad assertion. It's ok for TCPSendData to...
2004-11-17 Eric KohlImplement NdisOverrideBusNumber.
2004-11-17 Art Yerkestcpip: fix for udp socket close.
2004-11-16 Casper Hornstrup2004-11-16 Casper S. Hornstrup <chorns@users.sourcefo...
2004-11-16 Eric Kohl- Make WrapperConfigurationContext a pointer to a WRAPP...
2004-11-15 Art YerkesImplemented non-blocking recv and recvfrom.
2004-11-14 Art YerkesUDP working.
2004-11-14 Art YerkesFixed bug in ne2000 driver, re: copying ethernet frame...
2004-11-13 Art Yerkeslib/ip:
2004-11-12 Art YerkesSmall DBG related patches.
2004-11-12 Art YerkesPrevent some deadlock scenarios by unlocking the FCB...
2004-11-09 Art YerkesCleaing in receive: fixed one bugcheck.
2004-11-07 Art YerkesRemoved remaining kernel imports from ip lib.
2004-10-28 Casper Hornstrup2004-10-28 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-24 Casper Hornstrup2004-10-24 Casper S. Hornstrup <chorns@users.sourcefo...
next