summaryrefslogtreecommitdiffstats
path: root/sys/dev/if_ndis
Commit message (Expand)AuthorAgeFilesLines
* Fix up ndis interaction with net80211thompsa2007-07-261-59/+98
* Improve the net80211 handling within ndisthompsa2007-07-122-158/+303
* finish removing usb_port.h macros.imp2007-06-181-14/+14
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-3/+3
* Update 802.11 wireless support:sam2007-06-111-15/+20
* Initialize irql to something prior to calls that (might) set it.mjacob2007-05-201-1/+1
* Use strcasecmp() from libkern.pjd2007-04-061-4/+4
* change ic_modecaps to a bit vector and use setbit, et. al.sam2007-03-111-18/+17
* Fix shared authentication mode.jkim2006-12-281-0/+8
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-5/+6
* Static -> static.mjacob2006-09-071-3/+3
* Catch up with USB changes, device_ptr_t was removed, we need device_t here.trhodes2006-09-071-3/+3
* When ndis_attach() runs, it has to very briefly initialize the cardwpaul2006-02-041-14/+34
* In ndis_rxeof_eth(), avoid acquiring the NDIS miniport block spinlock forwpaul2005-12-161-2/+4
* The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) fromwpaul2005-11-061-7/+6
* Tests with my dual Opteron system have shown that it's possiblewpaul2005-11-021-3/+0
* Fix ndis_getstate_80211() so that it properly reports the authmodewpaul2005-10-291-32/+77
* Correct some __FreeBSD_version conditionals to use version bumps closerwpaul2005-10-252-12/+27
* Do not allow ndis_ticktask() to run after ndis_halt_nic() has been called.wpaul2005-10-241-0/+11
* Correct the size used to allocate ndis_txarray. It should bewpaul2005-10-191-1/+1
* Another round of cleanups and fixes:wpaul2005-10-182-16/+103
* Fix build: remove stale KASSERT() for mutex that no longer exists.wpaul2005-10-111-2/+0
* Grrr. Add one more missing NDIS_UNLOCK().wpaul2005-10-101-1/+3
* Add missing NDIS_UNLOCK() in one of the failure cases in SIOCGPRIVATE_0.wpaul2005-10-101-1/+3
* This commit makes a big round of updates and fixes many, many things.wpaul2005-10-102-483/+849
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-2/+0
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-2/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-9/+9
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+3
* Move if_alloc() higher in the attach function so sc->ifp is populatedbrooks2005-06-141-6/+6
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-27/+29
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Deal with a few bootstrap issues:wpaul2005-05-201-1/+1
* In ndis_halt_nic(), invalidate the miniportadapterctx early to try andwpaul2005-05-201-2/+0
* Correct type for workitem routines.wpaul2005-05-161-3/+3
* Add support for NdisMEthIndicateReceive() and MiniportTransferData().wpaul2005-05-152-0/+226
* More fixes for multibus drivers. When calling out to the matchwpaul2005-05-082-4/+14
* Fix support for Windows drivers that support both PCI and PCMCIA devices atwpaul2005-05-081-1/+2
* Avoid trying to queue up an interrupt handler DPC if the driverwpaul2005-05-081-1/+1
* Minor correction to the logic for selecting the proper device index.wpaul2005-05-081-1/+1
* Avoid sleeping with mutex held in kern_ndis.c.wpaul2005-05-051-2/+2
* This commit makes a bunch of changes, some big, some not so big.wpaul2005-05-052-17/+54
* Throw the switch on the new driver generation/loading mechanism. Fromwpaul2005-04-245-149/+92
* Small cleanup of the WPA code additions. The SIOCG80211 and SIOCS80211wpaul2005-04-201-4/+5
* 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
OpenPOWER on IntegriCloud