summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)Author
2012-01-27mac80211: make beacon filtering per virtual interfaceJohannes Berg
2012-01-24mac80211: set bss_conf.idle when vif is connectedEliad Peller
2012-01-24mac80211: update oper_channel on ibss joinEliad Peller
2012-01-24mac80211: in IBSS use the Auth frame to trigger STA reinsertionAntonio Quartulli
2012-01-24mac80211: add a 2-way Authentication challenge to IBSS modeAntonio Quartulli
2012-01-24mac80211: clean up rate control codeJohannes Berg
2012-01-24mac80211: clean up aggregation destructionJohannes Berg
2012-01-24mac80211: remove useless DA checking in ieee80211_rx_mgmt_probe_resp()Antonio Quartulli
2012-01-24mac80211: Fix the maximum transmit power with power constraintHong Wu
2012-01-24mac80211: In IBSS the DA field of auth frames is different from BSSIDAntonio Quartulli
2012-01-24mac80211: refactor __ieee80211_get_channel_modeJohannes Berg
2012-01-24mac80211: minor cleanupMohammed Shafi Shajakhan
2012-01-24mac80211: check sta_apply_parameters() return valueEliad Peller
2012-01-18mac80211: fix work removal on deauth requestJohannes Berg
2012-01-18mac80211: Use the right headroom size for mesh mgmt framesJavier Cardona
2012-01-18mac80211: fix debugfs key->station symlinkJohannes Berg
2012-01-17mac80211: Fix possible race between sta_unblock and network softirqHelmut Schaa
2012-01-16mac80211: fix tx->skb NULL pointer dereferenceYoni Divinsky
2012-01-16Net, mac80211: Fix resource leak in ieee80211_rx_h_mesh_fwding()Jesper Juhl
2012-01-13mac80211: fix no-op authorized transitionsJohannes Berg
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2012-01-11mac80211: fix rx->key NULL pointer dereference in promiscuous modeStanislaw Gruszka
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-01-04mac80211: remove dead codeMohammed Shafi Shajakhan
2012-01-04mac80211: Call driver commands after drv_start in mac80211 restart codeYogesh Ashok Powar
2012-01-04mac80211: use RCU read locks for sta_info_getMohammed Shafi Shajakhan
2012-01-04mac80211: fix kernel panic in IBSS due to a regressionMohammed Shafi Shajakhan
2012-01-04mac80211: fix scan state machineMohammed Shafi Shajakhan
2012-01-04mac80211: always clear SDATA_STATE_OFFCHANNEL flagEliad Peller
2012-01-04mac80211: Remove superfluous ieee80211_rx_h_remove_qos_controlHelmut Schaa
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-21mac80211: Keep skb->piority for relayed frames in AP modeHelmut Schaa
2011-12-21mac80211: ibss should not purge clients it is not responsible forMarek Lindner
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-12-19mac80211: Fixing sparse warning at sta_info.cYogesh Ashok Powar
2011-12-19mac80211: handle SMPS action framesJohannes Berg
2011-12-19cfg80211: Return beacon loss count in stationPaul Stewart
2011-12-19mac80211: split addba retries in timeNikolay Martynov
2011-12-15mac80211: Fix power save in change interfaceMohammed Shafi Shajakhan
2011-12-15mac80211: remove an unnecessary paraenthesisMohammed Shafi Shajakhan
2011-12-15mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa
2011-12-15mac80211: reduce station management complexityJohannes Berg
2011-12-15mac80211: delay IBSS station insertionJohannes Berg
2011-12-15mac80211: make address arguments to sta_info_alloc constJohannes Berg
2011-12-15mac80211: count authorized stations per BSSJohannes Berg
2011-12-15mac80211: refactor station state transitionsJohannes Berg
2011-12-15mac80211: use station mutex in configurationJohannes Berg
2011-12-15mac80211: remove duplicate TDLS peer verificationJohannes Berg
2011-12-15cfg80211: validate nl80211 station handling betterJohannes Berg
2011-12-14mac80211: free skb on error path of ieee80211_ibss_join()Simon Wunderlich