| Commit message (Expand) | Author | Age | Files | Lines |
* | All mbuf external free functions never fail, so let them be void. | glebius | 2014-07-11 | 1 | -1/+1 |
* | Give (*ext_free) an int return value allowing for very sophisticated | andre | 2013-08-25 | 1 | -1/+1 |
* | Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used in | bschmidt | 2010-12-06 | 1 | -0/+1 |
* | o port NDIS USB support from USB1 to the new usb(USB2). | weongyo | 2009-03-07 | 1 | -423/+422 |
* | Integrate the NDIS USB support code to CURRENT. | weongyo | 2008-12-27 | 1 | -0/+3 |
* | Correct the nwbx_ies field type in struct ndis_wlan_bssid_ex. | thompsa | 2007-12-02 | 1 | -1/+1 |
* | We have strcasecmp() in libkern now. | pjd | 2007-04-06 | 1 | -2/+0 |
* | Change the definition for EXT_NDIS to EXT_NET_DRV. Since the latest | wpaul | 2005-11-07 | 1 | -1/+1 |
* | Tests with my dual Opteron system have shown that it's possible | wpaul | 2005-11-02 | 1 | -3/+0 |
* | Another round of cleanups and fixes: | wpaul | 2005-10-18 | 1 | -3/+19 |
* | Convert ndis_set_info() and ndis_get_info() from using msleep() | wpaul | 2005-10-12 | 1 | -0/+3 |
* | This commit makes a big round of updates and fixes many, many things. | wpaul | 2005-10-10 | 1 | -10/+109 |
* | Correct some problems with workitem usage. NdisScheduleWorkItem() does | wpaul | 2005-05-16 | 1 | -3/+17 |
* | Add support for NdisMEthIndicateReceive() and MiniportTransferData(). | wpaul | 2005-05-15 | 1 | -1/+18 |
* | Avoid sleeping with mutex held in kern_ndis.c. | wpaul | 2005-05-05 | 1 | -7/+0 |
* | This commit makes a bunch of changes, some big, some not so big. | wpaul | 2005-05-05 | 1 | -15/+33 |
* | Create new i386 windows/bsd thunking layer, similar to the amd64 thunking | wpaul | 2005-04-11 | 1 | -9/+9 |
* | Finally bring an end to the great "make the Atheros NDIS driver | wpaul | 2005-03-27 | 1 | -3/+52 |
* | MAXPATHLEN is 1024, which means NdisOpenFile() and ndis_find_sym() were | wpaul | 2005-03-03 | 1 | -0/+1 |
* | Add support for Windows/x86-64 binaries to Project Evil. | wpaul | 2005-02-16 | 1 | -2/+24 |
* | Next step on the road to IRPs: create and use an imitation of the | wpaul | 2005-02-08 | 1 | -6/+9 |
* | Apparently, the Intel icc compiler doesn't like it when you use | wpaul | 2005-01-25 | 1 | -1/+1 |
* | Begin the first phase of trying to add IRP support (and ultimately | wpaul | 2005-01-24 | 1 | -0/+2 |
* | Start each of the license/copyright comments with /*- | imp | 2005-01-05 | 1 | -1/+1 |
* | Make the Texas Instruments 802.11g chipset work with the NDISulator. | wpaul | 2004-08-16 | 1 | -1/+1 |
* | Big mess 'o changes: | wpaul | 2004-08-01 | 1 | -0/+5 |
* | Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory() | wpaul | 2004-07-11 | 1 | -0/+2 |
* | Fix two problems: | wpaul | 2004-07-07 | 1 | -0/+2 |
* | Continue my efforts to imitate Windows as closely as possible by | wpaul | 2004-04-14 | 1 | -0/+5 |
* | - The MiniportReset() function can return NDIS_STATUS_PENDING, in which | wpaul | 2004-04-05 | 1 | -1/+1 |
* | Add missing cprd_flags member to partial resource structure in | wpaul | 2004-03-29 | 1 | -0/+1 |
* | - Rewrite the timer and event API routines in subr_ndis.c so that they | wpaul | 2004-03-20 | 1 | -5/+6 |
* | Fix a problem with the way we schedule work on the NDIS worker threads. | wpaul | 2004-02-14 | 1 | -0/+3 |
* | Add a whole bunch of new stuff to make the driver for the AMD Am1771/Am1772 | wpaul | 2004-02-07 | 1 | -4/+11 |
* | Reorganize the timer code a little and implement NdisInitializeTimer() | wpaul | 2004-01-26 | 1 | -0/+3 |
* | Add structures and definitions for task offload (TCP/IP checksum, | wpaul | 2004-01-21 | 1 | -0/+141 |
* | Convert from using taskqueue_swi to using private kernel threads. The | wpaul | 2004-01-18 | 1 | -0/+4 |
* | The ndis_kspin_lock type is called KSPIN_LOCK in MS-Windows. | obrien | 2004-01-16 | 1 | -1/+1 |
* | Merge in some changes submitted by Brian Feldman. Among other things, | wpaul | 2004-01-12 | 1 | -1/+1 |
* | The private data section of ndis_packets has a 'packet flags' byte | wpaul | 2004-01-09 | 1 | -0/+4 |
* | Correct the definition of the ndis_miniport_interrupt structure: | wpaul | 2004-01-08 | 1 | -1/+9 |
* | - Add pe_get_message() and pe_get_messagetable() for processing | wpaul | 2004-01-06 | 1 | -0/+1 |
* | Implement NdisScheduleWorkItem() and RtlCompareMemory(). | wpaul | 2004-01-04 | 1 | -0/+11 |
* | - Add new 802.11 OID information obtained from NDIS 5.1 update to | wpaul | 2003-12-30 | 1 | -120/+258 |
* | Back out the last batch of changes until I have a chance to properly | wpaul | 2003-12-26 | 1 | -1/+0 |
* | Don't call the miniport driver's releasepacket function unless the | green | 2003-12-26 | 1 | -0/+1 |
* | Give the timer API one last overhaul: this time, use the new callout | wpaul | 2003-12-25 | 1 | -1/+1 |
* | Avoid using any of the ndis_packet/ndis_packet_private fields for | wpaul | 2003-12-25 | 1 | -1/+7 |
* | - Fix some compiler warnings in subr_pe.c | wpaul | 2003-12-24 | 1 | -0/+9 |
* | Correct the definitions for NDIS_80211_NET_INFRA_IBSS and | wpaul | 2003-12-23 | 1 | -2/+2 |