summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)Author
2015-02-20mac80211: fix multicast LED blinking and counterAndreas Müller
2014-12-14mac80211: fix use-after-free in defragmentationJohannes Berg
2014-12-14mac80211: properly flush delayed scan work on interface removalJohannes Berg
2014-07-11mac80211: don't check netdev state for debugfs read/writeArik Nemtsov
2014-07-11mac80211: fix IBSS join by initializing last_scan_completedKrzysztof Hałasa
2014-04-02mac80211: clear sequence/fragment number in QoS-null framesJohannes Berg
2014-04-02mac80211: fix AP powersave TX vs. wakeup raceEmmanuel Grumbach
2014-04-02mac80211: fix fragmentation code, particularly for encryptionJohannes Berg
2014-01-03mac80211: don't attempt to reorder multicast framesJohannes Berg
2013-11-28mac80211: correctly close cancelled scansEmmanuel Grumbach
2013-11-28mac80211: update sta->last_rx on acked tx framesFelix Fietkau
2013-11-28mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau
2013-09-10mac80211: fix duplicate retransmission detectionJohannes Berg
2013-06-19mac80211: close AP_VLAN interfaces before unregistering allJohannes Berg
2013-02-06mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg
2013-01-16mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka
2012-12-06mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich
2012-12-06mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov
2012-11-16mac80211: make sure data is accessible in EAPOL checkJohannes Berg
2012-11-16mac80211: verify that skb data is presentJohannes Berg
2012-11-16mac80211: check management frame header lengthJohannes Berg
2012-11-16mac80211: fix SSID copy on IBSS JOINAntonio Quartulli
2012-11-16mac80211: don't inspect Sequence Control field on control framesJavier Cardona
2012-11-16mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona
2012-10-30mac80211: check if key has TKIP type before updating IVStanislaw Gruszka
2012-08-19mac80211: cancel mesh path timerJohannes Berg
2012-07-12mac80211: correct behaviour on unrecognised action framesJohannes Berg
2012-06-19mac80211: clean up remain-on-channel on interface stopJohannes Berg
2012-06-10mac80211: fix ADDBA declined after suspend with wowlanEyal Shapira
2012-05-11mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau
2012-04-13mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka
2012-03-12mac80211: zero initialize count field in ieee80211_tx_rateMohammed Shafi Shajakhan
2012-02-29mac80211: Fix a rwlock bad magic bugMohammed Shafi Shajakhan
2012-02-20mac80211: timeout a single frame in the rx reorder bufferEliad Peller
2012-02-03net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2012-02-03mac80211: fix work removal on deauth requestJohannes Berg
2012-01-25mac80211: revert on-channel work optimisationsJohannes Berg
2012-01-25mac80211: fix rx->key NULL pointer dereference in promiscuous modeStanislaw Gruszka
2011-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-07mac80211: fix another race in aggregation startJohannes Berg
2011-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-01Revert "mac80211: clear sta.drv_priv on reconfiguration"John W. Linville
2011-11-30mac80211: fill rate filter for internal scan requestsSimon Wunderlich
2011-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-28mac80211: fix race between the AGG SM and the Tx data pathEmmanuel Grumbach
2011-11-28mac80211: fix race condition caused by late addBA responseNikolay Martynov
2011-11-28mac80211: don't stop a single aggregation session twiceJohannes Berg
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-21mac80211: Fix endian bug in radiotap header generationHelmut Schaa
2011-11-21mac80211: Fix AMSDU rate printout in debugfs.Ben Greear