summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | mac80211: Fix accounting of the tailroom-needed counterIdo Yariv2014-08-261-9/+3
| * | cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev2014-08-261-1/+1
| * | mac80211: make ieee80211_vif_use_reserved_switch staticJohannes Berg2014-08-262-95/+93
| * | mac80211: mesh_plink: use get_unaligned_le16 instead of memcpyBob Copeland2014-08-261-7/+3
| * | mac80211: disable 40MHz support in case of 20MHz APEliad Peller2014-08-151-8/+22
| * | mac80211: don't duplicate station QoS capability dataJohannes Berg2014-08-1510-28/+16
| |/
* | mac80211: fix channel switch for chanctx-based driversMichal Kazior2014-08-221-1/+1
|/
* Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-07-2816-166/+637
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-07-252-11/+14
| |\
| | * mac80211: fix crash on getting sta info with uninitialized rate controlFelix Fietkau2014-07-221-1/+4
| | * Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan"Johannes Berg2014-07-071-10/+10
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2014-07-2214-155/+623
| |\ \
| | * | mac80211: add support for Rx reordering offloadingMichal Kazior2014-07-213-23/+118
| | * | mac80211: fix Rx reordering with RX_FLAG_AMSDU_MOREMichal Kazior2014-07-214-24/+62
| | * | mac80211: remove useless NULL checksEytan Lifshitz2014-07-211-3/+0
| | * | mac80211: fix a potential NULL access in ieee80211_crypto_hw_decryptMax Stepanov2014-07-211-1/+1
| | * | mac80211: remove redundant IEEE80211_STA_CSA_RECEIVED flagLuciano Coelho2014-07-212-8/+1
| | * | mac80211: make sure TDLS teardown packet is sent on timeLiad Kaufman2014-07-211-0/+11
| | * | mac80211: ignore frames between TDLS peers when operating as APArik Nemtsov2014-07-211-0/+8
| | * | mac80211: disable VHT for TDLSArik Nemtsov2014-07-211-0/+4
| | * | mac80211: set Rx highest rate in ht_capArik Nemtsov2014-07-211-0/+3
| | * | mac80211: support HT for TDLS stationsArik Nemtsov2014-07-212-8/+87
| | * | mac80211: move TDLS data to mgd private partArik Nemtsov2014-07-214-19/+20
| | * | mac80211: add TDLS QoS param IE on setup-confirmArik Nemtsov2014-07-211-0/+124
| | * | mac80211: add QoS IE during TDLS setup startArik Nemtsov2014-07-215-21/+26
| | * | mac80211: set TDLS capab to zero on failure framesArik Nemtsov2014-07-211-4/+12
| | * | mac80211: avoid adding some IEs on TDLS setup failure packetsArik Nemtsov2014-07-211-26/+32
| | * | mac80211: split extra TDLS IEs in setup framesArik Nemtsov2014-07-211-7/+70
| | * | mac80211: consolidate TDLS IE treatmentArik Nemtsov2014-07-211-28/+41
| | * | mac80211: fix error path for TDLS setupArik Nemtsov2014-07-211-6/+10
| | * | mac80211: track TDLS initiator internallyArik Nemtsov2014-07-212-11/+27
| | * | mac80211: suppress unused variable warning without lockdepJohannes Berg2014-07-181-1/+1
* | | | mac80211: remove unnecessary break after returnFabian Frederick2014-07-151-1/+0
* | | | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-3/+3
|/ / /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-07-101-2/+3
|\ \ \ | |/ / |/| / | |/
| * mac80211: WEP extra head/tail room in ieee80211_send_authMax Stepanov2014-06-231-2/+3
* | mac80211: use chanctx reservation for STA CSAMichal Kazior2014-06-253-104/+69
OpenPOWER on IntegriCloud