aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/iface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-24mac80211: call ieee80211_mgd_stop() on interface stopEliad Peller1-2/+2
2012-03-05mac80211: combine QoS with other BSS changesJohannes Berg1-1/+1
2012-02-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+3
2012-02-27mac80211: fix auth/assoc data & timer leakJohannes Berg1-0/+2
2012-02-21mac80211: Fix a warning on changing to monitor mode from STAMohammed Shafi Shajakhan1-0/+3
2012-02-06mac80211: support hw scan while idleEliad Peller1-1/+2
2012-02-06mac80211: redesign auth/assocJohannes Berg1-1/+3
2012-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+1
2012-01-30mac80211: add support for mcs masksSimon Wunderlich1-0/+7
2012-01-30mac80211: station state transition error handlingJohannes Berg1-3/+3
2012-01-24mac80211: set bss_conf.idle when vif is connectedEliad Peller1-0/+1
2011-12-15mac80211: refactor station state transitionsJohannes Berg1-2/+3
2011-11-28mac80211: fix forwarded mesh frame queue mappingThomas Pedersen1-14/+1
2011-11-28mac80211: Add NoAck per tid supportSimon Wunderlich1-0/+2
2011-11-17mac80211: use kfree_skb() instead of kfree()Dan Carpenter1-1/+1
2011-11-11mac80211: Save probe response data for bssArik Nemtsov1-1/+5
2011-11-11mac80211: set carrier_on for ibss vifs only while joinedEliad Peller1-1/+2
2011-11-09mac80211: add support for control port protocol in AP modeJohannes Berg1-1/+12
2011-11-09mac80211: verify virtual interfaces in driver APIJohannes Berg1-3/+3
2011-11-08mac80211: call set_wmm_default only for valid vifsEliad Peller1-8/+8
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davemJohn W. Linville1-2/+2
2011-09-30mac80211: optimise station flagsJohannes Berg1-2/+2
2011-09-30Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davemJohn W. Linville1-6/+4
2011-09-21mac80211: fix AP/VLAN PS buffer raceJohannes Berg1-6/+4
2011-09-19Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-davemJohn W. Linville1-0/+6
2011-09-13mac80211: Remove mesh paths when an interface is removedJavier Cardona1-0/+6
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-2/+2
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-1/+1
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-0/+1
2011-07-13mac80211: remove a redundant checkMohammed Shafi Shajakhan1-2/+1
2011-07-11mac80211: allocate only one RX queueJohannes Berg1-2/+2
2011-06-03mac80211: call dev_alloc_name before copying name to sdataThadeu Lima de Souza Cascardo1-0/+4
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+2
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+2
2011-05-16mac80211: abort scan_work immediately when the device goes downRajkumar Manoharan1-2/+2
2011-05-16mac80211: sparse RCU annotationsJohannes Berg1-1/+2
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko1-4/+0
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2011-02-20net: Fix more stale on-stack list_head objects.Eric W. Biederman1-0/+1
2011-02-03mac80211: Recalculate channel-type on iface removal.Ben Greear1-1/+8
2011-01-05mac80211: implement hardware offload for remain-on-channelJohannes Berg1-2/+7
2010-12-22mac80211: selective throughput LED trigger activeJohannes Berg1-1/+15
2010-12-22mac80211: add throughput based LED blink triggerJohannes Berg1-0/+1
2010-12-06cfg80211/mac80211: add mesh join/leave commandsJohannes Berg1-13/+1
2010-12-06mac80211: move mesh filter adjustingJohannes Berg1-17/+1
2010-11-08mac80211: unset SDATA_STATE_OFFCHANNEL when cancelling a scanBrian Cavagnolo1-3/+3
2010-10-13mac80211: add probe request filter flagJohannes Berg1-1/+8
2010-10-06mac80211: avoid transmitting delBA to old APJohannes Berg1-1/+2
2010-10-05mac80211: fix for WDS interfacesBill Jordan1-0/+3
2010-10-05mac80211: fix rx monitor filter refcountersChristian Lamparter1-22/+22