index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net80211
/
ieee80211_output.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
spelling
jsg
2021-03-10
1
-3
/
+3
*
Fix 802.11 RSN capabilities announced to peers.
stsp
2020-12-08
1
-3
/
+12
*
Revert previous; Set the ESS capability bit in assoc requests again.
stsp
2020-05-19
1
-2
/
+2
*
Do not set the 802.11 ESS capability bit in association requests.
stsp
2020-05-19
1
-2
/
+2
*
Properly wrap 802.11 frame sequence numbers when incrementing them.
stsp
2020-03-06
1
-4
/
+4
*
Do not send any QoS data frames unless Tx aggregation has been negotiated.
stsp
2020-03-03
1
-10
/
+7
*
Fix an mbuf corruption issue which occurs in net80211 hostap mode.
stsp
2020-02-18
1
-9
/
+8
*
Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver.
stsp
2019-07-29
1
-14
/
+171
*
Fix 'ifconfig nwflags; These flags ended up overlapping with other flags
stsp
2019-05-12
1
-3
/
+4
*
On the transmit path the ethernet and ip headers might not be
patrick
2019-05-10
1
-11
/
+12
*
MH_ALIGN -> m_align and make the spacing look the same in all three places.
claudio
2018-11-30
1
-6
/
+6
*
My previous commit broke the ramdisk build; fix it
stsp
2017-12-14
1
-3
/
+5
*
Stop printing debug info about stations leaving a wifi network when
stsp
2017-12-14
1
-5
/
+7
*
Omit the PMKID count field from RSN information elements (IE) if the PMKID
stsp
2017-12-11
1
-4
/
+6
*
Make ieee80211_classify() available in a header so we can make the
patrick
2017-10-21
1
-2
/
+1
*
Remove global counters from struct ieee80211com which track the number of
stsp
2017-02-02
1
-4
/
+7
*
In a comment inside ieee80211_up_to_ac(), update a reference section
stsp
2017-01-31
1
-2
/
+2
*
When telling clients which EDCA parameters to use, copy these parameters
stsp
2017-01-31
1
-3
/
+3
*
Enable ieee80211_edca_table, which was under #if 0. This table can be used
stsp
2017-01-30
1
-4
/
+2
*
Make the net80211 stack send EDCA parameters to the driver in hostap mode.
stsp
2017-01-09
1
-2
/
+2
*
When acting as 11n hostap, send Microsoft WME parameters to clients so
stsp
2017-01-09
1
-4
/
+7
*
Fix ieee80211_add_htop(), which is not yet called in active code paths.
stsp
2017-01-09
1
-3
/
+4
*
Call if_enqueue() and if_start() instead of dereferencing the ifp
mpi
2016-04-12
1
-2
/
+2
*
Define EDCA tables for 11n mode. Per 802.11-2012 they are the same as
stsp
2016-02-05
1
-1
/
+53
*
Store ADDBA request and response parameters in the block ack record of
stsp
2016-02-05
1
-10
/
+5
*
Fix the timeout value sent in ADDBA request and response frames.
stsp
2016-01-21
1
-3
/
+3
*
Remove wireless turbo mode support. It is a non-standard extension
stsp
2016-01-12
1
-14
/
+1
*
Initialize the A-MPDU parameters field in HT capability elements.
stsp
2016-01-06
1
-2
/
+2
*
Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode
stsp
2016-01-05
1
-23
/
+1
*
Fix another case where the return value of ieee80211_chan2mode() was
stsp
2016-01-04
1
-3
/
+2
*
ADDBA frames have a parameter set which we check against our own capabilities
stsp
2016-01-04
1
-2
/
+6
*
11n/HT negotiation fixes:
stsp
2015-12-12
1
-7
/
+32
*
No need to include <net/if_types.h> for <net/if_vlan_var.h>
mpi
2015-11-24
1
-2
/
+1
*
Declare 802.11n mode and channel flags. Tweak 11n related fields in struct
stsp
2015-11-15
1
-3
/
+9
*
Update section and table numbers inside comments in the RSN code to
stsp
2015-11-08
1
-3
/
+3
*
replace the ifqueues in net80211 with mbuf_queues.
dlg
2015-11-04
1
-15
/
+9
*
m_freem() can handle NULL, do not check for this condition beforehands.
deraadt
2015-07-15
1
-5
/
+3
*
Rename if_output() into if_enqueue() to avoid confusion with comments
mpi
2015-06-30
1
-2
/
+2
*
Use if_output() instead of rerolling it.
mpi
2015-05-26
1
-27
/
+3
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
unifdef some more INET. v4 4life.
tedu
2014-12-23
1
-7
/
+1
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
Fewer <netinet/in_systm.h> !
mpi
2014-07-22
1
-2
/
+1
*
Stop abusing the rcvif pointer to pass wireless nodes down to the
mpi
2014-03-19
1
-12
/
+11
*
#if 0 out the ieee80211_edca_table table to appease the LLVM warning.
brad
2013-12-07
1
-1
/
+3
*
use the correct block ack structure when building an ADDBA response.
damien
2010-07-17
1
-2
/
+2
*
fix prev commit (s/ic_flags/ic_caps/).
damien
2009-05-24
1
-2
/
+2
*
prevent injection of raw 802.11 control frames through bpf on drivers
damien
2009-05-19
1
-9
/
+14
*
sync with 802.11w draft 8.0.
damien
2009-03-26
1
-3
/
+5
*
Fix setting of the Short Slot Time subfield of the Capability Information
damien
2009-03-06
1
-3
/
+2
[next]