summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
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: remove unused tracepointJohannes Berg1-28/+0
2012-11-09mac80211: add debugfs file for HW queuesJohannes Berg1-0/+21
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: send deauth only with channel contextJohannes Berg1-14/+18
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-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-26/+92
2012-10-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville6-14/+59
2012-10-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville3-26/+92
2012-10-27mac80211: make sure data is accessible in EAPOL checkJohannes Berg1-8/+10
2012-10-27mac80211: verify that skb data is presentJohannes Berg1-1/+31
2012-10-27mac80211: check management frame header lengthJohannes Berg1-4/+8
2012-10-27mac80211: 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
2012-10-26mac80211: a few formatting fixesJohannes Berg1-26/+13
2012-10-25mac80211: don't inspect Sequence Control field on control framesJavier Cardona1-0/+4
2012-10-25mac80211: complete bss_info tracingJohannes Berg1-3/+31
2012-10-25mac80211: use non-atomic bitmap operation for local variableJohannes Berg1-1/+1
2012-10-25mac80211: Don't drop frames received with mesh ttl == 1Javier Cardona1-1/+1
2012-10-25mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona1-4/+2
2012-10-25mac80211: remove duplicate check in ieee80211_rx_mgmt_beaconRami Rosen1-5/+4
2012-10-24mac80211: use blacklist for duplicate IE checkJohannes Berg1-7/+35
2012-10-23mac80211: expose AES-CMAC subkey calculationAssaf Krauss1-0/+17
2012-10-23mac80211: mesh STAs only process mesh beaconsThomas Pedersen1-4/+5
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-20/+38
2012-10-22mac80211: fix WDS channel context testJohannes Berg1-1/+1
2012-10-19mac80211: make client powersave independent of interface typeMarco Porsch6-74/+122
2012-10-18nl/cfg80211: force scan using an AP vif if requestedAntonio Quartulli2-2/+13
2012-10-18mac80211: fix copy-paste typo in KconfigMarco Porsch1-1/+1
2012-10-18mac80211: use __printf attribute in debugfsJohannes Berg1-3/+3
2012-10-18mac80211: remove some unused codeJohannes Berg4-18/+4
2012-10-18mac80211: remove unimplemented mesh vendor syncJohannes Berg3-54/+5
2012-10-18mac80211: Notify new IBSS network creationSujith Manoharan1-3/+8
2012-10-18mac80211: add support for tx to abort low priority scan requestsSam Leffler3-4/+22
2012-10-18wireless: use OR operation to set wiphy featuresJohannes Berg1-3/+3
2012-10-18Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-15/+31