| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't set ifp->if_output to ether_output(), since ether_ifattach() | mux | 2004-03-12 | 1 | -1/+0 |
* | Fix the problem with the Cisco Aironet 340 PCMCIA card. Most newer drivers | wpaul | 2004-03-11 | 1 | -0/+123 |
* | Trim unneeded includes from if_ndis_pccard.c and if_ndis_pci.c. Also removed | wpaul | 2004-03-09 | 2 | -26/+0 |
* | If the resource listing obtained from BUS_GET_RESOURCE_LIST() in | wpaul | 2004-03-09 | 1 | -0/+20 |
* | Add preliminary support for PCMCIA devices in addition to PCI/cardbus. | wpaul | 2004-03-07 | 4 | -222/+648 |
* | Add yet more bulletproofing. This is to guard against the case that | wpaul | 2004-02-11 | 1 | -2/+3 |
* | Don't hold NDIS_LOCK() around call to ndis_getstate_80211() since it | wpaul | 2004-02-07 | 1 | -0/+2 |
* | Implement support for single packet sends. The Intel Centrino driver | wpaul | 2004-02-03 | 1 | -7/+29 |
* | Use the OID_802_11_CONFIGURATION OID when deciding if the underlying driver | wpaul | 2004-02-01 | 1 | -2/+4 |
* | Go back to using AUTHMODE_AUTO if WEP is on. In some cases, the Centrino | wpaul | 2004-01-29 | 1 | -1/+3 |
* | This should have been checked in as part of the last update to if_ndis.c: | wpaul | 2004-01-27 | 1 | -0/+1 |
* | Add a kludge to avoid having ndis_init() called needlessly by dhclient | wpaul | 2004-01-27 | 1 | -10/+22 |
* | Use the M_BZERO flag with malloc() in a couple of places. | wpaul | 2004-01-27 | 1 | -8/+6 |
* | Correct KASSERT() in ndis_destroy(): ndis_mtx is a pointer now. | wpaul | 2004-01-25 | 1 | -1/+4 |
* | Add missing newlines to some device_printf()s. | wpaul | 2004-01-24 | 1 | -3/+6 |
* | Add suspend and resume methods. I'm not certain this work correctly | wpaul | 2004-01-22 | 1 | -0/+36 |
* | Add support for TCP/IP checksum offload. | wpaul | 2004-01-22 | 2 | -25/+217 |
* | Correct instances of mtx_lock()/mtx_unlock() that should have been | wpaul | 2004-01-20 | 1 | -5/+5 |
* | Properly program the multicast filter in ndis_setmulti(), | wpaul | 2004-01-19 | 1 | -31/+86 |
* | Convert from using taskqueue_swi to using private kernel threads. The | wpaul | 2004-01-18 | 2 | -40/+27 |
* | The definition for __stdcall logically belongs in pe_var.h, but | wpaul | 2004-01-15 | 1 | -2/+0 |
* | Ugh. Last commit went horribly wrong. Back out changes to subr_ntoskrnl.c, | wpaul | 2004-01-12 | 1 | -7/+8 |
* | Merge in some changes submitted by Brian Feldman. Among other things, | wpaul | 2004-01-12 | 2 | -129/+500 |
* | The private data section of ndis_packets has a 'packet flags' byte | wpaul | 2004-01-09 | 1 | -4/+2 |
* | Correct the definition of the ndis_miniport_interrupt structure: | wpaul | 2004-01-08 | 2 | -9/+36 |
* | - Add pe_get_message() and pe_get_messagetable() for processing | wpaul | 2004-01-06 | 1 | -6/+25 |
* | Modify if_ndis.c so that the MiniportISR function runs in ndis_intr() | wpaul | 2004-01-04 | 2 | -4/+31 |
* | In ndis_attach(), report the NDIS API level that the Windows miniport | wpaul | 2004-01-04 | 1 | -0/+5 |
* | In if_ndis.c:ndis_attach(), temporarily set the IFF_UP flag while | wpaul | 2004-01-03 | 1 | -1/+3 |
* | Clean up ndiscvt a bit (leaving out the -i flag didn't work) and add | wpaul | 2004-01-02 | 1 | -41/+49 |
* | - subr_ntoskrnl.c: improve the _fastcall hack based on suggestions from | wpaul | 2003-12-31 | 1 | -16/+19 |
* | - Add new 802.11 OID information obtained from NDIS 5.1 update to | wpaul | 2003-12-30 | 1 | -9/+62 |
* | Rework resource allocation. Replace the "feel around like a blind man" | wpaul | 2003-12-29 | 1 | -60/+74 |
* | Attempt to handle the status field in the ndis_packet oob area correctly. | wpaul | 2003-12-26 | 1 | -2/+27 |
* | Back out the last batch of changes until I have a chance to properly | wpaul | 2003-12-26 | 1 | -3/+6 |
* | - In ndis_intr(), don't do any interrupt processing if the IFF_UP | wpaul | 2003-12-25 | 1 | -9/+6 |
* | Avoid using any of the ndis_packet/ndis_packet_private fields for | wpaul | 2003-12-25 | 1 | -9/+5 |
* | - Add stubs for Ndis*File() functions | wpaul | 2003-12-25 | 1 | -5/+1 |
* | - Fix some compiler warnings in subr_pe.c | wpaul | 2003-12-24 | 1 | -10/+7 |
* | Set up the interrupt earlier in ndis_attach(), because calling the | wpaul | 2003-12-23 | 1 | -4/+13 |
* | Make the NDIS driver depend on the wlan module now that it has | wpaul | 2003-12-23 | 1 | -0/+1 |
* | Re-do the handling of ndis_buffers. The NDIS_BUFFER structure is | wpaul | 2003-12-23 | 1 | -4/+11 |
* | Big round of updates: | wpaul | 2003-12-21 | 2 | -23/+411 |
* | Fix wildcard subsystem case in ndis_probe(). | wpaul | 2003-12-18 | 1 | -2/+2 |
* | Deal with the duplicate sysctl leaf problem. A .inf file may contain | wpaul | 2003-12-18 | 2 | -3/+33 |
* | Silence irritating watchdog timeout messages: if we call | wpaul | 2003-12-14 | 1 | -4/+10 |
* | Rework mbuf<->ndis_packet/ndis_packet<->mbuf translation a little to | wpaul | 2003-12-14 | 2 | -22/+20 |
* | Commit the first cut of Project Evil, also known as the NDISulator. | wpaul | 2003-12-11 | 2 | -0/+1082 |