summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2008-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-06-19mac80211: detect driver tx bugsJohannes Berg1-1/+8
2008-06-18Revert "mac80211: Use skb_header_cloned() on TX path."David S. Miller1-2/+2
2008-06-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-2/+3
2008-06-14mac80211: eliminate IBSS warning in rate_lowest_index()Vladimir Koutny3-7/+20
2008-06-14mac80211: tkip.c use a local struct tkip_ctx in ieee80211_get_tkip_keyHarvey Harrison1-14/+16
2008-06-14mac80211: tkip.c fold ieee80211_gen_rc4key into its one callerHarvey Harrison1-21/+17
2008-06-14mac80211: tkip.c consolidate tkip IV writing in helperHarvey Harrison3-20/+17
2008-06-14mac80211: rx.c use new helpersHarvey Harrison1-12/+7
2008-06-14mac80211: wme.c use new helpersHarvey Harrison1-13/+5
2008-06-14mac80211: use new helpers in util.c - ieee80211_get_bssid()Harvey Harrison1-22/+19
2008-06-14mac80211: wpa.c use new access helpersHarvey Harrison1-47/+16
2008-06-14mac80211: add utility function to get header lengthHarvey Harrison1-0/+32
2008-06-14mac80211: make ieee80211_get_hdrlen_from_skb return unsignedHarvey Harrison1-4/+4
2008-06-14mac80211: fix beacon interval valueTomas Winkler2-2/+3
2008-06-14mac80211: do not fragment while aggregation is in useRon Rindjunsky1-4/+4
2008-06-14mac80211: add missing new line in debug print HT_DEBUGTomas Winkler1-1/+1
2008-06-14mac80211 : fix for iwconfig in ad-hoc modeAbhijeet Kolekar1-1/+2
2008-06-10net/mac80211/ieee80211_i.h: fix-up merge damageJohn W. Linville1-21/+0
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller7-35/+75
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller32-1089/+971
2008-06-09mac80211: Checking IBSS support while changing channel in ad-hoc modeAssaf Krauss3-12/+16
2008-06-09mac80211: decrease IBSS creation latencyDan Williams1-1/+1
2008-06-09mac80211: Fixing slow IBSS rejoinAssaf Krauss1-0/+1
2008-06-09mac80211: send association event on IBSS createDan Williams1-0/+5
2008-06-03mac80211: removing shadowed sbandTomas Winkler1-3/+0
2008-06-03mac80211: fix unbalanced locking in ieee80211_get_buffered_bcTomas Winkler1-1/+1
2008-06-03mac80211: fix panic when using hardware WEPPavel Roskin1-1/+1
2008-06-03mac80211: fix rate control initialisationJohannes Berg1-0/+2
2008-06-03mac80211: allow disable FAT in specific configurationsEmmanuel Grumbach2-2/+46
2008-06-03mac80211: sends HT IE to user level through wextEmmanuel Grumbach1-0/+8
2008-06-03mac80211: fix deadlock in sta->lockTomas Winkler1-13/+17
2008-06-03mac80211: fix ieee80211_get_buffered_bcTomas Winkler1-9/+7
2008-06-03mac80211: clean up skb reallocation codeJohannes Berg3-70/+95
2008-05-29mac80211: fix alignment issue with compare_ether_addr()Senthil Balasubramanian3-6/+6
2008-05-29mac80211: Fix for NULL pointer dereference in sta_info_get()Senthil Balasubramanian1-2/+2
2008-05-29mac80211: fix a typo in ieee80211_handle_filtered_frame commentYi Zhu1-1/+1
2008-05-29mac80211 : Fixes the status message for iwconfigAbhijeet Kolekar1-3/+8
2008-05-29mac80211: reorder channel and freq reporting in wext scan reportTomas Winkler1-5/+4
2008-05-29mac80211: fix ieee80211_rx_bss_put/get imbalanceTomas Winkler1-4/+8
2008-05-29net/mac80211: always true conditionalsNicolas Kaiser1-2/+2
2008-05-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-15/+52
2008-05-22mac80211: remove channel use statisticsJohannes Berg6-169/+12
2008-05-22mac80211: use multi-queue master netdeviceJohannes Berg10-93/+114
2008-05-22mac80211: dont allow fragmentation and requeuing on A-MPDU queuesJohannes Berg2-3/+22
2008-05-22mac80211: move TX info into skb->cbJohannes Berg15-363/+285
2008-05-22mac80211: reorder some transmit handlersJohannes Berg1-116/+118
2008-05-22mac80211: use rate index in TX controlJohannes Berg7-78/+93
2008-05-22mac80211: let drivers wake but not start queuesJohannes Berg2-13/+7
2008-05-22mac80211: fix bugs in queue handling functionsJohannes Berg1-3/+3