aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/iface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-2/+4
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+6
2014-01-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-41/+8
2013-12-26mac8011: slight optimization of addr comparedingtianhong1-4/+3
2013-12-19mac80211: fix iflist_mtx/mtx locking in radar detectionJohannes Berg1-0/+6
2013-12-19mac80211: remove unnecessary iflist_mtx lockingJohannes Berg1-2/+0
2013-12-16mac80211: free all AP/VLAN keys at onceJohannes Berg1-11/+8
2013-12-16mac80211: don't delay station destructionJohannes Berg1-23/+4
2013-12-16Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1-1/+0
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+0
2013-12-03Revert "mac80211: add driver callback for per-interface multicast filter"Johannes Berg1-11/+0
2013-12-02mac80211: remove sta_info_flush() from interface teardownJohannes Berg1-4/+0
2013-11-25mac80211: add generic cipher scheme supportMax Stepanov1-0/+5
2013-11-25cfg80211/mac80211: DFS setup chandef for cac eventJanusz Dziedzic1-1/+4
2013-11-25mac80211: fix crash when using AP VLAN interfacesFelix Fietkau1-1/+0
2013-10-28mac80211: implement SMPS for APEmmanuel Grumbach1-0/+3
2013-09-26mac80211: add support for CSA in IBSS modeSimon Wunderlich1-0/+4
2013-08-26mac80211: fix change_interface queue assignmentsJohannes Berg1-8/+11
2013-08-01mac80211: add channel switch command and beacon callbacksSimon Wunderlich1-0/+9
2013-07-16cfg80211/mac80211: use reduced txpower for 5 and 10 MHzSimon Wunderlich1-1/+1
2013-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-6/+23
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+37
2013-05-29mac80211: support active monitor interfacesFelix Fietkau1-6/+23
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-3/+2
2013-05-27mac80211: Allow single vif mac address change with addr_maskHelmut Schaa1-6/+20
2013-05-27mac80211: close AP_VLAN interfaces before unregistering allJohannes Berg1-0/+9
2013-05-27mac80211: assign AP_VLAN hw queues correctlyJohannes Berg1-0/+3
2013-05-24mac80211: close AP_VLAN interfaces before unregistering allJohannes Berg1-0/+9
2013-05-23mac80211: assign AP_VLAN hw queues correctlyJohannes Berg1-0/+3
2013-05-23mac80211: fix queue handling crashJohannes Berg1-1/+5
2013-04-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-8/+19
2013-04-22mac80211: use synchronize_rcu() with rcu_barrier()Bob Copeland1-2/+3
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-38/+78
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2013-04-08mac80211: fix LED in idle handlingJohannes Berg1-8/+19
2013-04-08mac80211: don't start new netdev queues if driver stoppedJohannes Berg1-2/+22
2013-04-08mac80211: replace some dead code by a warningJohannes Berg1-1/+2
2013-04-08mac80211: fix do_stop handling while suspendedJohannes Berg1-25/+49
2013-04-08mac80211: destroy virtual monitor interface across suspendJohannes Berg1-2/+2
2013-04-08mac80211: purge remain-on-channel items when suspendingJohannes Berg1-1/+1
2013-04-08mac80211: remove outdated comment referring to master interfaceJohannes Berg1-6/+1
2013-04-08mac80211: remove ancient reference to master interfaceJohannes Berg1-1/+1
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-16/+19
2013-03-25mac80211: fix idle handling sequenceJohannes Berg1-1/+1
2013-03-20mac80211: fix virtual monitor interface lockingJohannes Berg1-16/+19
2013-03-18mac80211: pass queue bitmap to flush operationJohannes Berg1-1/+1
2013-03-18mac80211: remove vif debugfs driver callbacksStanislaw Gruszka1-4/+0
2013-03-11mac80211: add driver callback for per-interface multicast filterAlexander Bondar1-0/+11
2013-03-06mac80211: simplify AP interface stopJohannes Berg1-2/+4