summaryrefslogtreecommitdiffstats
path: root/sys/dev/if_ndis/if_ndisvar.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r318677:glebius2017-06-081-0/+1
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-271-10/+17
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-081-17/+10
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-071-10/+17
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-1/+1
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-2/+2
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-4/+1
* Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxxweongyo2009-03-181-0/+4
* o change a lock model based on HAL preemption lock to a normal mtx.weongyo2009-03-121-0/+16
* o port NDIS USB support from USB1 to the new usb(USB2).weongyo2009-03-071-29/+34
* Integrate the NDIS USB support code to CURRENT.weongyo2008-12-271-2/+44
* sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, notweongyo2008-10-041-1/+1
* Convert ndis_spinlock to ndis_mtx and start using the sleepablecokane2008-06-111-5/+3
* Update if_ndis to remove the legacy if_watchdog interface andcokane2008-06-031-0/+2
* - Associate from a taskq as we can deadlock on the ndis hal and the com lock.thompsa2008-05-101-0/+2
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-1/+8
* Change the timeout(9) usage in if_ndis to a callout(9) implementation,cokane2008-04-171-1/+1
* Remove compatibilty defines to simplify reading the code, this is around 10% ofthompsa2007-12-031-37/+0
* Improve the net80211 handling within ndisthompsa2007-07-121-0/+8
* Correct some __FreeBSD_version conditionals to use version bumps closerwpaul2005-10-251-1/+1
* Another round of cleanups and fixes:wpaul2005-10-181-4/+5
* This commit makes a big round of updates and fixes many, many things.wpaul2005-10-101-9/+79
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-4/+1
* Add support for NdisMEthIndicateReceive() and MiniportTransferData().wpaul2005-05-151-0/+1
* This commit makes a bunch of changes, some big, some not so big.wpaul2005-05-051-1/+4
* Throw the switch on the new driver generation/loading mechanism. Fromwpaul2005-04-241-0/+1
* Add support for Windows/x86-64 binaries to Project Evil.wpaul2005-02-161-2/+1
* Next step on the road to IRPs: create and use an imitation of thewpaul2005-02-081-3/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Update for net80211 changes.sam2004-12-081-2/+1
* Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory()wpaul2004-07-111-0/+2
* Fix two problems:wpaul2004-07-071-1/+2
* Take advantage of the dev sysctl tree.des2004-06-041-0/+2
* Continue my efforts to imitate Windows as closely as possible bywpaul2004-04-141-4/+7
* Add preliminary support for PCMCIA devices in addition to PCI/cardbus.wpaul2004-03-071-1/+7
* This should have been checked in as part of the last update to if_ndis.c:wpaul2004-01-271-0/+1
* Add support for TCP/IP checksum offload.wpaul2004-01-221-12/+3
* Convert from using taskqueue_swi to using private kernel threads. Thewpaul2004-01-181-3/+0
* Merge in some changes submitted by Brian Feldman. Among other things,wpaul2004-01-121-4/+4
* Correct the definition of the ndis_miniport_interrupt structure:wpaul2004-01-081-0/+2
* Modify if_ndis.c so that the MiniportISR function runs in ndis_intr()wpaul2004-01-041-0/+2
* Big round of updates:wpaul2003-12-211-1/+10
* Deal with the duplicate sysctl leaf problem. A .inf file may containwpaul2003-12-181-1/+2
* Rework mbuf<->ndis_packet/ndis_packet<->mbuf translation a little towpaul2003-12-141-1/+0
* Commit the first cut of Project Evil, also known as the NDISulator.wpaul2003-12-111-0/+121
OpenPOWER on IntegriCloud