aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-04cfg80211: 802.11p OCB mode handlingRostislav Lisovy4-0/+11
2014-11-04mac80211: add support for driver tx power reportingFelix Fietkau3-0/+44
2014-11-03mac80211: fix use-after-free in defragmentationJohannes Berg1-7/+7
2014-10-31mac80211: fix spelling errorsStephen Hemminger4-4/+4
2014-10-30mac80211: properly flush delayed scan work on interface removalJohannes Berg1-1/+6
2014-10-29mac80211: schedule the actual switch of the station before CSA count 0Luciano Coelho1-1/+2
2014-10-29mac80211: use secondary channel offset IE also beacons during CSALuciano Coelho5-17/+10
2014-10-29mac80211: flush keys for AP mode on ieee80211_do_stopFelix Fietkau1-5/+6
2014-10-27mac80211: minstrel_ht: do not always skip ht rates vht_only is trueKarl Beldan1-1/+1
2014-10-27mac80211: don't flush when probing the APEmmanuel Grumbach1-2/+0
2014-10-27mac80211: support creating vifs with specified mac addressBen Greear2-1/+5
2014-10-27mac80211: support creating wiphy w/out creating wlanXBen Greear1-1/+2
2014-10-27mac80211: allow creating wiphy devices with suggested nameBen Greear1-4/+5
2014-10-23mac80211: expose API allowing station iterationArik Nemtsov1-0/+28
2014-10-23mac80211: add stations in order to the station listArik Nemtsov1-1/+1
2014-10-23mac80211: expose TDLS-initiator value to low level driverArik Nemtsov1-2/+6
2014-10-23mac80211: fix network header breakage during encryptionArik Nemtsov2-7/+0
2014-10-23mac80211: export IE splitting functionAndrei Otcheretianski2-27/+1
2014-10-23mac80211: minstrel_ht: use group flags instead of index to display ratesKarl Beldan1-12/+16
2014-10-22mac80211: don't remove tainted keys after not programmingJohannes Berg1-1/+10
2014-10-22mac80211: add WMM admission control supportJohannes Berg7-22/+270
2014-10-22mac80211: sanity check CW_min/CW_max towards driverJohannes Berg1-0/+6
2014-10-21mac80211: remove unnecessary null test before debugfs_remove()Fabian Frederick1-8/+4
2014-10-21mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHzKarl Beldan4-22/+241
2014-10-20mac80211: minstrel_ht: include type (cck/ht) in rates flagKarl Beldan1-14/+14
2014-10-20mac80211: minstrel_ht: macros adjustments for future VHT_GROUPsKarl Beldan3-34/+42
2014-10-20mac80211: minstrel_ht: Increase the range of handled rate indexesKarl Beldan2-12/+12
2014-10-20Merge branch 'mac80211' into mac80211-nextJohannes Berg5-12/+18
2014-10-20mac80211: fix change flags variable signednessJohannes Berg1-1/+2
2014-10-20mac80211: minstrels: fix buffer overflow in HT debugfs rc_statsKarl Beldan2-10/+15
2014-10-20cfg80211: Convert del_station() callback to use a param structJouni Malinen1-3/+3
2014-10-14mac80211: fix typo in starting baserate for rts_cts_rate_idxKarl Beldan1-1/+1
2014-10-10mac80211: enable DFS with channel contextsMichal Kazior2-4/+17
2014-10-09mac80211: directly return ieee80211_vif_use_reserved_context()Fabian Frederick1-5/+1
2014-10-09mac80211: allow channel switch with multiple channel contextsLuciano Coelho3-22/+20
2014-10-09mac80211: wait for the first beacon on the new channel after CSALuciano Coelho3-13/+36
2014-10-09mac80211: add post_channel_switch driver operationLuciano Coelho4-1/+37
2014-10-09mac80211: add pre_channel_switch driver operationLuciano Coelho4-8/+79
2014-10-09mac80211: add extended channel switching capability if the driver supports CSALuciano Coelho2-9/+14
2014-10-09mac80211: add device_timestamp to the ieee80211_channel_switch structLuciano Coelho2-5/+12
2014-10-09mac80211: implement cfg80211_ops to query mesh proxy path tableHenning Rogge3-0/+87
2014-10-09mac80211: return the vif's chandef in ieee80211_cfg_get_channel()Luciano Coelho1-1/+1
2014-10-09mac80211: minstrel_ht: fix MCS_GROUP_RATES usageKarl Beldan1-1/+1
2014-10-09mac80211: fix warning on htmldocs for last_tdls_pkt_timeLiad Kaufman1-0/+1
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller29-303/+579
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-09-15Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville29-303/+579
2014-09-12mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathAlexander Duyck1-11/+4
2014-09-11mac80211: replace SMPS hw flags with wiphy feature bitsEliad Peller3-8/+3
2014-09-11mac80211: set smps_mode according to ap paramsEliad Peller1-2/+13