summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-068-62/+120
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-031-0/+23
| |\
| | * mac80211: fix association to 20/40 MHz VHT networksJohannes Berg2014-02-271-0/+1
| | * mac80211: don't validate unchanged AP bandwidth while trackingJohannes Berg2014-02-241-0/+22
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-278-62/+97
| |\|
| | * mac80211: fix station wakeup powersave raceJohannes Berg2014-02-204-32/+25Star
| | * mac80211: insert stations before adding to driverJohannes Berg2014-02-201-6/+24
| | * mac80211: fix AP powersave TX vs. wakeup raceEmmanuel Grumbach2014-02-203-4/+22
| | * mac80211: send control port protocol frames to the VO queueFelix Fietkau2014-02-121-0/+5
| | * mac80211: fix memory leakEytan Lifshitz2014-02-111-0/+1
| | * mac80211: fix sched_scan restart on recoveryArik Nemtsov2014-02-111-20/+20
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-2025-307/+368
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-135-35/+47
| |\|
| * | mac80211: propagate STBC / LDPC flags to radiotapEmmanuel Grumbach2014-02-061-0/+7
| * | mac80211: move VHT related RX_FLAG to another variableEmmanuel Grumbach2014-02-064-10/+13
| * | mac80211: remove unused radiotap vendor fields in ieee80211_rx_statusEmmanuel Grumbach2014-02-061-48/+5Star
| * | mac80211: order IEs in association request correctlyJohannes Berg2014-02-051-0/+28
| * | mac80211: order IEs in probe request correctlyJohannes Berg2014-02-051-2/+30
| * | mac80211: update opmode when adding new stationMarek Kwaczynski2014-02-053-7/+34
| * | cfg80211: fix channel configuration in IBSS joinAntonio Quartulli2014-02-041-1/+1
| * | mac80211: fix bufferable MMPDU RX handlingJohannes Berg2014-02-042-15/+9Star
| * | mac80211: remove set but unused variablesJohannes Berg2014-02-043-7/+1Star
| * | mac80211: send ibss probe responses with noack flagSimon Wunderlich2014-02-041-0/+5
| * | mac80211: ibss: remove unnecessary call to release channelLuciano Coelho2014-02-041-1/+0Star
| * | mac80211: add missing CSA lockingMichal Kazior2014-02-044-1/+12
| * | mac80211: fix sdata->radar_required lockingMichal Kazior2014-02-043-3/+5
| * | mac80211: move csa_active setting in STA CSAMichal Kazior2014-02-041-1/+1
| * | mac80211: fix possible memory leak on AP CSA failureMichal Kazior2014-02-041-2/+3
| * | mac80211: batch CSA bss info notificationMichal Kazior2014-02-043-12/+13
| * | mac80211: add length check in ieee80211_is_robust_mgmt_frame()Johannes Berg2014-02-043-13/+11Star
| * | mac80211: send {ADD,DEL}BA on AC_VO like other mgmt frames, as per specKarl Beldan2014-02-042-2/+2
| * | mac80211: remove module handling from rate control opsJohannes Berg2014-02-041-23/+9Star
| * | mac80211: minstrel_ht: sample_table can be __read_mostlyJohannes Berg2014-02-041-3/+2Star
| * | mac80211: make cfg80211 ops and privid constJohannes Berg2014-02-044-4/+4
| * | mac80211: make rate control ops constJohannes Berg2014-02-046-13/+13
| * | mac80211: advertise BF STS according to AP supportEyal Shapira2014-02-041-0/+11
| * | mac80211: fix agg_status debugfs file writeJohannes Berg2014-02-041-1/+1
| * | mac80211: Fix ROC duration == 0 handlingIlan Peer2014-02-041-12/+12
| * | mac80211: use sdata mesh_id_len instead of wdev'sJohannes Berg2014-02-041-2/+2
| * | mac80211: mesh: remove mesh_id checkJohannes Berg2014-02-041-3/+0Star
| * | mac80211: fix the increment of mesh precedence valueChun-Yeow Yeoh2014-02-041-6/+6
| * | mac80211: add check on hw->max_signal value on ieee80211_register_hwandrea merello2014-02-041-2/+7
| * | mac80211: drop unused param 'encrypted' from ccmp_special_blocks()Ard Biesheuvel2014-02-041-4/+3Star
| * | mac80211: only set CSA beacon when at least one beacon must be transmittedLuciano Coelho2014-02-045-56/+96
| * | mac80211: align ieee80211_mesh_csa_beacon() with ieee80211_assign_beacon()Luciano Coelho2014-02-041-3/+1Star
| * | mac80211: refactor ieee80211_mesh_process_chanswitch()Luciano Coelho2014-02-043-59/+30Star
* | | netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-171-2/+4
| |/ |/|
* | mac80211: fix virtual monitor interface iterationJohannes Berg2014-02-061-4/+8
* | mac80211: fix fragmentation code, particularly for encryptionJohannes Berg2014-02-061-1/+1
* | mac80211: Fix IBSS disconnectSujith Manoharan2014-02-061-4/+1Star