summaryrefslogtreecommitdiffstats
path: root/net/mac80211/iface.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-131-8/+3Star
|\
| * Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2014-02-201-8/+19
| |\
| * | mac80211: simplify roc check in idle calculationJohannes Berg2014-02-121-8/+3Star
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-201-0/+2
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-131-8/+19
| |\ \ | | |/ | |/|
| * | mac80211: add missing CSA lockingMichal Kazior2014-02-041-0/+2
* | | 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: avoid deadlock revealed by lockdepEmmanuel Grumbach2014-02-061-4/+11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-2/+4
|\
| * net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-2/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-101-2/+6
|\ \
| * | mac80211: fix iflist_mtx/mtx locking in radar detectionJohannes Berg2013-12-191-0/+6
| * | mac80211: remove unnecessary iflist_mtx lockingJohannes Berg2013-12-191-2/+0Star
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-011-41/+8Star
|\| |
| * | mac80211: free all AP/VLAN keys at onceJohannes Berg2013-12-161-11/+8Star
| * | mac80211: don't delay station destructionJohannes Berg2013-12-161-23/+4Star
| * | Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2013-12-161-1/+0Star
| |\ \
| * | | Revert "mac80211: add driver callback for per-interface multicast filter"Johannes Berg2013-12-031-11/+0Star
* | | | mac8011: slight optimization of addr comparedingtianhong2013-12-261-4/+3Star
| |/ / |/| |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-061-1/+0Star
|\ \ \ | |/ / |/| / | |/
| * mac80211: fix crash when using AP VLAN interfacesFelix Fietkau2013-11-251-1/+0Star
* | mac80211: remove sta_info_flush() from interface teardownJohannes Berg2013-12-021-4/+0Star
* | mac80211: add generic cipher scheme supportMax Stepanov2013-11-251-0/+5
* | cfg80211/mac80211: DFS setup chandef for cac eventJanusz Dziedzic2013-11-251-1/+4
|/
* mac80211: implement SMPS for APEmmanuel Grumbach2013-10-281-0/+3
* mac80211: add support for CSA in IBSS modeSimon Wunderlich2013-09-261-0/+4
* mac80211: fix change_interface queue assignmentsJohannes Berg2013-08-261-8/+11
* mac80211: add channel switch command and beacon callbacksSimon Wunderlich2013-08-011-0/+9
* cfg80211/mac80211: use reduced txpower for 5 and 10 MHzSimon Wunderlich2013-07-161-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-111-6/+23
|\
| * mac80211: support active monitor interfacesFelix Fietkau2013-05-291-6/+23
| * mac80211: close AP_VLAN interfaces before unregistering allJohannes Berg2013-05-241-0/+9
| * mac80211: assign AP_VLAN hw queues correctlyJohannes Berg2013-05-231-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-061-7/+37
|\ \
| * | mac80211: Allow single vif mac address change with addr_maskHelmut Schaa2013-05-271-6/+20
| * | mac80211: close AP_VLAN interfaces before unregistering allJohannes Berg2013-05-271-0/+9
| * | mac80211: assign AP_VLAN hw queues correctlyJohannes Berg2013-05-271-0/+3
| |/
| * mac80211: fix queue handling crashJohannes Berg2013-05-231-1/+5
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-3/+2Star
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-231-8/+19
|\
| * mac80211: fix LED in idle handlingJohannes Berg2013-04-081-8/+19
* | mac80211: use synchronize_rcu() with rcu_barrier()Bob Copeland2013-04-221-2/+3
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-101-38/+78
|\ \
| * | mac80211: don't start new netdev queues if driver stoppedJohannes Berg2013-04-081-2/+22
| * | mac80211: replace some dead code by a warningJohannes Berg2013-04-081-1/+2
| * | mac80211: fix do_stop handling while suspendedJohannes Berg2013-04-081-25/+49
| * | mac80211: destroy virtual monitor interface across suspendJohannes Berg2013-04-081-2/+2
| * | mac80211: purge remain-on-channel items when suspendingJohannes Berg2013-04-081-1/+1
| * | mac80211: remove outdated comment referring to master interfaceJohannes Berg2013-04-081-6/+1Star