aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)Author
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
2011-11-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2011-11-09mac80211: fix race between connection monitor & suspendJohannes Berg
2011-11-09mac80211: fix bug in ieee80211_build_probe_reqJohannes Berg
2011-11-09mac80211: fix NULL dereference in radiotap codeJohannes Berg
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2011-11-07mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit settingJanusz.Dziedzic@tieto.com
2011-11-07mac80211: use min rate as basic rate for buggy APsEliad Peller
2011-11-02mac80211: disable powersave for broken APsJohannes Berg
2011-11-02mac80211: Fix TDLS support validation in add_station handlerJouni Malinen
2011-11-02mac80211: config hw when going back on-channelEliad Peller
2011-11-02mac80211: fix remain_off_channel regressionEliad Peller
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker