aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-23mac80211: fix RX chains configurationJohannes Berg1-16/+21
2012-11-23mac80211: fix radiotap vendor area skippingJohannes Berg1-4/+7
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville19-138/+308
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville9-13/+39
2012-11-21mac80211: Add debugfs callbacks for station addition/removalSujith Manoharan2-0/+41
2012-11-20mac80211: fix channel context suspend/reconfig handlingJohannes Berg2-3/+56
2012-11-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville1-4/+4
2012-11-19mac80211: make remain_on_channel() op pass vif paramEliad Peller4-10/+18
2012-11-19mac80211: support radiotap vendor namespace RX dataJohannes Berg1-12/+59
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg10-44/+41
2012-11-19mac80211: use CMAC_PN_LENJohannes Berg1-2/+3
2012-11-19mac80211: check add_chanctx callback before use in ieee80211_reconfigArend van Spriel1-4/+6
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida1-1/+1
2012-11-14Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville8-9/+35
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen5-64/+85
2012-11-13mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich1-4/+4
2012-11-10mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau4-6/+20
2012-11-09mac80211: reassign channel contexts before stationsJohannes Berg1-11/+17
2012-11-09mac80211: clarify interface iteration and make it configurableJohannes Berg1-4/+14
2012-11-09mac80211: call driver method when restart completesJohannes Berg3-1/+18
2012-11-09mac80211: don't send null data packet when not associatedJohannes Berg1-0/+2
2012-11-09mac80211: remove unused tracepointJohannes Berg1-28/+0
2012-11-09mac80211: add debugfs file for HW queuesJohannes Berg1-0/+21
2012-11-09mac80211: fix memory leak in device registration error pathJohannes Berg1-2/+4
2012-11-07mac80211: fix TX error pathJohannes Berg1-0/+1
2012-11-07mac80211: include export.h in aes_cmacEmmanuel Grumbach1-0/+1
2012-11-07mac80211: use kstrtoull return valueJohannes Berg1-1/+1
2012-11-07mac80211: fix race in TKIP MIC test debugfs fileJohannes Berg1-2/+5
2012-11-07mac80211: use mac_ptonJohannes Berg1-28/+2
2012-11-06mac80211: pass P2P powersave parameters to driverJohannes Berg3-0/+46
2012-11-05cfg80211: allow registering more than one beacon listenerBen Greear1-1/+1
2012-11-05mac80211: implement set_mcast_rate() callbackAntonio Quartulli1-0/+11
2012-11-05mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov1-0/+5
2012-11-05mac80211: send deauth only with channel contextJohannes Berg1-14/+18
2012-10-31mac80211: init sched_scan_iesDavid Spinadel1-1/+1
2012-10-31mac80211: do not call ieee80211_configure_filter if no interfaces are upFelix Fietkau1-0/+3
2012-10-30mac80211: use a counter for remain-on-channel cookieJohannes Berg3-11/+20
2012-10-30mac80211: combine status/drop reportingJohannes Berg1-74/+71
2012-10-30mac80211: handle TX power per virtual interfaceJohannes Berg9-44/+125
2012-10-30cfg80211: allow per interface TX power settingJohannes Berg1-1/+4
2012-10-30Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg7-46/+130
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-26/+92
2012-10-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville6-14/+59
2012-10-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville3-26/+92
2012-10-26mac80211: make sure data is accessible in EAPOL checkJohannes Berg1-8/+10
2012-10-26mac80211: verify that skb data is presentJohannes Berg1-1/+31
2012-10-26mac80211: check management frame header lengthJohannes Berg1-4/+8
2012-10-26mac80211: fix SSID copy on IBSS JOINAntonio Quartulli1-1/+1
2012-10-26mac80211: add explicit AP/GO driver operationsJohannes Berg5-1/+82
2012-10-26mac80211: move AP teardown code to correct placeJohannes Berg2-28/+19