index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac80211
/
wme.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac80211: optimise station flags
Johannes Berg
2011-09-30
1
-2
/
+2
*
mac80211: Mesh data frames must have the QoS header
Javier Cardona
2011-09-14
1
-4
/
+6
*
mac80211: Start implementing QoS support for mesh interfaces
Javier Cardona
2011-09-14
1
-5
/
+1
*
wireless: unify QoS control field definitions
Johannes Berg
2011-06-27
1
-2
/
+1
*
mac80211: cleanup select_queue
Johannes Berg
2010-12-22
1
-14
/
+6
*
mac80211: defines for AC numbers
Johannes Berg
2010-11-17
1
-1
/
+10
*
mac80211: fix skb buffering issue
Johannes Berg
2010-01-05
1
-26
/
+70
*
mac80211: remove master netdev
Johannes Berg
2009-07-24
1
-4
/
+2
*
mac80211: do not pass PS frames out of mac80211 again
Johannes Berg
2009-06-10
1
-1
/
+1
*
wireless: move some utility functions from mac80211 to cfg80211
Zhu Yi
2009-05-22
1
-29
/
+1
*
mac80211: make noack test available
Johannes Berg
2009-05-13
1
-1
/
+1
*
mac80211: Fix WMM ACM parsing and AC downgrade operation
Jouni Malinen
2009-03-16
1
-3
/
+6
*
mac80211: fix aggregation for hardware with ampdu queues
Johannes Berg
2009-02-27
1
-157
/
+4
*
mac80211: Re-enable aggregation
Sujith
2008-10-31
1
-14
/
+10
*
mac80211: convert to %pM away from print_mac
Johannes Berg
2008-10-27
1
-5
/
+3
*
mac80211: fixups for "make master iface not wireless"
Johannes Berg
2008-09-30
1
-4
/
+4
*
net: Use hton[sl]() instead of __constant_hton[sl]() where applicable
Arnaldo Carvalho de Melo
2008-09-20
1
-1
/
+1
*
mac80211: share STA information with driver
Johannes Berg
2008-09-15
1
-1
/
+1
*
mac80211: Use only precedence level of DSCP field for frame classification
Daniel Wagner
2008-08-29
1
-2
/
+0
*
mac80211: Use queue_lock() in ieee80211_ht_agg_queue_remove().
David S. Miller
2008-08-02
1
-2
/
+4
*
mac80211: partially fix skb->cb use
Johannes Berg
2008-07-29
1
-0
/
+3
*
net_sched: Add qdisc_enqueue wrapper
Jussi Kivilinna
2008-07-20
1
-1
/
+1
*
pkt_sched: Kill netdev_queue lock.
David S. Miller
2008-07-17
1
-7
/
+12
*
mac80211: Reimplement WME using ->select_queue().
David S. Miller
2008-07-17
1
-503
/
+99
*
netdev: Allocate multiple queues for TX.
David S. Miller
2008-07-17
1
-6
/
+6
*
netdev: Move rest of qdisc state into struct netdev_queue
David S. Miller
2008-07-08
1
-7
/
+13
*
netdev: Move queue_lock into struct netdev_queue.
David S. Miller
2008-07-08
1
-1
/
+1
*
pkt_sched: Remove 'dev' member of struct Qdisc.
David S. Miller
2008-07-08
1
-14
/
+14
*
netdev: Create netdev_queue abstraction.
David S. Miller
2008-07-08
1
-2
/
+4
*
mac80211: move QOS control helpers into ieee80211.h
Harvey Harrison
2008-07-08
1
-2
/
+2
*
mac80211: remove useless tid assignment for management and control frames
Tomas Winkler
2008-07-08
1
-1
/
+0
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-07-05
1
-2
/
+1
|
\
|
*
net-sched: change tcf_destroy_chain() to clear start of filter list
Patrick McHardy
2008-07-01
1
-2
/
+1
*
|
mac80211: rework debug settings and make debugging safer
Johannes Berg
2008-07-02
1
-1
/
+0
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-06-16
1
-1
/
+1
|
\
|
|
*
mac80211: add missing new line in debug print HT_DEBUG
Tomas Winkler
2008-06-13
1
-1
/
+1
*
|
mac80211: wme.c use new helpers
Harvey Harrison
2008-06-14
1
-13
/
+5
*
|
mac80211: use multi-queue master netdevice
Johannes Berg
2008-05-21
1
-9
/
+5
*
|
mac80211: move TX info into skb->cb
Johannes Berg
2008-05-21
1
-12
/
+10
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
2008-05-15
1
-1
/
+2
|
\
|
|
*
mac80211: add missing newlines in printk()
Pavel Roskin
2008-05-12
1
-1
/
+2
*
|
mac80211: fix wme code
Johannes Berg
2008-05-07
1
-11
/
+15
*
|
wireless: fix warning introduced by "mac80211: QoS related cleanups"
John W. Linville
2008-05-07
1
-14
/
+9
*
|
mac80211: QoS related cleanups
Johannes Berg
2008-05-07
1
-70
/
+50
|
/
*
mac80211: fix use before check of Qdisc length
Ron Rindjunsky
2008-04-23
1
-1
/
+1
*
mac80211: RCU-ify STA info structure access
Johannes Berg
2008-03-06
1
-2
/
+6
*
mac80211: adjustable number of bits for qdisc pool
Ron Rindjunsky
2008-02-29
1
-9
/
+9
*
mac80211: A-MPDU Tx adding qdisc support
Ron Rindjunsky
2008-02-29
1
-10
/
+125
*
[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API
Patrick McHardy
2008-01-28
1
-7
/
+7
*
mac80211: Assign correct TID for local bridged packets
Guy Cohen
2008-01-28
1
-4
/
+5
[next]