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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-3
/
+3
*
Convert a number of drivers to obtaining their parent DMA tag from their
scottl
2012-03-12
1
-1
/
+1
*
ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again
kevlo
2012-01-07
1
-1
/
+0
*
In sys/dev/if_ndis/if_ndis_pccard.c, fix a bug where a garbage rid was
dim
2012-01-03
1
-1
/
+1
*
Fix some net80211 enum nits:
bschmidt
2011-12-17
1
-7
/
+7
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-3
/
+1
*
Revert the ndis part of r212122, windrv_stub.c already adds a MODULE_VERSION
thompsa
2011-01-22
1
-1
/
+0
*
Don't try to free an unassigned pointer.
bschmidt
2011-01-07
1
-4
/
+1
*
Fix a bug introduced in r216518. The ndis_subsys field holds the PCI
tijl
2010-12-19
1
-7
/
+19
*
Use convenience functions where possible instead of accessing the PCI
tijl
2010-12-18
1
-9
/
+4
*
Use bus_alloc_resource_any() instead of bus_alloc_resource(). Besides being
jhb
2010-12-16
2
-16
/
+14
*
There is no reason to call rt_ifmsg(), remove it.
bschmidt
2010-10-19
1
-4
/
+0
*
WPA_CSE_WEP104 was being incorrectly checked.
rpaulo
2010-10-13
1
-1
/
+1
*
Add missing MODULE_VERSION() definitions, this resolves problems around
thompsa
2010-09-01
1
-0
/
+1
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
len must be int, not size_t
rpaulo
2010-01-06
1
-1
/
+1
*
Add net80211 media status reporting.
rpaulo
2010-01-05
1
-8
/
+19
*
Set correct USB device description
thompsa
2009-12-22
1
-0
/
+1
*
Pass all IEs to net80211.
rpaulo
2009-12-14
1
-18
/
+5
*
ndis_scan_results() can sleep if the scan results are not ready when
jhb
2009-12-02
1
-9
/
+5
*
Big style cleanup. While there remove references to FreeBSD versions
rpaulo
2009-11-02
2
-124
/
+66
*
Fix a bad use of NULL instead of zero for int comparison. Sorry for the
cokane
2009-10-01
1
-3
/
+3
*
style(9) fixes (always compare pointers to NULL)
cokane
2009-10-01
1
-3
/
+3
*
Correct a bug that could lead to a kernel panic if a user attempted to
cokane
2009-09-30
1
-10
/
+3
*
The ndis_scan function may be started after ndis vap have been destroyed
cokane
2009-09-22
1
-0
/
+5
*
Fix regression in last set of commits. Submitted via e-mail and then
cokane
2009-07-20
1
-0
/
+2
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-3
/
+3
*
Code cleanup by moving some repetitive code into an ndis_get_bssid_list
cokane
2009-06-23
1
-37
/
+39
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
4
-4
/
+4
*
Replace use of ic->ic_flags with vap->iv_flags to operate on per-vap flags
cokane
2009-06-18
1
-8
/
+10
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
1
-3
/
+3
*
Fix an LOR
cokane
2009-06-10
1
-6
/
+0
*
Commit missed driver_info to driver_ivar change in usb_attach_args.
thompsa
2009-06-08
1
-2
/
+2
*
fix setting of ni_txrate
sam
2009-06-02
1
-25
/
+1
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-1
/
+1
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
2
-5
/
+5
*
Fix a few variable renames of usb2_mode outside dev/usb.
thompsa
2009-05-21
1
-1
/
+1
*
update for net80211 rx api change
sam
2009-05-20
1
-3
/
+1
*
Create a taskqueue for each wireless interface which provides a serialised
thompsa
2009-05-02
2
-94
/
+56
*
Only call ieee80211_start_all() if its a 80211 device.
thompsa
2009-04-16
1
-1
/
+2
*
o add a capability for drivers that require 802.3 encapsulation of
sam
2009-04-08
1
-1
/
+2
*
Eliminate ic_myaddr so changing the mac address of a device works correctly:
sam
2009-03-29
1
-3
/
+2
*
set NULL after free to avoid duplicate free.
weongyo
2009-03-24
1
-1
/
+3
*
Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxx
weongyo
2009-03-18
2
-0
/
+8
*
o change a lock model based on HAL preemption lock to a normal mtx.
weongyo
2009-03-12
3
-4
/
+32
*
remove now-redunant cardbus attachment.
imp
2009-03-09
1
-1
/
+0
*
Fix TXPMGT handling:
sam
2009-03-09
1
-9
/
+14
*
o port NDIS USB support from USB1 to the new usb(USB2).
weongyo
2009-03-07
5
-100
/
+81
*
Move usb to a graveyard location under sys/legacy/dev, it is intended that the
thompsa
2009-02-23
4
-10
/
+10
*
Provide a NDIS tx power level converstion to/from net80211, this uses a loookup
thompsa
2009-01-12
1
-1
/
+30
[next]