index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_generic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-28
[NET]: Add preemption point in qdisc_run
Herbert Xu
1
-3
/
+15
2008-01-28
[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API
Patrick McHardy
1
-3
/
+3
2008-01-28
[NET_SCHED]: Move EXPORT_SYMBOL next to exported symbol
Patrick McHardy
1
-9
/
+8
2008-01-28
[NET]: Add some acquires/releases sparse annotations.
Eric Dumazet
1
-0
/
+4
2008-01-28
[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.
Eric Dumazet
1
-5
/
+5
2008-01-28
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
1
-8
/
+1
2007-11-13
[PKT_SCHED]: Check subqueue status before calling hard_start_xmit
Peter P Waskiewicz Jr
1
-2
/
+3
2007-10-18
[NET]: Fix possible dev_deactivate race condition
Herbert Xu
1
-3
/
+23
2007-10-17
[NET]: fix carrier-on bug?
Jeff Garzik
1
-3
/
+4
2007-10-10
[NET_SCHED]: explict hold dev tx lock
Jamal Hadi Salim
1
-17
/
+2
2007-10-10
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
1
-0
/
+12
2007-07-10
[NET_SCHED]: Remove unnecessary includes
Patrick McHardy
1
-8
/
+0
2007-07-10
[NET_SCHED]: Remove CONFIG_NET_ESTIMATOR option
Patrick McHardy
1
-2
/
+0
2007-07-10
[NET]: qdisc_restart - couple of optimizations.
Krishna Kumar
1
-4
/
+1
2007-07-10
[NET]: qdisc_restart - readability changes plus one bug fix.
Krishna Kumar
1
-81
/
+86
2007-07-10
[NET_SCHED]: Cleanup readability of qdisc restart
Jamal Hadi Salim
1
-90
/
+109
2007-06-03
[NET]: Make net watchdog timers 1 sec jiffy aligned.
Venkatesh Pallipadi
1
-1
/
+2
2007-05-24
[NET_SCHED]: Fix qdisc_restart return value when dequeue is empty
Herbert Xu
1
-1
/
+1
2007-05-10
[NET_SCHED]: Avoid requeue warning on dev_deactivate
Herbert Xu
1
-10
/
+8
2007-05-10
[NET_SCHED]: Reread dev->qdisc for NETDEV_TX_OK
Herbert Xu
1
-0
/
+1
2007-05-10
[NET_SCHED]: Rationalise return value of qdisc_restart
Herbert Xu
1
-10
/
+11
2007-05-10
[NET]: Fix dev->qdisc race for NETDEV_TX_LOCKED case
Thomas Graf
1
-0
/
+1
2007-04-25
[NET_SCHED]: ingress: switch back to using ingress_lock
Patrick McHardy
1
-1
/
+5
2007-04-25
[NET_SCHED]: Eliminate qdisc_tree_lock
Patrick McHardy
1
-22
/
+7
2007-02-10
[NET] SCHED: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-14
/
+14
2007-02-08
[NET]: user of the jiffies rounding code: Networking
Arjan van de Ven
1
-1
/
+1
2006-12-02
[PKT_SCHED]: Remove unused exports.
Adrian Bunk
1
-3
/
+0
2006-12-02
[NET_SCHED]: Set parent classid in default qdiscs
Patrick McHardy
1
-2
/
+5
2006-09-28
[NET_SCHED]: Fix fallout from dev->qdisc RCU change
Patrick McHardy
1
-45
/
+21
2006-09-18
[NET]: Drop tx lock in dev_watchdog_up
Herbert Xu
1
-2
/
+0
2006-07-21
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
Panagiotis Issaris
1
-2
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-23
[NET]: Add generic segmentation offload
Herbert Xu
1
-5
/
+14
2006-06-23
[NET]: Prevent transmission after dev_deactivate
Herbert Xu
1
-3
/
+9
2006-06-19
[NET]: Prevent multiple qdisc runs
Herbert Xu
1
-2
/
+9
2006-06-17
[NET]: Add netif_tx_lock
Herbert Xu
1
-16
/
+12
2006-05-16
[PKT_SCHED]: Potential jiffy wrap bug in dev_watchdog().
Stephen Hemminger
1
-2
/
+4
2006-03-20
[NET]: dev_put/dev_hold cleanup
Stephen Hemminger
1
-1
/
+1
2005-08-29
[NET]: Deinline netif_carrier_{on,off}().
Denis Vlasenko
1
-0
/
+16
2005-08-23
[PKT_SCHED]: Fix missing qdisc_destroy() in qdisc_create_dflt()
Thomas Graf
1
-0
/
+1
2005-07-18
[PKT_SCHED]: Reduce branch mispredictions in pfifo_fast_dequeue
Thomas Graf
1
-4
/
+3
2005-07-05
[PKT_SCHED]: Cleanup qdisc creation and alignment macros
Thomas Graf
1
-11
/
+24
2005-06-18
[PKT_SCHED]: noop/noqueue qdisc style cleanups
Thomas Graf
1
-11
/
+5
2005-06-18
[PKT_SCHED]: Cleanup pfifo_fast qdisc and remove unnecessary code
Thomas Graf
1
-20
/
+14
2005-06-18
[PKT_SCHED]: Add and use prio2list() in the pfifo_fast qdisc
Thomas Graf
1
-8
/
+9
2005-06-18
[PKT_SCHED]: Transform pfifo_fast to use generic queue management interface
Thomas Graf
1
-14
/
+9
2005-05-03
[PKT_SCHED]: netetm: trap infinite loop hange on qlen underflow
Stephen Hemminger
1
-0
/
+1
2005-05-03
[NET]: Disable queueing when carrier is lost.
Tommy S. Christensen
1
-0
/
+4
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+609