| Commit message (Expand) | Author | Age | Files | Lines |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -9/+9 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 1 | -0/+3 |
* | Move if_alloc() higher in the attach function so sc->ifp is populated | brooks | 2005-06-14 | 1 | -6/+6 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 2 | -27/+29 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -2/+0 |
* | Deal with a few bootstrap issues: | wpaul | 2005-05-20 | 1 | -1/+1 |
* | In ndis_halt_nic(), invalidate the miniportadapterctx early to try and | wpaul | 2005-05-20 | 1 | -2/+0 |
* | Correct type for workitem routines. | wpaul | 2005-05-16 | 1 | -3/+3 |
* | Add support for NdisMEthIndicateReceive() and MiniportTransferData(). | wpaul | 2005-05-15 | 2 | -0/+226 |
* | More fixes for multibus drivers. When calling out to the match | wpaul | 2005-05-08 | 2 | -4/+14 |
* | Fix support for Windows drivers that support both PCI and PCMCIA devices at | wpaul | 2005-05-08 | 1 | -1/+2 |
* | Avoid trying to queue up an interrupt handler DPC if the driver | wpaul | 2005-05-08 | 1 | -1/+1 |
* | Minor correction to the logic for selecting the proper device index. | wpaul | 2005-05-08 | 1 | -1/+1 |
* | Avoid sleeping with mutex held in kern_ndis.c. | wpaul | 2005-05-05 | 1 | -2/+2 |
* | This commit makes a bunch of changes, some big, some not so big. | wpaul | 2005-05-05 | 2 | -17/+54 |
* | Throw the switch on the new driver generation/loading mechanism. From | wpaul | 2005-04-24 | 5 | -149/+92 |
* | Small cleanup of the WPA code additions. The SIOCG80211 and SIOCS80211 | wpaul | 2005-04-20 | 1 | -4/+5 |
* | 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 |