Sync to trunk head (r42241)
[reactos.git] / reactos / drivers / network /
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-25 Stefan Ginsberg- Fix most of the network stack for msvc (except tcpip...
2009-07-24 Cameron Gutman - Implement OID_GEN_HARDWARE_STATUS
2009-07-23 Cameron Gutman - Implement link speed and duplex detection
2009-07-19 Cameron Gutman - Properly implement ICMP
2009-07-18 Cameron Gutman - Don't change the lock's OldIrql value until we actua...
2009-07-15 Stefan Ginsberg- Don't use Kf* and Kef* in portable code.
2009-07-15 Cameron Gutman - Start reporting packet statistics
2009-07-13 Cameron Gutman - Stop reporting that we are NDIS 5.1 until S/G DMA...
2009-07-09 Cameron Gutman - Implement IOCTL_AFD_SET_INFO
2009-07-07 Cameron Gutman - Recommit r41782 now that DHCP is ready for the fix
2009-07-06 KJK::HyperionReverting incomplete commit r41782 on request of the...
2009-07-06 Cameron Gutman - Register us as a protocol and start the loopback...
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 - Don't cancel already completed requests
2009-06-30 Cameron Gutman - Put the correct source address in Raw IP and UDP...
2009-06-30 Cameron Gutman - Restore a value that is lost in MiniportReset when...
2009-06-30 Cameron Gutman - Memtrack enhancements
2009-06-27 Cameron Gutman - Don't leave the listen IRP in the queue when cancell...
2009-06-27 Cameron Gutman - Acquire the cancel spin lock before calling IoSetCan...
2009-06-24 Christoph von Wittichfix formatting
2009-06-24 Cameron Gutman - Fix a crash that happens when we are running at...
2009-06-23 Cameron Gutman - Fix the order of checks
2009-06-23 Cameron Gutman - We only need 11 chars to hold our 32-bit integer...
2009-06-23 Cameron Gutman - Move NDIS_VERSION into ndissys.h and use it for...
2009-06-23 Cameron Gutman - Fix adapter failure if a network address of invalid...
2009-06-23 Cameron Gutman - Fix a crash when reading the network address from...
2009-06-23 Cameron Gutman - Fix adapter failure when a network address is not...
2009-06-22 Cameron Gutman - Fix a bug that caused translations of NdisParameterI...
2009-06-22 Cameron Gutman - Partial rewrite of NdisReadConfiguration
2009-06-21 Timo KreuzerPass ULONG* to MiniQueryInformation for the number...
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-19 Cameron Gutman - Fix 2 typos
2009-06-19 Cameron Gutman - Report that we are NDIS 5.1
2009-06-19 Cameron Gutman - Big debugging update
2009-06-19 Cameron Gutman - Make CancelId a LONG
2009-06-18 Stefan Ginsberg- Do not pass gcc and ld flags to other tools
2009-06-18 Cameron Gutman - Make NdisGeneratePartialCancelId safe by using Inter...
2009-06-17 Stefan Ginsberg- In Win32 DBG is defined to 0 for a non-debug build...
2009-06-14 Cameron Gutman - Implement NdisIMGetBindingContext and NdisIMGetDevic...
2009-06-13 Cameron Gutman - Header cleanup
2009-06-13 Cameron Gutman - Implement NdisIMCopySendPerPacketInfo and NdisIMCopy...
2009-06-13 Cameron Gutman - Implement NdisGeneratePartialCancelId
2009-06-11 Cameron Gutman - Implement NdisCancelSendPackets
2009-06-11 Stefan Ginsberg- MINIPORT_CONFIGURATION_CONTEXT must be allocated...
2009-06-08 Cameron Gutman - Check to see that the packet status isn't NDIS_STATU...
2009-06-08 Cameron Gutman - Rewrite MiniQueryInformation so it creates a NDIS_RE...
2009-06-08 Cameron Gutman - Fix our handler checks
2009-06-08 Cameron Gutman - Register the adapter shutdown handler if it is speci...
2009-06-04 Cameron Gutman - Revert r41287
2009-06-04 Cameron Gutman - Fix the map register count check
2009-06-03 Cameron Gutman - Export NdisFreeToBlockPool
2009-06-03 Cameron Gutman - Remove an incorrect comment (I wasn't thinking when...
2009-06-02 Cameron Gutman - Enable the code in NdisSetTimerEx
2009-06-02 Cameron Gutman - Forgot to free DmaContext
2009-06-02 Cameron Gutman - Finish our NDIS S/G DMA implementation
2009-06-01 Cameron Gutman - Handle IRP_MN_QUERY_PNP_DEVICE_STATE
2009-06-01 Cameron Gutman - Register a device interface for each miniport
2009-05-31 Cameron Gutman - Implement and export NdisCompareAnsiString, NdisComp...
2009-05-31 Cameron Gutman - Export the stubs for NdisRegisterTdiCallBack, NdisSe...
2009-05-31 Sylvain PetreolleReturn NDIS 5.1 in NdisGetVersion (its XP+)
2009-05-31 Cameron Gutman - Implement and export NdisOverrideBusNumber
2009-05-31 Dmitry Chapyshev- Implement NdisGetSharedDataAlignment and NdisGetVersion
2009-05-31 Cameron Gutman - Fix build
2009-05-31 Cameron Gutman - Export and stub NdisAllocateFromBlockPool, NdisCance...
2009-05-30 Cameron Gutman - Export and hackplement NdisSetTimerEx
2009-05-30 Cameron Gutman - Export stubs for NdisQueryBindInstanceName and NdisS...
2009-05-30 Cameron Gutman - Export NdisGetFirstBufferFromPacketSafe, NdisGetPack...
2009-05-30 Sylvain PetreolleExport NdisCopyFromPacketToPacketSafe
2009-05-30 Cameron Gutman - Fix handling of nonpaged contiguous memory in NdisAl...
2009-05-27 Cameron Gutman - Only register a shutdown handler if adapter initiali...
2009-05-27 Dmitry GorbachevUse a constant of the right type.
2009-05-24 Cameron Gutman - Fix a bug that could result in Dma32BitAddresses...
2009-05-24 Cameron Gutman - MajorFunction has IRP_MJ_MAXIMUM_FUNCTION positions
2009-05-24 Cameron Gutman - We also shouldn't use our Shutdown handler
2009-05-24 Cameron Gutman - Don't use NDIS's ioctl handler for devices registere...
2009-05-24 Cameron Gutman - Irp->AssociatedIrp.SystemBuffer is a PNDIS_OID
2009-05-23 Timo Kreuzertcpip: fix a pointer to ULONG cast
2009-05-22 Cameron Gutman - Fix our DMA implementation to use documented structs
2009-05-22 Cameron Gutman - Implement NdisReadPcmciaAttributeMemory and NdisWrit...
2009-05-22 Cameron Gutman - Implement NdisReadEisaSlotInformation
2009-05-21 Timo Kreuzerfix merge artifact
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-21 Cameron Gutman - The slot number passed directly to NdisImmediateRead...
2009-05-20 Cameron Gutman - Implement NdisGetFirstBufferFromPacketSafe and NdisC...
2009-05-20 Cameron Gutman - Implement NdisGetPoolFromPacket, NdisPacketSize...
2009-05-20 Cameron Gutman - Store the MTU in the packet extension for use during...
2009-05-19 Cameron Gutman - Remove some obsolete defines
2009-05-16 Cameron Gutman - Enable several failure debug prints
2009-05-16 Cameron Gutman - Set up the TCP interface data as needed in TCPFindIn...
2009-05-13 Cameron Gutman - Remove some extra junk
2009-05-10 Cameron Gutman - Don't cast NDIS_SPIN_LOCK directly to KSPIN_LOCK
2009-05-10 Cameron Gutman - Allocate space for the packet extension located...
2009-05-06 Cameron Gutman - Implement support for IOCTL_NDIS_QUERY_GLOBAL_STATS
2009-05-05 Cameron Gutman - Register the unload handler so it gets called by...
2009-05-05 Cameron Gutman - Implement and register a ProtocolUnbindAdapter handler
2009-05-05 Cameron Gutman - Add and register a ProtocolPnPEvent handler with...
2009-05-05 Cameron Gutman - Implement handing for IRP_MN_SET_POWER and IRP_MN_QU...
2009-05-05 Cameron Gutman - Handle IRP_MN_QUERY_REMOVE_DEVICE and IRP_MN_CANCEL_...
next