summaryrefslogtreecommitdiff
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: synchronize scan off/on-channel and PS statesStanislaw Gruszka2013-02-034-27/+15
* mac80211: fix FT roamingJohannes Berg2013-02-031-1/+11
* mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg2013-01-171-1/+1
* mac80211: fix ibss scanningStanislaw Gruszka2013-01-173-18/+31
* mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich2012-12-031-4/+4
* mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau2012-11-264-6/+20
* mac80211: don't send null data packet when not associatedJohannes Berg2012-11-261-0/+2
* mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov2012-11-261-0/+5
* mac80211: fix SSID copy on IBSS JOINAntonio Quartulli2012-11-171-1/+1
* mac80211: make sure data is accessible in EAPOL checkJohannes Berg2012-11-171-8/+10
* mac80211: verify that skb data is presentJohannes Berg2012-11-171-1/+31
* mac80211: check management frame header lengthJohannes Berg2012-11-171-4/+8
* mac80211: don't inspect Sequence Control field on control framesJavier Cardona2012-11-171-0/+4
* mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona2012-11-171-4/+2
* mac80211: use blacklist for duplicate IE checkJohannes Berg2012-11-171-7/+32
* mac80211: check if key has TKIP type before updating IVStanislaw Gruszka2012-10-311-1/+2
* mac80211: clear bssid on auth/assoc failureEliad Peller2012-10-021-0/+4
* mac80211: cancel mesh path timerJohannes Berg2012-08-151-0/+1
* mac80211: fail authentication when AP denied authenticationEliad Peller2012-08-091-2/+2
* mac80211: destroy assoc_data correctly if assoc failsEliad Peller2012-07-191-4/+2
* mac80211: fix queues stuck issue with HT bandwidth changeJohannes Berg2012-07-161-5/+6
* mac80211: correct behaviour on unrecognised action framesJohannes Berg2012-07-161-1/+4
* mac80211: clear ifmgd->bssid only after building DELBAEliad Peller2012-07-161-7/+6
* mac80211: fix non RCU-safe sta_list manipulationArik Nemtsov2012-06-171-2/+2
* mac80211: clean up remain-on-channel on interface stopJohannes Berg2012-06-172-0/+28
* mac80211: fix error in station state transitions during reconfigMeenakshi Venkataraman2012-06-171-1/+1
* mac80211: fix ADDBA declined after suspend with wowlanEyal Shapira2012-06-101-6/+6
* mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau2012-04-301-1/+2
* mac80211: call ieee80211_mgd_stop() on interface stopEliad Peller2012-04-243-4/+4
* mac80211: fix logic error in ibss channel type checkFelix Fietkau2012-04-171-2/+2
* mac80211: fix truncated packets in cooked monitor rxFelix Fietkau2012-04-171-4/+6
* mac80211: fix association beacon wait timeoutJohannes Berg2012-04-091-2/+1
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-056-16/+9
|\
| * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-056-16/+9
* | mac80211: fix oper channel timestamp updationRajkumar Manoharan2012-03-281-1/+1
* | mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka2012-03-261-1/+2
* | mac80211: remove outdated commentEliad Peller2012-03-261-3/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-2034-2266/+2373
|\
| * mac80211: make uapsd_* keys per-vifEliad Peller2012-03-156-102/+79
| * mac80211: add NULL terminator to debugfs_netdev write bufEliad Peller2012-03-151-8/+5
| * mac80211: Don't sample max throughput rate in minstrel_htHelmut Schaa2012-03-151-0/+7
| * mac80211: Don't let regulatory make us deafPaul Stewart2012-03-134-19/+51
| * mac80211: rename bss_conf timestamp to last_tsfJohannes Berg2012-03-132-2/+2
| * mac80211: linearize SKBs as needed for cryptoJohannes Berg2012-03-133-8/+31
| * mac80211: move RX WEP weak IV countingJohannes Berg2012-03-133-12/+6
| * mac80211: set basic rates earlierJohannes Berg2012-03-121-48/+49
| * mac80211: refactor common auth/assoc setup codeJohannes Berg2012-03-121-62/+59
| * mac80211: remove spurious BSSID change flagJohannes Berg2012-03-121-3/+0
| * mac80211: simplify wmm check during associationJohannes Berg2012-03-122-6/+6
| * mac80211: simplify HT checksJohannes Berg2012-03-121-31/+26