summaryrefslogtreecommitdiffstats
path: root/sys/dev/if_ndis
Commit message (Expand)AuthorAgeFilesLines
...
* Add suspend and resume methods. I'm not certain this work correctlywpaul2004-01-221-0/+36
* Add support for TCP/IP checksum offload.wpaul2004-01-222-25/+217
* Correct instances of mtx_lock()/mtx_unlock() that should have beenwpaul2004-01-201-5/+5
* Properly program the multicast filter in ndis_setmulti(),wpaul2004-01-191-31/+86
* Convert from using taskqueue_swi to using private kernel threads. Thewpaul2004-01-182-40/+27
* The definition for __stdcall logically belongs in pe_var.h, butwpaul2004-01-151-2/+0
* Ugh. Last commit went horribly wrong. Back out changes to subr_ntoskrnl.c,wpaul2004-01-121-7/+8
* Merge in some changes submitted by Brian Feldman. Among other things,wpaul2004-01-122-129/+500
* The private data section of ndis_packets has a 'packet flags' bytewpaul2004-01-091-4/+2
* Correct the definition of the ndis_miniport_interrupt structure:wpaul2004-01-082-9/+36
* - Add pe_get_message() and pe_get_messagetable() for processingwpaul2004-01-061-6/+25
* Modify if_ndis.c so that the MiniportISR function runs in ndis_intr()wpaul2004-01-042-4/+31
* In ndis_attach(), report the NDIS API level that the Windows miniportwpaul2004-01-041-0/+5
* In if_ndis.c:ndis_attach(), temporarily set the IFF_UP flag whilewpaul2004-01-031-1/+3
* Clean up ndiscvt a bit (leaving out the -i flag didn't work) and addwpaul2004-01-021-41/+49
* - subr_ntoskrnl.c: improve the _fastcall hack based on suggestions fromwpaul2003-12-311-16/+19
* - Add new 802.11 OID information obtained from NDIS 5.1 update towpaul2003-12-301-9/+62
* Rework resource allocation. Replace the "feel around like a blind man"wpaul2003-12-291-60/+74
* Attempt to handle the status field in the ndis_packet oob area correctly.wpaul2003-12-261-2/+27
* Back out the last batch of changes until I have a chance to properlywpaul2003-12-261-3/+6
* - In ndis_intr(), don't do any interrupt processing if the IFF_UPwpaul2003-12-251-9/+6
* Avoid using any of the ndis_packet/ndis_packet_private fields forwpaul2003-12-251-9/+5
* - Add stubs for Ndis*File() functionswpaul2003-12-251-5/+1
* - Fix some compiler warnings in subr_pe.cwpaul2003-12-241-10/+7
* Set up the interrupt earlier in ndis_attach(), because calling thewpaul2003-12-231-4/+13
* Make the NDIS driver depend on the wlan module now that it haswpaul2003-12-231-0/+1
* Re-do the handling of ndis_buffers. The NDIS_BUFFER structure iswpaul2003-12-231-4/+11
* Big round of updates:wpaul2003-12-212-23/+411
* Fix wildcard subsystem case in ndis_probe().wpaul2003-12-181-2/+2
* Deal with the duplicate sysctl leaf problem. A .inf file may containwpaul2003-12-182-3/+33
* Silence irritating watchdog timeout messages: if we callwpaul2003-12-141-4/+10
* Rework mbuf<->ndis_packet/ndis_packet<->mbuf translation a little towpaul2003-12-142-22/+20
* Commit the first cut of Project Evil, also known as the NDISulator.wpaul2003-12-112-0/+1082
OpenPOWER on IntegriCloud