summaryrefslogtreecommitdiffstats
path: root/sys/dev/if_ndis/if_ndis.c
Commit message (Expand)AuthorAgeFilesLines
* record the bssid for an associationsam2004-12-121-0/+1
* Fix compilation and correct mapping from struct ifnet tosam2004-12-101-7/+9
* Update for net80211 changes.sam2004-12-081-15/+16
* Drop the NDIS lock before returning from ndis_start().le2004-10-181-1/+3
* Fix sis, bfe and ndis in the same way dc was fixed:mlaier2004-10-081-0/+3
* Minor cleanups:wpaul2004-08-031-2/+8
* Second part of ALTQ driver modifications, covering:mlaier2004-08-011-0/+19
* The watchdog callout executes with the (non-sleepable) ifnet lock heldwpaul2004-08-011-1/+1
* Add some minor changes related to PCMCIA attribute memory mappingwpaul2004-08-011-2/+18
* Fix two problems:wpaul2004-07-071-12/+11
* Take advantage of the dev sysctl tree.des2004-06-041-0/+6
* Unbreak the Intel 2100 Centrino wireless driver (and probably others):wpaul2004-06-041-7/+12
* In subr_ndis.c, when searching for keys in our make-pretend registry,wpaul2004-05-291-3/+50
* Restore source code compatibility with 5.2-RELEASE.wpaul2004-05-121-0/+4
* Link state change notification of ethernet media to the routing socket.andre2004-05-061-0/+5
* Small timer cleanups:wpaul2004-04-301-0/+6
* Remove code that fiddles with Giant in ndis_ticktask() that snuck inwpaul2004-04-281-4/+0
* Correct KASSERT()s that check for initialization of mutexes in ndis_detach(),wpaul2004-04-231-2/+6
* Set the INTR_MPSAFE flag.wpaul2004-04-221-1/+1
* Ok, _really_ fix the Intel 2100B Centrino deadlock problems this time.wpaul2004-04-221-29/+3
* Fix the problems people have been having with the Intel 2100B Centrinowpaul2004-04-211-107/+19
* Continue my efforts to imitate Windows as closely as possible bywpaul2004-04-141-46/+40
* - The MiniportReset() function can return NDIS_STATUS_PENDING, in whichwpaul2004-04-051-36/+37
* Add missing cprd_flags member to partial resource structure inwpaul2004-03-291-0/+2
* The ndis_wlan_bssid_ex structure we retrieve in ndis_get_assoc() iswpaul2004-03-241-5/+11
* Recently I realized that the ADMtek 8211 driver wasn't working correctlywpaul2004-03-231-3/+4
* Fix another Intel 2200BG bug: don't schedule ndis_ticktask() on mediawpaul2004-03-211-1/+2
* - Rewrite the timer and event API routines in subr_ndis.c so that theywpaul2004-03-201-1/+1
* Don't announce MAC addresses twice.mdodd2004-03-201-6/+0
* Don't set ifp->if_output to ether_output(), since ether_ifattach()mux2004-03-121-1/+0
* Fix the problem with the Cisco Aironet 340 PCMCIA card. Most newer driverswpaul2004-03-111-0/+123
* Add preliminary support for PCMCIA devices in addition to PCI/cardbus.wpaul2004-03-071-221/+19
* Add yet more bulletproofing. This is to guard against the case thatwpaul2004-02-111-2/+3
* Don't hold NDIS_LOCK() around call to ndis_getstate_80211() since itwpaul2004-02-071-0/+2
* Implement support for single packet sends. The Intel Centrino driverwpaul2004-02-031-7/+29
* Use the OID_802_11_CONFIGURATION OID when deciding if the underlying driverwpaul2004-02-011-2/+4
* Go back to using AUTHMODE_AUTO if WEP is on. In some cases, the Centrinowpaul2004-01-291-1/+3
* Add a kludge to avoid having ndis_init() called needlessly by dhclientwpaul2004-01-271-10/+22
* Use the M_BZERO flag with malloc() in a couple of places.wpaul2004-01-271-8/+6
* Correct KASSERT() in ndis_destroy(): ndis_mtx is a pointer now.wpaul2004-01-251-1/+4
* Add missing newlines to some device_printf()s.wpaul2004-01-241-3/+6
* 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-221-13/+214
* 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-181-37/+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-121-125/+496
* The private data section of ndis_packets has a 'packet flags' bytewpaul2004-01-091-4/+2
OpenPOWER on IntegriCloud