aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-22mac80211: fix crash on getting sta info with uninitialized rate controlFelix Fietkau1-1/+4
2014-07-07Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan"Johannes Berg1-10/+10
2014-06-23mac80211: WEP extra head/tail room in ieee80211_send_authMax Stepanov1-2/+3
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-06-08net: force a list_del() in unregister_netdevice_many()Eric Dumazet1-1/+0
2014-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville7-10/+163
2014-05-28mac80211: set new interfaces as idle upon initAvraham Stern1-0/+1
2014-05-28mac80211: reduce packet loss notifications under loadFelix Fietkau1-6/+19
2014-05-28mac80211: don't check netdev state for debugfs read/writeArik Nemtsov1-4/+2
2014-05-28mac80211: fix a memory leak on sta rate selection tableFelix Fietkau1-0/+1
2014-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-14/+34
2014-05-27mac80211: fix IBSS join by initializing last_scan_completedKrzysztof HaƂasa1-0/+1
2014-05-26mac80211: fix virtual monitor interface additionEmmanuel Grumbach1-0/+1
2014-05-26mac80211: add a single-transaction driver op to switch contextsLuciano Coelho2-0/+138
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville20-485/+913
2014-05-21mac80211: export the expected throughputAntonio Quartulli5-0/+87
2014-05-19cfg80211: constify MAC addresses in cfg80211 opsJohannes Berg3-20/+20
2014-05-19mac80211: minstrel-ht: small clarificationsJohannes Berg1-2/+3
2014-05-15mac80211: Handle the CSA counters correctlyAndrei Otcheretianski3-24/+58
2014-05-15mac80211: Provide ieee80211_beacon_get_template APIAndrei Otcheretianski1-22/+58
2014-05-15mac80211: Support multiple CSA countersAndrei Otcheretianski6-33/+61
2014-05-15cfg80211: Support multiple CSA countersAndrei Otcheretianski1-2/+8
2014-05-15mac80211: Update CSA counters in mgmt framesAndrei Otcheretianski3-3/+20
2014-05-14mac80211: fix on-channel remain-on-channelJohannes Berg2-7/+21
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville6-11/+15
2014-05-13mac80211: fix suspend vs. association raceEmmanuel Grumbach1-7/+13
2014-05-09mac80211: fix vif name tracingEliad Peller1-2/+2
2014-05-09mac80211: handle failed restart/resume betterJohannes Berg4-45/+125
2014-05-09mac80211: allow VHT with peers not capable of 40MHzJohannes Berg1-3/+6
2014-05-08mac80211: fix sparse warning caused by __ieee80211_channel_switch()Luciano Coelho1-2/+3
2014-05-08mac80211: disconnect iface if CSA unexpectedly failsMichal Kazior1-4/+15
2014-05-07mac80211: ignore cqm during csaMichal Kazior1-0/+9
2014-05-06mac80211: split CSA finalize functionMichal Kazior1-24/+37
2014-05-06mac80211: fix CSA tx queue stoppingMichal Kazior4-22/+101
2014-05-05mac80211: mark local variable __maybe_unusedJohannes Berg1-2/+2
2014-05-05mac80211: move TDLS code to another fileArik Nemtsov4-315/+336
2014-05-05mac80211: set an external flag for TDLS stationsArik Nemtsov1-0/+2
2014-05-05mac80211: fix nested rtnl locking on ieee80211_reconfigEliad Peller1-1/+1
2014-05-05mac80211: Fix mac80211 station info rx bitrate for IBSS modeHenning Rogge1-1/+2
2014-04-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville21-246/+874
2014-04-29mac80211: remove BUG_ON usageJohannes Berg3-6/+9
2014-04-28mac80211: Support dynamic AP mode channel width changesJouni Malinen1-0/+16
2014-04-28mac80211: remove unnecessary assignmentZhao, Gang1-4/+1
2014-04-28mac80211: avoid calling useless channel context codeZhao, Gang1-9/+9
2014-04-25mac80211: change return value of notifier functionZhao, Gang3-9/+8
2014-04-25mac80211: remove unnecessary BUG_ON()Zhao, Gang1-2/+1
2014-04-25mac80211: return bool instead of numbers in yes/no functionZhao, Gang1-9/+10
2014-04-25mac80211: add option to generate CCMP IVs only for mgmt framesMarek Kwaczynski1-1/+4
2014-04-25mac80211: compute chanctx refcount on-the-flyMichal Kazior4-17/+49
2014-04-25mac80211: fix racy usage of chanctx->refcountMichal Kazior1-8/+9