mac80211: allow station add/remove to sleep
[safe/jmp/linux-2.6] / net / mac80211 / ibss.c
2010-02-08 Johannes Bergmac80211: allow station add/remove to sleep
2010-02-08 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2010-02-08 Benoit Papillaultmac80211: Fix probe request filtering in IBSS mode
2010-01-19 Benoit Papillaultmac80211: Fixed a bug in IBSS merge
2010-01-19 Benoit Papillaultmac80211: removed useless code in IBSS management
2009-12-30 John W. LinvilleMerge git://git./linux/kernel/git/linville/wireless-2.6
2009-12-28 Johannes Bergmac80211: proper bss private data handling
2009-12-28 Johannes Bergmac80211: add ieee80211_sdata_running
2009-12-28 Felix Fietkaumac80211: fix ibss join with fixed-bssid
2009-12-21 Johannes Bergmac80211: reduce reliance on netdev
2009-12-21 Johannes Bergmac80211: make station management completely depend...
2009-11-18 Johannes Bergmac80211: remove encrypt parameter from ieee80211_tx_skb
2009-11-09 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-11-04 Sujithmac80211: Fix IBSS merge
2009-10-30 Johannes Bergmac80211: fix BSS leak
2009-10-27 Reinette Chatremac80211: fix ibss joining
2009-10-12 Johannes Bergmac80211: fix ibss race
2009-10-12 Felix Fietkaumac80211: fix logic error ibss merge bssid check
2009-08-04 Luis R. Rodriguezmac80211: redefine usage of the mac80211 workqueue
2009-07-27 Helmut Schaamac80211: Replace {sw, hw}_scanning variables with...
2009-07-24 Johannes Bergcfg80211: rework key operation
2009-07-10 Johannes Bergmac80211: push rx status into skb->cb
2009-05-20 Johannes Bergmac80211: fix parameter confusion when finding IBSS
2009-05-20 Johannes Bergmac80211: cancel/restart all timers across suspend...
2009-05-13 Johannes Bergmac80211: IBSS supported rate fixes
2009-05-13 Johannes Bergmac80211: don't connect to IBSS network with different...
2009-05-06 Johannes Bergmac80211: tell driver when idle
2009-05-06 Johannes Bergmac80211: add driver ops wrappers
2009-05-06 Johannes Bergmac80211: unify config_interface and bss_info_changed
2009-05-06 Johannes Bergmac80211: clean up beacon interval settings
2009-05-06 Johannes Bergmac80211: fix scan races and rework scanning
2009-05-06 Johannes Bergmac80211: internally clear failed scans properly
2009-05-06 Johannes Bergmac80211: fix various problems in ibss code
2009-04-22 Johannes Bergmac80211: fix IBSS code to not sleep while atomic
2009-04-22 Johannes Bergmac80211: convert to cfg80211 IBSS API
2009-03-28 Alina Friedrichsenmac80211: ieee80211_ibss_commit() cleanup
2009-03-05 Sujithmac80211: Update IBSS beacon timestamp properly
2009-02-27 Alina Friedrichsenmac80211: Give it some time to do the TSF sync
2009-02-27 Alina Friedrichsenmac80211: Don't merge with the same BSSID
2009-02-27 Alina Friedrichsenmac80211: Introduce a generic commit() to apply changes
2009-02-27 Johannes Bergmac80211: split IBSS/managed code