| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Do not call ndis_setstate_80211() until we are ready to associate, the vap may | Andrew Thompson | 2008-05-01 | 1 | -11/+9 |
| * | Unify all the wifi *_ioctl routines | Andrew Thompson | 2008-05-01 | 1 | -12/+50 |
| * | Multi-bss (aka vap) support for 802.11 devices. | Sam Leffler | 2008-04-20 | 2 | -329/+229 |
| * | Change the 1 in callout_init to CALLOUT_MPSAFE. I made the change in my | Coleman Kane | 2008-04-17 | 1 | -1/+1 |
| * | Change the timeout(9) usage in if_ndis to a callout(9) implementation, | Coleman Kane | 2008-04-17 | 2 | -10/+7 |
| * | Use pause(9) instead of a tsleep() on a stack variable. | John Baldwin | 2008-01-17 | 1 | -1/+1 |
| * | sc->ndis_tq variable is only initialized when a driver module is for wireless | Andrew Thompson | 2007-12-09 | 1 | -2/+4 |
| * | Preallocate some space to return the scan results, some drivers do not properly | Andrew Thompson | 2007-12-07 | 1 | -9/+25 |
| * | Cast address of 'bssid' to uint8_t since printf() expects to get unsigned | Wojciech A. Koszek | 2007-12-04 | 1 | -1/+1 |
| * | Remove compatibilty defines to simplify reading the code, this is around 10% of | Andrew Thompson | 2007-12-03 | 3 | -325/+0 |
| * | Hide a debug printf, NDIS_DEBUG is always defined and we test the sysctl. | Andrew Thompson | 2007-12-02 | 1 | -3/+5 |
| * | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer | 2007-10-20 | 1 | -1/+1 |
| * | Fix up ndis interaction with net80211 | Andrew Thompson | 2007-07-26 | 1 | -59/+98 |
| * | Improve the net80211 handling within ndis | Andrew Thompson | 2007-07-12 | 2 | -158/+303 |
| * | finish removing usb_port.h macros. | Warner Losh | 2007-06-18 | 1 | -14/+14 |
| * | Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from | Warner Losh | 2007-06-12 | 1 | -3/+3 |
| * | Update 802.11 wireless support: | Sam Leffler | 2007-06-11 | 1 | -15/+20 |
| * | Initialize irql to something prior to calls that (might) set it. | Matt Jacob | 2007-05-20 | 1 | -1/+1 |
| * | Use strcasecmp() from libkern. | Pawel Jakub Dawidek | 2007-04-06 | 1 | -4/+4 |
| * | change ic_modecaps to a bit vector and use setbit, et. al. | Sam Leffler | 2007-03-11 | 1 | -18/+17 |
| * | Fix shared authentication mode. | Jung-uk Kim | 2006-12-28 | 1 | -0/+8 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -5/+6 |
| * | Static -> static. | Matt Jacob | 2006-09-07 | 1 | -3/+3 |
| * | Catch up with USB changes, device_ptr_t was removed, we need device_t here. | Tom Rhodes | 2006-09-07 | 1 | -3/+3 |
| * | When ndis_attach() runs, it has to very briefly initialize the card | Bill Paul | 2006-02-04 | 1 | -14/+34 |
| * | In ndis_rxeof_eth(), avoid acquiring the NDIS miniport block spinlock for | Bill Paul | 2005-12-16 | 1 | -2/+4 |
| * | The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) from | Bill Paul | 2005-11-06 | 1 | -7/+6 |
| * | Tests with my dual Opteron system have shown that it's possible | Bill Paul | 2005-11-02 | 1 | -3/+0 |
| * | Fix ndis_getstate_80211() so that it properly reports the authmode | Bill Paul | 2005-10-29 | 1 | -32/+77 |
| * | Correct some __FreeBSD_version conditionals to use version bumps closer | Bill Paul | 2005-10-25 | 2 | -12/+27 |
| * | Do not allow ndis_ticktask() to run after ndis_halt_nic() has been called. | Bill Paul | 2005-10-24 | 1 | -0/+11 |
| * | Correct the size used to allocate ndis_txarray. It should be | Bill Paul | 2005-10-19 | 1 | -1/+1 |
| * | Another round of cleanups and fixes: | Bill Paul | 2005-10-18 | 2 | -16/+103 |
| * | Fix build: remove stale KASSERT() for mutex that no longer exists. | Bill Paul | 2005-10-11 | 1 | -2/+0 |
| * | Grrr. Add one more missing NDIS_UNLOCK(). | Bill Paul | 2005-10-10 | 1 | -1/+3 |
| * | Add missing NDIS_UNLOCK() in one of the failure cases in SIOCGPRIVATE_0. | Bill Paul | 2005-10-10 | 1 | -1/+3 |
| * | This commit makes a big round of updates and fixes many, many things. | Bill Paul | 2005-10-10 | 2 | -483/+849 |
| * | Remove bridge(4) from the tree. if_bridge(4) is a full functional | Max Laier | 2005-09-27 | 1 | -2/+0 |
| * | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | Warner Losh | 2005-09-19 | 1 | -2/+3 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -9/+9 |
| * | Modify device drivers supporting multicast addresses to lock if_addr_mtx | Robert Watson | 2005-08-03 | 1 | -0/+3 |
| * | Move if_alloc() higher in the attach function so sc->ifp is populated | Brooks Davis | 2005-06-14 | 1 | -6/+6 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 2 | -27/+29 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -2/+0 |
| * | Deal with a few bootstrap issues: | Bill Paul | 2005-05-20 | 1 | -1/+1 |
| * | In ndis_halt_nic(), invalidate the miniportadapterctx early to try and | Bill Paul | 2005-05-20 | 1 | -2/+0 |
| * | Correct type for workitem routines. | Bill Paul | 2005-05-16 | 1 | -3/+3 |
| * | Add support for NdisMEthIndicateReceive() and MiniportTransferData(). | Bill Paul | 2005-05-15 | 2 | -0/+226 |
| * | More fixes for multibus drivers. When calling out to the match | Bill Paul | 2005-05-08 | 2 | -4/+14 |
| * | Fix support for Windows drivers that support both PCI and PCMCIA devices at | Bill Paul | 2005-05-08 | 1 | -1/+2 |