summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2013-06-07mac80211: close AP_VLAN interfaces before unregistering allJohannes Berg1-0/+9
2013-02-03mac80211: synchronize scan off/on-channel and PS statesStanislaw Gruszka4-27/+15
2013-02-03mac80211: fix FT roamingJohannes Berg1-1/+11
2013-01-17mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg1-1/+1
2013-01-17mac80211: fix ibss scanningStanislaw Gruszka3-18/+31
2012-12-03mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich1-4/+4
2012-11-26mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau4-6/+20
2012-11-26mac80211: don't send null data packet when not associatedJohannes Berg1-0/+2
2012-11-26mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov1-0/+5
2012-11-17mac80211: fix SSID copy on IBSS JOINAntonio Quartulli1-1/+1
2012-11-17mac80211: make sure data is accessible in EAPOL checkJohannes Berg1-8/+10
2012-11-17mac80211: verify that skb data is presentJohannes Berg1-1/+31
2012-11-17mac80211: check management frame header lengthJohannes Berg1-4/+8
2012-11-17mac80211: don't inspect Sequence Control field on control framesJavier Cardona1-0/+4
2012-11-17mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona1-4/+2
2012-11-17mac80211: use blacklist for duplicate IE checkJohannes Berg1-7/+32
2012-10-31mac80211: check if key has TKIP type before updating IVStanislaw Gruszka1-1/+2
2012-10-02mac80211: clear bssid on auth/assoc failureEliad Peller1-0/+4
2012-08-15mac80211: cancel mesh path timerJohannes Berg1-0/+1
2012-08-09mac80211: fail authentication when AP denied authenticationEliad Peller1-2/+2
2012-07-19mac80211: destroy assoc_data correctly if assoc failsEliad Peller1-4/+2
2012-07-16mac80211: fix queues stuck issue with HT bandwidth changeJohannes Berg1-5/+6
2012-07-16mac80211: correct behaviour on unrecognised action framesJohannes Berg1-1/+4
2012-07-16mac80211: clear ifmgd->bssid only after building DELBAEliad Peller1-7/+6
2012-06-17mac80211: fix non RCU-safe sta_list manipulationArik Nemtsov1-2/+2
2012-06-17mac80211: clean up remain-on-channel on interface stopJohannes Berg2-0/+28
2012-06-17mac80211: fix error in station state transitions during reconfigMeenakshi Venkataraman1-1/+1
2012-06-10mac80211: fix ADDBA declined after suspend with wowlanEyal Shapira1-6/+6
2012-04-30mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau1-1/+2
2012-04-24mac80211: call ieee80211_mgd_stop() on interface stopEliad Peller3-4/+4
2012-04-17mac80211: fix logic error in ibss channel type checkFelix Fietkau1-2/+2
2012-04-17mac80211: fix truncated packets in cooked monitor rxFelix Fietkau1-4/+6
2012-04-09mac80211: fix association beacon wait timeoutJohannes Berg1-2/+1
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds6-16/+9
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd6-16/+9
2012-03-28mac80211: fix oper channel timestamp updationRajkumar Manoharan1-1/+1
2012-03-26mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka1-1/+2
2012-03-26mac80211: remove outdated commentEliad Peller1-3/+0
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds34-2266/+2373
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+1
2012-03-15mac80211: make uapsd_* keys per-vifEliad Peller6-102/+79
2012-03-15mac80211: add NULL terminator to debugfs_netdev write bufEliad Peller1-8/+5
2012-03-15mac80211: Don't sample max throughput rate in minstrel_htHelmut Schaa1-0/+7
2012-03-13mac80211: Don't let regulatory make us deafPaul Stewart4-19/+51
2012-03-13mac80211: rename bss_conf timestamp to last_tsfJohannes Berg2-2/+2
2012-03-13mac80211: linearize SKBs as needed for cryptoJohannes Berg3-8/+31
2012-03-13mac80211: move RX WEP weak IV countingJohannes Berg3-12/+6
2012-03-12mac80211: set basic rates earlierJohannes Berg1-48/+49
2012-03-12mac80211: refactor common auth/assoc setup codeJohannes Berg1-62/+59
2012-03-12mac80211: remove spurious BSSID change flagJohannes Berg1-3/+0