index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
if_ndis
/
if_ndisvar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Integrate the NDIS USB support code to CURRENT.
weongyo
2008-12-27
1
-2
/
+44
*
sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, not
weongyo
2008-10-04
1
-1
/
+1
*
Convert ndis_spinlock to ndis_mtx and start using the sleepable
cokane
2008-06-11
1
-5
/
+3
*
Update if_ndis to remove the legacy if_watchdog interface and
cokane
2008-06-03
1
-0
/
+2
*
- Associate from a taskq as we can deadlock on the ndis hal and the com lock.
thompsa
2008-05-10
1
-0
/
+2
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
1
-1
/
+8
*
Change the timeout(9) usage in if_ndis to a callout(9) implementation,
cokane
2008-04-17
1
-1
/
+1
*
Remove compatibilty defines to simplify reading the code, this is around 10% of
thompsa
2007-12-03
1
-37
/
+0
*
Improve the net80211 handling within ndis
thompsa
2007-07-12
1
-0
/
+8
*
Correct some __FreeBSD_version conditionals to use version bumps closer
wpaul
2005-10-25
1
-1
/
+1
*
Another round of cleanups and fixes:
wpaul
2005-10-18
1
-4
/
+5
*
This commit makes a big round of updates and fixes many, many things.
wpaul
2005-10-10
1
-9
/
+79
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-4
/
+1
*
Add support for NdisMEthIndicateReceive() and MiniportTransferData().
wpaul
2005-05-15
1
-0
/
+1
*
This commit makes a bunch of changes, some big, some not so big.
wpaul
2005-05-05
1
-1
/
+4
*
Throw the switch on the new driver generation/loading mechanism. From
wpaul
2005-04-24
1
-0
/
+1
*
Add support for Windows/x86-64 binaries to Project Evil.
wpaul
2005-02-16
1
-2
/
+1
*
Next step on the road to IRPs: create and use an imitation of the
wpaul
2005-02-08
1
-3
/
+4
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Update for net80211 changes.
sam
2004-12-08
1
-2
/
+1
*
Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory()
wpaul
2004-07-11
1
-0
/
+2
*
Fix two problems:
wpaul
2004-07-07
1
-1
/
+2
*
Take advantage of the dev sysctl tree.
des
2004-06-04
1
-0
/
+2
*
Continue my efforts to imitate Windows as closely as possible by
wpaul
2004-04-14
1
-4
/
+7
*
Add preliminary support for PCMCIA devices in addition to PCI/cardbus.
wpaul
2004-03-07
1
-1
/
+7
*
This should have been checked in as part of the last update to if_ndis.c:
wpaul
2004-01-27
1
-0
/
+1
*
Add support for TCP/IP checksum offload.
wpaul
2004-01-22
1
-12
/
+3
*
Convert from using taskqueue_swi to using private kernel threads. The
wpaul
2004-01-18
1
-3
/
+0
*
Merge in some changes submitted by Brian Feldman. Among other things,
wpaul
2004-01-12
1
-4
/
+4
*
Correct the definition of the ndis_miniport_interrupt structure:
wpaul
2004-01-08
1
-0
/
+2
*
Modify if_ndis.c so that the MiniportISR function runs in ndis_intr()
wpaul
2004-01-04
1
-0
/
+2
*
Big round of updates:
wpaul
2003-12-21
1
-1
/
+10
*
Deal with the duplicate sysctl leaf problem. A .inf file may contain
wpaul
2003-12-18
1
-1
/
+2
*
Rework mbuf<->ndis_packet/ndis_packet<->mbuf translation a little to
wpaul
2003-12-14
1
-1
/
+0
*
Commit the first cut of Project Evil, also known as the NDISulator.
wpaul
2003-12-11
1
-0
/
+121