Sync to trunk head (r42241)
[reactos.git] / reactos / drivers / network / ndis /
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-15 Stefan Ginsberg- Don't use Kf* and Kef* in portable code.
2009-07-13 Cameron Gutman - Stop reporting that we are NDIS 5.1 until S/G DMA...
2009-06-30 Cameron Gutman - Restore a value that is lost in MiniportReset when...
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 a crash when reading the network address from...
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 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 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-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-19 Cameron Gutman - Remove some obsolete defines
2009-05-16 Cameron Gutman - Enable several failure debug prints
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 - 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_...
2009-05-05 Cameron Gutman - Implement handling for IRP_MN_CANCEL_STOP_DEVICE
2009-05-05 Cameron Gutman - Implement handling for IRP_MN_QUERY_STOP_DEVICE
2009-05-03 Cameron Gutman - Implement NdisCopyBuffer and NdisGetCurrentProcessor...
2009-05-03 Cameron Gutman - Translate the raw address before attempting to map it
2009-05-02 Cameron Gutman - Add debug prints to NdisMMapIoSpace
2009-05-02 Cameron Gutman - Fix memory corruption when reading binary data
2009-05-01 Cameron Gutman - Check for invalid ConfigurationContext
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-30 Cameron Gutman - Pass IRP_MN_QUERY_DEVICE_RELATIONS down the stack
2009-04-28 Cameron Gutman - Wait for NdisMFreeSharedMemoryPassive to complete...
2009-04-26 Cameron Gutman - Free NdisMiniportBlock.Resources when we receive...
2009-04-26 Cameron Gutman - Also copy AllocatedResources from the stack to NdisM...
2009-04-25 Cameron Gutman - Fix support for asynchronously completed requests
2009-04-25 Cameron Gutman - Use Int32x32To64 to calculate timeout
2009-04-25 Cameron Gutman - We don't need these debug prints anymore
2009-04-23 Cameron Gutman - Allocate memory for the OOB area also
2009-04-23 Cameron Gutman - Fix the size passed to RtlZeroMemory so it also...
2009-04-23 Timo Kreuzerfix build
2009-04-23 Cameron Gutman - Zero the whole packet in other packet allocation...
2009-04-22 Cameron Gutman - Don't attempt to store packets and buffers in the...
2009-04-21 Cameron Gutman - Add an ASSERT
2009-04-20 Cameron Gutman - Implement NdisQueryAdapterInstanceName
2009-04-20 Cameron Gutman - Implement NdisMRegisterUnloadHandler, NdisMRegisterD...
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-20 Cameron Gutman - Implement NdisMGetDeviceProperty
2009-04-19 Cameron Gutman - Print the current and maximum lookahead to aid in...
2009-04-19 Cameron Gutman - Stub MiniSetComplete and MiniQueryComplete
next