summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg2017-11-181-2/+34
* mac80211: use constant time comparison with keysJason A. Donenfeld2017-11-181-1/+2
* mac80211: accept key reinstall without changing anythingJohannes Berg2017-11-181-4/+17
* mac80211: fix power saving clients handling in iwlwifiEmmanuel Grumbach2017-10-211-1/+1
* mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern2017-10-051-0/+2
* mac80211: fix VLAN handling with TXQsJohannes Berg2017-10-052-9/+44
* mac80211: initialize SMPS field in HT capabilitiesFelix Fietkau2017-07-051-4/+9
* mac80211: recalculate min channel width on VHT opmode changesJohannes Berg2017-07-053-9/+25
* mac80211: don't send SMPS action frame in AP mode when not neededEmmanuel Grumbach2017-06-241-0/+2
* mac80211: fix dropped counter in multiqueue RXJohannes Berg2017-06-241-1/+1
* mac80211: strictly check mesh address extension modeRajkumar Manoharan2017-06-241-1/+2
* mac80211: fix IBSS presp allocation sizeJohannes Berg2017-06-241-0/+2
* mac80211: fix packet statistics for fast-RXJohannes Berg2017-06-241-0/+1
* mac80211: fix CSA in IBSS modeKoen Vandeputte2017-06-241-2/+2
* mac80211/wpa: use constant time memory comparison for MACsJason A. Donenfeld2017-06-241-4/+5
* mac80211: don't look at the PM bit of BAR framesEmmanuel Grumbach2017-06-241-1/+5
* mac80211: fix MU-MIMO follow-MAC modeJohannes Berg2017-04-271-18/+47
* mac80211: reject ToDS broadcast data framesJohannes Berg2017-04-271-0/+21
* mac80211: unconditionally start new netdev queues with iTXQ supportJohannes Berg2017-04-121-1/+2
* mac80211: use driver-indicated transmitter STA only for data framesJohannes Berg2017-03-151-7/+9
* mac80211: don't handle filtered frames within a BA sessionFelix Fietkau2017-03-151-1/+2
* mac80211: don't reorder frames with SN smaller than SSNSara Sharon2017-03-153-3/+18
* mac80211: flush delayed work when entering suspendMatt Chen2017-03-151-0/+1
* mac80211: Fix adding of mesh vendor IEsThorsten Horstmann2017-02-141-1/+1
* mac80211: implement multicast forwarding on fast-RX pathJohannes Berg2017-01-261-8/+18
* mac80211: fix tid_agg_rx NULL dereferenceJohannes Berg2017-01-123-9/+5
* mac80211: initialize fast-xmit 'info' laterJohannes Berg2017-01-121-1/+2
* cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg2017-01-091-9/+12
* mac80211: fix A-MSDU aggregation with fast-xmit + txqFelix Fietkau2016-11-151-1/+5
* mac80211: remove bogus skb vif assignmentFelix Fietkau2016-11-151-3/+0
* mac80211: update A-MPDU flag on tx dequeueFelix Fietkau2016-11-151-0/+5
* Revert "mac80211: allow using AP_LINK_PS with mac80211-generated TIM IE"Felix Fietkau2016-11-151-1/+1
* mac80211: Ignore VHT IE from peer with wrong rx_mcs_mapFilip Matusiak2016-11-151-0/+16
* mac80211: move struct aead_req off the stackArd Biesheuvel2016-10-177-62/+93
* mac80211: fix CMD_FRAME for AP_VLANMichael Braun2016-10-121-1/+1
* mac80211: validate DA/SA during A-MSDU decapsulationJohannes Berg2016-10-121-1/+19
* cfg80211: add ability to check DA/SA in A-MSDU decapsulationJohannes Berg2016-10-121-1/+2
* cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKBJohannes Berg2016-10-121-1/+7
* mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg2016-10-121-9/+15
* Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2016-10-0410-63/+56
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-236-39/+54
| |\
| | * mac80211: reject TSPEC TIDs (TSIDs) for aggregationJohannes Berg2016-09-152-1/+10
| | * mac80211: check skb_linearize() return valueJohannes Berg2016-09-141-2/+6
| | * mac80211: make mpath path fixing more robustPedersen, Thomas2016-09-122-2/+3
| | * mac80211: fix sequence number assignment for PS response framesFelix Fietkau2016-09-121-32/+33
| | * mac80211: fix tim recalculation after PS responseFelix Fietkau2016-09-121-2/+2
| * | mac80211: Use rhltable instead of rhashtableHerbert Xu2016-09-205-54/+33
* | | mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen2016-09-305-90/+228
* | | mac80211: mesh: decrease max driftPedersen, Thomas2016-09-301-1/+1
* | | mac80211: add offset_tsf driver op and use it for meshPedersen, Thomas2016-09-305-6/+60