aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-20net_sched: Add qdisc_enqueue wrapperJussi Kivilinna1-1/+1
2008-07-17pkt_sched: Kill netdev_queue lock.David S. Miller1-7/+12
2008-07-17mac80211: Reimplement WME using ->select_queue().David S. Miller7-616/+124
2008-07-17mac80211: Temporarily mark QoS support BROKEN.David S. Miller1-0/+1
2008-07-17netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller1-3/+0
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller2-8/+8
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller2-12/+6
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller2-0/+8
2008-07-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller15-643/+534
2008-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-23/+13
2008-07-14mac80211: dont add a STA which is not in the same IBSSEmmanuel Grumbach1-1/+1
2008-07-14mac80211: fix struct ieee80211_tx_queue_paramsJohannes Berg1-1/+1
2008-07-14mac80211: fix TX sequence numbersJohannes Berg4-31/+52
2008-07-14mac80211: fix RX sequence number checkJohannes Berg1-7/+12
2008-07-14mac80211: Fix ieee80211_rx_reorder_ampdu: ignore QoS null packetsEmmanuel Grumbach1-2/+2
2008-07-14mac80211: revamp beacon configurationJohannes Berg6-121/+95
2008-07-14mac80211: push interface checks downJohannes Berg4-16/+25
2008-07-14mac80211: revamp virtual interface handlingJohannes Berg8-265/+172
2008-07-14mac80211: make master netdev handling saneJohannes Berg12-217/+153
2008-07-14mac80211: power management wext hooksSamuel Ortiz1-2/+41
2008-07-09rc80211_pid: Fix fast_start parameter handlingMattias Nissler2-23/+13
2008-07-08net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller1-3/+0
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 rest of qdisc state into struct netdev_queueDavid S. Miller1-7/+13
2008-07-08netdev: Move queue_lock into struct netdev_queue.David S. Miller2-6/+6
2008-07-08pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller1-14/+14
2008-07-08netdev: Create netdev_queue abstraction.David S. Miller1-2/+4
2008-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-6/+11
2008-07-08mac80211: fix lots of kernel-docRandy Dunlap2-21/+61
2008-07-08mac80211: add support for iwconfig wlanX frag autoEmmanuel Grumbach1-0/+2
2008-07-08mac80211: aes_ccm.c remove crypto wrapper and extra argsHarvey Harrison1-21/+17
2008-07-08mac80211: pass scratch buffer directly, remove additional pointersHarvey Harrison3-23/+20
2008-07-08mac80211: wpa.c remove rx/tx_data ->fc usersHarvey Harrison1-13/+8
2008-07-08mac80211: remove trivial rx_data->fc usersHarvey Harrison1-56/+51
2008-07-08mac80211: call bss_info_change only once upon disassociationTomas Winkler3-8/+8
2008-07-08mac80211: remove ieee80211_get_hdr_infoHarvey Harrison3-41/+35
2008-07-08mac80211: remove one user of ieee80211_get_hdr_infoHarvey Harrison1-41/+37
2008-07-08mac80211: use symbolic defines in wpa.cHarvey Harrison1-7/+7
2008-07-08mac80211: move QOS control helpers into ieee80211.hHarvey Harrison3-24/+16
2008-07-08mac80211: remove MAC80211_DEBUG from net/mac80211/Kconfig.Rami Rosen1-2/+1
2008-07-08mac80211: fix warning: unused variable ifstaTomas Winkler1-0/+2
2008-07-08mac80211: remove useless tid assignment for management and control framesTomas Winkler1-1/+0
2008-07-08mac80211: add block ack request capabilityRon Rindjunsky3-2/+49
2008-07-08mac80211: Don't request encryption for probe responseIvo van Doorn1-0/+1
2008-07-07mac80211: don't report selected IBSS when not foundVladimir Koutny1-2/+4
2008-07-07mac80211: Only flush workqueue when last interface was removedIvo van Doorn1-2/+2
2008-07-07mac80211: move netif_carrier_on to after ieee80211_bss_info_change_notifyGuy Cohen1-2/+5
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+8
2008-07-02mac80211: rework debug settings and make debugging saferJohannes Berg11-342/+196