aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-15mac80211: clean up scan namespaceJohannes Berg1-3/+3
2008-09-15mac80211: make bridge_packets a virtual interface optionJohannes Berg1-2/+0
2008-09-15mac80211: fix scan vs. interface removal raceJohannes Berg1-8/+25
2008-09-15mac80211: fix work raceJohannes Berg1-0/+8
2008-09-15mac80211: split off mesh handling entirelyJohannes Berg1-4/+9
2008-09-11mac80211: initialise queue QoS parameters at hw startJohannes Berg1-1/+8
2008-09-11mac80211: move some HT code out of main.cJohannes Berg1-373/+0
2008-09-11mac80211: use sdata pointer for scan interfaceJohannes Berg1-1/+1
2008-09-11mac80211: change MIMO_PS to SM_PSTomas Winkler1-2/+2
2008-09-05cfg80211: keep track of supported interface modesLuis R. Rodriguez1-0/+7
2008-08-29mac80211: fill start-sequence-number for BA session startJohannes Berg1-1/+4
2008-08-22mac80211: cleanup mlme state namespaceTomas Winkler1-1/+1
2008-08-22replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene1-9/+7
2008-08-22mac80211: allow no mac address until firmware loadLuis Carlos Cobo1-0/+38
2008-08-22mac80211: explicitly check skb->lenHarvey Harrison1-14/+11
2008-08-07mac80211: keep mesh ifaces in allmulti modeLuis Carlos Cobo1-1/+7
2008-08-04mac80211: make listen_interval be limited by low level driverTomas Winkler1-0/+5
2008-07-29mac80211: partially fix skb->cb useJohannes Berg1-7/+1
2008-07-29mac80211: return correct error return from ieee80211_wep_initJeremy Fitzhardinge1-2/+2
2008-07-17mac80211: Reimplement WME using ->select_queue().David S. Miller1-46/+15
2008-07-17netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller1-3/+0
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller1-2/+2
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller1-8/+4
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+4
2008-07-14mac80211: revamp beacon configurationJohannes Berg1-34/+25
2008-07-14mac80211: revamp virtual interface handlingJohannes Berg1-15/+3
2008-07-14mac80211: make master netdev handling saneJohannes Berg1-68/+28
2008-07-08netdev: Make netif_schedule() routines work with netdev_queue objects.David S. Miller1-2/+2
2008-07-08mac80211: Decrease number of explicit ->tx_queue references.David S. Miller1-5/+9
2008-07-08netdev: Move queue_lock into struct netdev_queue.David S. Miller1-5/+5
2008-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2008-07-08mac80211: call bss_info_change only once upon disassociationTomas Winkler1-6/+6
2008-07-08mac80211: add block ack request capabilityRon Rindjunsky1-2/+19
2008-07-07mac80211: Only flush workqueue when last interface was removedIvo van Doorn1-2/+2
2008-07-02mac80211: rework debug settings and make debugging saferJohannes Berg1-6/+29
2008-06-27mac80211: make workqueue freezableJohannes Berg1-1/+1
2008-06-14mac80211: fix beacon interval valueTomas Winkler1-1/+2
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2008-06-09mac80211: Fixing slow IBSS rejoinAssaf Krauss1-0/+1
2008-06-03mac80211: fix deadlock in sta->lockTomas Winkler1-13/+17
2008-05-28mac80211: fix a typo in ieee80211_handle_filtered_frame commentYi Zhu1-1/+1
2008-05-21mac80211: use multi-queue master netdeviceJohannes Berg1-7/+22
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-88/+40
2008-05-21mac80211: let drivers wake but not start queuesJohannes Berg1-1/+7
2008-05-21mac80211: separate Tx and Rx MCS when configuring HTRon Rindjunsky1-35/+61
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-20/+21
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+5
2008-05-14mac80211: use hardware flags for signal/noise unitsBruno Randolf1-5/+5
2008-05-14mac80211: proper STA info lockingJohannes Berg1-15/+16
2008-05-07mac80211: QoS related cleanupsJohannes Berg1-0/+5