aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
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/net-2.6David S. Miller7-35/+75
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6David 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-28mac80211: fix alignment issue with compare_ether_addr()Senthil Balasubramanian3-6/+6
2008-05-28mac80211: Fix for NULL pointer dereference in sta_info_get()Senthil Balasubramanian1-2/+2
2008-05-28mac80211: fix a typo in ieee80211_handle_filtered_frame commentYi Zhu1-1/+1
2008-05-28mac80211 : Fixes the status message for iwconfigAbhijeet Kolekar1-3/+8
2008-05-28mac80211: reorder channel and freq reporting in wext scan reportTomas Winkler1-5/+4
2008-05-28mac80211: fix ieee80211_rx_bss_put/get imbalanceTomas Winkler1-4/+8
2008-05-28net/mac80211: always true conditionalsNicolas Kaiser1-2/+2
2008-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-15/+52
2008-05-21mac80211: remove channel use statisticsJohannes Berg6-169/+12
2008-05-21mac80211: use multi-queue master netdeviceJohannes Berg10-93/+114
2008-05-21mac80211: dont allow fragmentation and requeuing on A-MPDU queuesJohannes Berg2-3/+22
2008-05-21mac80211: move TX info into skb->cbJohannes Berg15-363/+285
2008-05-21mac80211: reorder some transmit handlersJohannes Berg1-116/+118
2008-05-21mac80211: use rate index in TX controlJohannes Berg7-78/+93
2008-05-21mac80211: let drivers wake but not start queuesJohannes Berg2-13/+7
2008-05-21mac80211: fix bugs in queue handling functionsJohannes Berg1-3/+3
2008-05-21mac80211: separate Tx and Rx MCS when configuring HTRon Rindjunsky1-35/+61
2008-05-21mac80211: tkip.c use struct tkip_ctx in phase 2 key mixingHarvey Harrison1-10/+7
2008-05-21mac80211: tkip.c use struct tkip_ctx in phase 1 key mixingHarvey Harrison1-17/+10
2008-05-21mac80211: add a struct to hold tkip contextHarvey Harrison5-49/+50
2008-05-21mac80211: add const, remove unused function, make one function staticHarvey Harrison4-20/+7
2008-05-21mac80211: introduce struct michael_mic_ctx and static helpersHarvey Harrison2-35/+44
2008-05-21mac80211: michael.c use kernel-provided infrastructureHarvey Harrison1-46/+14
2008-05-21mac80211: Consolidate hash kfree-ing in mesh.c.Pavel Emelyanov1-6/+9
2008-05-21mac80211: Merge error paths in mesh_table_grow().Pavel Emelyanov1-12/+4
2008-05-21mac80211: Do not report false error from mesh_path_add.Pavel Emelyanov1-1/+1
2008-05-21mac80211: Fix sleeping allocation under lock in mesh_path_node_copy.Pavel Emelyanov1-1/+1
2008-05-21mac80211: Report allocation failure from mesh_path_node_copy.Pavel Emelyanov1-1/+4
2008-05-21mac80211: Prepare mesh_table_grow to failing copy_node callback.Pavel Emelyanov3-4/+16
2008-05-21mac80211: Fix one more call to synchronize_rcu in atomic context.Pavel Emelyanov1-1/+0
2008-05-21mac80211: Brush up error paths in mesh_path_add.Pavel Emelyanov1-22/+20
2008-05-20mac80211: fix NULL pointer dereference in ieee80211_compatible_ratesHelmut Schaa1-4/+11
2008-05-20mac80211: don't claim iwspy supportJohannes Berg1-1/+0
2008-05-16mac80211: Add RTNL version of ieee80211_iterate_active_interfacesIvo van Doorn1-1/+36