aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/iface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-3/+3
2014-06-23mac80211: cleanup TDLS state during failed setupArik Nemtsov1-0/+2
2014-06-23mac80211: stop only the queues assigned to the vif during channel switchLuciano Coelho1-5/+5
2014-06-23mac80211: introduce refcount for queue_stop_reasonsLuciano Coelho1-1/+2
2014-06-23cfg80211: make ethtool the driver's responsibilityJohannes Berg1-0/+2
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-06-08net: force a list_del() in unregister_netdevice_many()Eric Dumazet1-1/+0
2014-05-28mac80211: set new interfaces as idle upon initAvraham Stern1-0/+1
2014-05-26mac80211: fix virtual monitor interface additionEmmanuel Grumbach1-0/+1
2014-05-06mac80211: fix CSA tx queue stoppingMichal Kazior1-0/+7
2014-04-25mac80211: change return value of notifier functionZhao, Gang1-6/+5
2014-04-25mac80211: track reserved vifs in chanctxMichal Kazior1-0/+1
2014-04-25mac80211: track assigned vifs in chanctxMichal Kazior1-0/+1
2014-04-09mac80211: protect AP VLAN list with local->mtxMichal Kazior1-1/+8
2014-04-09cfg80211/mac80211: move more combination checks to mac80211Luciano Coelho1-1/+5
2014-04-09mac80211: use RCU_INIT_POINTERMonam Agarwal1-4/+4
2014-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-8/+3
2014-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+2
2014-02-20Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1-8/+19
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-2/+4
2014-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-8/+19
2014-02-12mac80211: simplify roc check in idle calculationJohannes Berg1-8/+3
2014-02-06mac80211: fix virtual monitor interface iterationJohannes Berg1-4/+8
2014-02-06mac80211: avoid deadlock revealed by lockdepEmmanuel Grumbach1-4/+11
2014-02-04mac80211: add missing CSA lockingMichal Kazior1-0/+2
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