aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/iface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-18mac80211: fix harmless station flush warningJohannes Berg1-2/+3
2013-02-15mac80211: enable vif.cab_queue for meshBob Copeland1-1/+2
2013-02-15mac80211: free ps->bc_buf skbs on vlan device stopMichael Braun1-0/+14
2013-02-15mac80211: add radar detection command/eventSimon Wunderlich1-0/+12
2013-02-11mac80211: simplify idle handlingJohannes Berg1-82/+12
2013-02-11mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLEJohannes Berg1-6/+2
2013-02-11mac80211: add vif debugfs driver callbacksAlexander Bondar1-0/+4
2013-01-18mac80211: remove ARP filter enable/disable logicJohannes Berg1-3/+0
2013-01-03mac80211: assign bss_conf.bssid only onceJohannes Berg1-0/+7
2013-01-03mac80211: optimise AP stop RCU handlingJohannes Berg1-5/+8
2013-01-03mac80211: optimise roaming time againJohannes Berg1-5/+10
2013-01-03mac80211: warn if unexpectedly removing stationsJohannes Berg1-5/+7
2013-01-03mac80211: remove final sta_info_flush()Johannes Berg1-3/+2
2013-01-03mac80211: fix maximum MTUChaitanya1-10/+1
2013-01-03mac80211: fix station destruction in AP/mesh modesJohannes Berg1-12/+16
2013-01-03mac80211: assign VLAN channel contextsJohannes Berg1-3/+6
2012-12-06mac80211: cancel work instead of waiting for it to do nothingJohannes Berg1-1/+1
2012-11-28mac80211: reject setting masked mac addressesHelmut Schaa1-0/+45
2012-11-26mac80211: convert to channel definition structJohannes Berg1-3/+2
2012-10-30mac80211: handle TX power per virtual interfaceJohannes Berg1-0/+38
2012-10-30Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1-1/+1
2012-10-26mac80211: move AP teardown code to correct placeJohannes Berg1-19/+0
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2012-10-19mac80211: make client powersave independent of interface typeMarco Porsch1-3/+3
2012-10-17mac80211: track needed RX chains for channel contextsJohannes Berg1-0/+10
2012-10-17mac80211: use channel contextsJohannes Berg1-16/+12
2012-10-15mac80211: use ieee80211_free_txskb in a few more placesFelix Fietkau1-1/+1
2012-09-10mac80211: use call_rcu() on sta deletionEliad Peller1-3/+12
2012-09-04mac80211: Do not check for valid hw_queues for P2P_DEVICEIlan Peer1-7/+9
2012-08-20mac80211: add IEEE80211_HW_P2P_DEV_ADDR_FOR_INTFJohannes Berg1-1/+14
2012-08-20mac80211: support P2P Device abstractionJohannes Berg1-82/+149
2012-08-20cfg80211: add P2P Device abstractionJohannes Berg1-0/+3
2012-08-20mac80211: avoid using synchronize_rcu in ieee80211_set_probe_respEyal Shapira1-2/+2
2012-08-03mac80211: remove ieee80211_clean_sdata()Thomas Pedersen1-17/+0
2012-08-03mac80211: improve cleanup when leaving meshThomas Pedersen1-8/+0
2012-07-31mac80211: enable WDS carrier only after adding stationJohannes Berg1-0/+3
2012-07-31mac80211: manage carrier state in meshJohannes Berg1-4/+8
2012-07-31mac80211: use oper_channel in utils and configJohannes Berg1-1/+1
2012-07-13Revert "mac80211: refactor virtual monitor code"Johannes Berg1-2/+14
2012-07-12mac80211: iterate the virtual monitor interfaceJohannes Berg1-10/+19
2012-07-12mac80211: make scan_sdata pointer usable with RCUJohannes Berg1-4/+5
2012-07-12cfg80211: use wireless_dev for interface managementJohannes Berg1-3/+3
2012-06-29mac80211: refactor virtual monitor codeMichal Kazior1-14/+2
2012-06-26mac80211: make __ieee80211_recalc_idle staticJohannes Berg1-121/+121
2012-06-26mac80211: make ieee80211_check_concurrent_iface netdev-independentJohannes Berg1-5/+3
2012-06-24mac80211: clean up debuggingJohannes Berg1-12/+1
2012-06-20mac80211: save wmm_acm per sdataYoni Divinsky1-1/+1
2012-06-06mac80211: unify SW/offload remain-on-channelJohannes Berg1-19/+4
2012-06-06mac80211: do remain-on-channel while idleJohannes Berg1-10/+7
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+12