aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/wme.c
Commit message (Expand)AuthorAgeFilesLines
* Backport mac80211 from 3.4 kernelWolfgang Wiedmeyer2017-01-211-14/+43
* mac80211: cleanup select_queueJohannes Berg2010-12-221-14/+6
* mac80211: defines for AC numbersJohannes Berg2010-11-171-1/+10
* mac80211: fix skb buffering issueJohannes Berg2010-01-051-26/+70
* mac80211: remove master netdevJohannes Berg2009-07-241-4/+2
* mac80211: do not pass PS frames out of mac80211 againJohannes Berg2009-06-101-1/+1
* wireless: move some utility functions from mac80211 to cfg80211Zhu Yi2009-05-221-29/+1
* mac80211: make noack test availableJohannes Berg2009-05-131-1/+1
* mac80211: Fix WMM ACM parsing and AC downgrade operationJouni Malinen2009-03-161-3/+6
* mac80211: fix aggregation for hardware with ampdu queuesJohannes Berg2009-02-271-157/+4
* mac80211: Re-enable aggregationSujith2008-10-311-14/+10
* mac80211: convert to %pM away from print_macJohannes Berg2008-10-271-5/+3
* mac80211: fixups for "make master iface not wireless"Johannes Berg2008-09-301-4/+4
* net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo2008-09-201-1/+1
* mac80211: share STA information with driverJohannes Berg2008-09-151-1/+1
* mac80211: Use only precedence level of DSCP field for frame classificationDaniel Wagner2008-08-291-2/+0
* mac80211: Use queue_lock() in ieee80211_ht_agg_queue_remove().David S. Miller2008-08-021-2/+4
* mac80211: partially fix skb->cb useJohannes Berg2008-07-291-0/+3
* net_sched: Add qdisc_enqueue wrapperJussi Kivilinna2008-07-201-1/+1
* pkt_sched: Kill netdev_queue lock.David S. Miller2008-07-171-7/+12
* mac80211: Reimplement WME using ->select_queue().David S. Miller2008-07-171-503/+99
* netdev: Allocate multiple queues for TX.David S. Miller2008-07-171-6/+6
* netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller2008-07-081-7/+13
* netdev: Move queue_lock into struct netdev_queue.David S. Miller2008-07-081-1/+1
* pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller2008-07-081-14/+14
* netdev: Create netdev_queue abstraction.David S. Miller2008-07-081-2/+4
* mac80211: move QOS control helpers into ieee80211.hHarvey Harrison2008-07-081-2/+2
* mac80211: remove useless tid assignment for management and control framesTomas Winkler2008-07-081-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-051-2/+1
|\
| * net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy2008-07-011-2/+1
* | mac80211: rework debug settings and make debugging saferJohannes Berg2008-07-021-1/+0
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-161-1/+1
|\ \ | |/
| * mac80211: add missing new line in debug print HT_DEBUGTomas Winkler2008-06-131-1/+1
* | mac80211: wme.c use new helpersHarvey Harrison2008-06-141-13/+5
* | mac80211: use multi-queue master netdeviceJohannes Berg2008-05-211-9/+5
* | mac80211: move TX info into skb->cbJohannes Berg2008-05-211-12/+10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-05-151-1/+2
|\ \ | |/
| * mac80211: add missing newlines in printk()Pavel Roskin2008-05-121-1/+2
* | mac80211: fix wme codeJohannes Berg2008-05-071-11/+15
* | wireless: fix warning introduced by "mac80211: QoS related cleanups"John W. Linville2008-05-071-14/+9
* | mac80211: QoS related cleanupsJohannes Berg2008-05-071-70/+50
|/
* mac80211: fix use before check of Qdisc lengthRon Rindjunsky2008-04-231-1/+1
* mac80211: RCU-ify STA info structure accessJohannes Berg2008-03-061-2/+6
* mac80211: adjustable number of bits for qdisc poolRon Rindjunsky2008-02-291-9/+9
* mac80211: A-MPDU Tx adding qdisc supportRon Rindjunsky2008-02-291-10/+125
* [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy2008-01-281-7/+7
* mac80211: Assign correct TID for local bridged packetsGuy Cohen2008-01-281-4/+5
* [MAC80211]: Use htons() where appropriate.YOSHIFUJI Hideaki2008-01-281-1/+1
* [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet2008-01-281-2/+2
* [MAC80211]: remove management interfaceJohannes Berg2007-10-101-8/+2