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
/
net80211
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create a new function to complete 802.11 mbuf transmission.
adrian
2013-08-27
2
-0
/
+33
*
Migrate the ff_encap1() routine out into the normal output code.
adrian
2013-08-26
3
-39
/
+42
*
Add in some backwards compatability hacks to make -HEAD net80211 compile
adrian
2013-08-22
3
-0
/
+27
*
Reorder the mbuf defines to make more sense and group related flags
andre
2013-08-19
1
-8
/
+5
*
Migrate the net80211 protocol specific use of M_FRAG, M_FIRSTFRAG and
andre
2013-08-19
1
-2
/
+5
*
Add m_clrprotoflags() to clear protocol specific mbuf flags at up and
andre
2013-08-19
2
-2
/
+4
*
Don't return ENOTSUPP here - the net80211 pluggable ioctl API will treat
adrian
2013-08-18
1
-2
/
+2
*
Return the correct status if ieee80211_ff_check() consumes the mbuf.
adrian
2013-08-18
1
-2
/
+1
*
Replace the homegrown implementation of nitems() with calls to nitems()
rpaulo
2013-08-14
6
-56
/
+37
*
Blank m_nextpkt before passing it up.
adrian
2013-08-12
1
-0
/
+1
*
When flushing packets from the powersave queue, make sure that
adrian
2013-08-12
1
-0
/
+1
*
Add in missing m_free()'s during error conditions.
adrian
2013-08-10
1
-0
/
+6
*
Convert net80211 over to using if_transmit for the dispatch from the
adrian
2013-08-08
12
-61
/
+54
*
Allow net80211 to compile on stable/9 and stable/8.
adrian
2013-08-07
4
-0
/
+22
*
Fix compilation when debugging is disabled.
adrian
2013-07-28
1
-2
/
+1
*
Commit the missing header change.
adrian
2013-07-28
1
-0
/
+2
*
Refactor the VAP transmit path code into a utility function that both
adrian
2013-07-28
2
-217
/
+155
*
Add ieee80211_add_{qos,wpa,rsn}() functions since they are needed by an
rpaulo
2013-07-25
3
-40
/
+46
*
Make kassert_printf use __printflike.
alfred
2013-07-07
1
-1
/
+1
*
Add a missing unlock.
adrian
2013-07-05
1
-0
/
+1
*
Document the current 11n rate selection shortcoming in the AMRR code.
adrian
2013-07-05
1
-0
/
+8
*
Implement basic 802.11n awareness in the PHY and AMRR rate control code.
adrian
2013-07-04
3
-30
/
+315
*
Don't panic the kernel if we run wpa_supplicant on a hostap VAP.
rpaulo
2013-06-29
1
-1
/
+3
*
Fix typo (dbM -> dBm)
eadler
2013-06-14
1
-1
/
+1
*
Don't hold the node lock over the iterator.
adrian
2013-06-07
1
-4
/
+24
*
Fix net80211 fragment creation.
adrian
2013-05-25
1
-4
/
+15
*
Fix a VAP BSS node reference in the HT code to actually take a reference
adrian
2013-05-10
1
-1
/
+7
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
4
-4
/
+4
*
Implement a utility function to return the current TX power cap for
adrian
2013-04-16
1
-0
/
+22
*
Add VNET wrappers around the rest of the ieee80211 rtsock messages.
adrian
2013-03-20
1
-0
/
+10
*
Kill this, it's not needed at this point and (hopefully) the parent
adrian
2013-03-10
1
-2
/
+0
*
Fix another compiler warning issue when invariants are disabled.
adrian
2013-03-09
1
-2
/
+1
*
Fix non-invariant compilation.
adrian
2013-03-09
1
-6
/
+3
*
Bring over my initial work from the net80211 TX locking branch.
adrian
2013-03-08
13
-250
/
+458
*
Disable this variable; the code using it is also disabled.
adrian
2013-02-18
1
-0
/
+2
*
Disable this code and add a note as to why.
adrian
2013-02-18
1
-0
/
+15
*
Fix an incorrect sizeof()
adrian
2013-02-16
1
-1
/
+1
*
Mesh: QoS Control field bit flags fix.
monthadar
2013-02-14
1
-3
/
+3
*
Substitute '#ifdef ALIGNED_POINTER' with '#ifndef __NO_STRICT_ALIGNMENT',
glebius
2013-02-12
3
-4
/
+6
*
Fix ieee80211_mesh.c compilation.
adrian
2013-02-08
1
-0
/
+4
*
Mesh: recevied GANN frames where not parsed correctly.
monthadar
2013-02-07
1
-26
/
+66
*
Mesh HWMP forwarding information: updating FI for transmitter.
monthadar
2013-02-07
1
-5
/
+44
*
Mesh HWMP PERR bug fixes.
monthadar
2013-02-07
1
-1
/
+1
*
Mesh bug: debug infomartion showing swapped SA and DA address.
monthadar
2013-02-07
1
-2
/
+2
*
Update ddb to print mesh routing table.
monthadar
2013-02-07
1
-11
/
+27
*
Mesh HWMP PREQ: fixed conditions for discarding elements.
monthadar
2013-02-07
1
-4
/
+4
*
Mesh HWMP: don't send an intermediate PREP for proxy entries.
monthadar
2013-02-07
1
-1
/
+3
*
Mesh HWMP PREQ update: proxy reply only if mesh STA is a meshgate.
monthadar
2013-02-07
1
-3
/
+6
*
HWMP: ic->raw_xmit didn't always point to correct ni.
monthadar
2013-02-07
3
-75
/
+58
*
Mesh gate code to transmit to all mesh gates.
monthadar
2013-02-07
1
-25
/
+167
[next]