aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-12mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathAlexander Duyck1-11/+4
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville6-8/+17
2014-09-04Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville16-154/+147
2014-09-04Merge tag 'mac80211-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville6-8/+17
2014-08-29mac80211: fix chantype recalc warningMichal Kazior1-2/+2
2014-08-27mac80211: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat1-2/+2
2014-08-26mac80211: scan: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-08-26mac80211: don't resize skbs needlesslyIdo Yariv1-1/+4
2014-08-26mac80211: Fix accounting of the tailroom-needed counterIdo Yariv1-9/+3
2014-08-26cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev1-1/+1
2014-08-26mac80211: make ieee80211_vif_use_reserved_switch staticJohannes Berg2-95/+93
2014-08-26mac80211: mesh_plink: use get_unaligned_le16 instead of memcpyBob Copeland1-7/+3
2014-08-26mac80211: fix agg_status debugfs file alignmentJohannes Berg1-1/+1
2014-08-26mac80211: fix start_seq_num in Rx reorder offloadDenton Gentry1-2/+2
2014-08-26mac80211: mesh_plink: handle confirm frames with new plidBob Copeland1-1/+6
2014-08-26mac80211: fix smps mode check for AP_VLANFelix Fietkau1-2/+5
2014-08-26mac80211: ignore AP_VLAN in ieee80211_recalc_chanctx_chantypeFelix Fietkau1-0/+2
2014-08-26Revert "mac80211: disable uAPSD if all ACs are under ACM"Johannes Berg1-2/+1
2014-08-22mac80211: fix channel switch for chanctx-based driversMichal Kazior1-1/+1
2014-08-15mac80211: disable 40MHz support in case of 20MHz APEliad Peller1-8/+22
2014-08-15mac80211: don't duplicate station QoS capability dataJohannes Berg10-28/+16
2014-07-28Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller16-166/+637
2014-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-11/+14
2014-07-22mac80211: fix crash on getting sta info with uninitialized rate controlFelix Fietkau1-1/+4
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville14-155/+623
2014-07-21mac80211: add support for Rx reordering offloadingMichal Kazior3-23/+118
2014-07-21mac80211: fix Rx reordering with RX_FLAG_AMSDU_MOREMichal Kazior4-24/+62
2014-07-21mac80211: remove useless NULL checksEytan Lifshitz1-3/+0
2014-07-21mac80211: fix a potential NULL access in ieee80211_crypto_hw_decryptMax Stepanov1-1/+1
2014-07-21mac80211: remove redundant IEEE80211_STA_CSA_RECEIVED flagLuciano Coelho2-8/+1
2014-07-21mac80211: make sure TDLS teardown packet is sent on timeLiad Kaufman1-0/+11
2014-07-21mac80211: ignore frames between TDLS peers when operating as APArik Nemtsov1-0/+8
2014-07-21mac80211: disable VHT for TDLSArik Nemtsov1-0/+4
2014-07-21mac80211: set Rx highest rate in ht_capArik Nemtsov1-0/+3
2014-07-21mac80211: support HT for TDLS stationsArik Nemtsov2-8/+87
2014-07-21mac80211: move TDLS data to mgd private partArik Nemtsov4-19/+20
2014-07-21mac80211: add TDLS QoS param IE on setup-confirmArik Nemtsov1-0/+124
2014-07-21mac80211: add QoS IE during TDLS setup startArik Nemtsov5-21/+26
2014-07-21mac80211: set TDLS capab to zero on failure framesArik Nemtsov1-4/+12
2014-07-21mac80211: avoid adding some IEs on TDLS setup failure packetsArik Nemtsov1-26/+32
2014-07-21mac80211: split extra TDLS IEs in setup framesArik Nemtsov1-7/+70
2014-07-21mac80211: consolidate TDLS IE treatmentArik Nemtsov1-28/+41
2014-07-21mac80211: fix error path for TDLS setupArik Nemtsov1-6/+10
2014-07-21mac80211: track TDLS initiator internallyArik Nemtsov2-11/+27
2014-07-18mac80211: suppress unused variable warning without lockdepJohannes Berg1-1/+1
2014-07-15mac80211: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-3/+3
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+3
2014-07-07Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan"Johannes Berg1-10/+10
2014-06-25mac80211: use chanctx reservation for STA CSAMichal Kazior3-104/+69