aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)Author
2013-04-09mac80211: always synchronize_net() during station removalJohannes Berg
2013-02-06mac80211: synchronize scan off/on-channel and PS statesStanislaw Gruszka
2013-02-06mac80211: fix FT roamingJohannes Berg
2013-01-23mac80211: fix dtim_period in hidden SSID AP associationJohannes Berg
2013-01-23mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg
2013-01-23mac80211: fix ibss scanningStanislaw Gruszka
2012-12-24mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka
2012-12-10mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich
2012-12-07mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau
2012-12-07mac80211: don't send null data packet when not associatedJohannes Berg
2012-12-07mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov
2012-12-05mac80211: make sure data is accessible in EAPOL checkJohannes Berg
2012-12-05mac80211: verify that skb data is presentJohannes Berg
2012-12-05mac80211: check management frame header lengthJohannes Berg
2012-12-05mac80211: fix SSID copy on IBSS JOINAntonio Quartulli
2012-12-05mac80211: don't inspect Sequence Control field on control framesJavier Cardona
2012-12-05mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona
2012-12-05mac80211: use blacklist for duplicate IE checkJohannes Berg
2012-11-22mac80211: use ieee80211_free_txskb in a few more placesFelix Fietkau
2012-11-22mac80211: check if key has TKIP type before updating IVStanislaw Gruszka
2012-11-22cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka
2012-11-15mac80211: use ieee80211_free_txskb to fix possible skb leaksFelix Fietkau
2012-10-02mac80211: clear bssid on auth/assoc failureEliad Peller
2012-08-15mac80211: cancel mesh path timerJohannes Berg
2012-08-09mac80211: fail authentication when AP denied authenticationEliad Peller
2012-08-09mac80211: fix read outside array boundsChristian Lamparter
2012-08-09mac80211: fix crash with single-queue driversJohannes Berg
2012-07-09mac80211: destroy assoc_data correctly if assoc failsEliad Peller
2012-07-09mac80211: correct size the argument to kzalloc in minstrel_htThomas Huehn
2012-06-27mac80211: correct behaviour on unrecognised action framesJohannes Berg
2012-06-21mac80211: clear ifmgd->bssid only after building DELBAEliad Peller
2012-06-13mac80211: stop polling in disassociationDavid Spinadel
2012-06-13mac80211: check sdata_running on ieee80211_set_bitrate_maskEliad Peller
2012-06-12mac80211: add missing kernel-docAshok Nagarajan
2012-06-09mac80211: add some missing kernel-docJohannes Berg
2012-06-08mac80211: add back channel change flagStanislaw Gruszka
2012-06-04mac80211: fix non RCU-safe sta_list manipulationArik Nemtsov
2012-06-04mac80211: Fix likely misuse of | for &Joe Perches
2012-06-04mac80211: add missing rcu_read_lock/unlock in agg-rx session timerFelix Fietkau
2012-06-04mac80211: clean up remain-on-channel on interface stopJohannes Berg
2012-06-04mac80211: fix error in station state transitions during reconfigMeenakshi Venkataraman
2012-06-04mac80211: Fix Unreachable Mesh Station Problem when joining to another MBSSChun-Yeow Yeoh
2012-06-04mac80211: run scan after finish connection monitoringStanislaw Gruszka
2012-05-29mac80211: fix ADDBA declined after suspend with wowlanEyal Shapira
2012-05-29mac80211: fix flag check for QoS NOACK framesClaudio Pisa
2012-05-25mac80211: Fix race in checking AP status by sending null frameSoumik Das
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville
2012-05-16mac80211: Add debugfs entry for mesh ht_opmodeAshok Nagarajan
2012-05-16mac80211: Modify mesh_set_ht_prot_mode() to have less identationAshok Nagarajan
2012-05-16mac80211: Fix don't use '>' operator for matching channel typesAshok Nagarajan