summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Fix possible race between sta_unblock and network softirqHelmut Schaa2012-01-171-2/+4
* mac80211: fix tx->skb NULL pointer dereferenceYoni Divinsky2012-01-163-9/+22
* Net, mac80211: Fix resource leak in ieee80211_rx_h_mesh_fwding()Jesper Juhl2012-01-161-0/+1
* mac80211: fix no-op authorized transitionsJohannes Berg2012-01-131-1/+1
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-124-7/+7
* mac80211: fix rx->key NULL pointer dereference in promiscuous modeStanislaw Gruszka2012-01-111-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-057-52/+19
|\
| * mac80211: remove dead codeMohammed Shafi Shajakhan2012-01-042-19/+0
| * mac80211: Call driver commands after drv_start in mac80211 restart codeYogesh Ashok Powar2012-01-041-10/+9
| * mac80211: use RCU read locks for sta_info_getMohammed Shafi Shajakhan2012-01-041-0/+2
| * mac80211: fix kernel panic in IBSS due to a regressionMohammed Shafi Shajakhan2012-01-041-1/+4
| * mac80211: fix scan state machineMohammed Shafi Shajakhan2012-01-041-1/+1
| * mac80211: always clear SDATA_STATE_OFFCHANNEL flagEliad Peller2012-01-041-1/+3
| * mac80211: Remove superfluous ieee80211_rx_h_remove_qos_controlHelmut Schaa2012-01-041-20/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-036-5/+111
|\|
| * mac80211: Keep skb->piority for relayed frames in AP modeHelmut Schaa2011-12-211-1/+6
| * mac80211: ibss should not purge clients it is not responsible forMarek Lindner2011-12-211-0/+3
| * mac80211: Fixing sparse warning at sta_info.cYogesh Ashok Powar2011-12-191-2/+7
| * mac80211: handle SMPS action framesJohannes Berg2011-12-191-0/+58
| * cfg80211: Return beacon loss count in stationPaul Stewart2011-12-193-1/+13
| * mac80211: split addba retries in timeNikolay Martynov2011-12-192-1/+24
* | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-192-3/+3
|/
* mac80211: Fix power save in change interfaceMohammed Shafi Shajakhan2011-12-151-0/+1
* mac80211: remove an unnecessary paraenthesisMohammed Shafi Shajakhan2011-12-151-1/+1
* mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa2011-12-154-8/+17
* mac80211: reduce station management complexityJohannes Berg2011-12-153-203/+63
* mac80211: delay IBSS station insertionJohannes Berg2011-12-154-57/+140
* mac80211: make address arguments to sta_info_alloc constJohannes Berg2011-12-152-2/+2
* mac80211: count authorized stations per BSSJohannes Berg2011-12-154-16/+20
* mac80211: refactor station state transitionsJohannes Berg2011-12-158-30/+172
* mac80211: use station mutex in configurationJohannes Berg2011-12-151-6/+6
* mac80211: remove duplicate TDLS peer verificationJohannes Berg2011-12-151-14/+0
* cfg80211: validate nl80211 station handling betterJohannes Berg2011-12-151-0/+8
* mac80211: free skb on error path of ieee80211_ibss_join()Simon Wunderlich2011-12-141-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-141-45/+41
|\
| * mac80211: fix another race in aggregation startJohannes Berg2011-12-071-45/+41
* | mac80211: don't check sdata_running in vif notifierEliad Peller2011-12-131-4/+1
* | mac80211: configure BSS_CHANGED_ARP_FILTER on reconfigurationEliad Peller2011-12-131-1/+2
* | mac80211: Do not request FIF_BCN_PRBRESP_PROMISC for HW scan.Dmitry TARNYAGIN2011-12-131-3/+3
* | mac80211: Make use of ieee80211_is_* functions in tx status pathHelmut Schaa2011-12-131-10/+5
* | mac80211: Purge A-MPDU TX queues before station destructionsYogesh Ashok Powar2011-12-132-0/+27
* | mac80211: unlock on error path in ieee80211_ibss_join()Dan Carpenter2011-12-131-1/+3
* | mac80211: Remove WARN_ON in apply-ht-override logic.Ben Greear2011-12-061-1/+3
* | mac80211: accept public action frames with mismatched BSSIDJohannes Berg2011-12-061-3/+10
* | mac80211: fix retransmitJohannes Berg2011-12-061-1/+4
* | mac80211: Add HT operation modes for IBSSAlexander Simon2011-12-067-12/+87
* | mac80211: handle protection mode, RIFS and ADDBA for HT IBSSSimon Wunderlich2011-12-063-0/+44
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-027-14/+62
|\|
| * Revert "mac80211: clear sta.drv_priv on reconfiguration"John W. Linville2011-12-011-1/+0
| * mac80211: fill rate filter for internal scan requestsSimon Wunderlich2011-11-301-0/+6