31
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 19 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add symbolic constants, improve comments in win2lin_stubs.S
Pavel Roskin
as proski
More... over 12 years ago
Fix passing 7th argument in a function with 8 arguments
Pavel Roskin
as proski
More... over 12 years ago
Never return IRQ_NONE in interrupt handler, return IRQ_HANDLED
Pavel Roskin
as proski
More... over 12 years ago
Rewrite win2lin_stubs.S as one optimized macro
Pavel Roskin
as proski
More... over 12 years ago
Restore freeing urb->setup_packet
Pavel Roskin
as proski
More... over 12 years ago
Check if the hardware is disabled in wrap_process_nt_urb()
Pavel Roskin
as proski
More... over 12 years ago
Don't free memory of a wrong type with ALLOC_DEBUG
Pavel Roskin
as proski
More... over 12 years ago
Make win2lin stubs appear in backtrace under full function names
Pavel Roskin
as proski
More... over 12 years ago
Typo fix in a warning message
Pavel Roskin
as proski
More... over 12 years ago
Clean unneeded function declarations from iw_ndis.h
Pavel Roskin
as proski
More... over 12 years ago
Reinstate usb_init_urb(), refuse to allocate URBs for disabled device
Pavel Roskin
as proski
More... over 12 years ago
Don't free urb->setup_packet, it's freed for us
Pavel Roskin
as proski
More... over 12 years ago
Don't use usb_init_urb(), it resets refcount to 1
Pavel Roskin
as proski
More... over 12 years ago
Use more temporary variables, use more compact initialization
Pavel Roskin
as proski
More... over 12 years ago
Unset IRP_WRAP_URB(irp) in wrap_free_urb()
Pavel Roskin
as proski
More... over 12 years ago
Demote "fixing KI_USER_SHARED_DATA" from INFO to TRACE1
Pavel Roskin
as proski
More... over 12 years ago
Set irp->cancel_routine to NULL when IRP is freed
Pavel Roskin
as proski
More... over 12 years ago
Don't read dev_obj in IoCancelIrp() from unallocated stack locations
Pavel Roskin
as proski
More... over 12 years ago
Typo fix (found by codespell)
Pavel Roskin
as proski
More... over 12 years ago
Document the USB unload fix
Pavel Roskin
as proski
More... over 12 years ago
Cancel irp before freeing it
Pavel Roskin
as proski
More... over 12 years ago
Fix unnecessary and wrong casts
Pavel Roskin
as proski
More... over 12 years ago
Fix 64-bit DMA support in NdisMInitializeScatterGatherDma
Pavel Roskin
as proski
More... over 12 years ago
Make sure PCI code is only used on PCI devices
Pavel Roskin
as proski
More... over 12 years ago
Merge slack_kzalloc() from ndis6wrapper
Pavel Roskin
as proski
More... over 12 years ago
Use kzalloc instead of kmalloc+memset
Pavel Roskin
as proski
More... over 12 years ago
Check argument types of LIN2WIN macros on x86_64
Pavel Roskin
as proski
More... over 12 years ago
Fix occasional scan failures - try reading scan data 10 times
Pavel Roskin
as proski
More... over 12 years ago
Fix parameter decoding
Pavel Roskin
as proski
More... over 12 years ago
Request OID_GEN_MEDIA_CONNECT_STATUS when the interface is brought up
Pavel Roskin
as proski
More... over 12 years ago