aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-08mac80211: rename filesJohannes Berg1-1889/+0
2008-04-08mac80211: fix key vs. sta locking problemsJohannes Berg1-0/+6
2008-04-08mac80211: BA session debug prints changesRon Rindjunsky1-10/+8
2008-04-08mac80211: eliminate conf_htTomas Winkler1-29/+44
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+12
2008-04-01mac80211: automatically free sta struct when insertion failsJohannes Berg1-1/+1
2008-04-01mac80211: trigger ieee80211_sta_work after opening interfaceJan Niehusmann1-0/+12
2008-03-27mac80211: A-MPDU MLME use dynamic allocationRon Rindjunsky1-22/+42
2008-03-25mac80211: tear down of block ack sessionsRon Rindjunsky1-6/+1
2008-03-13the scheduled rc80211-simple.c removalAdrian Bunk1-8/+1
2008-03-06mac80211: remove STA entries when taking down interfaceJohannes Berg1-57/+42
2008-03-06mac80211: split sta_info_addJohannes Berg1-7/+11
2008-03-06mac80211: RCU-ify STA info structure accessJohannes Berg1-26/+52
2008-03-06mac80211: clean up mesh codeJohannes Berg1-7/+2
2008-03-06mac80211: complete the mesh (interface handling) codeLuis Carlos Cobo1-1/+27
2008-03-06mac80211: mesh data structures and first mesh changesLuis Carlos Cobo1-1/+1
2008-03-06mac80211: add mesh interface typeJohannes Berg1-0/+1
2008-02-29mac80211: Disallow concurrent IBSS/STA mode interfacesJohannes Berg1-4/+47
2008-02-29mac80211: atomically check whether STA exists alreadyJohannes Berg1-2/+2
2008-02-29mac80211: rework TX filtered frame codeJohannes Berg1-42/+79
2008-02-29mac80211: defer master netdev allocation to ieee80211_register_hwJohannes Berg1-34/+38
2008-02-29mac80211: Add cooked monitor mode supportMichael Wu1-29/+38
2008-02-29mac80211: remove "dynamic" RX/TX handlersJohannes Berg1-2/+0
2008-02-29mac80211: Use monitor configuration flagsMichael Wu1-15/+41
2008-02-29mac80211: remove port control enable switch, clean up sta flagsJohannes Berg1-0/+3
2008-02-29cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg1-72/+40
2008-02-29mac80211: dissolve pre-rx handlersJohannes Berg1-1/+0
2008-02-29mac80211: A-MPDU Tx adding qdisc supportRon Rindjunsky1-4/+4
2008-02-29mac80211: A-MPDU Tx adding basic functionalityRon Rindjunsky1-0/+336
2008-02-15mac80211: Fix initial hardware configurationMichael Buesch1-1/+4
2008-02-01mac80211: fix initialisation error pathJohannes Berg1-7/+7
2008-01-28mac80211: A-MPDU Rx stop aggregation on proper devRon Rindjunsky1-3/+5
2008-01-28mac80211: add unified BSS configurationJohannes Berg1-12/+17
2008-01-28mac80211: add beacon configuration via cfg80211Johannes Berg1-1/+8
2008-01-28mac80211: move interface type to vif structureJohannes Berg1-18/+18
2008-01-28mac80211: dont use interface indices in driversJohannes Berg1-5/+7
2008-01-28mac80211: Add radio led triggerIvo van Doorn1-0/+3
2008-01-28mac80211: better rate control algorithm selectionJohannes Berg1-23/+11
2008-01-28mac80211: A-MPDU Rx adding basic functionalityRon Rindjunsky1-0/+9
2008-01-28mac80211: clean up eapol handling in TX pathJohannes Berg1-0/+2
2008-01-28mac80211: make PID rate control algorithm the defaultStefano Brivio1-6/+6
2008-01-28mac80211: add PID controller based rate control algorithmMattias Nissler1-5/+22
2008-01-28mac80211: clean up rate selectionMattias Nissler1-4/+2
2008-01-28mac80211: adding 802.11n configuration flowsRon Rindjunsky1-0/+51
2008-01-28mac80211: hardware scan reworkZhu Yi1-5/+8
2007-12-19mac80211: fix header opsJohannes Berg1-1/+0
2007-11-30Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Herbert Xu1-3/+7
2007-11-29mac80211: Fix behavior of ieee80211_open and ieee80211_closeMichael Wu1-3/+2
2007-11-29mac80211: free ifsta->extra_ie and clear IEEE80211_STA_PRIVACY_INVOKEDZhu Yi1-0/+5
2007-11-20mac80211: fix allmulti/promisc behaviourJohannes Berg1-0/+23