summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: minstrel_ht: fix a crash in rate sortingFelix Fietkau2014-11-181-9/+6
* mac80211: Fix regression that triggers a kernel BUG with CCMPRonald Wahl2014-11-061-0/+3
* mac80211: fix use-after-free in defragmentationJohannes Berg2014-11-031-7/+7
* mac80211: properly flush delayed scan work on interface removalJohannes Berg2014-10-301-1/+6
* mac80211: schedule the actual switch of the station before CSA count 0Luciano Coelho2014-10-291-1/+2
* mac80211: use secondary channel offset IE also beacons during CSALuciano Coelho2014-10-295-17/+10
* mac80211: flush keys for AP mode on ieee80211_do_stopFelix Fietkau2014-10-291-5/+6
* mac80211: minstrels: fix buffer overflow in HT debugfs rc_statsKarl Beldan2014-10-202-10/+15
* mac80211: fix typo in starting baserate for rts_cts_rate_idxKarl Beldan2014-10-141-1/+1
* mac80211: return the vif's chandef in ieee80211_cfg_get_channel()Luciano Coelho2014-10-091-1/+1
* mac80211: fix warning on htmldocs for last_tdls_pkt_timeLiad Kaufman2014-10-091-0/+1
* Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-2629-303/+579
|\
| * Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm...John W. Linville2014-09-1529-303/+579
| |\
| | * mac80211: replace SMPS hw flags with wiphy feature bitsEliad Peller2014-09-113-8/+3
| | * mac80211: set smps_mode according to ap paramsEliad Peller2014-09-111-2/+13
| | * mac80211: set network header in TDLS framesArik Nemtsov2014-09-111-0/+3
| | * cfg80211/mac80211: add wmm info to assoc eventEliad Peller2014-09-111-1/+8
| | * mac80211: add TDLS connection timeoutLiad Kaufman2014-09-112-1/+23
| | * mac80211: improve minstrel_ht rate sorting by throughput & probabilityThomas Huehn2014-09-113-119/+213
| | * mac80211: Unify rate statistic variables between Minstrel & Minstrel_HTThomas Huehn2014-09-114-97/+85
| | * mac80211: clear key material when freeing keysJohannes Berg2014-09-111-1/+1
| | * mac80211: annotate MMIC head/tailroom warningJohannes Berg2014-09-081-2/+5
| | * mac80211: support DTPC IE (from Cisco Client eXtensions)Steinar H. Gunderson2014-09-083-11/+75
| | * mac80211: split 802.11h parsing from transmit power policySteinar H. Gunderson2014-09-081-19/+41
| | * mac80211: fix broken use of VHT/20Mhz with some APsEyal Shapira2014-09-051-1/+1
| | * mac80211: extend set_coverage_class signatureLorenzo Bianconi2014-09-053-5/+10
| | * mac80211: combine roc with the "next roc" if possibleEliad Peller2014-09-051-24/+53
| | * mac80211: adjust roc duration when combining ROCsEliad Peller2014-09-051-0/+1
| | * mac80211: Add RRM support to assoc requestAssaf Krauss2014-09-052-3/+13
| | * mac80211: fix description comment of ieee80211_subif_start_xmitLiad Kaufman2014-09-051-3/+2
| | * mac80211: add Intel Mobile Communications copyrightJohannes Berg2014-09-0518-0/+18
| | * mac80211: clean up ieee80211_i.hJohannes Berg2014-09-051-2/+1
| | * mac80211: fix offloaded BA session traffic after hw restartMichal Kazior2014-09-035-14/+20
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-1/+1
|\ \ \
| * \ \ Merge tag 'mac80211-for-john-2014-09-08' of git://git.kernel.org/pub/scm/linu...John W. Linville2014-09-091-1/+1
| |\ \ \
| | * | | mac80211: use bss_conf->dtim_period instead of conf.ps_dtim_periodEmmanuel Grumbach2014-09-051-1/+1
* | | | | mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathAlexander Duyck2014-09-121-11/+4
| |_|/ / |/| | |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-09-086-8/+17
|\ \ \ \ | |/ / /
| * | | Merge tag 'mac80211-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linu...John W. Linville2014-09-046-8/+17
| |\ \ \ | | |/ /
| | * | mac80211: fix agg_status debugfs file alignmentJohannes Berg2014-08-261-1/+1
| | * | mac80211: fix start_seq_num in Rx reorder offloadDenton Gentry2014-08-261-2/+2
| | * | mac80211: mesh_plink: handle confirm frames with new plidBob Copeland2014-08-261-1/+6
| | * | mac80211: fix smps mode check for AP_VLANFelix Fietkau2014-08-261-2/+5
| | * | mac80211: ignore AP_VLAN in ieee80211_recalc_chanctx_chantypeFelix Fietkau2014-08-261-0/+2
| | * | Revert "mac80211: disable uAPSD if all ACs are under ACM"Johannes Berg2014-08-261-2/+1
* | | | Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm...John W. Linville2014-09-0416-154/+147
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | mac80211: fix chantype recalc warningMichal Kazior2014-08-291-2/+2
| * | mac80211: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat2014-08-271-2/+2
| * | mac80211: scan: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-08-261-1/+1
| * | mac80211: don't resize skbs needlesslyIdo Yariv2014-08-261-1/+4
OpenPOWER on IntegriCloud