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
/
wi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI
scottl
2013-08-12
1
-11
/
+1
*
Add the macio attachment for wi(4). Partially obtained from NetBSD.
jhibbits
2013-07-31
1
-0
/
+141
*
Use the streaming functions for reading/writing the BAP fields on wi(4). This
jhibbits
2013-07-29
1
-10
/
+4
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-2
/
+2
*
If an interrupt is received with no vap attached, just fail LINK events.
adrian
2012-02-25
1
-0
/
+5
*
Include opt_wlan.h before net80211 includes; so IEEE80211_* configuration
adrian
2012-01-26
1
-0
/
+2
*
Fix some net80211 enum nits:
bschmidt
2011-12-17
1
-8
/
+8
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+2
*
sysctl(8) should use the CTLTYPE to determine the type of data when
mdf
2011-01-19
1
-1
/
+1
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
Revert previous commit and add myself to the list of people who should
phk
2009-09-08
1
-1
/
+0
*
Add necessary include.
phk
2009-09-08
1
-0
/
+1
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
strict kobj sigs: fix assortment of device_detach and device_shutdown impls
avg
2009-06-11
2
-2
/
+3
*
force type match
sam
2009-05-21
1
-1
/
+1
*
Revert last junk...
imp
2009-05-20
3
-6
/
+5
*
Overhaul monitor mode handling:
sam
2009-05-20
3
-54
/
+55
*
We no longer need to use d_thread_t, migrate to struct thread *.
imp
2009-05-20
3
-5
/
+6
*
Create a taskqueue for each wireless interface which provides a serialised
thompsa
2009-05-02
2
-63
/
+13
*
Hoist 802.11 encapsulation up into net80211:
sam
2009-03-30
1
-10
/
+26
*
fake the association id so packets are not rejected in the tx path
sam
2009-03-30
1
-0
/
+2
*
Eliminate ic_myaddr so changing the mac address of a device works correctly:
sam
2009-03-29
1
-7
/
+6
*
Remove opt_wi.h
imp
2008-08-27
1
-2
/
+0
*
The APDL-325 is a Wireless LAN pcmcia adapter that sits inside some
imp
2008-08-27
1
-0
/
+1
*
Add an altnerative Siemens SpeedStream ID. This one is for a Prism 3
imp
2008-08-02
1
-0
/
+1
*
Report what kind of chip only under bootverbose since that's now
imp
2008-08-02
1
-1
/
+2
*
Minor tweaks to names and comments now that I understand what's going
imp
2008-08-02
2
-7
/
+12
*
Export the hardware type (as number and name), the secondary firmware
imp
2008-07-28
2
-19
/
+45
*
Register the interrupt handler at the end of wi_attach rather than at
imp
2008-07-26
1
-13
/
+11
*
Minor cleanup of vap create work:
sam
2008-05-12
1
-1
/
+2
*
Only start the vaps if the init routine completed.
thompsa
2008-05-10
1
-1
/
+2
*
Unify all the wifi *_ioctl routines
thompsa
2008-05-01
1
-7
/
+8
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
6
-6597
/
+720
*
Make wi_set_channel() actually change the channel in hardware so that hostap
thompsa
2007-09-16
1
-2
/
+15
*
o add 802.11 state machine states for DFS and client-side power save
sam
2007-09-05
1
-0
/
+2
*
MFP4(123963): Fixing a possible NULL pointer dereference by making
avatar
2007-08-09
1
-1
/
+1
*
Now that wicontrol has been removed from the base system the corresponding
thompsa
2007-07-11
2
-1
/
+15
*
Fix scanning issues since the new net80211 code went in
thompsa
2007-06-30
1
-10
/
+27
*
Change the channel number in the scan results struct to be a pointer to the
thompsa
2007-06-30
1
-1
/
+7
*
Fix the channel reporting when the card is associated. The channel array used
thompsa
2007-06-30
1
-1
/
+5
*
Update 802.11 wireless support:
sam
2007-06-11
2
-100
/
+280
*
- Fix mbuf/node leakage in drivers' raw_xmit().
sephe
2007-04-19
1
-7
/
+8
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
replace if_watchdog w/ a private callout
sam
2006-12-11
2
-12
/
+11
*
drop softc lock when passing rx frames up the stack
sam
2006-12-11
1
-0
/
+3
*
split wi_start int locked+unlocked variants and use the unlocked
sam
2006-12-11
2
-9
/
+15
*
nuke compatibility cruft
sam
2006-12-11
2
-41
/
+0
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-3
/
+4
*
raw 802.11 packet transmit support
sam
2006-08-05
3
-31
/
+148
*
Really fix the typo this time: it should be sc->sc_drvbpf to be verified,
avatar
2006-06-05
1
-1
/
+1
[next]