| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Avoid trying to queue up an interrupt handler DPC if the driver | Bill Paul | 2005-05-08 | 1 | -1/+1 |
| * | Minor correction to the logic for selecting the proper device index. | Bill Paul | 2005-05-08 | 1 | -1/+1 |
| * | Avoid sleeping with mutex held in kern_ndis.c. | Bill Paul | 2005-05-05 | 1 | -2/+2 |
| * | This commit makes a bunch of changes, some big, some not so big. | Bill Paul | 2005-05-05 | 2 | -17/+54 |
| * | Throw the switch on the new driver generation/loading mechanism. From | Bill Paul | 2005-04-24 | 5 | -149/+92 |
| * | Small cleanup of the WPA code additions. The SIOCG80211 and SIOCS80211 | Bill Paul | 2005-04-20 | 1 | -4/+5 |
| * | Add preliminary support for WPA-PSK using wpa_supplicant and the | Bill Paul | 2005-04-19 | 1 | -2/+319 |
| * | Create new i386 windows/bsd thunking layer, similar to the amd64 thunking | Bill Paul | 2005-04-11 | 1 | -17/+26 |
| * | Remove the last vestiges of the "wait for link down event" hack. | Bill Paul | 2005-03-28 | 1 | -4/+0 |
| * | Argh. PCI resource list became an STAILQ instead of an SLIST. Try to | Bill Paul | 2005-03-27 | 1 | -0/+4 |
| * | Finally bring an end to the great "make the Atheros NDIS driver | Bill Paul | 2005-03-27 | 1 | -67/+59 |
| * | s/SLIST/STAILQ/ | Maxim Konovalov | 2005-03-19 | 1 | -1/+1 |
| * | When you call MiniportInitialize() for an 802.11 driver, it will | Bill Paul | 2005-03-07 | 1 | -4/+38 |
| * | Use 0 instead if NULL for vm_offset_t argument to windrv_lookup() to | Bill Paul | 2005-02-28 | 4 | -10/+10 |
| * | Correct e-mail address in copyright. | Bill Paul | 2005-02-25 | 1 | -1/+1 |
| * | Apparently, the probe routine in if_ndis_usb.c can be called twice | Bill Paul | 2005-02-24 | 2 | -9/+9 |
| * | - Correct one aspect of the driver_object/device_object/IRP framework: | Bill Paul | 2005-02-24 | 4 | -18/+211 |
| * | Add support for Windows/x86-64 binaries to Project Evil. | Bill Paul | 2005-02-16 | 2 | -17/+52 |
| * | Merge in patch to support AP scanning via ifconfig and the new | Bill Paul | 2005-02-11 | 1 | -0/+127 |
| * | Next step on the road to IRPs: create and use an imitation of the | Bill Paul | 2005-02-08 | 4 | -36/+122 |
| * | Begin the first phase of trying to add IRP support (and ultimately | Bill Paul | 2005-01-24 | 1 | -2/+2 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 4 | -4/+4 |
| * | record the bssid for an association | Sam Leffler | 2004-12-12 | 1 | -0/+1 |
| * | Fix compilation and correct mapping from struct ifnet to | Sam Leffler | 2004-12-10 | 1 | -7/+9 |
| * | Update for net80211 changes. | Sam Leffler | 2004-12-08 | 2 | -17/+17 |
| * | Drop the NDIS lock before returning from ndis_start(). | Lukas Ertl | 2004-10-18 | 1 | -1/+3 |
| * | Fix sis, bfe and ndis in the same way dc was fixed: | Max Laier | 2004-10-08 | 1 | -0/+3 |
| * | Make the Texas Instruments 802.11g chipset work with the NDISulator. | Bill Paul | 2004-08-16 | 1 | -1/+1 |
| * | Minor cleanups: | Bill Paul | 2004-08-03 | 1 | -2/+8 |
| * | Second part of ALTQ driver modifications, covering: | Max Laier | 2004-08-01 | 1 | -0/+19 |
| * | The watchdog callout executes with the (non-sleepable) ifnet lock held | Bill Paul | 2004-08-01 | 1 | -1/+1 |
| * | Add some minor changes related to PCMCIA attribute memory mapping | Bill Paul | 2004-08-01 | 1 | -2/+18 |
| * | Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory() | Bill Paul | 2004-07-11 | 3 | -22/+75 |
| * | Fix two problems: | Bill Paul | 2004-07-07 | 2 | -13/+13 |
| * | Take advantage of the dev sysctl tree. | Dag-Erling Smørgrav | 2004-06-04 | 2 | -0/+8 |
| * | Unbreak the Intel 2100 Centrino wireless driver (and probably others): | Bill Paul | 2004-06-04 | 1 | -7/+12 |
| * | Explicitly #include <sys/module.h> in these files too (they use | Bill Paul | 2004-06-01 | 2 | -0/+2 |
| * | In subr_ndis.c, when searching for keys in our make-pretend registry, | Bill Paul | 2004-05-29 | 1 | -3/+50 |
| * | Restore source code compatibility with 5.2-RELEASE. | Bill Paul | 2004-05-12 | 1 | -0/+4 |
| * | Link state change notification of ethernet media to the routing socket. | Andre Oppermann | 2004-05-06 | 1 | -0/+5 |
| * | Small timer cleanups: | Bill Paul | 2004-04-30 | 1 | -0/+6 |
| * | Remove code that fiddles with Giant in ndis_ticktask() that snuck in | Bill Paul | 2004-04-28 | 1 | -4/+0 |
| * | Correct KASSERT()s that check for initialization of mutexes in ndis_detach(), | Bill Paul | 2004-04-23 | 1 | -2/+6 |
| * | Set the INTR_MPSAFE flag. | Bill Paul | 2004-04-22 | 1 | -1/+1 |
| * | Ok, _really_ fix the Intel 2100B Centrino deadlock problems this time. | Bill Paul | 2004-04-22 | 1 | -29/+3 |
| * | Fix the problems people have been having with the Intel 2100B Centrino | Bill Paul | 2004-04-21 | 1 | -107/+19 |
| * | Continue my efforts to imitate Windows as closely as possible by | Bill Paul | 2004-04-14 | 2 | -50/+47 |
| * | - The MiniportReset() function can return NDIS_STATUS_PENDING, in which | Bill Paul | 2004-04-05 | 1 | -36/+37 |
| * | Add missing cprd_flags member to partial resource structure in | Bill Paul | 2004-03-29 | 1 | -0/+2 |
| * | The ndis_wlan_bssid_ex structure we retrieve in ndis_get_assoc() is | Bill Paul | 2004-03-24 | 1 | -5/+11 |