summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)Author
2014-09-11mac80211: clear key material when freeing keysJohannes Berg
2014-09-08mac80211: annotate MMIC head/tailroom warningJohannes Berg
2014-09-08mac80211: support DTPC IE (from Cisco Client eXtensions)Steinar H. Gunderson
2014-09-08mac80211: split 802.11h parsing from transmit power policySteinar H. Gunderson
2014-09-05mac80211: fix broken use of VHT/20Mhz with some APsEyal Shapira
2014-09-05mac80211: extend set_coverage_class signatureLorenzo Bianconi
2014-09-05mac80211: combine roc with the "next roc" if possibleEliad Peller
2014-09-05mac80211: adjust roc duration when combining ROCsEliad Peller
2014-09-05mac80211: Add RRM support to assoc requestAssaf Krauss
2014-09-05mac80211: fix description comment of ieee80211_subif_start_xmitLiad Kaufman
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg
2014-09-05mac80211: clean up ieee80211_i.hJohannes Berg
2014-09-03mac80211: fix offloaded BA session traffic after hw restartMichal Kazior
2014-08-29mac80211: fix chantype recalc warningMichal Kazior
2014-08-27mac80211: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat
2014-08-26mac80211: scan: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat
2014-08-26mac80211: don't resize skbs needlesslyIdo Yariv
2014-08-26mac80211: Fix accounting of the tailroom-needed counterIdo Yariv
2014-08-26cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev
2014-08-26mac80211: make ieee80211_vif_use_reserved_switch staticJohannes Berg
2014-08-26mac80211: mesh_plink: use get_unaligned_le16 instead of memcpyBob Copeland
2014-08-15mac80211: disable 40MHz support in case of 20MHz APEliad Peller
2014-08-15mac80211: don't duplicate station QoS capability dataJohannes Berg
2014-07-29Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-07-22mac80211: fix crash on getting sta info with uninitialized rate controlFelix Fietkau
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville
2014-07-21mac80211: add support for Rx reordering offloadingMichal Kazior
2014-07-21mac80211: fix Rx reordering with RX_FLAG_AMSDU_MOREMichal Kazior
2014-07-21mac80211: remove useless NULL checksEytan Lifshitz
2014-07-21mac80211: fix a potential NULL access in ieee80211_crypto_hw_decryptMax Stepanov
2014-07-21mac80211: remove redundant IEEE80211_STA_CSA_RECEIVED flagLuciano Coelho
2014-07-21mac80211: make sure TDLS teardown packet is sent on timeLiad Kaufman
2014-07-21mac80211: ignore frames between TDLS peers when operating as APArik Nemtsov
2014-07-21mac80211: disable VHT for TDLSArik Nemtsov
2014-07-21mac80211: set Rx highest rate in ht_capArik Nemtsov
2014-07-21mac80211: support HT for TDLS stationsArik Nemtsov
2014-07-21mac80211: move TDLS data to mgd private partArik Nemtsov
2014-07-21mac80211: add TDLS QoS param IE on setup-confirmArik Nemtsov
2014-07-21mac80211: add QoS IE during TDLS setup startArik Nemtsov
2014-07-21mac80211: set TDLS capab to zero on failure framesArik Nemtsov
2014-07-21mac80211: avoid adding some IEs on TDLS setup failure packetsArik Nemtsov
2014-07-21mac80211: split extra TDLS IEs in setup framesArik Nemtsov
2014-07-21mac80211: consolidate TDLS IE treatmentArik Nemtsov
2014-07-21mac80211: fix error path for TDLS setupArik Nemtsov
2014-07-21mac80211: track TDLS initiator internallyArik Nemtsov
2014-07-18mac80211: suppress unused variable warning without lockdepJohannes Berg
2014-07-15mac80211: remove unnecessary break after returnFabian Frederick
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville