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. 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
| * | mac80211: remove ancient reference to master interfaceJohannes Berg2013-04-081-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-101-1/+1
|\ \ \ | | |/ | |/|
| * | mac80211: fix idle handling sequenceJohannes Berg2013-03-251-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-291-16/+19
|\| | | |/ |/|
| * mac80211: fix virtual monitor interface lockingJohannes Berg2013-03-201-16/+19
* | mac80211: pass queue bitmap to flush operationJohannes Berg2013-03-181-1/+1
* | mac80211: remove vif debugfs driver callbacksStanislaw Gruszka2013-03-181-4/+0Star
* | mac80211: add driver callback for per-interface multicast filterAlexander Bondar2013-03-111-0/+11
* | mac80211: simplify AP interface stopJohannes Berg2013-03-061-2/+4
* | mac80211: flush keys when stopping APJohannes Berg2013-03-061-1/+1
* | mac80211: defer tailroom counter manipulation when roamingJohannes Berg2013-03-061-0/+2
* | mac80211: remove napiStanislaw Gruszka2013-03-061-4/+0Star
|/
* mac80211: another fix for idle handling in monitor modeFelix Fietkau2013-03-021-0/+6
* mac80211: fix idle handling in monitor modeFelix Fietkau2013-02-261-1/+1
* mac80211: fix harmless station flush warningJohannes Berg2013-02-181-2/+3
* mac80211: enable vif.cab_queue for meshBob Copeland2013-02-151-1/+2
* mac80211: free ps->bc_buf skbs on vlan device stopMichael Braun2013-02-151-0/+14
* mac80211: add radar detection command/eventSimon Wunderlich2013-02-151-0/+12
* mac80211: simplify idle handlingJohannes Berg2013-02-111-82/+12Star
* mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLEJohannes Berg2013-02-111-6/+2Star
* mac80211: add vif debugfs driver callbacksAlexander Bondar2013-02-111-0/+4
* mac80211: remove ARP filter enable/disable logicJohannes Berg2013-01-181-3/+0Star
* mac80211: assign bss_conf.bssid only onceJohannes Berg2013-01-031-0/+7
* mac80211: optimise AP stop RCU handlingJohannes Berg2013-01-031-5/+8
* mac80211: optimise roaming time againJohannes Berg2013-01-031-5/+10
* mac80211: warn if unexpectedly removing stationsJohannes Berg2013-01-031-5/+7
* mac80211: remove final sta_info_flush()Johannes Berg2013-01-031-3/+2Star
* mac80211: fix maximum MTUChaitanya2013-01-031-10/+1Star
* mac80211: fix station destruction in AP/mesh modesJohannes Berg2013-01-031-12/+16
* mac80211: assign VLAN channel contextsJohannes Berg2013-01-031-3/+6
* mac80211: cancel work instead of waiting for it to do nothingJohannes Berg2012-12-061-1/+1
* mac80211: reject setting masked mac addressesHelmut Schaa2012-11-281-0/+45
* mac80211: convert to channel definition structJohannes Berg2012-11-261-3/+2Star
* mac80211: handle TX power per virtual interfaceJohannes Berg2012-10-301-0/+38
* Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2012-10-301-1/+1
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-231-1/+1
| |\
| | * mac80211: use ieee80211_free_txskb in a few more placesFelix Fietkau2012-10-151-1/+1
* | | mac80211: move AP teardown code to correct placeJohannes Berg2012-10-261-19/+0Star
|/ /
* | mac80211: make client powersave independent of interface typeMarco Porsch2012-10-191-3/+3
* | mac80211: track needed RX chains for channel contextsJohannes Berg2012-10-171-0/+10