summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: don't check netdev state for debugfs read/writeArik Nemtsov2014-07-091-4/+2
* mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau2014-06-071-0/+3
* mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka2014-06-071-1/+5
* mac80211: fix AP powersave TX vs. wakeup raceEmmanuel Grumbach2014-03-233-4/+22
* mac80211: fix fragmentation code, particularly for encryptionJohannes Berg2014-02-221-1/+1
* mac80211: don't attempt to reorder multicast framesJohannes Berg2013-12-201-1/+2
* mac80211: update sta->last_rx on acked tx framesFelix Fietkau2013-11-131-0/+3
* mac80211: correctly close cancelled scansEmmanuel Grumbach2013-11-132-0/+22
* mac80211: fix duplicate retransmission detectionJohannes Berg2013-08-111-2/+8
* mac80211: close AP_VLAN interfaces before unregistering allJohannes Berg2013-06-071-0/+9
* 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