summaryrefslogtreecommitdiffstats
path: root/sys/dev/if_ndis
Commit message (Expand)AuthorAgeFilesLines
* Add preliminary support for WPA-PSK using wpa_supplicant and thewpaul2005-04-191-2/+319
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingwpaul2005-04-111-17/+26
* Remove the last vestiges of the "wait for link down event" hack.wpaul2005-03-281-4/+0
* Argh. PCI resource list became an STAILQ instead of an SLIST. Try towpaul2005-03-271-0/+4
* Finally bring an end to the great "make the Atheros NDIS driverwpaul2005-03-271-67/+59
* s/SLIST/STAILQ/maxim2005-03-191-1/+1
* When you call MiniportInitialize() for an 802.11 driver, it willwpaul2005-03-071-4/+38
* Use 0 instead if NULL for vm_offset_t argument to windrv_lookup() towpaul2005-02-284-10/+10
* Correct e-mail address in copyright.wpaul2005-02-251-1/+1
* Apparently, the probe routine in if_ndis_usb.c can be called twicewpaul2005-02-242-9/+9
* - Correct one aspect of the driver_object/device_object/IRP framework:wpaul2005-02-244-18/+211
* Add support for Windows/x86-64 binaries to Project Evil.wpaul2005-02-162-17/+52
* Merge in patch to support AP scanning via ifconfig and the newwpaul2005-02-111-0/+127
* Next step on the road to IRPs: create and use an imitation of thewpaul2005-02-084-36/+122
* Begin the first phase of trying to add IRP support (and ultimatelywpaul2005-01-241-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-064-4/+4
* 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-082-17/+17
* 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
* Make the Texas Instruments 802.11g chipset work with the NDISulator.wpaul2004-08-161-1/+1
* 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
* Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory()wpaul2004-07-113-22/+75
* Fix two problems:wpaul2004-07-072-13/+13
* Take advantage of the dev sysctl tree.des2004-06-042-0/+8
* Unbreak the Intel 2100 Centrino wireless driver (and probably others):wpaul2004-06-041-7/+12
* Explicitly #include <sys/module.h> in these files too (they usewpaul2004-06-012-0/+2
* 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-142-50/+47
* - 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
* Make if_ndis_pci.c and if_ndis_pccard.c use bus_alloc_resource() againwpaul2004-03-212-12/+12
* 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
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-172-12/+12
OpenPOWER on IntegriCloud