aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-21mac80211: Fix a warning on changing to monitor mode from STAMohammed Shafi Shajakhan1-0/+3
2012-02-21mac80211: zero initialize count field in ieee80211_tx_rateMohammed Shafi Shajakhan1-1/+1
2012-02-15mac80211: do not call rate control .tx_status before .rate_initFelix Fietkau1-1/+1
2012-02-15mac80211: call rate control only after initJohannes Berg4-3/+6
2012-02-09mac80211: Fix a rwlock bad magic bugMohammed Shafi Shajakhan1-2/+2
2012-02-01mac80211: timeout a single frame in the rx reorder bufferEliad Peller1-1/+1
2012-01-24mac80211: set bss_conf.idle when vif is connectedEliad Peller1-0/+1
2012-01-24mac80211: update oper_channel on ibss joinEliad Peller1-0/+1
2012-01-18mac80211: fix work removal on deauth requestJohannes Berg1-11/+27
2012-01-18mac80211: Use the right headroom size for mesh mgmt framesJavier Cardona2-6/+6
2012-01-18mac80211: fix debugfs key->station symlinkJohannes Berg1-3/+4
2012-01-17mac80211: Fix possible race between sta_unblock and network softirqHelmut Schaa1-2/+4
2012-01-16mac80211: fix tx->skb NULL pointer dereferenceYoni Divinsky3-9/+22
2012-01-16Net, mac80211: Fix resource leak in ieee80211_rx_h_mesh_fwding()Jesper Juhl1-0/+1
2012-01-13mac80211: fix no-op authorized transitionsJohannes Berg1-1/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet4-7/+7
2012-01-11mac80211: fix rx->key NULL pointer dereference in promiscuous modeStanislaw Gruszka1-1/+1
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville7-52/+19
2012-01-04mac80211: remove dead codeMohammed Shafi Shajakhan2-19/+0
2012-01-04mac80211: Call driver commands after drv_start in mac80211 restart codeYogesh Ashok Powar1-10/+9
2012-01-04mac80211: use RCU read locks for sta_info_getMohammed Shafi Shajakhan1-0/+2
2012-01-04mac80211: fix kernel panic in IBSS due to a regressionMohammed Shafi Shajakhan1-1/+4
2012-01-04mac80211: fix scan state machineMohammed Shafi Shajakhan1-1/+1
2012-01-04mac80211: always clear SDATA_STATE_OFFCHANNEL flagEliad Peller1-1/+3
2012-01-04mac80211: Remove superfluous ieee80211_rx_h_remove_qos_controlHelmut Schaa1-20/+0
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville6-5/+111
2011-12-21mac80211: Keep skb->piority for relayed frames in AP modeHelmut Schaa1-1/+6
2011-12-21mac80211: ibss should not purge clients it is not responsible forMarek Lindner1-0/+3
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell2-3/+3
2011-12-19mac80211: Fixing sparse warning at sta_info.cYogesh Ashok Powar1-2/+7
2011-12-19mac80211: handle SMPS action framesJohannes Berg1-0/+58
2011-12-19cfg80211: Return beacon loss count in stationPaul Stewart3-1/+13
2011-12-19mac80211: split addba retries in timeNikolay Martynov2-1/+24
2011-12-15mac80211: Fix power save in change interfaceMohammed Shafi Shajakhan1-0/+1
2011-12-15mac80211: remove an unnecessary paraenthesisMohammed Shafi Shajakhan1-1/+1
2011-12-15mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa4-8/+17
2011-12-15mac80211: reduce station management complexityJohannes Berg3-203/+63
2011-12-15mac80211: delay IBSS station insertionJohannes Berg4-57/+140
2011-12-15mac80211: make address arguments to sta_info_alloc constJohannes Berg2-2/+2
2011-12-15mac80211: count authorized stations per BSSJohannes Berg4-16/+20
2011-12-15mac80211: refactor station state transitionsJohannes Berg8-30/+172
2011-12-15mac80211: use station mutex in configurationJohannes Berg1-6/+6
2011-12-15mac80211: remove duplicate TDLS peer verificationJohannes Berg1-14/+0
2011-12-15cfg80211: validate nl80211 station handling betterJohannes Berg1-0/+8
2011-12-14mac80211: free skb on error path of ieee80211_ibss_join()Simon Wunderlich1-0/+1
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-45/+41
2011-12-13mac80211: don't check sdata_running in vif notifierEliad Peller1-4/+1
2011-12-13mac80211: configure BSS_CHANGED_ARP_FILTER on reconfigurationEliad Peller1-1/+2
2011-12-13mac80211: Do not request FIF_BCN_PRBRESP_PROMISC for HW scan.Dmitry TARNYAGIN1-3/+3
2011-12-13mac80211: Make use of ieee80211_is_* functions in tx status pathHelmut Schaa1-10/+5