summaryrefslogtreecommitdiff
path: root/sys/dev/if_ndis
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvscvs2svn2007-01-115-5/+5
* Ok, let's try that again. MFC recent changes from -current, this timeBill Paul2005-12-161-2/+4
* MFC: merge changes from head to pacify Intel 2200BG/2915/ABG driver.Bill Paul2005-11-061-7/+6
* MFC recent changes, bring all 3 branches back into sync againBill Paul2005-11-061-34/+76
* MFC: synchronize the NDISulator with the head and RELENG_5 branches,Bill Paul2005-10-272-499/+979
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-9/+9
* Merge if_ath.c:1.99 awi.c:1.39 if_bfe.c:1.26 if_bge.c:1.92 if_ed.c:1.255Robert Watson2005-08-241-0/+3
* Move if_alloc() higher in the attach function so sc->ifp is populatedBrooks Davis2005-06-141-6/+6
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-27/+29
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Deal with a few bootstrap issues:Bill Paul2005-05-201-1/+1
* In ndis_halt_nic(), invalidate the miniportadapterctx early to try andBill Paul2005-05-201-2/+0
* Correct type for workitem routines.Bill Paul2005-05-161-3/+3
* Add support for NdisMEthIndicateReceive() and MiniportTransferData().Bill Paul2005-05-152-0/+226
* More fixes for multibus drivers. When calling out to the matchBill Paul2005-05-082-4/+14
* Fix support for Windows drivers that support both PCI and PCMCIA devices atBill Paul2005-05-081-1/+2
* Avoid trying to queue up an interrupt handler DPC if the driverBill Paul2005-05-081-1/+1
* Minor correction to the logic for selecting the proper device index.Bill Paul2005-05-081-1/+1
* Avoid sleeping with mutex held in kern_ndis.c.Bill Paul2005-05-051-2/+2
* This commit makes a bunch of changes, some big, some not so big.Bill Paul2005-05-052-17/+54
* Throw the switch on the new driver generation/loading mechanism. FromBill Paul2005-04-245-149/+92
* Small cleanup of the WPA code additions. The SIOCG80211 and SIOCS80211Bill Paul2005-04-201-4/+5
* Add preliminary support for WPA-PSK using wpa_supplicant and theBill Paul2005-04-191-2/+319
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingBill Paul2005-04-111-17/+26
* Remove the last vestiges of the "wait for link down event" hack.Bill Paul2005-03-281-4/+0
* Argh. PCI resource list became an STAILQ instead of an SLIST. Try toBill Paul2005-03-271-0/+4
* Finally bring an end to the great "make the Atheros NDIS driverBill Paul2005-03-271-67/+59
* s/SLIST/STAILQ/Maxim Konovalov2005-03-191-1/+1
* When you call MiniportInitialize() for an 802.11 driver, it willBill Paul2005-03-071-4/+38
* Use 0 instead if NULL for vm_offset_t argument to windrv_lookup() toBill Paul2005-02-284-10/+10
* Correct e-mail address in copyright.Bill Paul2005-02-251-1/+1
* Apparently, the probe routine in if_ndis_usb.c can be called twiceBill Paul2005-02-242-9/+9
* - Correct one aspect of the driver_object/device_object/IRP framework:Bill Paul2005-02-244-18/+211
* Add support for Windows/x86-64 binaries to Project Evil.Bill Paul2005-02-162-17/+52
* Merge in patch to support AP scanning via ifconfig and the newBill Paul2005-02-111-0/+127
* Next step on the road to IRPs: create and use an imitation of theBill Paul2005-02-084-36/+122
* Begin the first phase of trying to add IRP support (and ultimatelyBill Paul2005-01-241-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-064-4/+4
* record the bssid for an associationSam Leffler2004-12-121-0/+1
* Fix compilation and correct mapping from struct ifnet toSam Leffler2004-12-101-7/+9
* Update for net80211 changes.Sam Leffler2004-12-082-17/+17
* Drop the NDIS lock before returning from ndis_start().Lukas Ertl2004-10-181-1/+3
* Fix sis, bfe and ndis in the same way dc was fixed:Max Laier2004-10-081-0/+3
* Make the Texas Instruments 802.11g chipset work with the NDISulator.Bill Paul2004-08-161-1/+1
* Minor cleanups:Bill Paul2004-08-031-2/+8
* Second part of ALTQ driver modifications, covering:Max Laier2004-08-011-0/+19
* The watchdog callout executes with the (non-sleepable) ifnet lock heldBill Paul2004-08-011-1/+1
* Add some minor changes related to PCMCIA attribute memory mappingBill Paul2004-08-011-2/+18
* Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory()Bill Paul2004-07-113-22/+75
* Fix two problems:Bill Paul2004-07-072-13/+13