aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: enable assoc check for mesh interfacesBob Copeland2015-10-131-3/+0
* mac80211: clear subdir_stations when removing debugfsTom Hughes2015-08-121-0/+1
* mac80211: move WEP tailroom size checkJanusz Dziedzic2015-08-071-2/+4
* mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg2015-05-093-5/+12
* mac80211: disable u-APSD queues by defaultMichal Kazior2015-05-091-6/+17
* mac80211: set only VO as a U-APSD enabled ACArik Nemtsov2015-05-091-4/+7
* mac80211: drop unencrypted frames in mesh fwdingBob Copeland2015-05-091-0/+3
* mac80211: Send EAPOL frames at lowest rateJouni Malinen2015-05-091-3/+5
* mac80211: fix multicast LED blinking and counterAndreas Müller2015-02-201-5/+6
* mac80211: fix use-after-free in defragmentationJohannes Berg2014-12-141-7/+7
* mac80211: properly flush delayed scan work on interface removalJohannes Berg2014-12-141-1/+6
* mac80211: don't check netdev state for debugfs read/writeArik Nemtsov2014-07-111-4/+2
* mac80211: fix IBSS join by initializing last_scan_completedKrzysztof Hałasa2014-07-111-0/+1
* mac80211: clear sequence/fragment number in QoS-null framesJohannes Berg2014-04-021-0/+1
* mac80211: fix AP powersave TX vs. wakeup raceEmmanuel Grumbach2014-04-023-4/+22
* mac80211: fix fragmentation code, particularly for encryptionJohannes Berg2014-04-021-1/+1
* mac80211: don't attempt to reorder multicast framesJohannes Berg2014-01-031-1/+2
* mac80211: correctly close cancelled scansEmmanuel Grumbach2013-11-282-0/+22
* mac80211: update sta->last_rx on acked tx framesFelix Fietkau2013-11-281-0/+3
* mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau2013-11-281-0/+3
* mac80211: fix duplicate retransmission detectionJohannes Berg2013-09-101-2/+8
* mac80211: close AP_VLAN interfaces before unregistering allJohannes Berg2013-06-191-0/+9
* mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg2013-02-061-1/+1
* mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka2013-01-161-1/+5
* mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich2012-12-061-4/+4
* mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov2012-12-061-0/+5
* mac80211: make sure data is accessible in EAPOL checkJohannes Berg2012-11-161-8/+10
* mac80211: verify that skb data is presentJohannes Berg2012-11-161-1/+31
* mac80211: check management frame header lengthJohannes Berg2012-11-161-4/+8
* mac80211: fix SSID copy on IBSS JOINAntonio Quartulli2012-11-161-1/+1
* mac80211: don't inspect Sequence Control field on control framesJavier Cardona2012-11-161-0/+4
* mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona2012-11-161-2/+3
* mac80211: check if key has TKIP type before updating IVStanislaw Gruszka2012-10-301-1/+2
* mac80211: cancel mesh path timerJohannes Berg2012-08-191-0/+1
* mac80211: correct behaviour on unrecognised action framesJohannes Berg2012-07-121-1/+4
* mac80211: clean up remain-on-channel on interface stopJohannes Berg2012-06-192-0/+28
* mac80211: fix ADDBA declined after suspend with wowlanEyal Shapira2012-06-101-6/+6
* mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau2012-05-111-1/+2
* mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka2012-04-131-1/+2
* mac80211: zero initialize count field in ieee80211_tx_rateMohammed Shafi Shajakhan2012-03-121-1/+1
* mac80211: Fix a rwlock bad magic bugMohammed Shafi Shajakhan2012-02-291-2/+2
* mac80211: timeout a single frame in the rx reorder bufferEliad Peller2012-02-201-1/+1
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-02-034-7/+7
* mac80211: fix work removal on deauth requestJohannes Berg2012-02-031-11/+27
* mac80211: revert on-channel work optimisationsJohannes Berg2012-01-257-221/+85
* mac80211: fix rx->key NULL pointer dereference in promiscuous modeStanislaw Gruszka2012-01-251-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-091-45/+41
|\
| * mac80211: fix another race in aggregation startJohannes Berg2011-12-071-45/+41
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-052-1/+6
|\ \ | |/
| * Revert "mac80211: clear sta.drv_priv on reconfiguration"John W. Linville2011-12-011-1/+0