| Commit message (Expand) | Author | Age | Files | Lines |
* | hookup mcast and promisc callbacks | sam | 2008-11-30 | 1 | -0/+18 |
* | Fake the assoc id so that ndis can work on the latest net80211. | thompsa | 2008-11-11 | 1 | -1/+10 |
* | sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, not | weongyo | 2008-10-04 | 2 | -3/+3 |
* | Fix a mutex LOR introduced by the conversion of if_ndis from spinlocks to | cokane | 2008-07-09 | 1 | -0/+2 |
* | Convert ndis_spinlock to ndis_mtx and start using the sleepable | cokane | 2008-06-11 | 2 | -8/+5 |
* | Update if_ndis to remove the legacy if_watchdog interface and | cokane | 2008-06-03 | 2 | -44/+33 |
* | Fix a panic that it's occurred when NDIS init handler returned a error | weongyo | 2008-05-30 | 1 | -5/+8 |
* | Minor cleanup of vap create work: | sam | 2008-05-12 | 1 | -1/+1 |
* | - Associate from a taskq as we can deadlock on the ndis hal and the com lock. | thompsa | 2008-05-10 | 2 | -11/+49 |
* | Partially revert the last rev. Do call ndis_setstate_80211() when we up the | thompsa | 2008-05-10 | 1 | -65/+113 |
* | Do not call ndis_setstate_80211() until we are ready to associate, the vap may | thompsa | 2008-05-01 | 1 | -11/+9 |
* | Unify all the wifi *_ioctl routines | thompsa | 2008-05-01 | 1 | -12/+50 |
* | Multi-bss (aka vap) support for 802.11 devices. | sam | 2008-04-20 | 2 | -329/+229 |
* | Change the 1 in callout_init to CALLOUT_MPSAFE. I made the change in my | cokane | 2008-04-17 | 1 | -1/+1 |
* | Change the timeout(9) usage in if_ndis to a callout(9) implementation, | cokane | 2008-04-17 | 2 | -10/+7 |
* | Use pause(9) instead of a tsleep() on a stack variable. | jhb | 2008-01-17 | 1 | -1/+1 |
* | sc->ndis_tq variable is only initialized when a driver module is for wireless | thompsa | 2007-12-09 | 1 | -2/+4 |
* | Preallocate some space to return the scan results, some drivers do not properly | thompsa | 2007-12-07 | 1 | -9/+25 |
* | Cast address of 'bssid' to uint8_t since printf() expects to get unsigned | wkoszek | 2007-12-04 | 1 | -1/+1 |
* | Remove compatibilty defines to simplify reading the code, this is around 10% of | thompsa | 2007-12-03 | 3 | -325/+0 |
* | Hide a debug printf, NDIS_DEBUG is always defined and we test the sysctl. | thompsa | 2007-12-02 | 1 | -3/+5 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -1/+1 |
* | Fix up ndis interaction with net80211 | thompsa | 2007-07-26 | 1 | -59/+98 |
* | Improve the net80211 handling within ndis | thompsa | 2007-07-12 | 2 | -158/+303 |
* | finish removing usb_port.h macros. | imp | 2007-06-18 | 1 | -14/+14 |
* | Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from | imp | 2007-06-12 | 1 | -3/+3 |
* | Update 802.11 wireless support: | sam | 2007-06-11 | 1 | -15/+20 |
* | Initialize irql to something prior to calls that (might) set it. | mjacob | 2007-05-20 | 1 | -1/+1 |
* | Use strcasecmp() from libkern. | pjd | 2007-04-06 | 1 | -4/+4 |
* | change ic_modecaps to a bit vector and use setbit, et. al. | sam | 2007-03-11 | 1 | -18/+17 |
* | Fix shared authentication mode. | jkim | 2006-12-28 | 1 | -0/+8 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -5/+6 |
* | Static -> static. | mjacob | 2006-09-07 | 1 | -3/+3 |
* | Catch up with USB changes, device_ptr_t was removed, we need device_t here. | trhodes | 2006-09-07 | 1 | -3/+3 |
* | When ndis_attach() runs, it has to very briefly initialize the card | wpaul | 2006-02-04 | 1 | -14/+34 |
* | In ndis_rxeof_eth(), avoid acquiring the NDIS miniport block spinlock for | wpaul | 2005-12-16 | 1 | -2/+4 |
* | The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) from | wpaul | 2005-11-06 | 1 | -7/+6 |
* | Tests with my dual Opteron system have shown that it's possible | wpaul | 2005-11-02 | 1 | -3/+0 |
* | Fix ndis_getstate_80211() so that it properly reports the authmode | wpaul | 2005-10-29 | 1 | -32/+77 |
* | Correct some __FreeBSD_version conditionals to use version bumps closer | wpaul | 2005-10-25 | 2 | -12/+27 |
* | Do not allow ndis_ticktask() to run after ndis_halt_nic() has been called. | wpaul | 2005-10-24 | 1 | -0/+11 |
* | Correct the size used to allocate ndis_txarray. It should be | wpaul | 2005-10-19 | 1 | -1/+1 |
* | Another round of cleanups and fixes: | wpaul | 2005-10-18 | 2 | -16/+103 |
* | Fix build: remove stale KASSERT() for mutex that no longer exists. | wpaul | 2005-10-11 | 1 | -2/+0 |
* | Grrr. Add one more missing NDIS_UNLOCK(). | wpaul | 2005-10-10 | 1 | -1/+3 |
* | Add missing NDIS_UNLOCK() in one of the failure cases in SIOCGPRIVATE_0. | wpaul | 2005-10-10 | 1 | -1/+3 |
* | This commit makes a big round of updates and fixes many, many things. | wpaul | 2005-10-10 | 2 | -483/+849 |
* | Remove bridge(4) from the tree. if_bridge(4) is a full functional | mlaier | 2005-09-27 | 1 | -2/+0 |
* | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | imp | 2005-09-19 | 1 | -2/+3 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -9/+9 |