aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger5-14/+14
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-0/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-14/+10
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-10/+10
2011-07-20mac80211: check sta_info_get() return valueEliad Peller1-1/+9
2011-07-20mac80211: sync driver before TXJohannes Berg5-3/+122
2011-07-19mac80211: implement scan supported ratesJohannes Berg5-15/+15
2011-07-18mac80211: reconfigure tx on device reconfigurationEliad Peller4-1/+12
2011-07-15mac80211: be more careful in suspend/resumeJohannes Berg2-26/+31
2011-07-15mac80211: let key iteration get keys in install orderJohannes Berg1-1/+1
2011-07-15mac80211: allow driver access to TKIP RX P1KJohannes Berg1-0/+11
2011-07-13mac80211: allow driver to disconnect after resumeJohannes Berg6-6/+63
2011-07-13mac80211: remove a redundant checkMohammed Shafi Shajakhan1-2/+1
2011-07-11mac80211: allocate only one RX queueJohannes Berg1-2/+2
2011-07-11mac80211: add driver RSSI threshold eventsMeenakshi Venkataraman5-0/+125
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+2
2011-07-11Merge branch 'master' into for-nextJiri Kosina7-32/+23
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko1-4/+0
2011-07-08mac80211: Restart STA timers only on associated stateRajkumar Manoharan1-0/+3
2011-07-08mac80211: allow driver to generate P1K for IV32Johannes Berg1-6/+3
2011-07-08mac80211: allow drivers to access key sequence counterJohannes Berg2-2/+77
2011-07-08mac80211: simplify RX PN/IV handlingJohannes Berg5-20/+44
2011-07-08mac80211: use AES_BLOCK_SIZEJohannes Berg5-29/+25
2011-07-08mac80211: fix CMAC racesJohannes Berg6-32/+33
2011-07-08mac80211: fix CCMP racesJohannes Berg4-25/+32
2011-07-08mac80211: fix TKIP races, make API easier to useJohannes Berg5-61/+78
2011-07-07mac80211: fix TKIP replay vulnerabilityJohannes Berg1-3/+13
2011-07-07mac80211: fix ie memory allocation for scheduled scansLuciano Coelho1-1/+2
2011-07-06mac80211: support GTK rekey offloadJohannes Berg4-0/+87
2011-07-06mac80211: allow driver to iterate keysJohannes Berg1-0/+33
2011-07-05mac80211: allow driver to impose WoWLAN restrictionsJohannes Berg1-6/+10
2011-07-05mac80211: fix smatch complainsChristian Lamparter2-3/+5
2011-07-05mac80211: Skip tailroom reservation for full HW-crypto devices with race fixYogesh Ashok Powar3-11/+57
2011-06-29mac80211: propagate information about STA WME support downArik Nemtsov1-1/+4
2011-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+7
2011-06-27mac80211: dynamic PS - don't enter PS when TX frames are pendingArik Nemtsov1-12/+24
2011-06-27mac80211: Drop DS Channel PARAM in directed probePaul Stewart5-11/+26
2011-06-27mac80211: reestablish mis-configured existing Rx BA sessionsArik Nemtsov1-1/+5
2011-06-27mac80211: restrict advertised HW scan ratesJohannes Berg1-2/+3
2011-06-27wireless: unify QoS control field definitionsJohannes Berg3-8/+2
2011-06-27mac80211: fix rx->key NULL dereference during mic failureArik Nemtsov1-1/+7
2011-06-20mac80211: quiesce vif before suspendingEliad Peller1-16/+27
2011-06-17mac80211: add cancel_hw_scan() callbackEliad Peller3-16/+37
2011-06-17mac80211: Start monitor work on restartPaul Stewart1-0/+1
2011-06-10networking: fix warning about unused label wake_upVincent Zweije1-0/+2
2011-06-10mac80211: add ieee80211_get_operstate() functionEliad Peller1-0/+7
2011-06-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2-8/+4
2011-06-08mac80211: fix IBSS teardown raceJohannes Berg1-2/+4
2011-06-07mac80211: Stop BA session event from deviceShahar Levi3-0/+24
2011-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville4-23/+12