summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into for-davemJohn W. Linville2010-04-238-9/+58
|\
| * mac80211: Fix ieee80211_sta_conn_mon_timer with hw connection monitoringJuuso Oikarinen2010-04-201-0/+5
| * mac80211: sample survey implementation for mac80211 & hwsimHolger Schurig2010-04-202-0/+21
| * ath9k: Group Key fix for VAPsDaniel Yingqiang Ma2010-04-201-0/+1
| * mac80211: add missing newlineJohannes Berg2010-04-191-1/+1
| * mac80211: Prevent running sta_cleanup timer unnecessarilyJuuso Oikarinen2010-04-192-3/+17
| * mac80211: fix stopping RX BA session from timerJohannes Berg2010-04-191-5/+13
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-212-1/+2
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-04-212-1/+2
| |\ \
| | * | mac80211: pass HT changes to driver when off channelReinette Chatre2010-04-191-0/+2
| | * | mac80211: remove bogus TX agg state assignmentJohannes Berg2010-04-191-1/+0Star
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-1523-183/+572
|\ \ \ \ | | |_|/ | |/| |
| * | | mac80211: check whether scan is in progress before queueing scan_workTeemu Paasikivi2010-04-091-1/+6
| * | | mac80211: fix typo for LDPC capabilityLuis R. Rodriguez2010-04-091-1/+1
| * | | mac80211: delay skb linearising in rx decryptionZhu Yi2010-04-091-7/+9
| * | | mac80211: enhance tracingJohannes Berg2010-04-088-4/+303
| * | | mac80211: Moved mesh action codes to a more visible locationJavier Cardona2010-04-085-10/+8Star
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-089-28/+56
| |\ \ \ | | | |/ | | |/|
| * | | mac80211: fix paged RX cryptoJohannes Berg2010-04-071-4/+6
| * | | mac80211: fix some RX aggregation lockingJohannes Berg2010-04-071-4/+15
| * | | mac80211: clean up/fix aggregation codeJohannes Berg2010-04-075-87/+40Star
| * | | mac80211: rename WLAN_STA_SUSPEND to WLAN_STA_BLOCK_BAJohannes Berg2010-04-075-7/+7
| * | | mac80211: remove ieee80211_sta_stop_rx_ba_sessionJohannes Berg2010-04-074-28/+5Star
| * | | mac80211: remove irq disabling for sta lockJohannes Berg2010-04-071-3/+2Star
| * | | mac80211: fix station destruction problemJohannes Berg2010-04-071-6/+9
| * | | cfg80211: Add local-state-change-only auth/deauth/disassocJouni Malinen2010-04-071-8/+15
| * | | mac80211: Fix robust management frame handling (MFP)Jouni Malinen2010-04-061-1/+2
| * | | mac80211: Fix drop_unencrypted for MFP with hwaccelJouni Malinen2010-03-311-4/+7
| * | | mac80211: Fix dropping of unprotected robust multicast framesJouni Malinen2010-03-311-2/+1Star
| * | | mac80211: Fix BIP to be used only with group-addressed framesJouni Malinen2010-03-311-0/+2
| * | | mac80211: Send deauth/disassoc prior to dropping STA entryJouni Malinen2010-03-311-9/+14
| * | | mac80211: Track Beacon signal strength and implement cqm eventsJouni Malinen2010-03-314-3/+82
| * | | mac80211: enable QoS explicitly in AP modeStanislaw Gruszka2010-03-311-0/+4
| * | | mac80211: explicitly disable/enable QoSStanislaw Gruszka2010-03-312-1/+13
| * | | mac80211: support paged rx SKBsZhu Yi2010-03-311-4/+32
| * | | wireless: remove trailing space in messagesFrans Pop2010-03-311-2/+2
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-1126-10/+47
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-1124-1/+24
| |\ \ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-063-11/+17
| | |\ \ \
| | * | | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3024-1/+24
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-04-084-9/+23
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| | * | | mac80211: annotate station rcu dereferencesJohannes Berg2010-04-062-6/+18
| | * | | mac80211: Handle mesh action frames in ieee80211_rx_h_actionJavier Cardona2010-04-062-3/+5
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-073-11/+17
|\| | | |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-04-013-11/+17
| |\| | | | | |/ / | |/| |
| | * | mac80211: move netdev queue enabling to correct spotJohannes Berg2010-03-302-6/+12
| | * | mac80211: fix PREQ processing and one small bugPorsch, Marco2010-03-301-2/+2
| | * | mac80211: correct typos in "unavailable upon resume" warningJohn W. Linville2010-03-301-3/+3
* | | | mac80211: Ensure initializing private mc_list in prepare_multicast().YOSHIFUJI Hideaki / 吉藤英明2010-04-061-0/+3
* | | | net: convert multicast list to list_headJiri Pirko2010-04-034-12/+7Star