aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)Author
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody
2011-07-20mac80211: check sta_info_get() return valueEliad Peller
2011-07-20mac80211: sync driver before TXJohannes Berg
2011-07-19mac80211: implement scan supported ratesJohannes Berg
2011-07-18mac80211: reconfigure tx on device reconfigurationEliad Peller
2011-07-15mac80211: be more careful in suspend/resumeJohannes Berg
2011-07-15mac80211: let key iteration get keys in install orderJohannes Berg
2011-07-15mac80211: allow driver access to TKIP RX P1KJohannes Berg
2011-07-13mac80211: allow driver to disconnect after resumeJohannes Berg
2011-07-13mac80211: remove a redundant checkMohammed Shafi Shajakhan
2011-07-11mac80211: allocate only one RX queueJohannes Berg
2011-07-11mac80211: add driver RSSI threshold eventsMeenakshi Venkataraman
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-11Merge branch 'master' into for-nextJiri Kosina
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko
2011-07-08mac80211: Restart STA timers only on associated stateRajkumar Manoharan
2011-07-08mac80211: allow driver to generate P1K for IV32Johannes Berg
2011-07-08mac80211: allow drivers to access key sequence counterJohannes Berg
2011-07-08mac80211: simplify RX PN/IV handlingJohannes Berg
2011-07-08mac80211: use AES_BLOCK_SIZEJohannes Berg
2011-07-08mac80211: fix CMAC racesJohannes Berg
2011-07-08mac80211: fix CCMP racesJohannes Berg
2011-07-08mac80211: fix TKIP races, make API easier to useJohannes Berg
2011-07-07mac80211: fix TKIP replay vulnerabilityJohannes Berg
2011-07-07mac80211: fix ie memory allocation for scheduled scansLuciano Coelho
2011-07-06mac80211: support GTK rekey offloadJohannes Berg
2011-07-06mac80211: allow driver to iterate keysJohannes Berg
2011-07-05mac80211: allow driver to impose WoWLAN restrictionsJohannes Berg
2011-07-05mac80211: fix smatch complainsChristian Lamparter
2011-07-05mac80211: Skip tailroom reservation for full HW-crypto devices with race fixYogesh Ashok Powar
2011-06-29mac80211: propagate information about STA WME support downArik Nemtsov
2011-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-27mac80211: dynamic PS - don't enter PS when TX frames are pendingArik Nemtsov
2011-06-27mac80211: Drop DS Channel PARAM in directed probePaul Stewart
2011-06-27mac80211: reestablish mis-configured existing Rx BA sessionsArik Nemtsov
2011-06-27mac80211: restrict advertised HW scan ratesJohannes Berg
2011-06-27wireless: unify QoS control field definitionsJohannes Berg
2011-06-27mac80211: fix rx->key NULL dereference during mic failureArik Nemtsov
2011-06-20mac80211: quiesce vif before suspendingEliad Peller
2011-06-17mac80211: add cancel_hw_scan() callbackEliad Peller
2011-06-17mac80211: Start monitor work on restartPaul Stewart
2011-06-10networking: fix warning about unused label wake_upVincent Zweije
2011-06-10mac80211: add ieee80211_get_operstate() functionEliad Peller
2011-06-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-08mac80211: fix IBSS teardown raceJohannes Berg