summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2013-09-10mac80211: fix duplicate retransmission detectionJohannes Berg1-2/+8
2013-06-19mac80211: close AP_VLAN interfaces before unregistering allJohannes Berg1-0/+9
2013-02-06mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg1-1/+1
2013-01-16mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka1-1/+5
2012-12-06mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich1-4/+4
2012-12-06mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov1-0/+5
2012-11-16mac80211: make sure data is accessible in EAPOL checkJohannes Berg1-8/+10
2012-11-16mac80211: verify that skb data is presentJohannes Berg1-1/+31
2012-11-16mac80211: check management frame header lengthJohannes Berg1-4/+8
2012-11-16mac80211: fix SSID copy on IBSS JOINAntonio Quartulli1-1/+1
2012-11-16mac80211: don't inspect Sequence Control field on control framesJavier Cardona1-0/+4
2012-11-16mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona1-2/+3
2012-10-31mac80211: check if key has TKIP type before updating IVStanislaw Gruszka1-1/+2
2012-08-19mac80211: cancel mesh path timerJohannes Berg1-0/+1
2012-07-12mac80211: correct behaviour on unrecognised action framesJohannes Berg1-1/+4
2012-06-20mac80211: clean up remain-on-channel on interface stopJohannes Berg2-0/+28
2012-06-10mac80211: fix ADDBA declined after suspend with wowlanEyal Shapira1-6/+6
2012-05-11mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau1-1/+2
2012-04-13mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka1-1/+2
2012-03-12mac80211: zero initialize count field in ieee80211_tx_rateMohammed Shafi Shajakhan1-1/+1
2012-03-01mac80211: Fix a rwlock bad magic bugMohammed Shafi Shajakhan1-2/+2
2012-02-21mac80211: timeout a single frame in the rx reorder bufferEliad Peller1-1/+1
2012-02-03net: reintroduce missing rcu_assign_pointer() callsEric Dumazet4-7/+7
2012-02-03mac80211: fix work removal on deauth requestJohannes Berg1-11/+27
2012-01-26mac80211: revert on-channel work optimisationsJohannes Berg7-221/+85
2012-01-26mac80211: fix rx->key NULL pointer dereference in promiscuous modeStanislaw Gruszka1-1/+1
2011-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-45/+41
2011-12-08mac80211: fix another race in aggregation startJohannes Berg1-45/+41
2011-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-1/+6
2011-12-01Revert "mac80211: clear sta.drv_priv on reconfiguration"John W. Linville1-1/+0
2011-11-30mac80211: fill rate filter for internal scan requestsSimon Wunderlich1-0/+6
2011-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+39
2011-11-28mac80211: fix race between the AGG SM and the Tx data pathEmmanuel Grumbach1-0/+14
2011-11-28mac80211: fix race condition caused by late addBA responseNikolay Martynov1-1/+17
2011-11-28mac80211: don't stop a single aggregation session twiceJohannes Berg1-2/+8
2011-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-6/+6
2011-11-21mac80211: Fix endian bug in radiotap header generationHelmut Schaa1-4/+4
2011-11-21mac80211: Fix AMSDU rate printout in debugfs.Ben Greear1-2/+2
2011-11-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-4/+11
2011-11-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2-4/+23
2011-11-09mac80211: fix race between connection monitor & suspendJohannes Berg1-1/+1
2011-11-09mac80211: fix bug in ieee80211_build_probe_reqJohannes Berg1-0/+4
2011-11-09mac80211: fix NULL dereference in radiotap codeJohannes Berg1-3/+6
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-12/+26
2011-11-07mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit settingJanusz.Dziedzic@tieto.com1-4/+4
2011-11-07mac80211: use min rate as basic rate for buggy APsEliad Peller1-0/+19
2011-11-02mac80211: disable powersave for broken APsJohannes Berg2-2/+17
2011-11-02mac80211: Fix TDLS support validation in add_station handlerJouni Malinen1-6/+6
2011-11-02mac80211: config hw when going back on-channelEliad Peller1-2/+1
2011-11-02mac80211: fix remain_off_channel regressionEliad Peller1-2/+2