| Commit message (Expand) | Author | Age | Files | Lines |
* | Add preliminary support for WPA-PSK using wpa_supplicant and the | wpaul | 2005-04-19 | 1 | -2/+319 |
* | Create new i386 windows/bsd thunking layer, similar to the amd64 thunking | wpaul | 2005-04-11 | 1 | -17/+26 |
* | Remove the last vestiges of the "wait for link down event" hack. | wpaul | 2005-03-28 | 1 | -4/+0 |
* | Argh. PCI resource list became an STAILQ instead of an SLIST. Try to | wpaul | 2005-03-27 | 1 | -0/+4 |
* | Finally bring an end to the great "make the Atheros NDIS driver | wpaul | 2005-03-27 | 1 | -67/+59 |
* | s/SLIST/STAILQ/ | maxim | 2005-03-19 | 1 | -1/+1 |
* | When you call MiniportInitialize() for an 802.11 driver, it will | wpaul | 2005-03-07 | 1 | -4/+38 |
* | Use 0 instead if NULL for vm_offset_t argument to windrv_lookup() to | wpaul | 2005-02-28 | 4 | -10/+10 |
* | Correct e-mail address in copyright. | wpaul | 2005-02-25 | 1 | -1/+1 |
* | Apparently, the probe routine in if_ndis_usb.c can be called twice | wpaul | 2005-02-24 | 2 | -9/+9 |
* | - Correct one aspect of the driver_object/device_object/IRP framework: | wpaul | 2005-02-24 | 4 | -18/+211 |
* | Add support for Windows/x86-64 binaries to Project Evil. | wpaul | 2005-02-16 | 2 | -17/+52 |
* | Merge in patch to support AP scanning via ifconfig and the new | wpaul | 2005-02-11 | 1 | -0/+127 |
* | Next step on the road to IRPs: create and use an imitation of the | wpaul | 2005-02-08 | 4 | -36/+122 |
* | Begin the first phase of trying to add IRP support (and ultimately | wpaul | 2005-01-24 | 1 | -2/+2 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 4 | -4/+4 |
* | record the bssid for an association | sam | 2004-12-12 | 1 | -0/+1 |
* | Fix compilation and correct mapping from struct ifnet to | sam | 2004-12-10 | 1 | -7/+9 |
* | Update for net80211 changes. | sam | 2004-12-08 | 2 | -17/+17 |
* | Drop the NDIS lock before returning from ndis_start(). | le | 2004-10-18 | 1 | -1/+3 |
* | Fix sis, bfe and ndis in the same way dc was fixed: | mlaier | 2004-10-08 | 1 | -0/+3 |
* | Make the Texas Instruments 802.11g chipset work with the NDISulator. | wpaul | 2004-08-16 | 1 | -1/+1 |
* | Minor cleanups: | wpaul | 2004-08-03 | 1 | -2/+8 |
* | Second part of ALTQ driver modifications, covering: | mlaier | 2004-08-01 | 1 | -0/+19 |
* | The watchdog callout executes with the (non-sleepable) ifnet lock held | wpaul | 2004-08-01 | 1 | -1/+1 |
* | Add some minor changes related to PCMCIA attribute memory mapping | wpaul | 2004-08-01 | 1 | -2/+18 |
* | Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory() | wpaul | 2004-07-11 | 3 | -22/+75 |
* | Fix two problems: | wpaul | 2004-07-07 | 2 | -13/+13 |
* | Take advantage of the dev sysctl tree. | des | 2004-06-04 | 2 | -0/+8 |
* | Unbreak the Intel 2100 Centrino wireless driver (and probably others): | wpaul | 2004-06-04 | 1 | -7/+12 |
* | Explicitly #include <sys/module.h> in these files too (they use | wpaul | 2004-06-01 | 2 | -0/+2 |
* | In subr_ndis.c, when searching for keys in our make-pretend registry, | wpaul | 2004-05-29 | 1 | -3/+50 |
* | Restore source code compatibility with 5.2-RELEASE. | wpaul | 2004-05-12 | 1 | -0/+4 |
* | Link state change notification of ethernet media to the routing socket. | andre | 2004-05-06 | 1 | -0/+5 |
* | Small timer cleanups: | wpaul | 2004-04-30 | 1 | -0/+6 |
* | Remove code that fiddles with Giant in ndis_ticktask() that snuck in | wpaul | 2004-04-28 | 1 | -4/+0 |
* | Correct KASSERT()s that check for initialization of mutexes in ndis_detach(), | wpaul | 2004-04-23 | 1 | -2/+6 |
* | Set the INTR_MPSAFE flag. | wpaul | 2004-04-22 | 1 | -1/+1 |
* | Ok, _really_ fix the Intel 2100B Centrino deadlock problems this time. | wpaul | 2004-04-22 | 1 | -29/+3 |
* | Fix the problems people have been having with the Intel 2100B Centrino | wpaul | 2004-04-21 | 1 | -107/+19 |
* | Continue my efforts to imitate Windows as closely as possible by | wpaul | 2004-04-14 | 2 | -50/+47 |
* | - The MiniportReset() function can return NDIS_STATUS_PENDING, in which | wpaul | 2004-04-05 | 1 | -36/+37 |
* | Add missing cprd_flags member to partial resource structure in | wpaul | 2004-03-29 | 1 | -0/+2 |
* | The ndis_wlan_bssid_ex structure we retrieve in ndis_get_assoc() is | wpaul | 2004-03-24 | 1 | -5/+11 |
* | Recently I realized that the ADMtek 8211 driver wasn't working correctly | wpaul | 2004-03-23 | 1 | -3/+4 |
* | Make if_ndis_pci.c and if_ndis_pccard.c use bus_alloc_resource() again | wpaul | 2004-03-21 | 2 | -12/+12 |
* | Fix another Intel 2200BG bug: don't schedule ndis_ticktask() on media | wpaul | 2004-03-21 | 1 | -1/+2 |
* | - Rewrite the timer and event API routines in subr_ndis.c so that they | wpaul | 2004-03-20 | 1 | -1/+1 |
* | Don't announce MAC addresses twice. | mdodd | 2004-03-20 | 1 | -6/+0 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 2 | -12/+12 |