aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-05Revert "mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM"Linus Torvalds1-9/+39
2008-09-02mac80211: Fix debugfs union misuse and pointer corruptionJouni Malinen2-4/+6
2008-08-26mac80211: quiet chatty IBSS merge messageJohn W. Linville1-1/+1
2008-08-26mac80211: don't send empty extended rates IEJan-Espen Pettersen1-1/+1
2008-08-26mac80211: Fix debugfs file add/del for netdevJouni Malinen2-12/+18
2008-08-26net/mac80211/mesh.c: correct the argument to __mesh_table_freeJulia Lawall1-1/+1
2008-08-26mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOMJouni Malinen1-39/+9
2008-08-18mac80211: update new sta's rx timestampRon Rindjunsky1-0/+2
2008-08-07mac80211: keep mesh ifaces in allmulti modeLuis Carlos Cobo1-1/+7
2008-08-07mac80211: fix use of skb->cb for mesh forwardingLuis Carlos Cobo5-90/+106
2008-08-04iwlwifi: HW bug fixesTomas Winkler1-1/+1
2008-08-04mac80211: automatic IBSS channel selectionDaniel Drake1-4/+16
2008-08-04mac80211: make listen_interval be limited by low level driverTomas Winkler2-2/+9
2008-08-04mac80211: pass dtim_period to low level driverEmmanuel Grumbach2-0/+12
2008-08-02mac80211: Use queue_lock() in ieee80211_ht_agg_queue_remove().David S. Miller1-2/+4
2008-08-01mac80211: fix fragmentation kludgeTomas Winkler3-5/+14
2008-07-29mac80211: fix mesh beaconingLuis Carlos Cobo1-0/+1
2008-07-29mac80211: fix cfg80211 hooks for master interfaceJohannes Berg1-15/+88
2008-07-29mac80211: partially fix skb->cb useJohannes Berg4-39/+27
2008-07-29mac80211: append CONFIG_ to MAC80211_VERBOSE_PS_DEBUG in net/mac80211/tx.c.Rami Rosen1-3/+3
2008-07-29mac80211: return correct error return from ieee80211_wep_initJeremy Fitzhardinge2-4/+4
2008-07-29mac80211: tx, use dev_kfree_skb_any for beacon_getJiri Slaby1-1/+1
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